[SOLVED] Newbie, after thinkering: no GUI, yes SSH

yvio

New Member
Dec 5, 2024
5
0
1
Hi there.
Newbie here.
Got 3 VM’s up and running.
And after thinkering no GUI.
SSH works. And i see my VM’s working.
(Home assistant and openmedia vault)

There’s enough free space on the disks AND the ram memory.

What status checks can i SSH to see where it goes wrong?

Empty-ing browser cache and private tabs also doesn’t solve it.

Thnx
 
Hi,

what exactly does not work w.r.t the web interface? Is it not reachable? Does the login always fail?

You can start troubleshooting by checking the service status (systemctl status pveproxy.service) and the system log (journalctl -b -u pveproxy.service) - that should probably indicate what is going wrong.
 
Hi,

what exactly does not work w.r.t the web interface? Is it not reachable? Does the login always fail?

You can start troubleshooting by checking the service status (systemctl status pveproxy.service) and the system log (journalctl -b -u pveproxy.service) - that should probably indicate what is going wrong.
hi Cheiss,

thnx for repleying.

page turns blank, no login screen nothing.

systemctl status pveproxy.service gives:

● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Thu 2024-12-05 09:34:09 CET; 3h 29min ago
Process: 1468 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 1470 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 1472 (pveproxy)
Tasks: 4 (limit: 154003)
Memory: 202.9M
CPU: 3.366s
CGroup: /system.slice/pveproxy.service
├─1472 pveproxy
├─1473 "pveproxy worker"
├─1474 "pveproxy worker"
└─1475 "pveproxy worker"

dec 05 09:34:08 proxmox systemd[1]: Starting pveproxy.service - PVE API Proxy Server...
dec 05 09:34:09 proxmox pveproxy[1472]: starting server
dec 05 09:34:09 proxmox pveproxy[1472]: starting 3 worker(s)
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1473 started
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1474 started
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1475 started
dec 05 09:34:09 proxmox systemd[1]: Started pveproxy.service - PVE API Proxy Server.
root@proxmox:~#

and journalctl -b -u pveproxy.service gives:


root@proxmox:~# journalctl -b -u pveproxy.service
dec 05 09:34:08 proxmox systemd[1]: Starting pveproxy.service - PVE API Proxy Server...
dec 05 09:34:09 proxmox pveproxy[1472]: starting server
dec 05 09:34:09 proxmox pveproxy[1472]: starting 3 worker(s)
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1473 started
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1474 started
dec 05 09:34:09 proxmox pveproxy[1472]: worker 1475 started
dec 05 09:34:09 proxmox systemd[1]: Started pveproxy.service - PVE API Proxy Server.
root@proxmox:~#

*the iphone app (proxmate) is also working
 
Last edited:
Hi,

page turns blank, no login screen nothing.
sounds like a problem with your web browser then.
What browser are you using? And on what OS? Have you tried looking in the browser console for any obvious errors?
 
hi
on my phone browsers (safari and firefox) there's a simplified GUI. just the one i used to.

on my other pc (macbook) i got the same results, blanc screen, as on my fixed pc.

on my fixed pc i use os: opensuse with firefox.
all worked great yesterday
 
Hi,


sounds like a problem with your web browser then.
What browser are you using? And on what OS? Have you tried looking in the browser console for any obvious errors?

hi,
just did a clean install on a other barebone i had here.

with this one i have a gui interface on the browser.

i thing something went wrong while fooling around in the " proxmoxlib.js "
(getting rid of the enterprise welcoming message)
 
You can use apt reinstall -y proxmox-widget-toolkit to reinstall a clean version.

Modifying system files without knowing exactly what it does will result in problems - there are lots of other threads already about this on the forum.
 
You can use apt reinstall -y proxmox-widget-toolkit to reinstall a clean version.

Modifying system files without knowing exactly what it does will result in problems - there are lots of other threads already about this on the forum.


THNX !! IT WORKS AGAIN!! (L)
 
Great!

Please just mark the thread as SOLVED by editing the first post, there should be a dropdown near the title. This helps others with the same problem to find this thread more easily :)
 
  • Like
Reactions: yvio