Proxmox Webinterface

  • Thread starter Thread starter vixtor
  • Start date Start date
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
 
Last edited by a moderator:
i have the same problem, any solution?

yo tengo el mismo problema, alguna solucion?
 
Solution for me was to add "EMBPERL_OPTIONS 0" to line 84 into /etc/apache2/sites-enabled/pve.conf. ;)

P.S.: Also it's necessary to downgrade perl... My commands:
vi /etc/apt/sources.list (to remove squeeze repository)
apt-get update
dpkg --force-all -P perl perl-base perl-modules perl-suid libperl5.10 libalgorithm-diff-xs-perl
apt-get install perl perl-base perl-modules libperl5.10 libcompress-zlib-perl libio-compress-zlib-perl libio-compress-base-perl
apt-get autoremove
 
Last edited by a moderator:
Hi
...
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

Hello,
I get exactly the same error...
For example, if I increase the memory of a VM and then click on Save ...
Code:
[B]Internal Server Error[/B]

 The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root and inform them of the time the error occurred, and anything you might have done that may have caused the error.
 [TABLE]
[TR="bgcolor: #EEEEEE"]
[TD]  [3143]ERR:  24:  Error in Perl code: permission denied at /usr/share/pve-manager/root/base.epl line 76.[/TD]
[/TR]
[/TABLE]


EDIT:
The solution from xaionaro does not work for me

have only performed updates today

proxmox:/# pveversion -v
pve-manager: 1.8-23 (pve-manager/1.8/6533)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.35: 1.8-13
pve-kernel-2.6.32-4-pve: 2.6.32-33
pve-kernel-2.6.35-2-pve: 2.6.35-13
qemu-server: 1.1-31
pve-firmware: 1.0-13
libpve-storage-perl: 1.0-19
vncterm: 0.9-2
vzctl: 3.0.28-1pve5
vzdump: 1.2-15
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.15.0-1
ksm-control-daemon: 1.0-6
 
Last edited:
Hello,
I get exactly the same error...
For example, if I increase the memory of a VM and then click on Save ...
Code:
[B]Internal Server Error[/B]

 The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root and inform them of the time the error occurred, and anything you might have done that may have caused the error.
 [TABLE]
[TR="bgcolor: #EEEEEE"]
[TD]  [3143]ERR:  24:  Error in Perl code: permission denied at /usr/share/pve-manager/root/base.epl line 76.[/TD]
[/TR]
[/TABLE]

EDIT:
The solution from xaionaro does not work for me
have only performed updates today

proxmox:/# pveversion -v
pve-manager: 1.8-23 (pve-manager/1.8/6533)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.35: 1.8-13
pve-kernel-2.6.32-4-pve: 2.6.32-33
pve-kernel-2.6.35-2-pve: 2.6.35-13
qemu-server: 1.1-31
pve-firmware: 1.0-13
libpve-storage-perl: 1.0-19
vncterm: 0.9-2
vzctl: 3.0.28-1pve5
vzdump: 1.2-15
vzprocps: 2.0.11-2
vzquota: 3.0.11-1
pve-qemu-kvm: 0.15.0-1
ksm-control-daemon: 1.0-6


Hello,
has nobody any idea what I can do against this error?
If further information required?

maxprox
 
the original poster updated against squeeze/wheezy which is not supported. did you also use an unsupported combination?
 
the original poster updated against squeeze/wheezy which is not supported. did you also use an unsupported combination?


Nooo,
What I've modified the default installation is the installation of additional kernel 2.6.35er
(and I've installed the newes Intel e1000e drivers)
my /etc/apt/sources.list:
Code:
deb http://ftp.de.debian.org/debian lenny main contrib

## packages von ubuntu von dem der Kernel *35 stammt
## deb http://ubuntu.mirror.cambrium.nl/ubuntu/ maverick main universe
## deb-src http://ubuntu.mirror.cambrium.nl/ubuntu/ maverick main universe


# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian lenny pve pvetest

# security updates
deb http://security.debian.org/ lenny/updates main contrib
~                                                                                             
~

The problem with the webfrontend I've with both Kernel 2.6.32 + 2.6.35
with this /etc/apt/sources.list - from despair - I've done the following:

Code:
dpkg --force-all -P perl perl-base perl-modules perl-suid libperl5.10 libalgorithm-diff-xs-perl
aptitude install perl perl-base perl-modules libperl5.10 libcompress-zlib-perl libio-compress-zlib-perl libio-compress-base-perl
aptitude autoremove

Regards,
maxprox
 
Last edited:
if you have a different issue pls open a new thread - telling that you got the same and afterwards the opposite is not useful in the same thread. open a new one if you got still issues, provide all details.