Recent content by knireis

  1. K

    passthrough usb from host to lxc?

    the -bash: /dev/null: Permission denied issue was solved by: chmod 666 /dev/null Remains the USB passthrough which is not working correctly. Even after the 'lxc-device add' command there is no 2 way traffic to the usb transceiver. It only sends signals but is not capable of receiving them.
  2. K

    passthrough usb from host to lxc?

    I don't know if it has anything to do with this but when i login over SSH as root in the container all seems ok. But when i login as a user i get: root@domoticz:~# login sierink Password: Last login: Sat Oct 10 16:13:30 CEST 2015 on pts/2 Welcome to Ubuntu 14.04.3 LTS (GNU/Linux 4.2.2-1-pve...
  3. K

    passthrough usb from host to lxc?

    Adding these lines to the .conf of the container makes me see the usb device on the container when checking with lsusb: lxc.cgroup.devices.allow = c 189:* rwm lxc.mount.entry = /dev/bus/usb/002 dev/bus/usb/002 none bind,optional,create=dir lxc.mount.entry = /dev/ttyUSB0 dev/ttyUSB0 none...
  4. K

    passthrough usb from host to lxc?

    I did try that already but does not work. Maybe because it is not a storage usb device but a ftdi (433mhz transciever).
  5. K

    passthrough usb from host to lxc?

    Initially i tried with the bind option but no luck. I just found that when i run: lxc-device add -n 112 /dev/ttyUSB0 /dev/ttyUSB0 on the host the passthrough works. Only it will not survive a reboot of the container. Any idea how to do that?
  6. K

    passthrough usb from host to lxc?

    I did not succeed in doing this. Is it possible with proxmox? Any instructions?
  7. K

    SPICE, Browser configuration and Remote configuration Proxmox 3.2

    I use chrome on linux mint (ubuntu) and the file which is downloaded when selecting the spice button has no .vv extension, it is just called 'download' and since there is no extension it is hard to associate it with chrome. On Firefox it does work correctly.
  8. K

    console does not work

    I usually use containers, so i don't have experience with VM's. Anyway i made a vm and it should start from an iso, but i can not get a console going.I get following message: command '/bin/nc -l -p 5901 -w 10 -c '/usr/sbin/qm vncproxy 121 2>/dev/null'' failed: exit code 1I tried several browsers...
  9. K

    Spin down USB hard drive?

    If your drive supports spindown, then this will be able to do so. But many usb drives don't support spindown. The WD Elements series does. http://code.google.com/p/spindown/
  10. K

    memory usage indication container

    root@samba:~# free total used free shared buffers cached Mem: 2097152 1938136 159016 0 0 1903644 -/+ buffers/cache: 34492 2062660 Swap: 524288 5180 519108 I noticed that a lot of the memory is...
  11. K

    memory usage indication container

    it is about a openvz container
  12. K

    memory usage indication container

    One of my containers has a very high (near 100%) memory usage. At least that is displayed on the proxmox webinterface. Inside the same container I installed webmin and on the webmin webinterface the memory usage of this same container is only about 5%. Which one is telling the truth?