Hello! I had a problem today where I couldn't get past 'loading initial ramdisk`. I restored grub and the ramdisk from recovery, and was then able to boot into proxmox again. However, the web gui didn't work, so I read that it's because of a wrong /etc/hosts entry. I *fixed* that, and the gui came back up after a reboot.
But now none of my VMs and LXCs are accessible. Clicking on them in the gui shows "No route to host (595)". I'd like to bring them back to life, but if there isn't anyway, can I atleast somehow save the data?
This is my current config
But now none of my VMs and LXCs are accessible. Clicking on them in the gui shows "No route to host (595)". I'd like to bring them back to life, but if there isn't anyway, can I atleast somehow save the data?
This is my current config
Code:
# $> cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.4/24
gateway 192.168.1.1
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
Code:
# $> cat /etc/hosts
127.0.0.1 localhost
192.168.1.4 homeserver.home.local homeserver
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code:
# $# journalctl -u pvedaemon -u pveproxy -u pve-cluster
-- Journal begins at Sun 2022-11-20 20:57:59 CET, ends at Thu 2022-11-24 17:51:37 CET. --
Nov 20 20:58:03 home systemd[1]: Starting The Proxmox VE cluster filesystem...
Nov 20 20:58:04 home systemd[1]: Started The Proxmox VE cluster filesystem.
Nov 20 20:58:04 home systemd[1]: Starting PVE API Daemon...
Nov 20 20:58:06 home pvedaemon[951]: starting server
Nov 20 20:58:06 home pvedaemon[951]: starting 3 worker(s)
Nov 20 20:58:06 home pvedaemon[951]: worker 952 started
Nov 20 20:58:06 home pvedaemon[951]: worker 953 started
Nov 20 20:58:06 home pvedaemon[951]: worker 954 started
Nov 20 20:58:06 home systemd[1]: Started PVE API Daemon.
Nov 20 20:58:06 home systemd[1]: Starting PVE API Proxy Server...
Nov 20 20:58:07 home pvecm[960]: Generating public/private rsa key pair.
Nov 20 20:58:07 home pvecm[960]: Your identification has been saved in /root/.ssh/id_rsa
Nov 20 20:58:07 home pvecm[960]: Your public key has been saved in /root/.ssh/id_rsa.pub
Nov 20 20:58:07 home pvecm[960]: The key fingerprint is:
Nov 20 20:58:07 home pvecm[960]: SHA256:xxxxx root@home
Nov 20 20:58:07 home pvecm[960]: The key's randomart image is:
Nov 20 20:58:07 home pvecm[960]: +---[RSA 2048]----+
...
Nov 20 20:58:07 home pvecm[960]: +----[SHA256]-----+
Nov 20 20:58:09 home pvecm[957]: got inotify poll request in wrong process - disabling inotify
Last edited: