Re: [systemd-devel] [PATCH] [Fix] Do not handle SIGKILL since we can not

2013-06-05 Thread Lennart Poettering
On Mon, 20.05.13 15:22, Chengwei Yang (chengwei.y...@intel.com) wrote: > This is a minor fix because it's not a major issue, this fix just avoid > to get EINVAL error from sigaction(2). Thanks, applied! Lennart -- Lennart Poettering - Red Hat, Inc. _

Re: [systemd-devel] shell / systemd config files

2013-06-05 Thread Lennart Poettering
On Mon, 20.05.13 10:28, James Buren (r...@ymail.com) wrote: > Files such as /etc/machine-info have an incompatibility with systemd in > regards to how > it writes and/or parses them. Take the following sample: > > PRETTY_HOSTNAME="\'\"\$\`\\" > > Systemd will translate this to: '"$`\ > However,

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

2013-06-05 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 order of returned values is undefined. An initial search for the reference boot ID is performed. We then start a search filtering by SD_MESSAGE

Re: [systemd-devel] [PATCH] units: cleanup agetty command line

2013-06-05 Thread Colin Guthrie
'Twas brillig, and Lennart Poettering at 04/06/13 14:41 did gyre and gimble: > On Mon, 03.06.13 14:28, Karel Zak (k...@redhat.com) wrote: > >> * baud rate is optional and unnecessary for virtual terminals >> * term type is optional (default is 'linux' for virtual terminals >>and 'vt102' for