Search results

  1. W

    this CPU not supported KVM VM ? but ....!

    you could have started by saying you were trying to install installing in a VM... the answer would then have come immediately ;)
  2. W

    What is the best firewall for proxmox??

    done by the Proxmox team.. ;) look at the
  3. W

    this CPU not supported KVM VM ? but ....!

    try to look at the flags (if you've installed Linux) # cat /proc/cpuinfo | grep flags
  4. W

    Types of Backup

    you're right, i've misread your question ;) I'm also using snaps but you need LVM, I guess few people using LVM are using suspend/stop
  5. W

    How to install Denyhost on Proxmox

    we're on a Debian based system, you can use the repositories (check your /etc/apt/sources.list file) # aptitude update ; aptitude install denyhost and that's all should work ;)
  6. W

    Types of Backup

    downtime... look at http://pve.proxmox.com/wiki/Backup_-_Restore_-_Live_Migration
  7. W

    Clone machine QEMU with LVM Storage model

    :mad: I like when someone says : it doesn't work without explaining how, when, errors encoutered and so on... we're on a tech forum here... so, if there is really a problem with backup/restore, we're ALL concerned.. explain it but just don't say it doesn't work...
  8. W

    Backups and snapshots...

    I've done a script to create snaps and full copy from a machine, in french, but I could translate if needed and of course paste it there if you want. By the way we suffer from problems when deleting and creating snaps on Debian, there is a problem with mapper and LVM which causes the snaps not...
  9. W

    For those using iSCSI shared storage - Ways to prevent single VM from using all IOPS?

    Re: For those using iSCSI shared storage - Ways to prevent single VM from using all I if you use a shared storage, you will have only one LUN for all your VM. If you run a cluster, this LUN will be shared between your Proxmox VE servers. That's the Proxmox VE server that will be using iSCSI...
  10. W

    ntpd uses 32bit

    That's a debian issue, it seems that the libpcap lib wasn't available in 64 bits when they've compiled ntpd. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=483434 you can ignore these warnings ;)
  11. W

    Backup Problem due to a snapshot problem in LVM2

    I'm gonna prepare some "before and after" copy/paste with lvs and dmsetup
  12. W

    Backup Problem due to a snapshot problem in LVM2

    My weekly backup didn't work on one Vm. Jun 11 22:00:02 neptune3 vzdump[8351]: INFO: starting new backup job: vzdump --quiet --node 12 --snapshot --compress --storage NFSBackup --all Jun 11 22:00:02 neptune3 vzdump[8351]: INFO: Starting Backup of VM 105 (qemu) Jun 11 22:00:04 neptune3...
  13. W

    Memory Ballooning

    i'm lost... and what about ksm? I believed it was in charge of that automatically?
  14. W

    Slow install for PVE1.5

    incredible... :eek: you need to be lucky to find the solution to such a problem... :)
  15. W

    Windows 2008 virtio drivers?

    i'm using virtio with 2008 x64 it didn't work at the beginning, until I upgraded to 2.6.32
  16. W

    Unable to connect to VNC console

    you can watch the /var/log/syslog the command line ran by the GUI and then connect to the correct port, using the correct password and it works ;)
  17. W

    Unable to connect to VNC console

    hehe of course :) after the Apache restart, I'm now able to connect from 1 computer... I'm gonna clear the caches and so on, it should work on the other ones now ;) thanks for your help :)
  18. W

    Unable to connect to VNC console

    donno... I've restarted Apache... Same problem When i click on "Open VNC Console" I can see the port is open via lsof, I can even connect via en external VNC... But with a browser (I've tried IE, FF, Chrome from different machines...), the window just opens... I don't see java start..