Re: [systemd-devel] Bug? /dev/disk/by-path symlinks disappear for iSCSI targets

2014-10-12 Thread Kay Sievers
On Tue, Oct 7, 2014 at 6:21 PM, Lee Duncan ldun...@suse.com wrote: I am debugging a problem where the symlinks in /dev/disk/by-path disappeared for iSCSI target devices. It looks like it's from systemd/udev commit e98bbfd2074e2b1079b7059341eac25741baf319 udev: path_id - suppress ID_PATH

Re: [systemd-devel] [PATCH] Set $NOTIFY_SOCKET for control procs if NotifyAccess=all

2014-10-12 Thread Zbigniew Jędrzejewski-Szmek
On Sat, Oct 11, 2014 at 11:36:06PM +, Brandon L Black wrote: --- TODO | 2 -- src/core/service.c | 11 +-- 2 files changed, 1 insertion(+), 12 deletions(-) Applied. Zbyszek ___ systemd-devel mailing list

Re: [systemd-devel] [systemd-commits] src/tmpfiles

2014-10-12 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Oct 12, 2014 at 06:42:36PM -0700, Dave Reisner wrote: src/tmpfiles/tmpfiles.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e7aab5412829ed6b50d109f670bd0b1b365838a7 Author: Dave Reisner dreis...@archlinux.org Date: Sat Oct 11 20:35:06 2014 -0400

Re: [systemd-devel] [systemd-commits] src/tmpfiles

2014-10-12 Thread Dave Reisner
On Mon, Oct 13, 2014 at 03:47:59AM +0200, Zbigniew Jędrzejewski-Szmek wrote: On Sun, Oct 12, 2014 at 06:42:36PM -0700, Dave Reisner wrote: src/tmpfiles/tmpfiles.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e7aab5412829ed6b50d109f670bd0b1b365838a7

[systemd-devel] odd seek_tail behaviour

2014-10-12 Thread Daurnimator
Hi All, I was trying to write a program that tailed the journal, but found that sd_journal_seek_tail() didn't work as expected. That is: that it would seek to the last/most recent thing in the journal, and I could tail things from there. I whipped up a quick demonstration program, that shows