[systemd-devel] journalctl wish: Follow in less

2012-10-29 Thread Colin Guthrie
Hi, Just a quick note of a wish while I remember. As you've tried very hard to make "journalctl" without any arguments act mostly like "less /var/log/messages", one thing I sometimes used to do but no longer can is scroll to the end of the output (shift+g [or just G if you prefer!]) and then enter

Re: [systemd-devel] [PATCH] Fix starting swap unit on symlink made it unstoppable

2012-10-29 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Oct 23, 2012 at 10:15:00PM +0200, jjacky wrote: > > On 10/23/12 21:05, Lennart Poettering wrote: > > On Sat, 13.10.12 14:24, Olivier Brunel (i.am.jack.m...@gmail.com) wrote: > > > >> Starting a swap unit pointing to (What) a symlink (e.g. /dev/mapper/swap > >> or /dev/disk/by-uuid/...) wo

Re: [systemd-devel] [PATCH] Add zsh completion

2012-10-29 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Oct 28, 2012 at 02:19:17PM +0100, Lennart Poettering wrote: > On Fri, 26.10.12 05:58, Daniel Wallace (danielwall...@gtmanfred.com) wrote: > > Heya, > > I must say I am a bit concerned about this, and not sure we should > really merge this. I mean, I applaud your work, but I wonder if this

[systemd-devel] What exactly does 'systemctl hibernate/suspend' do? Request for better documentation.

2012-10-29 Thread Jakob Hetzelein
Dear devs, I appreciate your work and enjoy getting rid of the one or other package which is not necessary anymore since its functionality is included in systemd. However, in the area of suspend/hibernate, I think it would be helpful, if the man pages would include more nformation as to which com

[systemd-devel] [PATCH] swap: fix swap behaviour with symlinks (2)

2012-10-29 Thread Olivier Brunel
Make sure swap_add_one is only called once per unit also for symlinks --- If, as Lennart indicated was possible, symlinks can be used in /proc/swaps then the check must be done for symlinks as well. src/core/swap.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sr

[systemd-devel] [PATCH] Make swap unit follow device node when swap is off

2012-10-29 Thread Olivier Brunel
Swap units will now be following the unit of the devnode when the swap is off (and usual following therefore not in place), thus allowing things to work even in cases such as: systemctl start 'dev-disk-by\x2dlabel-SWAP.swap' dev-sda3.swap This first will load and redirect the request to the un

[systemd-devel] Transient hostname default behaviour

2012-10-29 Thread Daniel Drake
Hi, I'm working on updating OLPC configuration for systemd-195 based on this info: http://lists.fedoraproject.org/pipermail/test/2012-October/111230.html I can't quite figure out the hostname thing. We need to set unique hostnames for avahi; machines with the same name cannot collaborate. Also,

Re: [systemd-devel] Transient hostname default behaviour

2012-10-29 Thread Daniel Drake
On Mon, Oct 29, 2012 at 1:33 PM, Daniel Drake wrote: > I'm working on updating OLPC configuration for systemd-195 based on this info: > http://lists.fedoraproject.org/pipermail/test/2012-October/111230.html > > I can't quite figure out the hostname thing. One more thing to add: It looks like /et

Re: [systemd-devel] Transient hostname default behaviour

2012-10-29 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Oct 29, 2012 at 01:38:55PM -0600, Daniel Drake wrote: > On Mon, Oct 29, 2012 at 1:33 PM, Daniel Drake wrote: > > I'm working on updating OLPC configuration for systemd-195 based on this > > info: > > http://lists.fedoraproject.org/pipermail/test/2012-October/111230.html > > > > I can't qu

Re: [systemd-devel] Transient hostname default behaviour

2012-10-29 Thread Kay Sievers
On Mon, Oct 29, 2012 at 9:56 PM, Zbigniew Jędrzejewski-Szmek wrote: > On Mon, Oct 29, 2012 at 01:38:55PM -0600, Daniel Drake wrote: >> On Mon, Oct 29, 2012 at 1:33 PM, Daniel Drake wrote: >> > I'm working on updating OLPC configuration for systemd-195 based on this >> > info: >> > http://lists.f

Re: [systemd-devel] Transient hostname default behaviour

2012-10-29 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Oct 29, 2012 at 10:08:48PM +0100, Kay Sievers wrote: > On Mon, Oct 29, 2012 at 9:56 PM, Zbigniew Jędrzejewski-Szmek > wrote: > > On Mon, Oct 29, 2012 at 01:38:55PM -0600, Daniel Drake wrote: > >> On Mon, Oct 29, 2012 at 1:33 PM, Daniel Drake wrote: > >> > I'm working on updating OLPC conf

[systemd-devel] [PATCH] SMACK: Add configuration options. (v3)

2012-10-29 Thread Auke Kok
This adds SMACK label configuration options to socket units. SMACK labels should be applied to most objects on disk well before execution time, but two items remain that are generated dynamically at run time that require SMACK labels to be set in order to enforce MAC on all objects. Files on disk

Re: [systemd-devel] Transient hostname default behaviour

2012-10-29 Thread Lennart Poettering
On Mon, 29.10.12 13:33, Daniel Drake (d...@laptop.org) wrote: > Hi, > > I'm working on updating OLPC configuration for systemd-195 based on this info: > http://lists.fedoraproject.org/pipermail/test/2012-October/111230.html > > I can't quite figure out the hostname thing. > > We need to set uni

Re: [systemd-devel] Transient hostname default behaviour

2012-10-29 Thread Lennart Poettering
On Mon, 29.10.12 13:38, Daniel Drake (d...@laptop.org) wrote: > > On Mon, Oct 29, 2012 at 1:33 PM, Daniel Drake wrote: > > I'm working on updating OLPC configuration for systemd-195 based on this > > info: > > http://lists.fedoraproject.org/pipermail/test/2012-October/111230.html > > > > I can'

Re: [systemd-devel] What exactly does 'systemctl hibernate/suspend' do? Request for better documentation.

2012-10-29 Thread Lennart Poettering
On Mon, 29.10.12 10:24, Jakob Hetzelein (nasenat...@posteo.de) wrote: > Dear devs, > > I appreciate your work and enjoy getting rid of the one or other package > which is not necessary anymore since its functionality is included in > systemd. > > However, in the area of suspend/hibernate, I thin

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-29 Thread Lennart Poettering
On Fri, 26.10.12 18:39, Michael H. Warfield (m...@wittsend.com) wrote: > My most fundamental problem with systemd is its insistence in hiding and > obfuscating errors in ways that makes debugging almost impossible. > Almost every upgrade problem I've had in Fedora has been related to > systemd's f

Re: [systemd-devel] One of my fundamental problems with systemd...

2012-10-29 Thread Michael H. Warfield
Lennart, I'm going to quickly top post here so forgive me for being rude. Serge and I worked out some patches that seem to address the devtmpfs issues nicely. Still got a few oddities to iron out but the big fundamental one got fixed and is working. Many thanks for that. The problem with error

Re: [systemd-devel] [PATCH] SMACK: Add configuration options. (v3)

2012-10-29 Thread Lennart Poettering
On Mon, 29.10.12 15:30, Auke Kok (auke-jan.h@intel.com) wrote: > This adds SMACK label configuration options to socket units. Merged! But made a couple of changes on the way: I think the new confi options should clarify that you configure the security *label* with them, so I renamed them to