Re: [systemd-devel] [ANNOUNCE] Git development moved to github

2015-07-31 Thread Jonathan Liu
Hi, On 2/06/2015 8:27 PM, Dimitri John Ledkov wrote: On 1 June 2015 at 19:12, David Herrmann wrote: Hi As of today we've disabled git-push to fd.o. The official development git repository is now at github [1]. The old repository will still be back-synced, but we had to disable push-access to

Re: [systemd-devel] How to debug this strange issue about "systemd"?

2015-07-31 Thread sean
On Fri, 2015-07-17 at 10:43 +0100, Colin Guthrie wrote: > >> See "man dracut" and the "Debugging dracut" section. Also see "man > >> dracut.cmdline" and the "rd.break" bits. > >> > > > > Was it not man dracut.kernel? > > dracut.kernel == dracut.cmdline here (the latter seems to be the > preferred

[systemd-devel] [ANNOUNCE] systemd v224

2015-07-31 Thread Kay Sievers
Here's the next version of systemd, v224: https://github.com/systemd/systemd/archive/v224.tar.gz This is mostly a bugfix release, containing many important fixes for kdbus. IMPORTANT: Please don't forget to sign up quickly to systemd.conf 2015, if you plan to attend. There's only a limited nu

Re: [systemd-devel] Complicated SysVInit Migration

2015-07-31 Thread Lesley Kimmel
The problem is that I'd like to get all of the same features out of systemd as I did with SysV. I don't see how, in this instance, I'd be able to get an accurate status of my service. I also want to be able to stop the service with the same unit file. I guess to do this I could just use the 'Re

Re: [systemd-devel] starting processes for other users

2015-07-31 Thread MichaƂ Zegan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The thing is, if the user does it, then after he leaves, the process is running under the user's session. If I log in to my own account, su to the other user and start the process and then logout, this process, even though running as the other user, is

Re: [systemd-devel] [PATCH] logind: add standard gpio power button support

2015-07-31 Thread Lennart Poettering
On Fri, 31.07.15 17:51, Kefeng Wang (wangkefeng.w...@huawei.com) wrote: > looking at parent device '/devices/platform/gpio_keys': > KERNELS=="gpio_keys" > SUBSYSTEMS=="platform" > DRIVERS=="gpio-keys" > ATTRS{keys}=="116" > ATTRS{switches}=="" > ATTRS{driver_override}=="(

Re: [systemd-devel] [PATCH] logind: add standard gpio power button support

2015-07-31 Thread systemd github import bot
Patchset imported to github. To create a pull request, one of the main developers has to initiate one via: -- Generated by https://github.com/haraldh/mail2git __

[systemd-devel] [PATCH] logind: add standard gpio power button support

2015-07-31 Thread Kefeng Wang
Many boards like hisilicon D02 board use standard gpio key to power down system. A description of gpio-key in dts shown below, gpio_keys { compatible = "gpio-keys"; #address-cells = <1>; #size-cells = <0>; pwrbutton { label = "Power Button";