Recent content by languanghao

  1. L

    How to proxy novnc with nginx

    I found the configuration like below for proxy pve behind nginx, it works fine except novnc. When I open novnc window in chrome, it shows error: server { listen 443; server_name _; ssl on; ssl_certificate /etc/nginx/ssl/cert.pem; ssl_certificate_key /etc/nginx/ssl/key.pem...
  2. L

    pveproxy has peformance problem with keep alive connection

    I have a 3 nodes cluster, and all user visit one node. About 20 novnc connections, the server will lost connection. Restart pveproxy will solve this problem.
  3. L

    pveproxy has peformance problem with keep alive connection

    When many people use novnc, the api server(web gui, novnc) will not response for new connection. But the novnc alreay opend still working, and the command 'pveproxy status' shows the service is running. After edit the /usr/share/perl5/PVE/Service/pveproxy.pm, change the 'max_workers' option...
  4. L

    web gui 'network' has error 'active' value if debian ipv6 is disabled

    For some reason, I disable the debian ipv6, after that in the 'network' tab of web gui the 'vmbr0' property 'Active' become 'No'. I find the error code in 'INotify.pm': if ($proc_net_if_inet6) { while (defined ($line = <$proc_net_if_inet6>)) { if ($line =~...
  5. L

    set qemu note error when the string include non-ascii chractor

    After upgrade to pve 4.0, I can't set the kvm note include chinese chractor, but in pve 3.x it works fine. It seems like a encode or decode bug.
  6. L

    qemu-server.service error

    I do the upgrade follow https://pve.proxmox.com/wiki/Upgrade_from_3.x_to_4.0 step by step I also find someone else has the same problem: http://forum.proxmox.com/threads/24126-Networking-not-automaticly-starting-after-upgrade-from-3-4-to-4-0...
  7. L

    qemu-server.service error

    After upgrade to pve 4, I got the error every time when I start or reboot my server. Oct 28 09:11:43 host00 systemd[1]: [/run/systemd/generator.late/qemu-server.service:7] Failed to add dependency on +iscsi.service, ignoring: Invalid argument I have...
  8. L

    proxmox ve 4 network bond problem

    When I config a linux bond "bond0" with gui, the option "Autostart" is checked. After reboot, the "bond0" is not correct configured, seems like 'Autostart' option is now work. Proxmox ve 3.4 does not have this problem.