[systemd-devel] systemd

2015-10-09 Thread yan...@iscas.ac.cn
Hello guys: I have a question. If I want use systemd in my system,like mint 17 ,what should I do? yan...@iscas.ac.cn ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org

Re: [systemd-devel] systemd

2015-10-09 Thread Reverend Homer
Hi, 09.10.2015 11:45, yan...@iscas.ac.cn пишет: Hello guys: I have a question. If I want use systemd in my system,like mint 17 ,what should I do? Please, don't use devel mailing list for such questions. If you want to install systemd on linux mint, you should do something like this:

Re: [systemd-devel] Secret machine-id for RFC 7217 stable addresses

2015-10-09 Thread Damien Robert
Tom Gundersen wrote in message : > If I understand correctly, most of the point of RFC7217 is achieved > even if the secret key is known. The important point is to have a good > hashing function, and in that case knowing the

Re: [systemd-devel] container virtual Ethernet link naming

2015-10-09 Thread Johannes Ernst
> On Oct 9, 2015, at 13:00, Dan Williams wrote: > > On Fri, 2015-10-09 at 12:53 -0700, Johannes Ernst wrote: >> man systemd-nspawn, section on --network-veth >>"The container side of the Ethernet link will be named >> host0." >> >> container> ip link >> ... >> 2:

Re: [systemd-devel] [PATCH 2/2] udev/path_id: improve and enhance bus detection for Linux on z Systems

2015-10-09 Thread Hendrik Brueckner
Hi folks, On Wed, Sep 23, 2015 at 01:42:57PM +0200, Hendrik Brueckner wrote: > From: Liu Yuan Yuan > > Improve and enhance the path_id udev builtin to correctly handle bus' > available on Linux on z Systems (s390). > > Previously, the CCW bus and, in particular, any

Re: [systemd-devel] systemd

2015-10-09 Thread Lennart Poettering
On Fri, 09.10.15 13:22, Reverend Homer (mk.43.e...@gmail.com) wrote: > Hi, > > 09.10.2015 11:45, yan...@iscas.ac.cn пишет: > > > >Hello guys: > > I have a question. If I want use systemd in my system,like mint 17 > >,what should I do? Switching to systemd is really something your

Re: [systemd-devel] Secret machine-id for RFC 7217 stable addresses

2015-10-09 Thread Simon McVittie
On 08/10/15 21:47, Tom Gundersen wrote: > On Mon, Sep 7, 2015 at 7:49 PM, Lubomir Rintel wrote: >> This sounds a bit like machine-id, unfortunately given it's world >> readable and available via DBus (and possibly on a network?) it >> doesn'tseem to be secret enough. For context,

Re: [systemd-devel] systemd and intltool

2015-10-09 Thread Jan Synacek
Jan Synacek writes: > Lennart Poettering writes: > >> On Thu, 10.09.15 19:10, Michael Biebl (mbi...@gmail.com) wrote: >> >>> Hi, >>> >>> reading https://wiki.gnome.org/Projects/GnomeCommon/Migration, it says >>> that intltool is practically dead and

Re: [systemd-devel] systemd

2015-10-09 Thread Mantas Mikulėnas
On Fri, Oct 9, 2015 at 1:22 PM, Reverend Homer wrote: > Hi, > > 09.10.2015 11:45, yan...@iscas.ac.cn пишет: > >> >> Hello guys: >> I have a question. If I want use systemd in my system,like mint 17 >> ,what should I do? >> > Please, don't use devel mailing list for

Re: [systemd-devel] [PATCH 2/2] udev/path_id: improve and enhance bus detection for Linux on z Systems

2015-10-09 Thread Colin Guthrie
Hendrik Brueckner wrote on 09/10/15 08:13: > Any feedback regarding this change? Did I miss to notify someone > to pick that patch up? The process these days is via PR on GitHub. Normally patches posted to the ML get a PR created for them automatically, but I don't see that here... Perhaps

[systemd-devel] byte size that sd_bus_message_read can take.

2015-10-09 Thread Jay Lee
Hi, I am writing a service using sd-bus API library in systemd211. The service runs linux command lines (i.e. iptables ...) from user input. It sounds stupid, but the service is needed for my project. :) I am wondering how many bytes sd_bus_message_read() can read/send at a time because the

[systemd-devel] container virtual Ethernet link naming

2015-10-09 Thread Johannes Ernst
man systemd-nspawn, section on --network-veth "The container side of the Ethernet link will be named host0." container> ip link ... 2: host0@if9: mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000 link/ether ce:d3:4f:6c:44:5f brd

Re: [systemd-devel] container virtual Ethernet link naming

2015-10-09 Thread Dan Williams
On Fri, 2015-10-09 at 12:53 -0700, Johannes Ernst wrote: > man systemd-nspawn, section on --network-veth > "The container side of the Ethernet link will be named > host0." > > container> ip link > ... > 2: host0@if9: mtu 1500 qdisc fq_codel state > UP mode