[systemd-devel] [PATCH] man: fix spacing issue in sd_is_fifo(3)

2013-06-12 Thread Jason St. John
From: "Jason St. John" Before: libsystemd-daemonpkg-config(1) After: libsystemd-daemon pkg-config(1) This fix is more complicated than it should be due to the consecutive XML elements separated by collapsible whitespace. Merging the lines and separating the XML elements with an en space or a no

[systemd-devel] [PATCH] man: improve readability of "_TRANSPORT=" section in systemd.journal-fields(7)

2013-06-12 Thread Jason St. John
From: "Jason St. John" The list and descriptions of valid transports was difficult to read, so break the long sentence up into discrete man page list items to improve readability. --- man/systemd.journal-fields.xml | 84 ++ 1 file changed, 68 insertions(+)

[systemd-devel] (no subject)

2013-06-12 Thread Sean McGovern
Here is my new attempt for interface naming for cards in non-zero domains. Oddly enough, I still get an f0 at the end of mine even though it is not PCI multifunction. sean@hanyuu ~ $ udevadm test-builtin net_id /sys/class/net/enP2p32s15f0 2>/dev/null | grep PATH ID_NET_NAME_PATH=enP2p32s15 sean

[systemd-devel] [PATCH] udev: handle network controllers in nonstandard domains

2013-06-12 Thread Sean McGovern
Onboard network controllers are not always on PCI domain 0. --- src/udev/udev-builtin-net_id.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c index 5719021..c8d3ad3 100644 --- a/src/udev/ud

Re: [systemd-devel] [PATCH] gitignore: Add test-journal-interleaving

2013-06-12 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jun 12, 2013 at 01:05:15PM +0200, Jan Janssen wrote: > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) Applied. Zbyszek ___ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/sys

Re: [systemd-devel] Compile errors with -Og

2013-06-12 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Jun 12, 2013 at 01:02:53PM +0200, Jan Janssen wrote: > Hi, > > I just tried compiling with -Og and I get these compiler errors. > Those don't appear with any other optimization level, so I'm > suspecting a compiler but here. But since I'm no C expert, I thought > it would be best if I shar

[systemd-devel] [PATCH v4] journalctl: Add support for showing messages from a previous boot

2013-06-12 Thread Jan Janssen
Unfortunately, to get a chronological list of boot IDs, we need to search through the journal. sd_journal_enumerate_unique() doesn't help us here, because the order of returned values is undefined. An initial search for the reference boot ID is performed. We then start a search filtering by SD_MES

Re: [systemd-devel] start/stop messages when activating a target?

2013-06-12 Thread Andrey Borzenkov
В Wed, 12 Jun 2013 12:39:00 +0100 Colin Guthrie пишет: > [ Please try to avoid top posting and HTML emails if possible!] > > > 'Twas brillig, and Umut Tezduyar at 12/06/13 07:39 did gyre and gimble: > > On Wed, Jun 12, 2013 at 5:02 AM, Andrey Borzenkov > > wrote: >

Re: [systemd-devel] start/stop messages when activating a target?

2013-06-12 Thread Reindl Harald
Am 12.06.2013 08:30, schrieb David Strauss: > On Tue, Jun 11, 2013 at 10:59 PM, Michael Olbrich > wrote: >> Not for me. "systemctl {start,stop} " never prints anything. > > I think it "prints status" in the Unix way: stderr explanation on > failure and nothing on success i don't now what is the

Re: [systemd-devel] implementation status of http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ ?

2013-06-12 Thread Dan Horák
On Mon, 03 Jun 2013 19:10:00 -0400 Colin Walters wrote: > What's the implementation status of > http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ ? > > For example, do any patches exist for grub or syslinux to read > from /boot/loader (either at runtime or to generate a > bootloader

Re: [systemd-devel] start/stop messages when activating a target?

2013-06-12 Thread Colin Guthrie
[ Please try to avoid top posting and HTML emails if possible!] 'Twas brillig, and Umut Tezduyar at 12/06/13 07:39 did gyre and gimble: > On Wed, Jun 12, 2013 at 5:02 AM, Andrey Borzenkov > wrote: > > В Wed, 12 Jun 2013 01:32:37 +0200 > Michael Olbrich <

Re: [systemd-devel] implementation status of http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ ?

2013-06-12 Thread Kay Sievers
On Tue, Jun 11, 2013 at 11:46 PM, Colin Walters wrote: > On Tue, 2013-06-11 at 17:14 -0400, Colin Walters wrote: > >> The question I had looking at this is: what determines the ordering? I >> guess it's intended to be the version field, but what if I have both >> Debian and Fedora installed, the

Re: [systemd-devel] implementation status of http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ ?

2013-06-12 Thread Kay Sievers
On Tue, Jun 11, 2013 at 11:14 PM, Colin Walters wrote: > On Tue, 2013-06-04 at 15:30 +0200, Lennart Poettering wrote: >> On Mon, 03.06.13 19:10, Colin Walters ([email protected]) wrote: >> >> > What's the implementation status of >> > http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/

[systemd-devel] [PATCH] gitignore: Add test-journal-interleaving

2013-06-12 Thread Jan Janssen
--- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7534ac1..d1e2ae9 100644 --- a/.gitignore +++ b/.gitignore @@ -109,6 +109,7 @@ /test-job-type /test-journal /test-journal-enum +/test-journal-interleaving /test-journal-match /test-journal-send /t

[systemd-devel] Compile errors with -Og

2013-06-12 Thread Jan Janssen
Hi, I just tried compiling with -Og and I get these compiler errors. Those don't appear with any other optimization level, so I'm suspecting a compiler but here. But since I'm no C expert, I thought it would be best if I share this here to see if I'm right about this or whether this just shows so