Quoting Lars Kellogg-Stedman (l...@oddbit.com):
> Howdy all,
> 
> I've run into an issue with systemd and udev and LXC containers; I
> originally posted this to the systemd-devel list
> (http://lists.freedesktop.org/archives/systemd-devel/2013-January/008362.html),
> but I'm curious if anyone here has thoughts on the issue.
> 
> I have a systemd unit file that depends on
> sys-subsystem-net-devices-eth0.device, which in theory should be
> generated by udev...but apparently its not.  systemd-udevd is running,
> but this dependency is never satisfied.  I'm assuming that the problem
> is some interaction with udevd and the way LXC handles devices.
> 
> Has anyone here run into this before?  Any thoughts on solutions?

Perhaps because eth0 exists before systemd and udev start?

doing udevadm trigger --action=add would cause the uevent to be
resent, but unfortunately will also do so for all host devices,
causing host devs like keyboard and audio to be reset.

-serge

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to