failed upgrade

SLX

Member
Jan 4, 2021
1
0
6
62
Hi,
we did an upgrade from Proxmox 6.4 to 7 this morning.
since then, the gui is no more accessible on port 8006

result of nmap

root@pmg:~# sudo nmap 192.168.105.5
Starting Nmap 7.80 ( https://nmap.org ) at 2022-08-12 10:27 CEST
Nmap scan report for pmg.idb-consultance.be (192.168.105.5)
Host is up (0.0000050s latency).
Not shown: 996 closed ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
111/tcp open rpcbind
587/tcp open submission

also /etc/default/pmgproxy does not exist.

what else could we do here ?

thanks

Stephane
 
check the journal since boot - there should be messages pointing towards why pmgproxy is not running
`journalctl -b`

I hope this helps!