[systemd-devel] kexec returns error code 1

2015-05-22 Thread Aaron_Wright
I'm trying to get kexec reboots to work on my box with systemd. I can get kexec -l ... and kexec -e to work when ran straight from the command line, but when I run kexec -l ... and systemctl kexec I get kexec returned error code 1 and it falls back to a full reboot. I've puzzled over this for a

[systemd-devel] nspawn: No Return key in machinectl login?

2015-05-22 Thread Tobias Hunger
Hello, I am having a problem with one of my containers set up with systemd-nspawn. For some reason the return key will not work most of the time (19 out of 20 attemps) after doing machinectl login into that machine. This effects not all programs: bash works, fish-shell does not. Sudo password

Re: [systemd-devel] [PATCH] fix typos in systemd-nspawn man page

2015-05-22 Thread systemd github import bot
Patchset imported to github. Pull request: https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1432350661-26824-1-git-send-email-jonathan.boulle%40coreos.com -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel

[systemd-devel] [PATCH] fix typos in systemd-nspawn man page

2015-05-22 Thread Jonathan Boulle
--- man/systemd-nspawn.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 6a5db86cec3c..06285edc0bb3 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -330,7 +330,7 @@ first host UID to

Re: [systemd-devel] No cgroups in cpu,cpuacct despite autogrouping

2015-05-22 Thread Lennart Poettering
On Fri, 22.05.15 12:41, Jan Engelhardt (jeng...@inai.de) wrote: In my kernel, there is CONFIG_SCHED_AUTOGROUP=y set. I believe that since systemd is capable of, and is doing grouping on its own, the kernel option has no effect. This seems reflected in /sys/fs/cgroups/cpu,cpuacct having no

Re: [systemd-devel] 220: --disable-audit broken?

2015-05-22 Thread Marc-Antoine Perennou
Hi, On 22 May 2015 at 11:16, baldu...@units.it wrote: hello, while building 220 I get: In file included from src/journal/audit-type.c:32:0: src/journal/audit_type-to-name.h: In function 'audit_type_to_string': src/journal/audit_type-to-name.h:23:14: error: 'AUDIT_USER_AUTH'

Re: [systemd-devel] [PATCH] WIP: conf-parser: allow config_parse_iec_off to parse percentages

2015-05-22 Thread Lennart Poettering
On Fri, 22.05.15 12:30, Jan Synacek (jsyna...@redhat.com) wrote: What about this: introduce a new type: typedef struct SizeParameter { uint64_t value; bool relative; } SizeParameter; When .relative is false, then .value is an

Re: [systemd-devel] fsckd needs to go

2015-05-22 Thread cee1
2015-05-22 20:23 GMT+08:00 Martin Pitt martin.p...@ubuntu.com: Hello Lennart, sorry for the late answer, got stuck in different things in the past two weeks.. Lennart Poettering [2015-04-28 17:33 +0200]: On Fri, 03.04.15 14:58, Lennart Poettering (lenn...@poettering.net) wrote:

[systemd-devel] [PATCH] nspawn: be verbose about interface names

2015-05-22 Thread Umut Tezduyar Lindskog
Allowed interface name is relatively small. Lets not make users go in to the source code to figure out what happened. --machine=debian-tree conflicts with --machine=debian-tree2 ex: Failed to add new veth \ interfaces (host0, vb-debian-tree): File exists --- src/nspawn/nspawn.c | 2 +-

[systemd-devel] [PATCH] Remove accelerometer helper

2015-05-22 Thread Bastien Nocera
It's moved to the iio-sensor-proxy D-Bus service. --- .gitignore | 1 - Makefile.am| 15 -- rules/61-accelerometer.rules | 3 - src/udev/accelerometer/Makefile| 1 - src/udev/accelerometer/accelerometer.c | 303

Re: [systemd-devel] fsckd needs to go

2015-05-22 Thread Martin Pitt
Hello Lennart, sorry for the late answer, got stuck in different things in the past two weeks.. Lennart Poettering [2015-04-28 17:33 +0200]: On Fri, 03.04.15 14:58, Lennart Poettering (lenn...@poettering.net) wrote: systemd-fsckd would try to connect to some AF_UNIX/SOCK_STREAM socket in

Re: [systemd-devel] [PATCH] Remove accelerometer helper

2015-05-22 Thread Tom Gundersen
On Fri, May 22, 2015 at 3:42 PM, Bastien Nocera had...@hadess.net wrote: It's moved to the iio-sensor-proxy D-Bus service. Nice! When was this released? Should we expect all distros to have picked up this yet? --- .gitignore | 1 - Makefile.am

Re: [systemd-devel] [PATCH] Remove accelerometer helper

2015-05-22 Thread Bastien Nocera
On Fri, 2015-05-22 at 17:00 +0200, Tom Gundersen wrote: On Fri, May 22, 2015 at 3:42 PM, Bastien Nocera had...@hadess.net wrote: It's moved to the iio-sensor-proxy D-Bus service. Nice! When was this released? Should we expect all distros to have picked up this yet? It was released as 1.0

[systemd-devel] 220 tarball erroneously ships keyboard-keys-from-name.gperf

2015-05-22 Thread Martin Pitt
Hello, while packaging 220, I got the audit related build failure that was already reported [1], but also another one: | In file included from ../src/udev/udev-builtin-keyboard.c:29:0: | ./src/udev/keyboard-keys-from-name.h: In function 'keyboard_lookup_key': |

Re: [systemd-devel] [PATCH] nspawn: be verbose about interface names

2015-05-22 Thread systemd github import bot
Patchset imported to github. Pull request: https://github.com/systemd-devs/systemd/compare/master...systemd-mailing-devs:1432303329-9184-1-git-send-email-umut.tezduyar%40axis.com -- Generated by https://github.com/haraldh/mail2git ___ systemd-devel

Re: [systemd-devel] 220 tarball erroneously ships keyboard-keys-from-name.gperf

2015-05-22 Thread Zbigniew Jędrzejewski-Szmek
On Fri, May 22, 2015 at 05:28:01PM +0200, Martin Pitt wrote: Hello, while packaging 220, I got the audit related build failure that was already reported [1], but also another one: | In file included from ../src/udev/udev-builtin-keyboard.c:29:0: | ./src/udev/keyboard-keys-from-name.h: In

[systemd-devel] 220: --disable-audit broken?

2015-05-22 Thread balducci
hello, while building 220 I get: In file included from src/journal/audit-type.c:32:0: src/journal/audit_type-to-name.h: In function 'audit_type_to_string': src/journal/audit_type-to-name.h:23:14: error: 'AUDIT_USER_AUTH' undeclared (first use in this function) case

Re: [systemd-devel] [PATCH] WIP: conf-parser: allow config_parse_iec_off to parse percentages

2015-05-22 Thread Jan Synacek
Lennart Poettering lenn...@poettering.net writes: On Wed, 20.05.15 10:37, jsyna...@redhat.com (jsyna...@redhat.com) wrote: From: Jan Synacek jsyna...@redhat.com Allow certain configuration options to be specified as percentages. For example, in journald.conf, SystemMaxUse= can now also be

[systemd-devel] No cgroups in cpu,cpuacct despite autogrouping

2015-05-22 Thread Jan Engelhardt
In my kernel, there is CONFIG_SCHED_AUTOGROUP=y set. I believe that since systemd is capable of, and is doing grouping on its own, the kernel option has no effect. This seems reflected in /sys/fs/cgroups/cpu,cpuacct having no subdirectories: 12:34 ares40:../cgroup/cpu,cpuacct ls -Fax ./

Re: [systemd-devel] [PATCH] Remove accelerometer helper

2015-05-22 Thread David Herrmann
Hi On Fri, May 22, 2015 at 5:10 PM, Bastien Nocera had...@hadess.net wrote: On Fri, 2015-05-22 at 17:00 +0200, Tom Gundersen wrote: On Fri, May 22, 2015 at 3:42 PM, Bastien Nocera had...@hadess.net wrote: It's moved to the iio-sensor-proxy D-Bus service. Nice! When was this released?