Re: [lxc-devel] devices and containers

2014-11-13 Thread Michael J Coss
e added to make it more of a container's view of the system, and not the host's. I have finally gotten approval to open source the code that implements our udevns, and the kernel changes to support that. I will be preparing that over the next few weeks. I'm still working

Re: [lxc-devel] device namespaces

2014-09-24 Thread Michael J Coss
A few scripts to handle binding of additional displays for tiling, and the container's udevd handles adding keyboard and mice, subsequently seen by the X server. -- ---Michael J Coss ___ lxc-devel mailing list lxc-devel@lists.linuxcontainer

Re: [lxc-devel] [RFC PATCH 00/11] Add support for devtmpfs in user namespaces

2014-05-23 Thread Michael J Coss
aints. -- ---Michael J Coss ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

Re: [lxc-devel] [RFC PATCH 00/11] Add support for devtmpfs in user namespaces

2014-05-22 Thread Michael J Coss
I've been working on this issue for a while as my use case is having containers as virtual desktops for users, that run X, and allow sharing of the desktop via injection of displays to the container, as well as mice/keyboard using a remote usb ip solution. To make this work, we needed udev mes

Re: [lxc-devel] Probably more of a user list than a devel lis question but ...

2014-05-08 Thread Michael J Coss
ainer, and need it launched before init starts running. And I need to have access to an instance of sysfs for that network namespace for the FUSE to present. -- ---Michael J Coss ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http:

Re: [lxc-devel] Probably more of a user list than a devel lis question but ...

2014-05-07 Thread Michael J Coss
ccess to the directory, /etc/lxc//sys, that it is mirroring. I'll dig deeper into what is going on but I suspect that it may simply not be possible to make this work the way I envisioned. -- ---Michael J Coss ___ lxc-devel mailing list lxc-devel@li

Re: [lxc-devel] Probably more of a user list than a devel lis question but ...

2014-05-07 Thread Michael J Coss
t I would think the kernel would present the sysfs instance even if the init process is hung. -- ---Michael J Coss ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

[lxc-devel] Probably more of a user list than a devel lis question but ...

2014-05-07 Thread Michael J Coss
ny hook points would provided me with the ability to do this but thus far, I haven't found it. Any suggestions? I suspect that I could change lxc-start, but I'd really rather not do that if I don't have to. -- ---Michael J Coss _