Web Interface lock

schunky

New Member
Apr 1, 2010
7
0
1
Hello,
first of all sorry for my english :confused:

So I have Proxmox VE 1.5
My issu is that I can't create or modify Vms parameters by using web interface
I just can stop or run an existing VM

To modify an existing VM I need to use the config file for each VM
 
why not? what are you doing exactly and what error message do you get?
 
nothing, none messages

when I edit parameters to modify for example disk size or to mount an ISO and when i click to validate to record the modification nothing happen.

When I want to create a new VM nothing happen, no record
 
no cluster,
direct connect from my laptop to the server Proxmox on which i have 4 VMs

Web interface was running before.
 
/var/log/apache2/error.log

[Tue Apr 06 15:10:53 2010] [error] auth_name PVE
[Tue Apr 06 15:10:53 2010] [error] ses_key_cookie root::root::1270559427::e4df259a92e5de61888b03baa3f5c7cc2d1cc914::747fa514b434d6b45e56bd09130810a42f9002ea
[Tue Apr 06 15:10:53 2010] [error] uri /ws/vzlist
[Tue Apr 06 15:10:53 2010] [error] user authenticated as root
[Tue Apr 06 15:10:53 2010] [error] authorize() for /ws/vzlist
[Tue Apr 06 15:10:53 2010] [error] authorize user=root type=PVE::AuthCookieHandler
[Tue Apr 06 15:10:53 2010] [error] requirement := group, root
[Tue Apr 06 15:10:53 2010] [error] PVE::AuthCookieHandler->group returned 0
[Tue Apr 06 15:10:53 2010] [error] auth_type PVE::AuthCookieHandler
[Tue Apr 06 15:10:53 2010] [error] authorize() for /vzlist
 
Hi,
i got no error messages:
Code:
[Tue Apr 06 20:41:16 2010] [notice] Apache/2.2.9 (Debian) Embperl/2.2.0 mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
[Tue Apr 06 21:05:07 2010] [error] [client 127.0.0.1] File does not exist: /usr/share/pve-manager/images/favicon.ico
[Tue Apr 06 21:05:10 2010] [error] [client 127.0.0.1] File does not exist: /usr/share/pve-manager/images/favicon.ico
Is your installation a standard-install? Do you change permission, or so?

Udo
 
The standrad installation but for right I don't know. Someone manage Proxmox before me. How can I controle it?

Proxmox ran. But now it's locking!
 
The standrad installation but for right I don't know. Someone manage Proxmox before me. How can I controle it?

Obviously 'someone' changed the apache configuration. I guess it is best to ask 'someone' what he/she changed.
 
I can not ask him because he is gone
Hi,
you can try to install proxmox on another computer - test the web access.
Save the content of /etc/apache2 ( cd /etc/; tar cvf apache2.tar apache2) and copy the tar-file to your proxmox-server. Move your current apache2 (e.g. to apache2.sav ) and untar the tar-file. Restart apache - perhaps it's helps.

On the other side is a new installation on the malfunctionig server is very fast - you have only make a good backup of all VMs and nessesarys things (configs, templates, iso, netconfig...).
The longest time take the backup/restore of the local VMs.

Udo
 
You know thats not really an error its trying to request the favicon.ico and it doesn't exists as far as I can tell they don't ship one for proxmox.