After installing Proxmox I can acces the VE via ssh but not via web interface

  • Thread starter Thread starter jfontana
  • Start date Start date
J

jfontana

Guest
Hi,

This is the first time I install Proxmox. Everything seemed to work fine and I was even able to access the VE via web gui the first time. After I rebooted the computer, however, I'm no longer able to access the web gui with my browser pointing to the IP I assigned (https://192.168.1.149). I have no problems accessing it via ssh, though.

The other thing I'm a little confused with is the new interface. Has anybody had this problem? Can anybody tell me how do I go about restoring the web access? Thanks in advance for your help.

JM
 
I know now why I cannot access via web but I don't know how to solve the problem. I rebooted the server in verbose mode and I see that two things failed:

"BEGIN failed -- compilation aborted at /usr/bin/pvedaemon line 13"

and more significantly:

"Starting web server: apache2Action 'start' failed."

I don't remember doing anything that might have caused this problem. Is there any easy way to fix this or should I reinstall Promox VE. That would not be much of a problem since I still don't have any appliances installed but I would prefer not to have to do it.

JM
 
I don't know whether this can help you help me but before having the problems I have I had done a 'pveam update' and I got the following error messages:

root@jfontana:/usr/share/perl5/PVE# pveam update
Can't locate PVE/I18N.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/share/perl5/PVE/APLInfo.pm line 6.
BEGIN failed--compilation aborted at /usr/share/perl5/PVE/APLInfo.pm line 6.
Compilation failed in require at /usr/bin/pveam line 5.
BEGIN failed--compilation aborted at /usr/bin/pveam line 5.
root@jfontana:/usr/share/perl5/PVE#
 
Yes, I installed PVE 2.0. I thought it was the best option since it is the newest version and being a release candidate I assumed it was stable enough. Sorry if it is the wrong forum. I thought this kind of question would belong in the 'Proxmox VE: Installation and configuration' since it seems definitely a problem with my installation/configuration.

JM
 
Yes, I installed PVE 2.0. I thought it was the best option since it is the newest version and being a release candidate I assumed it was stable enough.

Well, you should update your installation

# aptitude update
# aptitude full-upgrade
 
Last edited by a moderator: