Search results

  1. P

    proxmox i386 deb packages not found

    hi kumarullal, you don't need the official repo in here. as written in the howto: exchange it with linux-image-openvz-686 from your standard lenny repo. please add that to the wiki, as this problem is addressed in the howto. other users will find it there more likely.
  2. P

    IO delay during backup

    then use the first solution, letting the bootloader wait. i don't know, but believe the Win2008 bootloader is able to do that. if not you can use grub to boot, or at least chainload it.
  3. P

    IO delay during backup

    as a workaround you may configure your bootloader in the KVM that needs to start later to wait some (more) time before booting. another workaround would be to delay starting any services until the firewall is ready. i think you need to figure out what ready means and how it could me measured.
  4. P

    Just an Idea - Is it possible???

    actually i'm out of ideas? is the i386 specific? does it work after migrating the machine to official pve installation?
  5. P

    Just an Idea - Is it possible???

    try clicking into the black window first. or login on the cmdline to see if that works. all daemons running?
  6. P

    second eth interfaces for VM

    i'm running a similar setup, where all proxmox hosts are connected with two independent NICs and networks. eth0 -> vmbr0 = external network eth1 -> vmbr1 = storage network so it basically looks like your setup. for my KVM machines i can add virtual ethernet hardware and assign two virtual NICs...
  7. P

    installation 32bit ?

    i've ported the debian packages and build an unofficial repository for PVE1.4. check out the wiki: http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny_on_32-Bit_Processor
  8. P

    Proxmox on 32bit

    i've done an unofficial port of PVE1.4. check the wiki: http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny_on_32-Bit_Processor
  9. P

    insufficient dependencies in README for kernel sources

    while compiling ftp://pve.proxmox.com/sources/pve-kernel-2.6.24_2009-10-22.tar.gz i noticed additional dependencies for builing that are missing in the README of that archive: Compiling the kernel -------------------- First, make sure you have all tools to compile the kernel: > apt-get...
  10. P

    internal server error (timeout) while creating an OpenVZ container on a slave

    cannot find it in the code after some quick searches, but 10secs seems reasonable when i'm counting. where's it in the code? i want to increase it a bit to check if that helps for all cases.
  11. P

    internal server error (timeout) while creating an OpenVZ container on a slave

    yes, they are up and runnig on all nodes. i guess it's one of those unreproduceable problems. in the meantime after trying it again and again suddenly it worked. perhaps there's network congestion due to cluster sync?! what's the timeout value the error message talks about?
  12. P

    feature request: manage slave cluster node with webfrontend

    it would be a great usability improvement to have access to a slave cluster node configuration in the master node webfrontend. under Administration -> Cluster there's already a view of all cluster-members with their read-only stats. the minimum would be to include a "Manage this...
  13. P

    internal server error (timeout) while creating an OpenVZ container on a slave

    when i try to create a new OpenVZ container from a template and chose it go on a slave cluster node, the ajax request done at this point fails with an Internal Server Error 500: [4414]ERR: 24: Error in Perl code: 500 read timeout however - i can always create it on the master cluster node and...
  14. P

    Just an Idea - Is it possible???

    check the wiki: http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny_on_32-Bit_Processor
  15. P

    Frequently Asked Questions (FAQ)

    Re: Only 64 bit host cpu? There's an unofficial repository. check the wiki: http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny_on_32-Bit_Processor
  16. P

    hi mike, check out 'Build for i386' http://www.proxmox.com/forum/showthread.php?p=13536

    hi mike, check out 'Build for i386' http://www.proxmox.com/forum/showthread.php?p=13536
  17. P

    Build for i386

    done. now i'm sure you've read it ;-) currently there's no detailed high-level analysis available, but for the last 3 days since the repository is up, 3 unique users fetched .deb files (=installed something?) and 4 Packages.gz (=added to sources.list?). since it's weekend and it's only...
  18. P

    Build for i386

    done: http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny_on_32-Bit_Processor @dietmar: i know from this forum that you/your team decided a few years back not to support 32-bit CPUs, but perhaps you can reconsider this issue, if there's demand for that. pille
  19. P

    Build for i386

    i've patched the necessary packages for i386 and picked all required packages together for installing with dpkg, or apt{-get|itude} currently this works on a P4-system. you can follow the instructions from http://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Lenny in general, but instead...
  20. P

    Build for i386

    hi Lantizia, i appreciate your post. i'm in the situation that i have several old xeon servers that are heavily equipped with multiple CPUs (32bit, of course) and memory. i don't want to get rid of them, because they do well, but i want them in a pve-custer for failover. how are your...