webGUI is not working

Sep 2, 2016
40
0
6
48
Hi,suddenly for one of my proxmox I am not able to access it thr WebGui, I can do a ssh all working fine except WebGui,
pveversion shows below

pve-manager/4.4-5/c43015a5 (running kernel: 4.4.35-2-pve)

nothing much we changed on this box still strange it lost webgui , any suggestions.

Thanks
Upendra
 
Hi,

have you tried to flush the browser cache?
 
yes I did , looks like some of command not working , Not sure but some one might tried to upgrade
here is the output
# systemctl start pvedaemon.service
Failed to start pvedaemon.service: Unit pvedaemon.service is masked.

what could be done to make GUI working.

Thanks
Upendra
 
Then unmask the service.

Code:
systemctl unmask pvedaemon
systemctl start pvedaemon

the update normally do not mask the services.
 
excellent , steps provided really helpful , after that I also did
systemctl unmask pve-firewall.service
systemctl start pve-firewall.service
which help me to start all the services and now I can get in webgui.

really appreciate your help and efforts cheers :)

Thanks
Upendra