Re: [systemd-devel] Handling lid close in logind?

2012-09-18 Thread Joachim Banzhaf
Am 18.09.2012 14:10, schrieb Matthias Clasen: > - user closes lid > > > - polkit dialog is shown (not useful because the lid is closed) > > > - we beep a few times to cause the user to open the lid and see the dialog > > > - if the lid is not opened, we forcefully suspend after a few seconds Since

Re: [systemd-devel] sd_get_uids gives a sorted list?

2012-07-26 Thread Joachim Banzhaf
The man page does not document a sort order so I wouldn't rely on it. ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] udev: problem renaming deviceode for dvb-devices

2012-06-25 Thread Joachim Banzhaf
Am 25.06.2012 14:58, schrieb Dr. Thomas Bastian: > Am Samstag, den 23.06.2012, 14:41 +0200 schrieb Kay Sievers: >> On Sat, Jun 23, 2012 at 2:17 PM, Dr. Thomas Bastian wrote: Udev cannot rename kernel-created device nodes. These nodes are not created by udev, but by the kernel itself. Ude

Re: [systemd-devel] Is there a general inittab entry replacement available?

2012-05-23 Thread Joachim Banzhaf
Am 22.05.2012 21:42, schrieb Tomasz Torcz: > On Tue, May 22, 2012 at 09:27:34PM +0200, Joachim Banzhaf wrote: >> As it happens I also like IBM DB2 a lot (for other reasons). >> DB2 is closed source (I hope you dont stop reading now) and it installs >> an inittab entry. >&g

Re: [systemd-devel] How to set complex environment for apache?

2012-05-23 Thread Joachim Banzhaf
Am 22.05.2012 22:51, schrieb Zbigniew Jędrzejewski-Szmek: > On 05/22/2012 10:46 PM, Joachim Banzhaf wrote: >> It sets and modifies environment variables. I'll have a look and try, > See also Environment= and EnvironmentFile= in systemd.exec(5). > > Zbyszek I tried now. No

Re: [systemd-devel] How to set complex environment for apache?

2012-05-22 Thread Joachim Banzhaf
It sets and modifies environment variables. I'll have a look and try, thanks. sorry for smartphone brevity ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Is there a general inittab entry replacement available?

2012-05-22 Thread Joachim Banzhaf
Am 22.05.2012 22:13, schrieb Tomasz Torcz: > On Tue, May 22, 2012 at 10:06:04PM +0200, Joachim Banzhaf wrote: >> Thanks for your answers, all three of them! >> >> Am 22.05.2012 21:42, schrieb Tomasz Torcz: >>> Restart=always >> AFAIK SysV init restarts the servi

[systemd-devel] How to set complex environment for apache?

2012-05-22 Thread Joachim Banzhaf
Me again :) I use apache to serve php pages that connect to a DB2 database via the php_pdo interface. For this to work, I have to set a DB2 specific environment. To make that easy, there is a shell script provided that does the necessary adjustments (db2profile). With SysV init I sourced that scr

Re: [systemd-devel] Is there a general inittab entry replacement available?

2012-05-22 Thread Joachim Banzhaf
Thanks for your answers, all three of them! Am 22.05.2012 21:42, schrieb Tomasz Torcz: > Restart=always AFAIK SysV init restarts the service on failures immediatelly for some times, then uses a delay of some minutes before it retries, which seems sensible. If I understand systemd.service man corre

[systemd-devel] Is there a general inittab entry replacement available?

2012-05-22 Thread Joachim Banzhaf
Hi, I found out about systemd because openSUSE uses it now. I read the annoncement and the three updates of it and some more and can say I like systemd a lot. It just seems to be the right way to do process/service management. As it happens I also like IBM DB2 a lot (for other reasons). DB2 is cl