webinterface | ssh access

PetrolDriver

New Member
Nov 2, 2023
23
1
3
Hi,

I can't login as root on web interface any longer.
Via ssh I can login as root.

How can I restart the web interface or is there any other issue?

Thanks, very much.
 
Hi,

what does systemctl status pveproxy report?
You can also restart it via systemctl restart pveproxy, which might or might not work, depending on the cause, of course.
 
Service is active, some entries like:

Code:
 pveproxy[2942269]: proxy detected vanished client connection

Restarting does not help.
 
Are you picking the right realm in login screen? Have you installed any additional software that may be limiting login attempts?

What happens when you run the following command from ssh shell:
curl -k -X POST "https://localhost:8006/api2/json/access/ticket" \
-d "username=root@pam&password=PASSWORD"



Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
No, yesterday it worked fine.

When I execute the curl command, it takes some seconds and then the prompt returns.
There comes no content.
 
Do you have free space left on your system? (df -h)
Is there anything being logged during the login attempt? (journalctl -f)
Have you examined the log for errors? (journalctl)

PS : did you replace the word "PASSWORD" with your actual password?


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited:
yes, only 12% used
some messages: kernel: CIFS: VFS: No writable handle in writepages rc=-9 | comes from the samba backup share
no other errors
 
What do you get with : curl -sk https://localhost:8006
What PVE version are you running: pveversion / pveversion -v
What is the output of : debsums -c
What is the state of all PVE services: systemctl |grep pve
What is the state of mounts: mount / df
What happens when you restart the services: systemctl try-reload-or-restart pvedaemon pveproxy pvestatd pvescheduler pve-ha-lrm
What happens when you run: pvesh get /cluster/resources
Have you restarted the host?


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: cheiss