[systemd-devel] [HEADS-UP] License Change

2012-04-11 Thread Lennart Poettering
Heya, just wanted to let you all know that systemd git is now licensed under LGPL2.1+, relicensed from GPL2+. We finally got the missing OKs for the relicensing from a few contributors with non-trivial commits. If you package systemd you probably need to update your RPM .spec (or equivalents for

Re: [systemd-devel] systemd inquiry

2012-04-11 Thread Kay Sievers
On Wed, Apr 11, 2012 at 22:44, Mark Hounschell wrote: > Same thing. About 20 seconds after reaching the target, the device entries > show up. Does that block or return immediately? rmmod ; modprobe ; time udevadm settle Your driver creates the stuff async? Kay _

Re: [systemd-devel] systemd inquiry

2012-04-11 Thread Mark Hounschell
On 04/11/2012 04:17 PM, Kay Sievers wrote: On Wed, Apr 11, 2012 at 22:07, Mark Hounschell wrote: On 04/11/2012 04:02 PM, Kay Sievers wrote: Try: systemctl enable udev-settle.service I should enter this command then reboot? Yeah, there is a chance, that the uevents will block this servi

Re: [systemd-devel] systemd inquiry

2012-04-11 Thread Kay Sievers
On Wed, Apr 11, 2012 at 22:07, Mark Hounschell wrote: > On 04/11/2012 04:02 PM, Kay Sievers wrote: >> Try: >>   systemctl enable udev-settle.service >> > > I should enter this command then reboot? Yeah, there is a chance, that the uevents will block this service then. Or just make your applicati

Re: [systemd-devel] systemd inquiry

2012-04-11 Thread Mark Hounschell
On 04/11/2012 04:02 PM, Kay Sievers wrote: On Wed, Apr 11, 2012 at 21:41, Mark Hounschell wrote: On 04/10/2012 09:10 AM, Kay Sievers wrote: On Tue, Apr 10, 2012 at 14:36, Mark Hounschellwrote: I am having another issue with an out of kernel "GPL" device driver not being available "on ti

Re: [systemd-devel] systemd inquiry

2012-04-11 Thread Kay Sievers
On Wed, Apr 11, 2012 at 21:41, Mark Hounschell wrote: > On 04/10/2012 09:10 AM, Kay Sievers wrote: >> >> On Tue, Apr 10, 2012 at 14:36, Mark Hounschell  wrote: >> >>> I am having another issue with an out of kernel "GPL" device driver not >>> being available "on time" so to say. When the kernel di

Re: [systemd-devel] systemd inquiry

2012-04-11 Thread Mark Hounschell
On 04/10/2012 09:10 AM, Kay Sievers wrote: On Tue, Apr 10, 2012 at 14:36, Mark Hounschell wrote: I am having another issue with an out of kernel "GPL" device driver not being available "on time" so to say. When the kernel discovers this pci card it loads it's kernel module and sets up the card

Re: [systemd-devel] Showing plymouth shutdown splash earlier during shutdown process

2012-04-11 Thread Daniel Drake
Logs from a reboot with the Before= change made as above: http://dev.laptop.org/~dsd/20120411/shutdown2.txt Any ideas? Thanks Daniel ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Safe handling of root filesystem on shutdown

2012-04-11 Thread Daniel Drake
o do this) When the system finishes booting, /proc/self/mountinfo looks like: http://dev.laptop.org/~dsd/20120411/mountinfo.txt Now, in systemd-shutdown we reach mount_points_list_get() in umount.c, which does: /* If we encounter a bind mount, don't try to remount * the

Re: [systemd-devel] Showing plymouth shutdown splash earlier during shutdown process

2012-04-11 Thread Lennart Poettering
On Wed, 11.04.12 09:25, Daniel Drake ([email protected]) wrote: > Hi, > > As can be seen in my logs of a reboot: > http://dev.laptop.org/~dsd/20120411/shutdown.txt > > The plymouth shutdown splash is being shown really quite late. > > As systemd shuts down fantastically f

Re: [systemd-devel] Safe handling of root filesystem on shutdown

2012-04-11 Thread Lennart Poettering
re it attempts to remount / read-only as was done with > sysvinit. > > http://dev.laptop.org/~dsd/20120411/shutdown.txt > > Can anyone point out how this is supposed to work - where is the code > that looks after the / mount during shutdown/reboot? So on shutdown after stopping

[systemd-devel] Showing plymouth shutdown splash earlier during shutdown process

2012-04-11 Thread Daniel Drake
Hi, As can be seen in my logs of a reboot: http://dev.laptop.org/~dsd/20120411/shutdown.txt The plymouth shutdown splash is being shown really quite late. As systemd shuts down fantastically fast, this means that our pretty shutdown graphic is not being drawn on OLPC laptops. Sometimes the

[systemd-devel] Safe handling of root filesystem on shutdown

2012-04-11 Thread Daniel Drake
Hi, On OLPC laptops we are seeing that ext4 complains on every boot that the filesystem wasn't cleanly unmounted. Looking at systemd debug logs of a shutdown would seem to agree, I can't see where it attempts to remount / read-only as was done with sysvinit. http://dev.laptop.org/~ds

Re: [systemd-devel] systemd inquiry

2012-04-11 Thread Mark Hounschell
On 04/10/2012 05:07 PM, Lennart Poettering wrote: On Mon, 09.04.12 09:59, Mark Hounschell ([email protected]) wrote: On 04/05/2012 05:23 PM, Colin Guthrie wrote: 'Twas brillig, and Mark Hounschell at 05/04/12 18:26 did gyre and gimble: I'm not a systemd developer but I am trying to use it in