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 пишет: > > 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

[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 ins

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] Udev won't rename interfaces that are already UP

2015-02-19 Thread Greg KH
On Thu, Feb 19, 2015 at 11:06:04AM -0200, Giancarlo Razzolini 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 pr

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

2015-02-19 Thread Djalal Harouni
On Thu, Feb 19, 2015 at 05:44:34PM +0100, Djalal Harouni wrote: > 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 retur

[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 re

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 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 > --- a/po/fr.po > +++ b/p

[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 b/src/machine/m

[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" "

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 systemd-devel@lists.freedeskto

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

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 wrote: Hi Susant, Hi Umut, Thanks for reviewing. On Thu, Feb 19, 2015 at 8:58 AM, Susant Sahani wrote: This patch adds support for RFC 5424 syslog format to journald. Journald can now forward logs to a multicast UDP group.

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 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 5424 format: VERSION SP T

[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][RFC] bus-proxy: add support for "GetConnectionCredentials" method

2015-02-19 Thread Lukasz Skalski
On 02/19/2015 02:05 PM, 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 server", >> b

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

2015-02-19 Thread Lennart Poettering
On Thu, 19.02.15 14:58, Peter Paule (systemd-de...@fedux.org) wrote: > Hi Lennart, > > I reformatted my partition and tried again. :-) Importing now works, if I > disabled the > verification. > > Feb 19 :52 host systemd-importd[483]: (transfer1) Pulling > 'https://cloud-images.ubuntu.com/trus

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

2015-02-19 Thread Peter Paule
Hi Lennart, I reformatted my partition and tried again. :-) Importing now works, if I disabled the verification. Feb 19 :52 host systemd-importd[483]: (transfer1) Pulling 'https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-root.tar.gz', saving as 'tr Feb 19 :5

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 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 probe order. T

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] [PATCH][RFC] bus-proxy: add support for "GetConnectionCredentials" method

2015-02-19 Thread Simon McVittie
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 server", but at this moment only "UnixUserID" and "ProcessID" are de

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" 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 be reusable

[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 s

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] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Tobias Hintze
Hi, > > We also have some patches lurking around adding this live forwarding support, > but without UDP broadcast. > > Tobias, could you send them to the ML for review please. The branch is at https://github.com/thz/systemd/tree/v216_rfc5424 The "patch" is: https://github.com/thz/systemd/com

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

2015-02-19 Thread Benjamin Franzke
They were removed in commit 798d3a52 ("Reindent man pages to 2ch"). --- man/machinectl.xml | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/man/machinectl.xml b/man/machinectl.xml index 9b07af4..640cb8b 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -715

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

2015-02-19 Thread Holger Winkelmann [TP]
HI, I'm feeling a bit responsible for the syslog forwarding discussion, see comments below: > Hmm, wasn't the last proposal we discussed to do this in an auxiliary > daemmon, possibly in systemd-journal-upload or so, but not in > journald? My take away form this discussion was to have a "live" s

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

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: > VERSION 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 11:32 AM, Reindl Harald 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 want to have

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 whi

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 wrote: > В Wed, 18 Feb 2015 21:48:48 +0100 > Tom Gundersen пишет: > >> On Wed, Feb 18, 2015 at 9:36 PM, Reindl Harald >> wrote: >> > Am 18.02.2015 um 21:29 schrieb Giancarlo Razzolini: >> >> It is my perception that if you are using predictable

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 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: > VERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP > [SD-ID]s SP MSG

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_p

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 wrote: > LTO may be unreliable, does not work properly in several archs > It may crash or produce wrong c