V
vixtor
Guest
Hi
Just to tell my experience
First what I do:
change the lines of sources.list
deb http://ftp.debian.org/debian lenny main contrib
to deb http://ftp.debian.org/debian wheezy main contrib
made an update and I installed openssl libssl-dev and build-esential
this install broke the webinterface when I put the ip address to log in it redirects to
https://ipserver/nrd/LOGIN
no success, only was able to log in through ssh, well first thing was to remove the 3 package installed, the changes the line of apt to lenny then I realize there was an update to 1.8 from 2 days ago, so I upgraded to the last version this one I think reinstall proxmox and now Im able to log in to the webinterface now it redirects me to
https://ipserver/vmlist/index.htm
Just follow ---> http://pve.proxmox.com/wiki/Downloads
Now Im not going to change the sources.list lines again.
when I try to create a machine this is the error message
PD: ERR: 24: Error in Perl code: permission denied at /usr/share/pve-manager/root/base.epl line 76
-rw-r--r-- 1 www-data www-data 7251 Mar 25 03:39 base.epl
Line 76 of the file
#75 if ($fdat{action} || ($req_rec->method ne 'GET')) {
#76 die "permission denied" if !$fdat{ptoken} || !PVE::Utils::verify_page_token($fdat{ptoken});
#77 }
any help is appreciated thanks
Just to tell my experience
First what I do:
change the lines of sources.list
deb http://ftp.debian.org/debian lenny main contrib
to deb http://ftp.debian.org/debian wheezy main contrib
made an update and I installed openssl libssl-dev and build-esential
this install broke the webinterface when I put the ip address to log in it redirects to
https://ipserver/nrd/LOGIN
no success, only was able to log in through ssh, well first thing was to remove the 3 package installed, the changes the line of apt to lenny then I realize there was an update to 1.8 from 2 days ago, so I upgraded to the last version this one I think reinstall proxmox and now Im able to log in to the webinterface now it redirects me to
https://ipserver/vmlist/index.htm
Just follow ---> http://pve.proxmox.com/wiki/Downloads
Now Im not going to change the sources.list lines again.
when I try to create a machine this is the error message
PD: ERR: 24: Error in Perl code: permission denied at /usr/share/pve-manager/root/base.epl line 76
-rw-r--r-- 1 www-data www-data 7251 Mar 25 03:39 base.epl
Line 76 of the file
#75 if ($fdat{action} || ($req_rec->method ne 'GET')) {
#76 die "permission denied" if !$fdat{ptoken} || !PVE::Utils::verify_page_token($fdat{ptoken});
#77 }
any help is appreciated thanks
Last edited by a moderator: