Hello,<div><br></div><div>thanks for your answere. Of course I had allowed video devices for my container, that was not the problem. I could use it with any programm which i can give a parameter to use the specific video device.</div>
<div><br></div><div>i found a solution. i think it was the missing /dev/bus folder but i will look into my configuration when i'm home and write the correct solution here again.</div><div><br></div><div>Btw i love lxc and the possibilities it offers me - nice work :-)</div>
<div><br></div><div>Kind Regards,<br><br><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; line-height: 16px; background-color: rgb(255, 255, 255); ">Sciurus</span><br>
<br><div class="gmail_quote">2011/10/9 Daniel Lezcano <span dir="ltr"><<a href="mailto:daniel.lezcano@free.fr">daniel.lezcano@free.fr</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On 10/05/2011 03:43 PM, Lyssa Rabies wrote:<br>
> Hello,<br>
><br>
> i use different linux distributions and versions of distributions inside<br>
> linux containers, so my desktop environment is also running inside a<br>
> container. So i don't need to use full virtualisation - i have lxc and i'am<br>
> very happy with it.<br>
><br>
> Audio works over pulseaudio and for my desktop i'am using XDMCP. I have<br>
> allowed video devices, so i can watch TV over xawtv and use webcams. With<br>
> mknod i have created all necessary video devices in /dev. My only problem at<br>
> the moment is skype. Does skype need udev to query for webcams? If yes, how<br>
> can i get udev running inside a container?<br>
<br>
</div></div>I don't know if skype needs udev but I would recommend to not use udev<br>
in a container as the daemon triggers events at startup which are<br>
received within the host and all the other containers. It is not really<br>
a problem if there a very few containers.<br>
<br>
If you really want udev within a container and you should ensure the<br>
mknod is allowed for the video in the container with the configuration<br>
line:<br>
<br>
lxc.cgroup.devices.allow = c 81:* rwm<br>
<br>
Thanks<br>
<font color="#888888">  -- Daniel<br>
<br>
<br>
</font></blockquote></div><br></div>