hello
I recently upgraded my server to 7.1 ( pve-manager/7.1-7/df5740ad (running kernel: 5.13.19-2-pve) ) , it was working properly until yesterday, the server has crashed with a
after reboot, I am able to ssh in the server but the pve UI is not reachable.
doest not report any noticeable error.
I wonder why daemon and proxy are not bound to the same address ?
The hostname is properly defined in /etc/hosts
iptables has not been touched, and there is not DROP input rule anyway.
curl on the server reports an empty reply from the server.
I don't know anymore where to look, any help would be greatly appreciated
thanks
emmanuel
I recently upgraded my server to 7.1 ( pve-manager/7.1-7/df5740ad (running kernel: 5.13.19-2-pve) ) , it was working properly until yesterday, the server has crashed with a
Code:
watchdog: BUG: soft lockup - CPU#6 stuck for 8855s! [kcompactd0:66]
after reboot, I am able to ssh in the server but the pve UI is not reachable.
Code:
systemctl status 'pve*'
Bash:
root@atlas:~#ss -tlpn
State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
LISTEN 0 4096 0.0.0.0:8008 0.0.0.0:* users:(("docker-proxy",pid=1865,fd=4))
LISTEN 0 4096 0.0.0.0:9000 0.0.0.0:* users:(("docker-proxy",pid=1821,fd=4))
LISTEN 0 4096 0.0.0.0:111 0.0.0.0:* users:(("rpcbind",pid=1287,fd=4),("systemd",pid=1,fd=36))
LISTEN 0 4096 127.0.0.1:85 0.0.0.0:* users:(("pvedaemon worke",pid=2473,fd=6),("pvedaemon worke",pid=2472,fd=6),("pvedaemon worke",pid=2471,fd=6),("pvedaemon",pid=2470,fd=6))
LISTEN 0 4096 0.0.0.0:406 0.0.0.0:* users:(("docker-proxy",pid=1932,fd=4))
LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=1440,fd=3))
LISTEN 0 100 127.0.0.1:25 0.0.0.0:* users:(("master",pid=1662,fd=13))
LISTEN 0 4096 0.0.0.0:8000 0.0.0.0:* users:(("docker-proxy",pid=1891,fd=4))
LISTEN 0 4096 *:8006 *:* users:(("pveproxy worker",pid=2571,fd=6),("pveproxy worker",pid=2570,fd=6),("pveproxy worker",pid=2569,fd=6),("pveproxy",pid=2568,fd=6))
LISTEN 0 4096 [::]:8008 [::]:* users:(("docker-proxy",pid=1874,fd=4))
LISTEN 0 4096 [::]:9000 [::]:* users:(("docker-proxy",pid=1827,fd=4))
LISTEN 0 4096 [::]:111 [::]:* users:(("rpcbind",pid=1287,fd=6),("systemd",pid=1,fd=38))
LISTEN 0 4096 [::]:406 [::]:* users:(("docker-proxy",pid=1938,fd=4))
LISTEN 0 128 [::]:22 [::]:* users:(("sshd",pid=1440,fd=4))
LISTEN 0 4096 *:3128 *:* users:(("spiceproxy work",pid=2575,fd=6),("spiceproxy",pid=2574,fd=6))
LISTEN 0 100 [::1]:25 [::]:* users:(("master",pid=1662,fd=14))
LISTEN 0 4096 [::]:8000 [::]:* users:(("docker-proxy",pid=1897,fd=4))
I wonder why daemon and proxy are not bound to the same address ?
The hostname is properly defined in /etc/hosts
iptables has not been touched, and there is not DROP input rule anyway.
curl on the server reports an empty reply from the server.
I don't know anymore where to look, any help would be greatly appreciated
thanks
emmanuel