Search results

  1. M

    VMware Fusion to KVM

    Valle, When you say "Paketinhalte anzeigen," what would that translate to into English? The only "reasonable" option I get from right-clicking is "Compress myvm," but that doesn't make much sense in this case, as I don't want/need a Zip file of my vmdk. Or, are you doing this from within VMware...
  2. M

    VMware Fusion to KVM

    Hi, I've got a couple of VMware Fusion 3 images that I've built on my Mac. Now I'd like to migrate them to PVE. I've followed the instructions on the wiki, but every time I run: qemu-img convert -f vmdk myvm-flat.vmdk -O qcow2 myvm.qcow2... I get an error saying: qemu-img: Could not open...
  3. M

    Survey: Proxmox VE Kernel with or without OpenVZ?

    I'd certainly would miss OpenVZ. I've got quite a few machines running on it. It's super fast to set up, and simple to manage. I love it. That said, should it be determined that it needs to go, please at least provide some "streamlined" way of migrating OpenVZ to KVM machines. Reading through...
  4. M

    eBox (ebox-platform.com)

    eBox can be installed by first installing Ubuntu, then adding eBox's repos in the /etc/apt/sources.list file. I used bridged networking (vmbr0) on my installation. That seems to work OK, but I did have issues with eBox not "liking" the file system. Also, somehow, venet showed up as an interface...
  5. M

    eBox (ebox-platform.com)

    +1 Currently, using venet doesn't seem to work very well. eBox likes to control the interfaces. When overwriting the network interfaces from eBox, connection is lost. Seems that using bridged NICs might be better.
  6. M

    Unknown option: sockets

    SOLVED: Unknown option: sockets Nevermind ... I figured it out. From news/roadmap section on Proxmox wiki: New feature: assign Sockets/Cores to KVM guests We now use the qemu-kvm stable branch (0.11.0) Rename package pve-kvm to pve-qemu-kvm When I ran an apt-get update and apt-get upgrade I...
  7. M

    Unknown option: sockets

    Hi, I have a demo machine that I just upgraded to 1.4 beta2. When I try to create a new KVM machine, after only a few seconds the "create command" finishes with a statement: /usr/sbin/qm create 101 --ostype l26 --memory 1024 --onboot no --sockets 1 --cdrom...
  8. M

    VLAN setup

    Thanks udo. I'll try that.
  9. M

    VLAN setup

    Hi, I need to set up a VLAN on one of my Proxmox hosts. I've looked at the "Network Model" on the wiki. However, I'm still a bit confused. It says to 'Simply add the VLAN number to the ethernet device name, seperated by a period. For example "eth0.50."' Below is my current...
  10. M

    openVZ network problem

    I "solved" the issue. A bit of a "doh!" moment. :rolleyes: During the brief Internet outage I had switched my firewall from the primary one to a failover unit. They had, or should have had, exactly the same configuration, albeit a slight version difference in the firmware. Switching back to the...
  11. M

    openVZ network problem

    Btw, my tcpdump looks like this: # tcpdump icmp -n -i any tcpdump: WARNING: Promiscuous mode not supported on the "any" device tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on any, link-type LINUX_SLL (Linux cooked), capture size 96 bytes 00:03:19.377014...
  12. M

    openVZ network problem

    Hi, I've got exactly the same problem with a Ubuntu 8.04 guest. I'm running a fully patched Proxmox 1.3 host. The problem started after a brief Internet outage earlier tonight. My guest can ping all machines in the same subnet but can't ping outside of my gateway. DNS resolution works fine...