Front-end error

cyberbootje

Member
Nov 29, 2009
77
0
6
Hi,

I did a update, upgrade on a testing proxmox machine and now the front-end doesn't work.

When i go to the browser i'm getting:
[h=1]Bad Request[/h] Your browser sent a request that this server could not understand.
Request header field is missing ':' separator.


Keep-Aen-us,en;q=0.5

The version:
# pveversion -v
pve-manager: 1.8-18 (pve-manager/1.8/6070)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.8-33
pve-kernel-2.6.32-4-pve: 2.6.32-33
qemu-server: 1.1-30
pve-firmware: 1.0-11
libpve-storage-perl: 1.0-17
vncterm: 0.9-2
vzctl: 3.0.28-1pve1
vzdump: 1.2.6-1
vzprocps: 2.0.11-2
vzquota: 3.0.12-3
pve-qemu-kvm: 0.14.1-1
ksm-control-daemon: 1.0-6

Any idea?
 
We tried all browsers.
Now that i think of it, we installed sudo and libc6 was updated. Since then it just broke.
 
We tried all browsers.
Now that i think of it, we installed sudo and libc6 was updated. Since then it just broke.
Sure?
i had sudo on a test-machine and all works:
Code:
dpkg -l | grep sudo
ii  libgksu2-0                                     2.0.7-1                        library providing su and sudo functionality
ii  sudo                                           1.6.9p17-3                     Provide limited super user privileges to specific users
 dpkg -l | grep libc6
ii  libc6                                          2.7-18lenny7                   GNU C Library: Shared libraries
ii  libc6-dev                                      2.7-18lenny7                   GNU C Library: Development Libraries and Header Files
ii  libc6-i386                                     2.7-18lenny7                   GNU C Library: 32bit shared libraries for AMD64

Udo