• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

OpenSuSe 15.4 - bleibt manchmal hängen

OP
Uwe.Lü

Uwe.Lü

Hacker
Guten Morgen,
hier die beiden Ausgaben:
Code:
localhost:~ # zypper lr -d
#  | Alias                       | Name                                                                                        | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                                          | Service
---+-----------------------------+---------------------------------------------------------------------------------------------+---------+-----------+---------+----------+--------+------------------------------------------------------------------------------+--------
 1 | Kernel_Standard             | Kernel_Standard                                                                             | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/repositories/Kernel:/stable:/Backport/standard/ |
 2 | google-chrome               | google-chrome                                                                               | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | https://dl.google.com/linux/chrome/rpm/stable/x86_64                         |
 3 | home_Sauerland_mixx         | Open Source DJ tool (15.4)                                                                  | Yes     | (r ) Yes  | No      |   99     | rpm-md | https://download.opensuse.org/repositories/home:/Sauerland:/mixx/15.4/       |
 4 | openSUSE-Leap-15.4-1        | openSUSE-Leap-15.4-1                                                                        | No      | ----      | ----    |   99     | rpm-md | cd:/?devices=/dev/disk/by-id/ata-MATSHITADVD-RAM_UJ8E2Q_H088_317580          |
 5 | repo-backports-debug-update | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backports | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/update/leap/15.4/backports_debug/               |
 6 | repo-backports-update       | Update repository of openSUSE Backports                                                     | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.4/backports/                     |
 7 | repo-debug                  | Debug Repository                                                                            | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.4/repo/oss/          |
 8 | repo-debug-non-oss          | Debug Repository (Non-OSS)                                                                  | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.4/repo/non-oss/      |
 9 | repo-debug-update           | Update Repository (Debug)                                                                   | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.4/oss/                     |
10 | repo-debug-update-non-oss   | Update Repository (Debug, Non-OSS)                                                          | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.4/non-oss/                 |
11 | repo-non-oss                | Non-OSS Repository                                                                          | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.4/repo/non-oss/            |
12 | repo-oss                    | Haupt-Repository                                                                            | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.4/repo/oss/                |
13 | repo-sle-debug-update       | Update repository with debuginfo for updates from SUSE Linux Enterprise 15                  | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.4/sle/                     |
14 | repo-sle-update             | Update repository with updates from SUSE Linux Enterprise 15                                | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.4/sle/                           |
15 | repo-source                 | Source Repository                                                                           | No      | ----      | ----    |   99     | NONE   | http://download.opensuse.org/source/distribution/leap/15.4/repo/oss/         |
16 | repo-update                 | Hauptaktualisierungs-Repository                                                             | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.4/oss                            |
17 | repo-update-non-oss         | Aktualisierungs-Repository (Nicht-Open-Source-Software)                                     | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.4/non-oss/                       |
localhost:~ # rpm -q --whatprovides /etc/uefi/certs/40905999.crt
kernel-default-5.14.21-150400.24.18.1.x86_64
localhost:~ #
 
OP
Uwe.Lü

Uwe.Lü

Hacker
Hallo, ich habe mich mal mit MOK auseinander gesetzt, mit mäßigem Erfolg.

Code:
localhost:~ # uname -r
5.14.21-150400.24.18-default
localhost:~ # cd /etc/uefi/certs
localhost:/etc/uefi/certs # ls -l
total 16
-rw-r--r-- 1 root root 2153 Sep 14 14:19 .pem
-rw-r--r-- 1 root root 1177 Jun 14 11:20 1F673297-kmp.crt
-rw-r--r-- 1 root root 1288 Aug  5 11:08 40905999.crt
-rw-r--r-- 1 root root 1257 Jul 16  2021 BCA4E38E-shim.crt
localhost:/etc/uefi/certs # mokutil --import g14c495f.crt --root-pw
Failed to get file status, g14c495f.crt
localhost:/etc/uefi/certs # mokutil --import 5.19.8-lp153.3.1.g14c495f.crt --root-pw
Failed to get file status, 5.19.8-lp153.3.1.g14c495f.crt
localhost:/etc/uefi/certs # mokutil --import 5.19.8-lp153.3.1.g14c495f-86_64
Failed to get file status, 5.19.8-lp153.3.1.g14c495f-86_64
localhost:/etc/uefi/certs # mokutil --import 5.19.8-lp153.3.1.g14c495f-86_64
Failed to get file status, 5.19.8-lp153.3.1.g14c495f-86_64
localhost:/etc/uefi/certs #

Wie bekomme ich den Kernel 5.19 im Verzeichnis certs installiert?
 

susejunky

Moderator
Teammitglied
Hallo Uwe.Lü,

da ich secureboot auf allen meinen Rechnern abgeschaltet habe, kann ich Dir leider nicht weiterhelfen.

Aber vielleicht findest Du hier oder hier noch einen hilfreichen Hinweis.

Viele Grüße

susejunky
 

Sauerland

Ultimate Guru
Code:
localhost:/etc/uefi/certs # ls -l
total 16
-rw-r--r-- 1 root root 2153 Sep 14 14:19 .pem
-rw-r--r-- 1 root root 1177 Jun 14 11:20 1F673297-kmp.crt
-rw-r--r-- 1 root root 1288 Aug  5 11:08 40905999.crt
-rw-r--r-- 1 root root 1257 Jul 16  2021 BCA4E38E-shim.crt
localhost:/etc/uefi/certs # mokutil --import [B]g14c495f.crt[/B] --root-pw
Failed to get file status, g14c495f.crt

Wie kommst du auf den Dateinamen?
Lt ls gibt es so eine Datei in dem Verzeichnis nicht.....

Du könntest:
Code:
mokutil --import 1F673297-kmp.crt --root-pw
aber ich schätze mal, das ist schon eingetragen.....

Wie bekomme ich den Kernel 5.19 im Verzeichnis certs installiert?
Gar nicht, dort werden nur die entsprechenden certs gespeichert......

Code:
linux64:/ # rpm -ql kernel-default | grep -i cert
/etc/uefi/certs
/etc/uefi/certs/6A4E915C.crt
/etc/uefi/certs
/etc/uefi/certs/6A4E915C.crt
/etc/uefi/certs
/etc/uefi/certs/6A4E915C.crt


linux64:/ # ls -al /etc/uefi/certs/
insgesamt 16
drwxr-xr-x 1 root root  114 15. Sep 10:24 .
drwxr-xr-x 1 root root   10 14. Sep 14:10 ..
-rw-r--r-- 1 root root 1177 14. Jun 11:20 1F673297-kmp.crt
-rw-r--r-- 1 root root  906 13. Sep 10:56 6A4E915C.crt
-rw-r--r-- 1 root root 1257 16. Jul 2021  BCA4E38E-shim.crt
-rw-r--r-- 1 root root  938 14. Sep 14:10 F2B7BCC9.crt

zypper search --provides -s /etc/uefi/certs/6A4E915C.crt  
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...

S  | Name            | Type  | Version                   | Arch   | Repository
---+-----------------+-------+---------------------------+--------+-----------------------
| kernel-debug | Paket | 5.19.8-lp153.3.1.g14c495f | x86_64 | Kernel-stable-backport
i+ | kernel-default | Paket | 5.19.8-lp153.2.1.g0330383 | x86_64 | (Systempakete)
i+ | kernel-default | Paket | 5.19.7-lp153.4.1.g11a0be1 | x86_64 | (Systempakete)
i+ | kernel-default | Paket | 5.19.8-lp153.3.1.g14c495f | x86_64 | Kernel-stable-backport
| kernel-kvmsmall | Paket | 5.19.8-lp153.3.1.g14c495f | x86_64 | Kernel-stable-backport
| kernel-vanilla | Paket | 5.19.8-lp153.3.1.g14c495f | x86_64 | Kernel-stable-backport
Auf gut deutsch:
Das cert ist im rpm von kernel-default gespeichert, wenn du den kernel installierst, sollte dies cert auch in /etc/uefi/certs gespeichert werden und beim nächsten Start ins mok eingefügt werden (händisch).
 
Zuletzt bearbeitet von einem Moderator:

Sauerland

Ultimate Guru
Geht nicht ist keine Fehlermeldung, solltest du wissen.

Immer die komplette Eingabezeile incl. der kompletten Ausgabe plus der nächsten Zeile posten......
Code:
linux64:/etc/uefi/certs # mokutil --import 1F673297-kmp.crt --root-pw
SKIP: 1F673297-kmp.crt is already enrolled
linux64:/etc/uefi/certs #
Code:
linux64:/etc/uefi/certs # mokutil --import 6A4E915C.crt --root-pw
Already in kernel trusted keyring. Skip 6A4E915C.crt
linux64:/etc/uefi/certs #
 
OP
Uwe.Lü

Uwe.Lü

Hacker
Ich habe es gelöst. Beim Starten erscheint ein blauer Bildschirm. Dort Eingabe drücken, es erscheint ein kleines Fenster in der Mitte.
Da habe ich "MOK..." ausgewählt, Enter, dann kommen 2 Einträge, beide habe ich mir angeschaut und Restart.

Vielen Dank für die Hinweise.
 

Sauerland

Ultimate Guru
Enter, dann kommen 2 Einträge, beide habe ich mir angeschaut und Restart.
Siehe:
So I rebooted and immediately obtained this in a blue screen:


Code:
Shim UEFI key management" and asked to "Press any key to perform MOK management"
I immeadiately pressed a key.

I was then presented with this menu (as before) where I had to choose:
* continue boot
* enroll MOK
* enroll key from disk
* enroll hash from disk

This time I chose "enroll MOK". That then presented me with this screen:
* View key 0
* Continue

I had no idea what "View key 0" was for, so I elected to ignore that and I selected "continue" ... That then presented me with this:
Enroll the key(s)?
.
* No
* Yes

I selected "Yes" and I was prompted with a blue screen asking for a "Password". I entered the root password. I then obtained this screen:
Perform MOK management
.
* reboot
* Enroll key from disk
* Enroll hash from disk

I already knew that 'enrolling key from disk was the wrong approach, ... and I decided if my previous actions (with entering the root password) were correct, then a reboot likely appropriate, so I selected 'reboot'.

The PC rebooted, I selected to boot to the 5.14.11 kernel in the grub menu, and this time I had a boot success to the 5.14.11 kernel.
LEAP 15.3 Help on booting to a 5.14.11 kernel:stable:backports kernel with secure boot? (or must I disable)?
 
OP
Uwe.Lü

Uwe.Lü

Hacker
Ich muss mich noch einmal melden. Trotz des größeren Speichers läuft dieser voll, es dauert nur länger.
Ich habe den Kernel 5.19 installiert.
Die Vermutung, die ich habe, kann es mit meinem Browser (Google Chrome) zusammen hängen?
 

Sauerland

Ultimate Guru
Ich muss mich noch einmal melden. Trotz des größeren Speichers läuft dieser voll, es dauert nur länger.
Ich habe den Kernel 5.19 installiert.
Die Vermutung, die ich habe, kann es mit meinem Browser (Google Chrome) zusammen hängen?
Kann alles sein, hast du es mal mit einem anderen Browser versucht?

Google Chrome oder Chromium?
 
OP
Uwe.Lü

Uwe.Lü

Hacker
Wie stellst du fest, dass das RAM voll ist?
Poste mal bitte als normaler Benutzer die Ausgabe von free wenn der Speicher anscheinend vollgelaufen ist.
Das wird schwierig, da zu diesem Zeitpunkt weder Maus noch Strg F1... funktionieren.
Ich werde den Systemmonitor mitlaufen lassen und es kurz davor probieren.
 
OP
Uwe.Lü

Uwe.Lü

Hacker
Code:
localhost:~> free
           total       used         free       shared     buff/cache    available
Mem:       16306012    13297924     325216    10628912    13740024      3008088
Swap:       2097856    13056        2084800
uwe@localhost:~>
 
Zuletzt bearbeitet von einem Moderator:

Christina

Moderator
Teammitglied
OK, dann gehen wir mal etwas tiefer mit ps_mem. Leider gibt es dieses Miniprogramm nicht mehr als RPM-Datei unter openSUSE.
Führe deswegen bitte als root aus:
Code:
pip install ps_mem
Anschließend wieder als root, wenn das RAM anscheinend erneut vollgelaufen ist:
Code:
ps_mem -S
Bitte beende vorher keine laufenden Programme, sonst tauchen diese in ps_mem nicht auf!
Poste dann bitte die komplette Ausgabe in Code-Tags </>, nicht in Quote.

P.S. Um das in Python geschriebene Miniprogramm wieder loszuwerden, kannst du später als root
Code:
pip uninstall ps_mem
ausführen.
Quelle: GitHub - pixelb/ps_mem: A utility to accurately report the in core memory usage for a program
 
OP
Uwe.Lü

Uwe.Lü

Hacker
Beim Starten ist alles i. O.
Code:
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012     2650388    12600892      653168     2003704    13655624
Swap:       2097856           0     2097856
uwe@localhost:~>
Code:
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012     2650388    12600892      653168     2003704    13655624
Swap:       2097856           0     2097856
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012     9466724     5049032     7361668     9460020     6839288
Swap:       2097856           0     2097856
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012    11485740     2763540     9236160    11604836     4820272
Swap:       2097856           0     2097856
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012    11369988     2821384     9655540    12083084     4936024
Swap:       2097856           0     2097856
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012    12731648     1397672    10479176    12970552     3574364
Swap:       2097856           0     2097856
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012    13421192      648192    11407408    13959076     2884820
Swap:       2097856           0     2097856
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012    14516664      329920    12559792    14384700     1789348
Swap:       2097856      369408     1728448
uwe@localhost:~> free
              total        used        free      shared  buff/cache   available
Mem:       16306012    15078828      306112    13122620    14350372     1227184
Swap:       2097856      965376     1132480
uwe@localhost:~>
Das in der zeit von 10:30 bis jetzt. In dieser Zeit habe ich Anfragen per Mail verschickt, meine Konto über Google-Chorme gescheckt


Code:
localhost:~ # ps_mem -S
 Private  +   Shared  =  RAM used   Swap used   Program

 56.0 KiB +   0.5 KiB =  56.5 KiB    60.0 KiB   start_kdeinit
112.0 KiB +   0.5 KiB = 112.5 KiB     0.0 KiB   bpfilter_umh
152.0 KiB +   0.5 KiB = 152.5 KiB     0.0 KiB   fusermount
168.0 KiB +   0.5 KiB = 168.5 KiB    36.0 KiB   agetty
308.0 KiB +   1.5 KiB = 309.5 KiB    40.0 KiB   mcelog
336.0 KiB +  34.5 KiB = 370.5 KiB    96.0 KiB   cron
368.0 KiB +  52.5 KiB = 420.5 KiB     0.0 KiB   xsettingsd
268.0 KiB + 172.0 KiB = 440.0 KiB     0.0 KiB   cat (2)
324.0 KiB + 291.5 KiB = 615.5 KiB   616.0 KiB   master
592.0 KiB +  32.5 KiB = 624.5 KiB    56.0 KiB   avahi-daemon
616.0 KiB +  59.5 KiB = 675.5 KiB   160.0 KiB   gpg-agent
756.0 KiB + 111.5 KiB = 867.5 KiB     8.0 KiB   obexd
592.0 KiB + 373.5 KiB = 965.5 KiB   304.0 KiB   pickup
  1.0 MiB + 404.5 KiB =   1.4 MiB     8.0 KiB   qmgr
  1.3 MiB +  79.5 KiB =   1.4 MiB    72.0 KiB   bluetoothd
  1.4 MiB +  58.5 KiB =   1.4 MiB   408.0 KiB   smartd
  1.4 MiB + 258.5 KiB =   1.6 MiB    32.0 KiB   wpa_supplicant
  1.6 MiB +  51.5 KiB =   1.7 MiB     0.0 KiB   nacl_helper
  1.2 MiB + 577.5 KiB =   1.8 MiB     0.0 KiB   su
  1.1 MiB + 705.5 KiB =   1.8 MiB   252.0 KiB   systemd-logind
  2.3 MiB +  15.5 KiB =   2.3 MiB    92.0 KiB   auditd
  2.3 MiB +  35.5 KiB =   2.4 MiB    16.0 KiB   irqbalance
  2.4 MiB +  24.5 KiB =   2.4 MiB     0.0 KiB   rtkit-daemon
  2.2 MiB + 193.0 KiB =   2.4 MiB     8.0 KiB   dhclient (2)
  1.6 MiB + 969.5 KiB =   2.5 MiB   388.0 KiB   sddm-helper
  2.6 MiB +  43.5 KiB =   2.6 MiB   496.0 KiB   chronyd
  2.6 MiB +  93.5 KiB =   2.7 MiB     0.0 KiB   agent
  1.9 MiB + 830.5 KiB =   2.7 MiB     1.4 MiB   kdeinit5
  2.7 MiB +  98.5 KiB =   2.8 MiB    16.0 KiB   dconf-service
  2.7 MiB +  72.5 KiB =   2.8 MiB     4.0 KiB   xdg-permission-store
  2.8 MiB +  91.5 KiB =   2.9 MiB     8.0 KiB   gvfs-mtp-volume-monitor
  2.8 MiB + 118.5 KiB =   3.0 MiB     0.0 KiB   power-profiles-daemon
  3.0 MiB + 143.5 KiB =   3.1 MiB     0.0 KiB   at-spi2-registryd
  3.1 MiB +  94.5 KiB =   3.2 MiB     0.0 KiB   xdg-document-portal
  3.0 MiB + 163.5 KiB =   3.2 MiB     0.0 KiB   gsettings-helper
  3.0 MiB + 203.5 KiB =   3.2 MiB     0.0 KiB   gvfsd
  3.1 MiB + 119.5 KiB =   3.2 MiB    12.0 KiB   gvfs-afc-volume-monitor
  3.2 MiB +  86.5 KiB =   3.3 MiB    16.0 KiB   gvfsd-metadata
  3.2 MiB +  98.5 KiB =   3.3 MiB     8.0 KiB   gvfs-gphoto2-volume-monitor
  3.2 MiB + 402.5 KiB =   3.6 MiB   736.0 KiB   cupsd
  2.9 MiB + 872.0 KiB =   3.8 MiB     0.0 KiB   chrome_crashpad_handler (2)
  3.3 MiB + 569.5 KiB =   3.8 MiB   620.0 KiB   sddm
  3.4 MiB + 500.5 KiB =   3.8 MiB     1.1 MiB   systemd-udevd
  3.5 MiB + 435.5 KiB =   3.9 MiB     0.0 KiB   pipewire
  4.1 MiB +  41.5 KiB =   4.2 MiB     0.0 KiB   rsyslogd
  4.2 MiB +   1.5 KiB =   4.2 MiB   876.0 KiB   haveged
  3.9 MiB + 408.5 KiB =   4.3 MiB   140.0 KiB   dbus-daemon (3)
  4.9 MiB +  81.5 KiB =   4.9 MiB    84.0 KiB   nscd
  4.8 MiB + 166.5 KiB =   5.0 MiB     4.0 KiB   gvfs-goa-volume-monitor
  4.9 MiB + 108.5 KiB =   5.1 MiB     0.0 KiB   ksgrd_network_helper
  4.9 MiB + 145.5 KiB =   5.1 MiB     0.0 KiB   at-spi-bus-launcher
  5.0 MiB + 110.5 KiB =   5.1 MiB    64.0 KiB   gvfsd-fuse
  4.9 MiB + 520.5 KiB =   5.4 MiB   352.0 KiB   systemd-journald
  5.2 MiB + 216.5 KiB =   5.4 MiB     8.0 KiB   gvfsd-dnssd
  5.3 MiB + 313.5 KiB =   5.6 MiB     8.0 KiB   gvfsd-trash
  5.3 MiB + 293.5 KiB =   5.6 MiB    12.0 KiB   gvfsd-network
  4.4 MiB +   1.4 MiB =   5.8 MiB    68.0 KiB   bash (2)
  5.7 MiB + 288.5 KiB =   5.9 MiB    20.0 KiB   ModemManager
  6.2 MiB + 139.5 KiB =   6.3 MiB     4.0 KiB   upowerd
  5.4 MiB +   1.5 MiB =   6.9 MiB     1.1 MiB   plasma_session
  6.5 MiB + 529.5 KiB =   7.0 MiB    32.0 KiB   gvfs-udisks2-volume-monitor
  6.8 MiB + 629.5 KiB =   7.4 MiB   336.0 KiB   xembedsniproxy
  6.2 MiB +   1.4 MiB =   7.6 MiB   752.0 KiB   startplasma-x11
  7.1 MiB + 674.5 KiB =   7.8 MiB     0.0 KiB   gmenudbusmenuproxy
  7.0 MiB + 841.5 KiB =   7.8 MiB    24.0 KiB   goa-identity-service
  7.3 MiB + 605.5 KiB =   7.9 MiB     8.0 KiB   kscreen_backend_launcher
  7.9 MiB + 579.0 KiB =   8.5 MiB   336.0 KiB   gnome-keyring-daemon (2)
  8.2 MiB + 621.5 KiB =   8.8 MiB     0.0 KiB   wireplumber
  8.2 MiB + 735.5 KiB =   8.9 MiB    20.0 KiB   pulseaudio
  8.6 MiB +   1.3 MiB =  10.0 MiB   832.0 KiB   klauncher
  9.2 MiB +   1.1 MiB =  10.3 MiB     4.0 KiB   ksystemstats
 10.0 MiB + 467.5 KiB =  10.5 MiB   112.0 KiB   udisksd
  7.4 MiB +   3.5 MiB =  10.8 MiB     1.3 MiB   systemd (3)
  9.6 MiB +   1.6 MiB =  11.2 MiB   180.0 KiB   kaccess
 10.4 MiB +   1.5 MiB =  11.8 MiB   336.0 KiB   kglobalaccel5
 11.2 MiB +   1.1 MiB =  12.3 MiB   740.0 KiB   NetworkManager
 10.1 MiB +   2.2 MiB =  12.3 MiB   692.0 KiB   ksmserver
 11.5 MiB +   1.3 MiB =  12.9 MiB    60.0 KiB   xdg-desktop-portal
 10.2 MiB +   3.2 MiB =  13.4 MiB   464.0 KiB   kioslave5 (5)
 11.5 MiB +   2.2 MiB =  13.8 MiB     0.0 KiB   dolphin
 13.9 MiB +   1.9 MiB =  15.8 MiB   128.0 KiB   org_kde_powerdevil
 14.5 MiB +   1.8 MiB =  16.3 MiB     4.0 KiB   kactivitymanagerd
 10.1 MiB +   6.7 MiB =  16.8 MiB     2.0 MiB   python3.6 (2)
 17.1 MiB +   3.4 MiB =  20.5 MiB   152.0 KiB   polkit-kde-authentication-agent-1
 20.8 MiB +   1.1 MiB =  21.9 MiB     6.5 MiB   firewalld
 20.5 MiB +   3.3 MiB =  23.8 MiB     0.0 KiB   kwalletd5
 23.7 MiB + 231.5 KiB =  24.0 MiB   844.0 KiB   polkitd
 22.7 MiB +   2.4 MiB =  25.1 MiB   228.0 KiB   goa-daemon
 19.7 MiB +   5.9 MiB =  25.6 MiB   140.0 KiB   hp-systray
 21.6 MiB +   4.6 MiB =  26.2 MiB     0.0 KiB   xdg-desktop-portal-kde
 26.0 MiB +   4.1 MiB =  30.1 MiB   436.0 KiB   kded5
 26.1 MiB +   6.0 MiB =  32.1 MiB   120.0 KiB   konsole
 36.7 MiB +   4.1 MiB =  40.8 MiB     1.6 MiB   Xorg
 45.1 MiB +   4.6 MiB =  49.7 MiB   108.0 KiB   vlc
 66.5 MiB +   7.4 MiB =  73.9 MiB     1.1 MiB   kwin_x11
 69.8 MiB +   9.1 MiB =  78.9 MiB     4.0 KiB   plasma-systemmonitor
237.3 MiB +  12.6 MiB = 249.9 MiB   248.0 KiB   plasmashell
307.2 MiB +  61.0 MiB = 368.2 MiB     1.5 MiB   thunderbird-bin (2)
299.4 MiB + 144.6 MiB = 444.0 MiB     0.0 KiB   chrome (10)
---------------------------------------------
                          1.9 GiB    30.9 MiB
=============================================
localhost:~ #
Bitte
 
Zuletzt bearbeitet von einem Moderator:

Christina

Moderator
Teammitglied
@marce Das sehe ich auch so.

Aber, bei gut 15,5 GiB verfügbarem RAM und "1,9 GiB RAM used" ist mir der "Swap used 30,9 MiB" schon zu groß.
@Uwe.Lü Poste mal bitte als root: sysctl vm.swappiness
 
OP
Uwe.Lü

Uwe.Lü

Hacker
Code:
localhost:~ # sysctl vm.swappiness
vm.swappiness = 60
localhost:~ #
 
Zuletzt bearbeitet von einem Moderator:

Christina

Moderator
Teammitglied
@Uwe.Lü Bitte verwende zum Posten von Code die Code-Tags </> und nicht den Inline-Code >_.
Siehe auch: Allgemeine Formatierungsregeln

Bei deinem verfügbaren RAM (16 GiB) kannst du swappiness auf 10 setzen.
Als root in der Datei /etc/sysctl.conf diese Zeile unten einfügen oder den Wert von 60 auf 10 ändern, falls die Zeile bereits existiert:
Code:
vm.swappiness=10

Beobachte mal mittels ps_mem dein RAM und poste dann die letzte Ausgabe vor einem erneuten Einfrieren von Linux.
 
Oben