Re: [systemd-devel] Latest SELinux Access Patch.

2012-09-17 Thread Lennart Poettering
On Thu, 06.09.12 16:23, Daniel J Walsh ([email protected]) wrote: Heya, sory for taking so much time for a review! > This patch adds the ability to look at the calling process that is trying to > do dbus calls into systemd, then it checks with the SELinux policy to see if > the calling process i

[systemd-devel] [PATCH 3/3] journalctl: add SIGWINCH handler in --follow mode

2012-09-17 Thread Dave Reisner
Recalculate the terminal size on SIGWINCH to make sure we take in to the account the new real estate. --- src/journal/journalctl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 8e52dd5..a04bb05 100644 --- a/src/journal/journalct

[systemd-devel] [PATCH 1/3] bash-completion: add rumidentary support for journalctl

2012-09-17 Thread Dave Reisner
--- bash-completion/systemd-bash-completion.sh | 51 ++ 1 file changed, 51 insertions(+) diff --git a/bash-completion/systemd-bash-completion.sh b/bash-completion/systemd-bash-completion.sh index fc2dda5..39ef165 100644 --- a/bash-completion/systemd-bash-completion.sh

[systemd-devel] [PATCH 2/3] bash-completion: fix whitespace

2012-09-17 Thread Dave Reisner
Use spaces for indentation instead of tabs. --- bash-completion/systemd-bash-completion.sh | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bash-completion/systemd-bash-completion.sh b/bash-completion/systemd-bash-completion.sh index 39ef165..db5636b 100644 --- a/b

[systemd-devel] [HEADS-UP] Early-boot SysV service support is going away

2012-09-17 Thread Lennart Poettering
Heya, In a month or two we'll make the SysV service logic in systemd generator-based. This helps us clean up our codebase a bit and makes SysV service support an optional plugin rather than something that is built into PID1. Effectively, by doing this move very little will change in behaviour for

Re: [systemd-devel] Handling lid close in logind?

2012-09-17 Thread Lennart Poettering
On Mon, 03.09.12 22:10, Matthias Clasen ([email protected]) wrote: > > On Mon, Sep 3, 2012 at 5:17 AM, Richard Hughes wrote: > > > I don't think the desktop guys want any kind of authentication when > > the lid is closed. How feasible would it be to do the suspend when the > > inhibit i

Re: [systemd-devel] Cryptsetup on FakeRAID fails with timeout

2012-09-17 Thread Alexander E. Patrakov
2012/9/17 Ali Lown : > I am unable to get systemd to mount a LUKS partition on boot. This > LUKS partition (pdc_bhjchdjgaep5) sits on top of a fakeraid mirror set > (pdc_bhjchdjgae) of 2TB disks (sdd,sde). Disclaimer: what I am proposing below is not a solution, just a workaround. Now that a norm

[systemd-devel] Cryptsetup on FakeRAID fails with timeout

2012-09-17 Thread Ali Lown
I am unable to get systemd to mount a LUKS partition on boot. This LUKS partition (pdc_bhjchdjgaep5) sits on top of a fakeraid mirror set (pdc_bhjchdjgae) of 2TB disks (sdd,sde). I am using systemd from scm (f6c2e28b07a0d24c68f7780fc986ac3619fdcbdb). I have also tried systemd 189, and have the sam

Re: [systemd-devel] gps.target

2012-09-17 Thread Lennart Poettering
On Sat, 15.09.12 00:35, shawn ([email protected]) wrote: > I noticed that "gps.target" (along with: fingerprint.target, > wireless.target, netdevice.target) were in the proposed feature list, > and I am wonder how this would work. > > most usb gps devices, which are the vast majority of devi

Re: [systemd-devel] nspawn does not mount /dev/shm

2012-09-17 Thread Lennart Poettering
On Sat, 15.09.12 21:57, Pierre Schmitz ([email protected]) wrote: > Hi, > > systemd-nspawn does not create a tmpfs mount to /dev/shm. Is this an > oversight or intentional? The original intention here was to mount only the stuff that is necessary to get a system booted up safely in place. i.e.

Re: [systemd-devel] nspawn does not mount /dev/shm

2012-09-17 Thread Lennart Poettering
On Sun, 16.09.12 17:08, Kay Sievers ([email protected]) wrote: > On Sun, Sep 16, 2012 at 4:25 PM, Zbigniew Jędrzejewski-Szmek > wrote: > > On Sat, Sep 15, 2012 at 09:57:00PM +0200, Pierre Schmitz wrote: > >> > >> systemd-nspawn does not create a tmpfs mount to /dev/shm. Is this an > >> oversight or i

Re: [systemd-devel] [RFC PATCH 1/4] man: generate an index of directives

2012-09-17 Thread Lennart Poettering
On Mon, 17.09.12 11:04, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > > On 09/17/2012 10:55 AM, Lennart Poettering wrote: > > On Sun, 16.09.12 17:43, Zbigniew Jędrzejewski-Szmek ([email protected]) > > wrote: > > > >> Systemd has a large (and growing) number of manpages. Sometimes it

Re: [systemd-devel] [RFC PATCH 1/4] man: generate an index of directives

2012-09-17 Thread Zbigniew Jędrzejewski-Szmek
On 09/17/2012 10:55 AM, Lennart Poettering wrote: > On Sun, 16.09.12 17:43, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > >> Systemd has a large (and growing) number of manpages. Sometimes it's >> not immediately obvious, where to look for a directive. Especially, >> when something is d

Re: [systemd-devel] [RFC PATCH 1/4] man: generate an index of directives

2012-09-17 Thread Lennart Poettering
On Sun, 16.09.12 17:43, Zbigniew Jędrzejewski-Szmek ([email protected]) wrote: > Systemd has a large (and growing) number of manpages. Sometimes it's > not immediately obvious, where to look for a directive. Especially, > when something is described in more than one place. Making sense of > all th