Frozen GUI - Bad swap offset entry

stanley75

New Member
Sep 19, 2024
1
0
1
Hi there,

I'm quite new with proxmox pve. I'm using small personal server for home purposes with two running VMs. Occasionally pve freezes and GUI is unresponsive. Currently it looks like this:
1726741483540.png


CLI via SSH is accessible and running VMs too, but sometimes are VMs frozen. The following messages appear in the server log "pve kernel: _swap_info_get: Bad swap offset entry" (see below)

code_language.shell:
root@pve:~# pveversion -v
proxmox-ve: 8.2.0 (running kernel: 6.8.4-2-pve)
pve-manager: 8.2.2 (running version: 8.2.2/9355359cd7afbae4)
.
.
.
root@pve:~# top
top - 12:12:43 up 2 days, 17:37,  1 user,  load average: 0.17, 0.25, 0.22
Tasks: 193 total,   1 running, 192 sleeping,   0 stopped,   0 zombie
%Cpu(s):  1.8 us,  4.2 sy,  0.0 ni, 92.1 id,  0.5 wa,  0.0 hi,  0.0 si,  0.0 st
MiB Mem :  24013.7 total,   2681.6 free,  20713.7 used,   1000.2 buff/cache
MiB Swap:   7924.0 total,   7924.0 free,      0.0 used.   3299.9 avail Mem

    PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
     48 root      25   5       0      0      0 S  13.0   0.0  86:27.00 ksmd
 194663 root      20   0   13.7g  12.0g  12544 S   8.6  51.4 213:24.89 kvm
   1095 root      20   0   10.0g   8.0g  12544 S   3.7  34.3      8,28 kvm
   1019 root      20   0  159152 102268   6016 S   1.0   0.4   8:22.19 pve-firewall
      1 root      20   0  168428  12736   9152 S   0.0   0.1   0:01.68 systemd
.
.
.
root@pve:~# qm list
      VMID NAME                 STATUS     MEM(MB)    BOOTDISK(GB) PID
       100 W10test              stopped    8192               0.00 0
       101 MinecraftLinux       stopped    4096             250.00 0
       102 MainLinux            running    8192              20.00 1095
       103 W11                  running    12288            200.00 194663


root@pve:~# journalctl -x | tail
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffbdffffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffbfffffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffdfffffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffee7fffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffdbffffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffefffffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffcf7fffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffff7fffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffbfffffff
Sep 19 12:30:03 pve kernel: _swap_info_get: Bad swap offset entry 3ffffe3ffffff

root@pve:~# swapon --show
NAME      TYPE      SIZE USED PRIO
/dev/dm-0 partition 7.7G   0B   -2

I have tried to recreate swap, but problem persist.

Can you please recommend me what I have to check, and how?

Thank you in advance, best regards Stanley