Recent content by alphadog

  1. A

    Updates for Proxmox VE 3.2 (including new kernel, qemu 1.7.1, ...)

    Is the update page correct? I get this from apt-get update Err https://enterprise.proxmox.com wheezy/pve-enterprise amd64 Packages The requested URL returned error: 401 Ign https://enterprise.proxmox.com wheezy/pve-enterprise Translation-en W: Failed to fetch...
  2. A

    Full Host Backup - What To Exclude?

    Using Proxmox 3. My overall goal is that I am going to use MondoRescue to generate a relatively full backup of the host, but not the running VMs. I want to be able to do a quick restore of the host then copy the vzdumped VMs back into play; I don't want to go the "just reinstall Proxmox...
  3. A

    Convert OVA to working Proxmox VM

    Never mind. It's as simple as: # qemu-img convert ZEG-2.0.0rc1.ova -O qcow2 ZEG-2.0.0rc1.qcow2 I had split open the .ova into the .vmdk and .ovf files, and then followed the wiki for vmdk migration, but I could not convert the .vmdk. For some reason, the .vmdk alone caused qemu-img to choke...
  4. A

    Convert OVA to working Proxmox VM

    Assuming I have an OVA file created primarily for VirtualBox v4. Can I go from that to a working Proxmox VM?
  5. A

    DNS Server On Host

    Is it a bad idea to enable serving DNS from a Proxmox host? or, should it be a guest system function?
  6. A

    Cannot log into Proxmox web interface

    Yeah, wouldn't you know it. The controller provides two jacks, and one seems to have intermittent issues. I can ping out, but with heavy packet loss.
  7. A

    Cannot log into Proxmox web interface

    Fresh install of Proxmox v1.9 on an Asus KGPE-D16. There are two LAN connectors; the board has an Intel 82574L controller. I am connected to the LAN1 connector which is also eth0. Here's /etc/network/interfaces: auto lo iface lo inet loopback iface eth0 inet manual iface eth1 inet manual auto...
  8. A

    Anything similar to Proxmox?

    Are there other open-source projects similar to Proxmox out there?
  9. A

    Proxmox, Bare-Metal Install, Layout

    Yes. The raid drives are Linux software raid. I was more interested in how the bare metal install worked (or didn't) with existing partitions during install.
  10. A

    Proxmox, Bare-Metal Install, Layout

    So, if I understand correctly, your only choice is to select one of the available physical disks? It erases and re-partitions according to a set 'recipe"? It won't read any existing partition scheme? And, if so, I should probably use a new drive, install, and subsequently add the RAID10 set...