Re: [systemd-devel] pam_systemd.so and su

2012-03-19 Thread Mike Kazantsev
On Sun, 18 Mar 2012 18:26:53 -0600 Canek Peláez Valdés can...@gmail.com wrote: On Sun, Mar 18, 2012 at 5:43 PM, Kok, Auke-jan H auke-jan.h@intel.com wrote: On Sun, Mar 18, 2012 at 3:08 PM, Canek Peláez Valdés can...@gmail.com wrote: When I use su to become root, after logout the

Re: [systemd-devel] [PATCH] fsck: remove distro specific guards on forcefsck/fastboot

2012-03-19 Thread Kay Sievers
On Mon, Mar 19, 2012 at 04:20, Dave Reisner d...@falconindy.com wrote: It's not really clear why these were guarded to begin with, but given that they're opt in, it doesn't really make much sense. Give everyone the benefit of these commandline parameters. They are guarded so that these 'silly'

Re: [systemd-devel] pam_systemd.so and su

2012-03-19 Thread Mike Kazantsev
It's probably my fault that MUAs try to answer to me directly, since I'm reading list from gmane but posting thru mail, but please be sure tocheck the To: line next time, otherwise I might be the only one to read the message. On Mon, 19 Mar 2012 02:40:24 -0600 Canek Peláez Valdés

Re: [systemd-devel] [ANNOUNCE] systemd v44

2012-03-19 Thread Thierry Reding
* Kay Sievers wrote: On Sat, Mar 17, 2012 at 15:14, Koen Kooi k...@dominion.thruhere.net wrote: Op 16 mrt. 2012, om 02:40 heeft Lennart Poettering het volgende geschreven: Heya, this is primarily a bugfix release (but does include a couple of new things) and might be very likely the

Re: [systemd-devel] [ANNOUNCE] systemd v44

2012-03-19 Thread Frederic Crozat
Le samedi 17 mars 2012 à 16:31 +0100, Kay Sievers a écrit : On Sat, Mar 17, 2012 at 15:14, Koen Kooi k...@dominion.thruhere.net wrote: Op 16 mrt. 2012, om 02:40 heeft Lennart Poettering het volgende geschreven: Heya, this is primarily a bugfix release (but does include a couple of new

[systemd-devel] Loading Kernel Modules

2012-03-19 Thread Pawel Pastuszak
Hello everybody, I am new to to systemd, i trying to learn how to the configuration files using system vs the old method of sysv with init.d script so i have couple scripts that i uses currently for loading couple custom drivers and i like to cover them into an systemd so that i can load them and

Re: [systemd-devel] PATCH: fix sparse warnings

2012-03-19 Thread Frederic Crozat
Le vendredi 16 mars 2012 à 14:32 +0100, Frederic Crozat a écrit : Le mercredi 14 mars 2012 à 11:36 -0700, Josh Triplett a écrit : On Wed, Mar 14, 2012 at 06:58:32PM +0100, Lennart Poettering wrote: On Wed, 07.03.12 06:34, Josh Triplett (j...@joshtriplett.org) wrote: I've attached a

[systemd-devel] [PATCH ping?] service: schedule JOB_RESTART from SERVICE_AUTO_RESTART state

2012-03-19 Thread David Ward
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45511 --- src/service.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/service.c b/src/service.c index 8b5c0b0..e39e23d 100644 --- a/src/service.c +++ b/src/service.c @@ -2208,9 +2208,7 @@ static void

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Kay Sievers
On Mon, Mar 19, 2012 at 14:42, Pawel Pastuszak pawelpastus...@gmail.com wrote: I am new to to systemd, i trying to learn how to the configuration files using system vs the old method of sysv with init.d script so i have couple scripts that i uses currently for loading couple custom drivers and

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Pawel Pastuszak
Hi Kay, So in this case how would you support upgrading the kernel module? The main reason to do the module unload is so you can upgrade the module to an new version. Pawel On Mon, Mar 19, 2012 at 9:56 AM, Kay Sievers k...@vrfy.org wrote: On Mon, Mar 19, 2012 at 14:42, Pawel Pastuszak

Re: [systemd-devel] [ANNOUNCE] systemd v44

2012-03-19 Thread Thierry Reding
* Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/19/2012 07:59 AM, Thierry Reding wrote: * Kay Sievers wrote: On Sat, Mar 17, 2012 at 15:14, Koen Kooi k...@dominion.thruhere.net wrote: Op 16 mrt. 2012, om 02:40 heeft Lennart Poettering het volgende

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Kay Sievers
On Mon, Mar 19, 2012 at 15:02, Pawel Pastuszak pawelpastus...@gmail.com wrote: So in this case how would you support upgrading the kernel module? The main reason to do the module unload is so you can upgrade the module to an new version. Just do that _in_ the running service; systemd can not

Re: [systemd-devel] [ANNOUNCE] systemd v44

2012-03-19 Thread Kay Sievers
On Mon, Mar 19, 2012 at 15:03, Thierry Reding thierry.red...@avionic-design.de wrote: * Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/19/2012 07:59 AM, Thierry Reding wrote: * Kay Sievers wrote: On Sat, Mar 17, 2012 at 15:14, Koen Kooi

Re: [systemd-devel] [ANNOUNCE] systemd v44

2012-03-19 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/19/2012 10:12 AM, Kay Sievers wrote: On Mon, Mar 19, 2012 at 15:03, Thierry Reding thierry.red...@avionic-design.de wrote: * Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/19/2012 07:59 AM, Thierry Reding

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Pawel Pastuszak
Kay, I am not sure if i made my self clear, what i am doing is and custom distro for an custom embedded device, which i want to have the ability to upgrade the system in runtime, which i need to ability to to stop my custom driver modules for the upgrade. So this is why i was asking what is the

Re: [systemd-devel] Loading Kernel Modules

2012-03-19 Thread Kay Sievers
On Mon, Mar 19, 2012 at 16:02, Pawel Pastuszak pawelpastus...@gmail.com wrote: I am not sure if i made my self clear, what i am doing is and custom distro for an custom embedded device, which i want to have the ability to upgrade the system in runtime, which i need to ability to to stop my

[systemd-devel] [PATCH 2/2] build-sys: separate ldflags from cflags

2012-03-19 Thread Lucas De Marchi
--- Makefile.am |1 + configure.ac |7 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8f736d0..0829f06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,7 @@ AM_CPPFLAGS = \ -I $(top_srcdir)/src/systemd AM_CFLAGS