[systemd-devel] [PATCH 2/2] logind: add support for gpio-keys Power Button

2014-09-27 Thread Koen Kooi
This might be too broad since it will listen on *all* gpio-keys based input devices for a power button press, but such is life. root@arietta-g25:~# udevadm info -a /dev/input/event0 Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It

[systemd-devel] [PATCH 1/2] logind: add support for TPS65217 Power Button

2014-09-27 Thread Koen Kooi
This PMIC is found on TI AM335x based boards like the beaglebone and beaglebone black. root@beaglebone-white:~# udevadm info -a /dev/input/event0 Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all

Re: [systemd-devel] Having systemd shutdown when pressing the power button

2014-09-27 Thread Koen Kooi
Op 28 aug. 2014, om 15:42 heeft Lennart Poettering lenn...@poettering.net het volgende geschreven: On Thu, 28.08.14 10:50, Koen Kooi (k...@dominion.thruhere.net) wrote: Hi, Heya, I am working on a system (http://www.acmesystems.it/arietta) where I hooked up the button as a power key:

Re: [systemd-devel] Systemd-nspawn -- Canot add interface to container

2014-09-27 Thread James Lott
Figured out that 'ip link set device netns pid' works much the same as 'iw phy device set netns pid', but I still can't seem to figure out what types of interfaces --network-interface will accept. If anyone happens to have a good example of how to use it, I would love to take a look at it. On

[systemd-devel] [PATCH] shell-completion(zsh): journalctl's -b changes

2014-09-27 Thread Eric Cook
removed pointless index sort of bootids. use `compadd -a' to add each array, instead of expanding possibly hundreds of words needlessly. optional completion of -b --- shell-completion/zsh/_journalctl | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [systemd-devel] [PATCH] fstab-generator: Honor usr=, usrfstype= and usrflags=

2014-09-27 Thread Tobias Hunger
Ping? This is really useful to test out the changes proposed in http://0pointer.net/blog/revisiting-how-we-put-together-linux-systems.html Yes, Lennart seems to want to move to something more strict that can also work with the uefi secure boot, but this helps me get a test system of the ground

Re: [systemd-devel] [PATCH] shell-completion(zsh): journalctl's -b changes

2014-09-27 Thread Daniel Mack
On 09/27/2014 02:48 PM, Eric Cook wrote: removed pointless index sort of bootids. use `compadd -a' to add each array, instead of expanding possibly hundreds of words needlessly. optional completion of -b Applied, thanks. --- shell-completion/zsh/_journalctl | 8 1 file

Re: [systemd-devel] [PATCH 2/2] logind: add support for gpio-keys Power Button

2014-09-27 Thread Zbigniew Jędrzejewski-Szmek
Hi, I'll merge 1/2 for now. As for 2/2, let's see what others say. Zbyszek On Sat, Sep 27, 2014 at 09:55:45AM +0200, Koen Kooi wrote: This might be too broad since it will listen on *all* gpio-keys based input devices for a power button press, but such is life. root@arietta-g25:~# udevadm