Hi, after rebooting my main node I've been unable to login to the webui, i get "Network error or Proxmox VE services not running?". I've checked other threads here and have followed them to no avail. My setup consists of two nodes. I can login to the secondary node, but nothing shows and i get "Connection error 401: permission denied - invalid PVE ticket" Following other threads i've tried systemctl restart pveproxy pvedaemon and it did nothing, pvecm updatecerts but it returns with "got timeout".
my pvedaemon status looks fine.
pvecm status looks good to my knowledge
I've check journalctl and I do see an error that might be causing the issue but I honestly have no clue what to do.
I'm currently running
Thanks, in advanced for any help, I'm unsure what to do.
my pvedaemon status looks fine.
Code:
● pvedaemon.service - PVE API Daemon
Loaded: loaded (/lib/systemd/system/pvedaemon.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2021-05-28 02:49:06 CDT; 3min 18s ago
Process: 5227 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS)
Main PID: 5229 (pvedaemon)
Tasks: 4 (limit: 4915)
Memory: 135.4M
CGroup: /system.slice/pvedaemon.service
├─5229 pvedaemon
├─5230 pvedaemon worker
├─5231 pvedaemon worker
└─5232 pvedaemon worker
May 28 02:49:06 nexus systemd[1]: Starting PVE API Daemon...
May 28 02:49:06 nexus pvedaemon[5229]: starting server
May 28 02:49:06 nexus pvedaemon[5229]: starting 3 worker(s)
May 28 02:49:06 nexus pvedaemon[5229]: worker 5230 started
May 28 02:49:06 nexus pvedaemon[5229]: worker 5231 started
May 28 02:49:06 nexus pvedaemon[5229]: worker 5232 started
May 28 02:49:06 nexus systemd[1]: Started PVE API Daemon.
pvecm status looks good to my knowledge
Code:
Cluster information
-------------------
Name: Home
Config Version: 7
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Fri May 28 02:53:10 2021
Quorum provider: corosync_votequorum
Nodes: 2
Node ID: 0x00000001
Ring ID: 1.3694
Quorate: Yes
Votequorum information
----------------------
Expected votes: 3
Highest expected: 3
Total votes: 2
Quorum: 2
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 10.0.0.135 (local)
0x00000002 1 10.0.0.134
I've check journalctl and I do see an error that might be causing the issue but I honestly have no clue what to do.
Code:
May 28 02:35:41 nexus kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
May 28 02:35:41 nexus kernel: Tainted: P O 5.4.114-1-pve #1
May 28 02:35:41 nexus kernel: INFO: task pvedaemon:2246 blocked for more than 120 seconds.
May 28 02:35:41 nexus kernel: R13: 000055de6de61230 R14: 000055de6ddfd388 R15: 00000000000001ff
May 28 02:35:41 nexus kernel: R10: 0000000000000000 R11: 0000000000000246 R12: 000055de6b0cea98
May 28 02:35:41 nexus kernel: RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000006
May 28 02:35:41 nexus kernel: RDX: 000055de684bd3d4 RSI: 00000000000001ff RDI: 000055de6de61230
May 28 02:35:41 nexus kernel: RAX: ffffffffffffffda RBX: 000055de69c85260 RCX: 00007f76782740d7
May 28 02:35:41 nexus kernel: RSP: 002b:00007ffdba2c1288 EFLAGS: 00000246 ORIG_RAX: 0000000000000053
May 28 02:35:41 nexus kernel: Code: Bad RIP value.
May 28 02:35:41 nexus kernel: RIP: 0033:0x7f76782740d7
May 28 02:35:41 nexus kernel: entry_SYSCALL_64_after_hwframe+0x44/0xa9
May 28 02:35:41 nexus kernel: do_syscall_64+0x57/0x190
May 28 02:35:41 nexus kernel: __x64_sys_mkdir+0x1b/0x20
May 28 02:35:41 nexus kernel: do_mkdirat+0x59/0x110
May 28 02:35:41 nexus kernel: filename_create+0x8e/0x180
May 28 02:35:41 nexus kernel: down_write+0x3d/0x40
May 28 02:35:41 nexus kernel: rwsem_down_write_slowpath+0x2ed/0x4a0
May 28 02:35:41 nexus kernel: schedule+0x33/0xa0
May 28 02:35:41 nexus kernel: ? filename_parentat.isra.55.part.56+0xf7/0x180
May 28 02:35:41 nexus kernel: __schedule+0x2e6/0x700
May 28 02:35:41 nexus kernel: Call Trace:
May 28 02:35:41 nexus kernel: pvesr D 0 2007 1 0x00000000
I'm currently running
pve-manager/6.4-6/be2fa32c (running kernel: 5.4.114-1-pve)
Thanks, in advanced for any help, I'm unsure what to do.