Recent content by joost

  1. J

    Proxmox + Laptop + Wireless adapter (Wifi)

    I guess i was lucky then ;). Bridging works fine with my Atheros AR5007EG!
  2. J

    Unable to get data for Cluster Node 0

    Alright for auto-setting a devnode in a CT i only had to create a udev-rule like this: SUBSYSTEM=="usb", KERNEL=="lp0", ACTION=="add", RUN+="/usr/sbin/vzctl set $VEID --devnodes usb/lp0:rw"This is for 'on-the-fly' creation of my printer (/dev/lp0) in a CT. I put the rule in a new file...
  3. J

    Proxmox + Laptop + Wireless adapter (Wifi)

    Is you're wifi card by default (or in the restricted modules) supported under ubuntu-hardy? If yes, then i can probably help you out with this. I'm running proxmox under a ubuntu minimal hardy server install (so instead of using the proxmox iso i used the proxmox repository in my apt sources...
  4. J

    Unable to get data for Cluster Node 0

    This can also happen if you have a hot-pluggable device defined in one of your CT's* which isn't attached. For example: I have a USB printer which i always turn off after printing (my energy bill is already high enough :rolleyes:). Udev(?) will then destroy the device (/dev/usb/lp0 in my case)...