Re: [systemd-devel] [ANNOUNCE] systemd 215

2014-07-04 Thread Vasiliy Tolstov
2014-07-04 21:13 GMT+04:00 Lennart Poettering : > networkd only contains a dhcp4 server, not a dhcp6 or router > solicitation server. Hopefully we'll get that soon too. I need client support. I'm already have server (bird routing daemon, that advertise prefixes). -- Vasiliy Tolstov, e-mail: v.t

Re: [systemd-devel] [PATCH] arch: add crisv32

2014-07-04 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jul 04, 2014 at 08:30:13PM +0100, Simon McVittie wrote: > On 03/07/14 14:27, Lennart Poettering wrote: > > BTW, to clarify what this is about I will now rename the tupel macro > > from ARCH_TUPLE to LIB_ARCH_TUPLE or so, since this is about locations > > for shared libraries, nothing else.

Re: [systemd-devel] [PATCH] arch: add crisv32

2014-07-04 Thread Simon McVittie
On 03/07/14 14:27, Lennart Poettering wrote: > BTW, to clarify what this is about I will now rename the tupel macro > from ARCH_TUPLE to LIB_ARCH_TUPLE or so, since this is about locations > for shared libraries, nothing else. Please consider calling it something with MULTIARCH in if you're using

[systemd-devel] [PATCH] Revert "build-sys: include PolicyKit files as part of distribution"

2014-07-04 Thread Mike Gilbert
This reverts commit 0c26bfc3d21fdb3963f1248c237e2f1a33b5566d. src/core/org.freedesktop.systemd1.policy.in.in depends on values which are specified at configure time, so we cannot ship the corresponding policy file in the tarball. Since we need to regenerate one policy file, we might as well gener

Re: [systemd-devel] [ANNOUNCE] systemd 215

2014-07-04 Thread Lennart Poettering
On Fri, 04.07.14 15:00, Vasiliy Tolstov (v.tols...@selfip.ru) wrote: > > 2014-07-04 0:59 GMT+04:00 Lennart Poettering : > > * systemd-networkd learnt minimal DHCPv4 server support in > > addition to the existing DHCPv4 client support. It also > > learnt DHCPv6 client and

Re: [systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Lennart Poettering
On Fri, 04.07.14 13:21, Simon McVittie (simon.mcvit...@collabora.co.uk) wrote: > > On 04/07/14 11:33, Lennart Poettering wrote: > > ~/.config: state and configuration, the counterpart for both /etc/ *and* > >/var/lib/ in the home directory > > > > ~/.local: static vendor resources of

Re: [systemd-devel] [PATCH] systemd-detect-s390-virt: add virtualization detection on s390x

2014-07-04 Thread Lennart Poettering
On Fri, 04.07.14 15:07, Thomas Blume (thomas.bl...@suse.com) wrote: > +#if defined(__s390x__) > +/* First layer virtualization (PR/SM) is always present on s390x */ > +_id = "PR/SM"; > +r = 1; Well, this is not useful, this is about detecting whether the OS we run in is th

Re: [systemd-devel] [PATCH] systemd-detect-s390-virt: add virtualization detection on s390x

2014-07-04 Thread Dan Horák
On Fri, 4 Jul 2014 15:07:18 +0200 (CEST) Thomas Blume wrote: > systemd was lacking the code to detect virtualization on s390x. > The patch adds detection for the primary virtualization layer (PR/SM) > as well as for secondary layers (z/VM and KVM). > --- > src/shared/virt.c | 24 +++

Re: [systemd-devel] [PATCH] systemd-detect-s390-virt: add virtualization detection on s390x

2014-07-04 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jul 04, 2014 at 03:07:18PM +0200, Thomas Blume wrote: > systemd was lacking the code to detect virtualization on s390x. > The patch adds detection for the primary virtualization layer (PR/SM) > as well as for secondary layers (z/VM and KVM). > --- > src/shared/virt.c | 24 +

Re: [systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Colin Guthrie
'Twas brillig, and Michael Biebl at 04/07/14 14:13 did gyre and gimble: > 2014-07-04 14:21 GMT+02:00 Simon McVittie : >> On 04/07/14 11:33, Lennart Poettering wrote: >>> ~/.config: state and configuration, the counterpart for both /etc/ *and* >>>/var/lib/ in the home directory >>> >>> ~

[systemd-devel] [PATCH] systemd-detect-s390-virt: add virtualization detection on s390x

2014-07-04 Thread Thomas Blume
systemd was lacking the code to detect virtualization on s390x. The patch adds detection for the primary virtualization layer (PR/SM) as well as for secondary layers (z/VM and KVM). --- src/shared/virt.c | 24 1 file changed, 24 insertions(+) diff --git a/src/shared/virt

Re: [systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Michael Biebl
2014-07-04 14:21 GMT+02:00 Simon McVittie : > On 04/07/14 11:33, Lennart Poettering wrote: >> ~/.config: state and configuration, the counterpart for both /etc/ *and* >>/var/lib/ in the home directory >> >> ~/.local: static vendor resources of additional packages installed into >>

Re: [systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Simon McVittie
On 04/07/14 11:33, Lennart Poettering wrote: > ~/.config: state and configuration, the counterpart for both /etc/ *and* >/var/lib/ in the home directory > > ~/.local: static vendor resources of additional packages installed into > the home directory. Should be considered read

Re: [systemd-devel] [ANNOUNCE] systemd 215

2014-07-04 Thread Vasiliy Tolstov
2014-07-04 0:59 GMT+04:00 Lennart Poettering : > * systemd-networkd learnt minimal DHCPv4 server support in > addition to the existing DHCPv4 client support. It also > learnt DHCPv6 client and IPv6 Router Solicitation client > support. The DHCPv4 client gained su

Re: [systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Ivan Romanov
Thanks for such detailed answer. On Friday, July 04, 2014 12:33:06 PM Lennart Poettering wrote: > On Fri, 04.07.14 11:38, Ivan Romanov (dr...@land.ru) wrote: > > Hello. > > > > Now specification defines system variable persistent data dir (/var) but > > not defines similar directory for user data

Re: [systemd-devel] [PATCH v4 1/2] Move handling of sysv initscripts to a generator

2014-07-04 Thread Lennart Poettering
On Fri, 04.07.14 13:50, Alexey Shabalin (a.shaba...@gmail.com) wrote: > > 2014-06-01 1:29 GMT+04:00 Thomas H.P. Andersen : > > From: Thomas Hindoe Paaboel Andersen > > > > Reuses logic from service.c and the rc-local generator. > > > > Note that this drops reading of chkconfig entirely. It also

Re: [systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Lennart Poettering
On Fri, 04.07.14 12:17, Mantas Mikulėnas (graw...@gmail.com) wrote: > Afaik, XDG defines $XDG_DATA_HOME or ~/.local/share to be the location for > such data, and various other chat clients use it for logs (it doesn't > exactly match /usr/share because XDG doesn't care for the rest of ~/.local). O

Re: [systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Lennart Poettering
On Fri, 04.07.14 11:38, Ivan Romanov (dr...@land.ru) wrote: > Hello. > > Now specification defines system variable persistent data dir (/var) but not > defines similar directory for user data. I developer of Psi+ (IM client) > when > I was implementing XDG Base Directory Specification was que

Re: [systemd-devel] [PATCH v4 1/2] Move handling of sysv initscripts to a generator

2014-07-04 Thread Alexey Shabalin
2014-07-04 14:20 GMT+04:00 Colin Guthrie : > 'Twas brillig, and Alexey Shabalin at 04/07/14 10:50 did gyre and gimble: >> It would be good for me to skip generate unit files for exist native >> unit files or aliases. > > This was always our behaviour before, and I believe this is still the > intend

Re: [systemd-devel] [ANNOUNCE] systemd 215

2014-07-04 Thread Lennart Poettering
On Fri, 04.07.14 06:25, Andrey Borzenkov (arvidj...@gmail.com) wrote: > В Thu, 3 Jul 2014 22:59:57 +0200 > Lennart Poettering пишет: > > > > > * A new command "systemctl is-system-running" has been added > > that allows checking the overall state of the system, for > >

Re: [systemd-devel] [PATCH v4 1/2] Move handling of sysv initscripts to a generator

2014-07-04 Thread Colin Guthrie
'Twas brillig, and Alexey Shabalin at 04/07/14 10:50 did gyre and gimble: > It would be good for me to skip generate unit files for exist native > unit files or aliases. This was always our behaviour before, and I believe this is still the intended behaviour after Thomas' changes. Are you saying

Re: [systemd-devel] [PATCH v4 1/2] Move handling of sysv initscripts to a generator

2014-07-04 Thread Alexey Shabalin
2014-06-01 1:29 GMT+04:00 Thomas H.P. Andersen : > From: Thomas Hindoe Paaboel Andersen > > Reuses logic from service.c and the rc-local generator. > > Note that this drops reading of chkconfig entirely. It also drops reading > runlevels from the LSB headers. The runlevels were only used to check

Re: [systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Mantas Mikulėnas
Afaik, XDG defines $XDG_DATA_HOME or ~/.local/share to be the location for such data, and various other chat clients use it for logs (it doesn't exactly match /usr/share because XDG doesn't care for the rest of ~/.local). -- Mantas Mikulėnas // sent from phone On Jul 4, 2014 12:08 PM, "Ivan Roma

[systemd-devel] file-hierarchy. user persistent data dir.

2014-07-04 Thread Ivan Romanov
Hello. Now specification defines system variable persistent data dir (/var) but not defines similar directory for user data. I developer of Psi+ (IM client) when I was implementing XDG Base Directory Specification was questions where should be saved user conversation history. How I understand

Re: [systemd-devel] [PATCH] networkd: accept section DHCP in systemd.network files

2014-07-04 Thread Tom Gundersen
Applied both. Thanks! -t On Fri, Jul 4, 2014 at 4:42 AM, Steven Noonan wrote: > --- > src/network/networkd-network.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/network/networkd-network.c b/src/network/networkd-network.c > index 9ab4f23..9f6de18 100644 > --- a/s