Recent content by stif

  1. S

    Howto: passthrough USB scanner to OpenVZ container/guest

    Thanks a lot for sharing this! In my case i am passing through a hashbuster mirco Bitcoin miner to a OpenVZ container. Still works in Proxmox 3.1 with "vzctl set 109 --devnode hashbuster:RW, --save"
  2. S

    [Solved] OpenVZ loses IP connection

    Re: OpenVZ loses IP connection Nevermind, i think a faulty cablemodem/router was the reason. Now it seems ok again.
  3. S

    Newbie Alert : fresh installation , no storagec.fg and only a very small local

    Stupid Question, but did you add "Container" as Content Type when created the directory storage? You can also add an existing LVM group on the Datacenter->Storage Tab, but as far as i know this storage is only useable with KVM and not with OpenVZ..
  4. S

    [Solved] OpenVZ loses IP connection

    Hi Folks, I am stuck on a strange problem and need some hints on how to go. Short Version: Webpage from a CT is reachable from the internet for some hours/days but then stop working. As soon as i ping the Host (10.0.0.2) from inside the CT (10.0.0.3) or restart the Container, the Apache is...
  5. S

    hostusb problem

    [SOLVED] hostusb problem Indeed, downgrade the pve-qemu-kvm to version 0.15.0-1 did the trick. Now it works again like expected - thanks a lot tom. Should I file a bug somewhere? Thanks again and greetings from Vienna :)
  6. S

    hostusb problem

    Just tried to passthrough another USB device (a usb cd-rom) to the guest and i have the same issue. (with passthrough it hangs, without it boots perfectly) So it looks like to me, there is an regression in the last updates regarding the usb-passthrough. Is this possible? Whats the best thing to...
  7. S

    hostusb problem

    to make the picture more complete, here is the dmesg output on the host for this usb-dongle: usb 8-2: new full speed USB device using uhci_hcd and address 2 usb 8-2: New USB device found, idVendor=064f, idProduct=03e9 usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 8-2...
  8. S

    hostusb problem

    Hi folks, I do have a problem with usb pass through to a KVM machine, and dont know how to resolve it: First i want to say i do use proxmox 1.9 with the latest updates and i have an Ubuntu 10.04.3 LTS minimal kvm guest also with the latest updates. On the guest there is a database and some...