Recent content by Wil Barath

  1. W

    New Proxmox VE 1.8 ISO with latest packages

    That's great Tom, but I had no intention of trying to create a VMID less than 1000. After trying about 50 new containers to try to reproduce the problem I hit the down arrow to see my completion history and I saw that I had entered sv4100 as the VMID instead of 4100, and sv5100 for the next...
  2. W

    New Proxmox VE 1.8 ISO with latest packages

    To save confusion, yes I am talking about KSM with OpenVZ containers with Proxmox. This is the case because I am running Proxmox itself in KVM. The shared pages with my app loaded are quite a large percentage of memory - about 70% of memory is being shared, which was a real shock. This...
  3. W

    New Proxmox VE 1.8 ISO with latest packages

    Yes, I got a good md5sum downloading from the http server today too. I found one bug in Proxmox's 1.8's interface on the new distro: When creating an OpenVZ container with vmid 5100 it attempted to create one instead with vmid 0, which failed. It gave a nice verbose error: /usr/bin/pvectl...
  4. W

    New Proxmox VE 1.8 ISO with latest packages

    Yeah, I am evaluating it for installation on bare metal. I am currently running it on an AMD quad-core under KVM with Ubuntu 10.04, and I have the nested hosting turned off for now. I'm more interested in the OpenVZ containers at the moment. So far it is working as expected, which is a very...
  5. W

    New Proxmox VE 1.8 ISO with latest packages

    tom: actually, the http download failed 3 times consecutively: once with firefox's own downloader, once with wget (done as above) and once with cURL, all giving the same bad md5sum. I was confused about the download button. Turns out it is actually a direct link after all. The URL doesn't...
  6. W

    New Proxmox VE 1.8 ISO with latest packages

    Up and running. To connect from the real world I exported port 443 using: ssh -R 443:localhost:443 192.168.1.121 Then fired up proxmox web interface using: firefox https://localhost Now to see if this software can do what I need it to. =)
  7. W

    New Proxmox VE 1.8 ISO with latest packages

    The HTTP downloads using Firefox, wget and cURL all failed when downloading from this page: http://www.proxmox.com/downloads/proxmox-ve/iso-images/89-proxmox-ve-1 The bittorrent downloaded fine, 82f2dbab4ca5e467278e0717ed7c861f proxmox-ve_1.8-6070-5.iso installing...
  8. W

    New Proxmox VE 1.8 ISO with latest packages

    Nope, same md5sum with cURL: 035d532374b4b74f20352f7c8799dea1 I guess the ISO on the download server is corrupt. I'll try the bittorrent and get back to you with the results on that...
  9. W

    New Proxmox VE 1.8 ISO with latest packages

    I've just attempted to install the above latest ISO using the following: qemu-img create -f qcow2 -o size=30G hydrogen.qcow2 kvm -m 2048 -boot d -cdrom proxmox-ve_1.8-6070-5.iso -hda hydrogen.qcow2 After 3 failed installs I found that the md5sum was bad. The reason I'm writing this though is...