Hi everyone,
I've been using proxmox for a while now, but was not able to
So I edited the
Can't seem to remember what was there before.
Is there anything I can do to access the web GUI again?
Thanks again for your help!
I've been using proxmox for a while now, but was not able to
apt-get update && apt-get upgrade
So I edited the
/etc/hosts
file to include ftp.us.debian.org
& security.debian.org
and a few others. Accidentally replaced my attlocal @ 246 and replaced with proxmox.Can't seem to remember what was there before.
Bash:
root@pve:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
::1 localhost.localdomain localhost
192.168.1.246 attlocal.net
#192.168.1.246 proxmox-server.local promox-server
64.50.236.52 ftp.us.debian.org
151.101.2.132 security.debian.org
66.70.154.82 download.proxmox.com
# AT&T local gateway/router IP
#192.168.1.254 gateway.att.local
# 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
Is there anything I can do to access the web GUI again?
Bash:
root@pve:~# ip route
default via 192.168.1.254 dev vmbr0 proto kernel onlink
192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.246
root@pve:~# systemctl status pveproxy
WARNING: terminal is not fully functional
Press RETURN to continue
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Fri 2025-02-28 13:06:25 CST; 10min ago
Process: 854 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=111)
Process: 855 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 856 (pveproxy)
Tasks: 4 (limit: 14115)
Memory: 147.3M
CPU: 17.494s
CGroup: /system.slice/pveproxy.service
├─ 856 pveproxy
├─1322 "pveproxy worker"
├─1323 "pveproxy worker"
└─1324 "pveproxy worker"
Feb 28 13:16:31 pve pveproxy[856]: starting 2 worker(s)
Feb 28 13:16:31 pve pveproxy[856]: worker 1322 started
Feb 28 13:16:31 pve pveproxy[856]: worker 1323 started
Feb 28 13:16:31 pve pveproxy[1322]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at />
Feb 28 13:16:31 pve pveproxy[1323]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at />
Feb 28 13:16:31 pve pveproxy[1321]: worker exit
Feb 28 13:16:31 pve pveproxy[856]: worker 1321 finished
Feb 28 13:16:31 pve pveproxy[856]: starting 1 worker(s)
Feb 28 13:16:31 pve pveproxy[856]: worker 1324 started
Feb 28 13:16:31 pve pveproxy[1324]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at />
lines 1-25/25 (END)
Thanks again for your help!