Search results

  1. X

    A suggestion for vmbrX config

    It's possible that if I left the ip address as 0.0.0.0 the system saves the interfaces file with dhcp instead of manual ? I know that a server would have a fixed address and mine have, but I prefer to centralise this in my dhcp server. I edited the /etc/network/interfaces by hand with no...
  2. X

    When can we expect a new proxmox-ve version based on Debian Squeeze ?

    Please, which small issues ? I'm planning to upgrade if it's possible ...
  3. X

    New pve-manager package - VNC fixes for Chrome/Safari/Opera

    Chrome 9.0.597.83 beta on linux looks fine now with linux terminal guest, before the last line was cropped. Chrome 8.0.552.237 on windows 7 looks fine also.
  4. X

    HACK - KVM only - Control order and delay starting VMs in proxmox

    cks - This is only a little hack before we get the new 2.0 version from the proxmox guys. For sure that they have this features implemented or planned. I put a DEFLAY variable in the header. Thanks for your support ! udo- Thanks for your suggestion, It's updated in the script right now.
  5. X

    HACK - KVM only - Control order and delay starting VMs in proxmox

    Hi, because I need to control the start order of VMs and set a delay between them in some circunstances, I write a little bash script to accomplish this with KVM vms in proxmox. /usr/sbin/qmcontrol #!/bin/bash # # qmcontrol v0.03 # # - changed Starting VM Message to something more meaningful...
  6. X

    Proxmox installer installs grub in the wrong disk ?

    Maybe, if the user has the choice to select destination disk at install, can be useful to ask also for the disk that powers the system for grub install. Actually many bios permit to override the disk order at boot and let the user select the boot drive. Only 2cents...
  7. X

    Proxmox installer installs grub in the wrong disk ?

    Hi, at first thanks for the good work with proxmox VE. Installing a server with 6 sata internal disks (sda-sdf) and 1 esata disk (sdg) I got stuck with blocked system after install and reboot (no message in screen). It's possible that the proxmox install puts the grub in the first disk (sda)...
  8. X

    High memory usage & NFS slowness

    Your network cards are fully supported in the kernel you are using ? I have a promox server with a Intel 82578DM (gibabyte ethernet) that only gets full speed in 2.6.32 kernel, in 2.6.18 the card it's used like a 10/100 Mbs nic.
  9. X

    Virtualize NAS solution

    FYI I virtualize a NFS server with 6 x 2Tb SATA drives connected directly to the KVM with virtio drivers configured as a Raid 5 md device. Putting the NFS server in the PVE box directly I get around 110 Mbytes/s in a 1Gb LAN, with the virtualized NFS server I get between 70 and 80 Mbytes/s, that...
  10. X

    ext4 support is missing in 2.6.24 kernel ?

    Ok, I try to stay with KVM until you release the OpenVZ support for 2.6.32 kernel See you.
  11. X

    ext4 support is missing in 2.6.24 kernel ?

    Hi to all ! Today I install the PVE in my server using an esata disk (for PVE) and an existing 10Tb raid5 md0 device formated in ext4 as additional storage shared with NFS for networked machines and VMs. Testing the default kernel, I see that 2.6.18 has ext4 support, and after installing the...