[systemd-devel] [PATCH] query for user unit information in the journal

2013-02-21 Thread Daniel Wallace
Add --user-unit= to make it possible to query for user logs by the name of the service. --- man/journalctl.xml | 11 +++ shell-completion/systemd-bash-completion.sh | 5 - shell-completion/systemd-zsh-completion.zsh | 1 + src/journal/journalctl.c

Re: [systemd-devel] python - reading the journal

2013-02-21 Thread Steven Hiscocks
On 21/02/13 01:49, Zbigniew Jędrzejewski-Szmek wrote: On Tue, Feb 19, 2013 at 09:02:56PM +, Steven Hiscocks wrote: I've pushed a few more commits. I've pushed a few commits to https://github.com/keszybz/systemd/commits/python-systemd-reader This is your tree but rebased onto my id128 stuff,

Re: [systemd-devel] Cannot add dependency job for unit... Cannot allocate memory

2013-02-21 Thread Anthony Messina
On Thursday, February 21, 2013 10:14:43 AM Anthony Messina wrote: > On Thursday, February 21, 2013 09:48:57 AM Anthony Messina wrote: > > I'm not sure if this is the right place to ask, so please direct me to > > the > > proper list if it's not. And byt the way, THANK YOU for systemd! The > > mor

Re: [systemd-devel] Cannot add dependency job for unit... Cannot allocate memory

2013-02-21 Thread Anthony Messina
On Thursday, February 21, 2013 09:48:57 AM Anthony Messina wrote: > I'm not sure if this is the right place to ask, so please direct me to the > proper list if it's not. And byt the way, THANK YOU for systemd! The more > I read and try, the simpler my systems get. > > Anyway, I'm writing due to

Re: [systemd-devel] Cannot add dependency job for unit... Cannot allocate memory

2013-02-21 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 21, 2013 at 09:48:57AM -0600, Anthony Messina wrote: > I am intermittently running into the error: > "Cannot add dependency job for unit [email protected], ignoring: Unit > [email protected] failed to load: Cannot allocate memory. See system > logs > and 'systemctl status k

[systemd-devel] PATCH: handle rbind mount as bind mounts

2013-02-21 Thread Frederic Crozat
Hi all, attached patch fixes bug reported recently about systemd not handling rbind mount as bind mount. Fix is straightforward. -- Frederic Crozat SUSE >From df77b11852d6b3495848c4123e7cbd9f099910f9 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 21 Feb 2013 15:40:52 +0100 Subject: