Re: [systemd-devel] [PATCH] fix build against v3.20-rc1

2015-02-19 Thread Daniel Mack
Hi Shawn, On 02/19/2015 02:15 AM, Shawn Landden wrote: --- fs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs.c b/fs.c index 22ca62b..f751392 100644 --- a/fs.c +++ b/fs.c @@ -208,7 +208,6 @@ static struct inode *fs_inode_get(struct super_block *sb, inode-i_private =

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Umut Tezduyar Lindskog
Hi Susant, On Thu, Feb 19, 2015 at 8:58 AM, Susant Sahani sus...@redhat.com wrote: This patch adds support for RFC 5424 syslog format to journald. Journald can now forward logs to a multicast UDP group. RFC 5424 format: PRIVERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP

[systemd-devel] systemd-vconsole-setup rendered ineffective thanks to VT framebuffer switch

2015-02-19 Thread Jan Engelhardt
During openQA runs, openSUSE observed that the on-screen font was different lately. I can locally reproduce the problem, which is, generally speaking: Loading a framebuffer module resets the console font to the VGA ROM default for that mode. systemd-vconsole-setup or part thereof needs to be

[systemd-devel] [PATCH] po: update French translation

2015-02-19 Thread Sylvain Plantefève
--- po/fr.po | 76 +--- 1 file changed, 68 insertions(+), 8 deletions(-) diff --git a/po/fr.po b/po/fr.po index 8e44e0c..e0257cb 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid msgstr Project-Id-Version: systemd\n

[systemd-devel] [PATCH] machined: use x-machine-unix prefix for the container bus on dbus1

2015-02-19 Thread Benjamin Franzke
This fixes machinectl login on systems configured with --disable-kdbus. The error was: machinectl login foo Failed to get machine PTY: Input/output error --- src/machine/machine-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/machine-dbus.c

Re: [systemd-devel] [PATCH] po: update French translation

2015-02-19 Thread Ronny Chevalier
Hi, Le 19 février 2015 20:47, Sylvain Plantefève sylvain.plantef...@gmail.com a écrit : --- po/fr.po | 76 +--- 1 file changed, 68 insertions(+), 8 deletions(-) diff --git a/po/fr.po b/po/fr.po index 8e44e0c..e0257cb 100644 ---

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Lennart Poettering
On Thu, 19.02.15 13:28, Susant Sahani (sus...@redhat.com) wrote: This patch adds support for RFC 5424 syslog format to journald. Journald can now forward logs to a multicast UDP group. RFC 5424 format: PRIVERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP [SD-ID]s SP MSG

Re: [systemd-devel] Udev won't rename interfaces that are already UP

2015-02-19 Thread Tom Gundersen
On Thu, Feb 19, 2015 at 4:59 AM, Andrei Borzenkov arvidj...@gmail.com wrote: В Wed, 18 Feb 2015 21:48:48 +0100 Tom Gundersen t...@jklm.no пишет: On Wed, Feb 18, 2015 at 9:36 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 18.02.2015 um 21:29 schrieb Giancarlo Razzolini: It is my

Re: [systemd-devel] Udev won't rename interfaces that are already UP

2015-02-19 Thread Reindl Harald
@Tom: sorry for the off-list reply, your reply-all disabled reply to list in my MUA :-( Am 19.02.2015 um 11:23 schrieb Tom Gundersen: That is a related problem, but it is a minor detail. The point is that we don't want to have to store state on disk (about which interface should have which

Re: [systemd-devel] Udev won't rename interfaces that are already UP

2015-02-19 Thread Tom Gundersen
On Thu, Feb 19, 2015 at 11:32 AM, Reindl Harald h.rei...@thelounge.net wrote: @Tom: sorry for the off-list reply, your reply-all disabled reply to list in my MUA :-( Am 19.02.2015 um 11:23 schrieb Tom Gundersen: That is a related problem, but it is a minor detail. The point is that we don't

Re: [systemd-devel] Udev won't rename interfaces that are already UP

2015-02-19 Thread Giancarlo Razzolini
On 19-02-2015 08:50, Tom Gundersen wrote: Yeah, this is something we have kept in mind with our own config files (in networkd in particular). We have an elaborate matching logic precisely because we want config files to be reusable to the greatest degree possible. It probably works for you by

Re: [systemd-devel] [PATCH] man: add newlines to the pull-raw example in machinectl(1)

2015-02-19 Thread Martin Pitt
Hey Benjamin, Benjamin Franzke [2015-02-19 13:10 +0100]: They were removed in commit 798d3a52 (Reindent man pages to 2ch). Applied, thanks! Martin -- Martin Pitt| http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)

Re: [systemd-devel] Udev won't rename interfaces that are already UP

2015-02-19 Thread Tom Gundersen
On Thu, Feb 19, 2015 at 2:06 PM, Giancarlo Razzolini grazzol...@gmail.com wrote: On 19-02-2015 10:50, Tom Gundersen wrote: Won't work. Imagine you have two cards with the same driver. Now you are back to having to number the cards. And that is what open BSD does: numbers the cards based on

Re: [systemd-devel] Udev won't rename interfaces that are already UP

2015-02-19 Thread Giancarlo Razzolini
On 19-02-2015 10:50, Tom Gundersen wrote: Won't work. Imagine you have two cards with the same driver. Now you are back to having to number the cards. And that is what open BSD does: numbers the cards based on probe order. The probe order is nondeterministic so you are not guaranteed the

Re: [systemd-devel] Udev won't rename interfaces that are already UP

2015-02-19 Thread Tom Gundersen
On 19 Feb 2015 12:21, Giancarlo Razzolini grazzol...@gmail.com wrote: On 19-02-2015 08:50, Tom Gundersen wrote: Yeah, this is something we have kept in mind with our own config files (in networkd in particular). We have an elaborate matching logic precisely because we want config files to

[systemd-devel] [PATCH][RFC] bus-proxy: add support for GetConnectionCredentials method

2015-02-19 Thread Lukasz Skalski
GetConnectionCredentials method was added to dbus-1 specification more than one year ago. This method should return [...] as many credentials as possible for the process connected to the server, but at this moment only UnixUserID and ProcessID are defined by the specification. We should add

Re: [systemd-devel] [PATCH] build-sys: add configure option to disable LTO/gold

2015-02-19 Thread Umut Tezduyar Lindskog
For the reference, LTO doesn't work with systemd 218 on mips: http://lists.freedesktop.org/archives/systemd-devel/2014-December/026326.html On Wed, Feb 18, 2015 at 7:45 PM, Cristian Rodríguez crrodrig...@opensuse.org wrote: LTO may be unreliable, does not work properly in several archs It may

Re: [systemd-devel] Removing image from /var/lib/machines

2015-02-19 Thread Peter Paule
BTW: --dkr-index-url cannot handle http redirects By accident I tried http://index.docker.io; and this will be redirected to https://index.docker.io; but importd cannot handle this. ___ systemd-devel mailing list

Re: [systemd-devel] [PATCH] po: update French translation

2015-02-19 Thread Sylvain Plantefève
--- po/fr.po | 76 +--- 1 file changed, 68 insertions(+), 8 deletions(-) diff --git a/po/fr.po b/po/fr.po index 8e44e0c..58a0b85 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid msgstr Project-Id-Version: systemd\n

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Susant Sahani
On Thu, 19 Feb 2015 13:53:42 +0530, Umut Tezduyar Lindskog u...@tezduyar.com wrote: Hi Susant, Hi Umut, Thanks for reviewing. On Thu, Feb 19, 2015 at 8:58 AM, Susant Sahani sus...@redhat.com wrote: This patch adds support for RFC 5424 syslog format to journald. Journald can now

Re: [systemd-devel] [PATCH][RFC] bus-proxy: add support for GetConnectionCredentials method

2015-02-19 Thread Djalal Harouni
On Thu, Feb 19, 2015 at 01:05:22PM +, Simon McVittie wrote: On 19/02/15 12:43, Lukasz Skalski wrote: GetConnectionCredentials method was added to dbus-1 specification more than one year ago. This method should return [...] as many credentials as possible for the process connected to the

[systemd-devel] [PATCH] po: update Italian translation

2015-02-19 Thread Daniele Medri
--- po/it.po | 158 +++ 1 file changed, 109 insertions(+), 49 deletions(-) diff --git a/po/it.po b/po/it.po index 53cccfe..c47d16f 100644 --- a/po/it.po +++ b/po/it.po @@ -7,16 +7,67 @@ msgid msgstr Project-Id-Version: systemd\n

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Susant Sahani
Hi Lennart, On Thu, 19 Feb 2015 16:40:04 +0530, Lennart Poettering lenn...@poettering.net wrote: On Thu, 19.02.15 13:28, Susant Sahani (sus...@redhat.com) wrote: This patch adds support for RFC 5424 syslog format to journald. Journald can now forward logs to a multicast UDP group. RFC

[systemd-devel] [PATCH] PrivateDevices: fix /dev mount when a service is chrooted

2015-02-19 Thread Alban Crequy
When a service uses both RootDirectory=/opt/... and PrivateDevices=true, the private /dev must not be mounted in /dev but in /opt/.../dev. --- src/core/execute.c | 6 +- src/core/namespace.c | 10 +- src/core/namespace.h | 2 +- src/test/test-ns.c | 2 +- 4 files changed, 12

Re: [systemd-devel] systemd-vconsole-setup rendered ineffective thanks to VT framebuffer switch

2015-02-19 Thread Andrei Borzenkov
В Thu, 19 Feb 2015 21:24:08 +0100 (CET) Jan Engelhardt jeng...@inai.de пишет: During openQA runs, openSUSE observed that the on-screen font was different lately. I can locally reproduce the problem, which is, generally speaking: Loading a framebuffer module resets the console font to the