Search results

  1. E

    Updates for Proxmox VE 3.0 - including new kernel (pvetest)

    "package update manager" need a valid subscription? or just it does not support http_proxy ?
  2. E

    Updates for Proxmox VE 3.0 - including storage migration

    Usually I use "aptitude update && aptitude full-upgrade" to update the PVE system. Now the wiki seem need three step to update PVE: http://pve.proxmox.com/wiki/Downloads#Update_a_running_Proxmox_Virtual_Environment_3.x_to_latest_3.0 1 apt-get update 2 stop all running VM 3 apt-get dist-upgrade...
  3. E

    Proxmox VE 3.0 released!

    Congratulation ! :D
  4. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! Have tested, works. Login with no problem. Thanks.
  5. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! My poor english finally make you got it ;)
  6. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! I don't think so. Maybe the pveproxy should ignore ENV like "http_proxy" ? 2.3 use apache never has this kind problem.
  7. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! I can reproduce the WEBGUI login problem again. export http_proxy=http://172.xxx.xxx.xxx:8888/ aptitude update && aptitude full-upgrade Then Login https://pvehost:8006/ Solved by unset http_proxy ENV and restart pveproxy. What commands...
  8. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! But why pve-api-daemon/3.0 thought it must response via squid ? Notice the responses header "Via"
  9. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! Very strange,I can't reproduce the problem by set env http_proxy and then restart pveproxy. :confused: Everything is OK now . BTW: service pveproxy restart service pvedaemon restart is the correct way to restart PVE serivces ?
  10. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! I thinks I find the reason. In PVE host,I set env http_proxy to use proxy to update the system(aptitude update && ....) export http_proxy=http://theipaddr:8888/ The upgrade restart pveproxy,then pveproxy find the env "http_proxy",then the...
  11. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! Sure, https://hostname:8006/ I can see the Login form.
  12. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! Squid... Is this concerned ? service squid restart, no help.
  13. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! No,I even change use another computer's browser , same error. Last time I solve this error by reboot PVE host, This time I just want provide more hint, so no reboot until now.
  14. E

    Proxmox VE 3.0 RC2 released!

    Re: 3.0 RC2 update cause WebGUI login problem ?! Use chrome F12, find this: http://localhost:85/.....
  15. E

    Proxmox VE 3.0 RC2 released!

    3.0 RC2 update cause WebGUI login problem ?! Select "Linux PAM" have the same error. Any logs or hints where I can find then help to debug ? @Dietmar When update RC1 I have the same error http://forum.proxmox.com/threads/13732-Proxmox-VE-3-0-RC1-released!?p=74262#post74262
  16. E

    Proxmox VE 3.0 RC2 released!

    Re: Another unresolved bug?! When use "aptitude update && aptitude full-upgrade" update PVE 3.0 rc2 update the pve-cluster pve-manager qemu-server, I can't login from the WebGUI. "Login failed. Please try again"
  17. E

    Linux PERF_EVENTS Local Root

    until now full patched CentOS 6.4 and Debian 7 is vulnerable.
  18. E

    Proxmox VE 3.0 RC1 released!

    update from RC1 to Can't login from Web GUI (seem password is wrong,but I can login from ssh), I must reboot the host, webgui login is ok now.
  19. E

    Proxmox VE 3.0 RC1 released!

    172.18.20.153 is PVE 3.0 172.18.20.152 is PVE 2.3 3.0's API is binary ?