[systemd-devel] Systemd Logging

2012-03-22 Thread Jack Wu
Hi, I apologize for spamming. I have a question for systemd logging. Given the same verbosity level, less logs are shown on console when the logs (of a systemd service) are directed to ‘stdout’ instead of ‘stderr’. Is this the logging intent for systemd? Would the logging volume be rel

Re: [systemd-devel] Doing kexec reboot right in systemd

2012-03-22 Thread Simon Horman
On Thu, Mar 22, 2012 at 09:14:56PM +0200, Marti Raudsepp wrote: > Hi list, Hi Marti, > I was recently pondering how systemd could use kexec "properly", in a > reasonably general way, to make reboots faster. I exchanged an email > with Poettering on the systemd list and he suggested me to ask here

[systemd-devel] Doing kexec reboot right in systemd

2012-03-22 Thread Marti Raudsepp
Hi list, I was recently pondering how systemd could use kexec "properly", in a reasonably general way, to make reboots faster. I exchanged an email with Poettering on the systemd list and he suggested me to ask here. My current proposal: 1. Include a template 'kexec-load.service' with kexec-tools

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

2012-03-22 Thread Kok, Auke-jan H
On Wed, Mar 21, 2012 at 5:21 PM, Lennart Poettering wrote: >> Here is a patch integrating your header (modified as wanted by Lennart) >> and the changes in various locations of journal to use le64_t. >> >> It also fixes some potential endianness errors, please review it >> carefully. > > Looks goo

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

2012-03-22 Thread Frederic Crozat
Le jeudi 22 mars 2012 à 02:11 +0100, Lennart Poettering a écrit : > On Thu, 22.03.12 00:41, Lennart Poettering (lenn...@poettering.net) wrote: > > > On Sun, 18.03.12 16:08, Canek Peláez Valdés (can...@gmail.com) wrote: > > > > > Hi; I'm using systemd 43 in Gentoo, and I usally have this line at t

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

2012-03-22 Thread Koen Kooi
Op 22 mrt. 2012, om 02:11 heeft Lennart Poettering het volgende geschreven: > On Thu, 22.03.12 00:41, Lennart Poettering (lenn...@poettering.net) wrote: > >> On Sun, 18.03.12 16:08, Canek Peláez Valdés (can...@gmail.com) wrote: >> >>> Hi; I'm using systemd 43 in Gentoo, and I usally have this l

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

2012-03-22 Thread Christian Hesse
Lennart Poettering on Thu, 2012/03/22 02:11: > On Thu, 22.03.12 00:41, Lennart Poettering (lenn...@poettering.net) wrote: > > > On Sun, 18.03.12 16:08, Canek Peláez Valdés (can...@gmail.com) wrote: > > > > > Hi; I'm using systemd 43 in Gentoo, and I usally have this line at the > > > end of /etc

Re: [systemd-devel] [PATCH-v4 1/2] systemd: mount the securityfs filesystem at early stage

2012-03-22 Thread Roberto Sassu
On 03/22/2012 12:25 AM, Lennart Poettering wrote: On Thu, 15.03.12 19:06, Roberto Sassu (roberto.sa...@polito.it) wrote: The mount of the securityfs filesystem is now performed in the main systemd executable as it is used by IMA to provide the interface for loading custom policies. The unit fil

[systemd-devel] PATCH: fix warning on ppc

2012-03-22 Thread Frederic Crozat
Hi, while building systemd on ppc, I spotted a warning in src/journal/cat.c where a char could be used to retrieve a error code, except on ppc, char are unsigned. After discussing the issue with Kay on irc, it was decided to use int8_t instead. Attached patch for this fix. -- Frederic Crozat SU

Re: [systemd-devel] [beagleboard] Systemd blowing away screen sessions

2012-03-22 Thread Koen Kooi
Adding the systemd list. I had this working a few systemd releases ago, but I now get the same behaviour as you are seeing. Op 22 mrt. 2012, om 08:32 heeft Ken Restivo het volgende geschreven: > Systemd wipes out screen sessions, thus making screen unusable. > > I've been thrashing around for h