Search results

  1. S

    SCSI or Virtio Driver Issue: Windows Server 2008 R2 64 Bit

    Re: SCSI or Virtio Driver Issue: Windows Server 2008 R2 64 Bit [SOLVED] Manually edit the vm config file: /etc/qemu-server/xxx.conf Replace "virtio:" with "ide:" refresh the proxmox web ui page to validate the conf. stop then start the vm (not restart).
  2. S

    Moving VM machines

    Well it's "easy". 1- stop the vm 2- move the folder containing the vm files into your shared storage at the correct place 3- manually edit /etc/qemu-server/xxx.conf where xxx is your vm id 4- find lines containing local:xxx/vm-xxx-disk-n..... and replace local by the name of your shared...
  3. S

    Help! Restarting the web ui on an "old" slave cluster note promoted to master

    Hi again. I'm trying to switch a slave node of a cluster into a single master node (as in a new fresh install of proxmox). I've manually stopped the cluster sync and tunnel services on both nodes, then removed the cluster configuration also on both nodes. I also told the slave node to become a...
  4. S

    pveca -m : nothing happens ?

    > i think you must delete your old server from cluster. I can not as it thinks it is still the master. And if i remove the new machine from the cluster, i fear it will delete all config/vm files on the new machine. I thought pveca -m would switch the master node, activate the web ui on the...
  5. S

    pveca -m : nothing happens ?

    Hi, I'm have a cluster with 2 nodes. The cluster was created for live migration of vms from an old server (master node) to a new server (slave node). Now i want to stop the old server and use the new one for my cluster management, ie as the master node. I've tryed "pveca -m" on the slave node...
  6. S

    Would it be best to use two identical server hardware machines for live migration?

    Re: Would it be best to use two identical server hardware machines for live migration +1, i've migrated from intel to amd (live and not live kvm vm) without any issue.
  7. S

    LVM2 migration

    Merci it woked nicely !!! Thanks again for your help for the LVM migration !!!!!
  8. S

    New cluster setup : ipv6 supported ?

    So after testing, answer is: no.
  9. S

    Windows 2008r2 2k8r2 udp

    I've experienced over the past 2 years with virtio drivers (for network). They are not stable under load and fails unexpectedly under some probably specific circumstances (the driver fails - the vm loose connectivity and needs a reboot). It happened with all versions, and is really related to...
  10. S

    New cluster setup : ipv6 supported ?

    Hi, I'm about to setup a proxmox ve cluster in my live environment. I've read the http://pve.proxmox.com/wiki/Proxmox_VE_Cluster doc, but it says nothing about ipv6. Is ipv6 supported as the "node" ip ? Thks.
  11. S

    fresh install : Open VNC console fails with apache error 500

    Well, none of these ports are in use. This is the problem :=)
  12. S

    fresh install : Open VNC console fails with apache error 500

    # tail /var/log/apache2/error.log ERR: 24: Error in Perl code: unable to find free vnc port at /usr/share/perl5/PVE/ConfigServer.pm line 1011 # pveversion -v pve-manager: 1.7-11 (pve-manager/1.7/5470) running kernel: 2.6.35-1-pve proxmox-ve-2.6.35: 1.7-9 pve-kernel-2.6.32-4-pve...
  13. S

    KVM: 2 network interface on same bridge = not supported ?

    Hi, as soon as i add a new virtual network card to the same bridge, the vm (Win2K8) can't see the outside world / even the host. No improvement if this new card is disabled in the vm. If i remove the virtual card all works correctly. If i add a new virtual network card to another bridge it...
  14. S

    time drift in all guests

    bcdedit /set useplatformclock true
  15. S

    kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 error 6

    Re: kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 erro The java vnc console is working ok. Seems faster than realVnc. But there are annoying scroll bars (using Chrome).
  16. S

    kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 error 6

    Re: kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 erro With the java based console i don't know how to "see" the screen so i don't use it. There is only a command line based interface which seems to work ok.
  17. S

    kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 error 6

    Re: kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 erro VNC server is included in QEMU. Just configure inetd on the host to reach it: cat /etc/inetd.conf ... 8000 stream tcp nowait root /usr/sbin/qm qm vncproxy 100 yourVncPassword where 100 is the vm id...
  18. S

    kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 error 6

    Re: kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 erro >I will try to reproduce your issue here, can you guide me in order to got the same setup in our lab? Yep. What do you need ? vnc client: realVnc free version vm: 2008R2 standard (x2) + 2008R2 web (x2)...
  19. S

    kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 error 6

    Re: kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 erro Of course it is what i have done i am no noob :p => e1000 with same mac. The intel drivers refuse to install with the above message. It seems Intel protected their drivers. Or i am missing something...
  20. S

    kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 error 6

    Re: kvm[14289]: segfault at 7fffced77688 ip 000000000041b264 sp 00007fffce552100 erro When trying to install latest e1000 drivers I have the error: "Cannot install drivers. No Intel(R) Adapters are present in this computer.". Device manager shows "Intel Pro/1000 MT Network connection" ...