Proxmox web interface not working

indra93

Renowned Member
Jul 9, 2015
1
0
66
Proxmox web interface is not working for me...i run the following code and got this...not sure what to do here need help here....!!!

# pveproxy start
unable to create socket -IO:Socket ::INET : Address already in use

#/etc/pve/local/pve-ssl.key
-bash:/etc/pve/local/pve-ssl.key: Permission denied

#/etc/hostname
-bash:/etc/hostname: Permission denied

Please help me....to solve this issue...i am new to proxmox...so please let me know clearly......Thanks
 
How did you install the Proxmox VE and what are your system specifications?

The response to those commands you entered:
Code:
#/etc/pve/local/pve-ssl.key
-bash:/etc/pve/local/pve-ssl.key: Permission denied

#/etc/hostname
-bash:/etc/hostname: Permission denied
is normal, as the aren't executables but normal text/binary files. Try out
Code:
more /etc/hostname
as root (or with sudo) and you should see the content without permission problems.