Search results

  1. Z

    Proxmox VE 3.4 released!

    1. I used unetbootin in linux and windows in the windows. That did not work and it was categorically stated at http://pve.proxmox.com/wiki/Install_from_USB_Stick#Write_the_ISO_image_to_USB that using unetbootin does not work. 2. Then I tried...
  2. Z

    Proxmox VE 3.4 released!

    But, it was categorically specified in the BIOS that the first boot media is CF, then UEFI disk and then HDD. I tried both with USB stick as well as SD card, in both case that does not boot. I found https://pcbsd.org/showthread.php?t=23488 which finally leads to the conclusion that it has...
  3. Z

    Proxmox VE 3.4 released!

    Hi, this seems to be the finest of all releases of proxmox, but I am having problem. I downloaded the iso, checked the sum and all ok. Burnt using dd (in linux) to both USB stick and SD card, all went well. But when I try to boot, I am repeatedly getting a grub error which reads: The...
  4. Z

    Proxmox VE 3.0 RC2 released!

    Another unresolved bug?! I tried to install on a new HDD today. The Proxmox installer cannot install bootloader at the end. I tried to fix by booting with a live CD and tried to install with the following commands: And got the following error: It seems like the uresolved bug discussed...
  5. Z

    Proxmox VE 3.0 RC2 released!

    Re: Unable to delete pool! A bug? Done (https://bugzilla.proxmox.com/show_bug.cgi?id=388).
  6. Z

    Proxmox VE 3.0 RC2 released!

    Unable to delete pool! A bug? Installed v3rc2 and when trying to delete pool, it reports: "delete pool failed: Pool 'xxx' is not empty (500)" Eventhough all the resources (vm) inside the pool are already deleted. Reincarnation of the bug, discussed at...
  7. Z

    Proxmox VE 3.0 RC1 released!

    Re: network not configured when installing to wheezy I could not figure out exactly where it states that the bridge network should be configured manually. However, it does make sense, if it has been added that, the bridge device can be created as follows without vlans or nat: Or point to...
  8. Z

    Proxmox VE 3.0 RC1 released!

    network not configured when installing to wheezy Hi: It could be a bug, but when I tried to install in two machines (qemu instances) with wheezy pre-installed, it did not configure the network with bridge devices. I had to manually do it. Just for developer's info. It is worth mentioning in...
  9. Z

    Proxmox Download Server Down?

    Thanks! I used #wget -q -O- "http://188.165.151.222/debian/key.asc" | apt-key add - and it worked!
  10. Z

    Proxmox Download Server Down?

    Does not seem so, else how can I reach all hosts except that specific proxmox download server? I tried once again after 8 hours with the following output:
  11. Z

    Proxmox Download Server Down?

    I am trying to get the gpg key from proxmox, but the download servers are not reachable. I tried with download and download2.proxmox.com, but with the following errors: Please confirm! Thanks!
  12. Z

    public IP to guest kvm instance

    Is there any way that the single public IP be assigned to a guest KVM instance of say pfSense and assign local IP to host? I know this is not ideal in production, but on times, it is helpful when resources (IP and Host HW) is scarce! Thanks!
  13. Z

    Happy Birthday - Proxmox VE is 5 years old!

    Dear Martin and all pm developers: Herzlichen Glückwunsch zum Geburtstag! Congrats to all the developers for creating a mature platform! clap! clap!!
  14. Z

    How to customize Proxmox 2.x Installer CD

    Thanks! Certainly I will write to him. However, is it not mandatory to publish publicly all source code including the build process if you are using any GPL or AGPL code and have to release the codes also under the same license? Else it would be GPL violation, correct?. Just wondering! I just...
  15. Z

    How to customize Proxmox 2.x Installer CD

    Yep, that is a way I have been following so far. But when it comes to mass deployment to flash disks, the time that consumes as it is explained above is too precious to spend on each machine. You understand what I mean. My requirement is to create a raw img file with all modifications and dd it...
  16. Z

    How to customize Proxmox 2.x Installer CD

    Hi: Trying to figure out how to customize Proxmox 2.0 Installer CD with the following additions: 1) xserver, any lightweight DE (like LXDE and i3) and a few other customized packages. 2)To be installed on an ext2 partition to avoid journalling in a flash disk I know of using lb-config and...
  17. Z

    HowTo: Enable console login for OpenVZ Debian containers (V2.2 and later)

    Thanks PM-development team. It seems like a neat feature. :D
  18. Z

    Cool and Quiet Proxmox VE 2.x

    I saw an unattended but useful thread about Proxmox VE 1.x at http://forum.proxmox.com/threads/5501-Assistance-with-enabling-Cool-N-Quiet-on-my-ProxMox-system I tried the same in Proxmox VE 2.x to achieve the same without success. It would be nice if there are any pointers to build an energy...
  19. Z

    Installation of Proxmox V2 in HW RAID10

    I have a intel d525mw mobo (only supports two sata drives by default) with four 2tb HDDs attached to SATA 150 4-channel PCI RAID CARD with Sil3114 chipset. I configured to RAID10 and now only two HDDs are showing rather than 4 as one. Strange!
  20. Z

    I want to unrar on proxmox 2.0

    if unrar does not work, go with p7zip-full and uninstall unrar. (I meant 'apt-get purge unrar && apt-get install p7zip-full') I encountered problems with 'unrar -x' earlier. For 7z unrar, do 'man 7z'.