Re: [systemd-devel] systemd .device units timing out

2011-06-15 Thread Avi Kivity
On 06/14/2011 06:17 PM, Lennart Poettering wrote: On Mon, 06.06.11 16:01, Avi Kivity (a...@redhat.com) wrote: I have a system which was upgraded to F15 and thus systemd. During the boot process it times out starting various .device units, like sda1.device. If I let it alone it will boot

[systemd-devel] Notification when systemd has completed initialisation

2011-06-15 Thread David . Yates
Hi, I was hoping someone could help me to find a way to get a notification of when systemd has finished the initialisation of a specific target. For a specific implementation I am planning, I wanted to be able to have a higher level application that monitors the system startup and analyses

Re: [systemd-devel] Notification when systemd has completed initialisation

2011-06-15 Thread Lennart Poettering
On Wed, 15.06.11 14:28, david.ya...@continental-corporation.com (david.ya...@continental-corporation.com) wrote: Hi, I was hoping someone could help me to find a way to get a notification of when systemd has finished the initialisation of a specific target. We currently do not send out an

Re: [systemd-devel] [PATCH] enable chkconfig support in systemctl for ALTLinux

2011-06-15 Thread Lennart Poettering
On Tue, 14.06.11 14:34, Alexey Shabalin (a.shaba...@gmail.com) wrote: enable chkconfig support in systemctl for ALTLinux Applied. Thanks! Lennart -- Lennart Poettering - Red Hat, Inc. ___ systemd-devel mailing list

[systemd-devel] [PATCH] Add sd_is_special for special file descriptors

2011-06-15 Thread William Douglas
From 85f51557a62be9224ed475047aff503bece342b4 Mon Sep 17 00:00:00 2001 From: William Douglas william.doug...@intel.com Date: Wed, 15 Jun 2011 11:08:17 -0700 With the addition of ListenSpecial as a socket option we need the the usual sd_is_ functions for special files. This patch does that. ---

[systemd-devel] [PATCH] systemctl: plug a leak upon create_symlink mismatch

2011-06-15 Thread Jim Meyering
This fixes a coverity-spotted problem: From 0587faf5c82c7b6696d9b27e4047cfb3f2749ae0 Mon Sep 17 00:00:00 2001 From: Jim Meyering meyer...@redhat.com Date: Wed, 15 Jun 2011 16:47:39 +0200 Subject: [PATCH] systemctl: plug a leak upon create_symlink mismatch --- src/systemctl.c |1 + 1 files

Re: [systemd-devel] (newbie) question: dependency on ldap/kerberos

2011-06-15 Thread Lennart Poettering
On Sun, 05.06.11 03:30, Josh Geisser (j...@gebaschtel.ch) wrote: Equals: on boot, start the virtual domain controller, then either wait for this one to become available, or if any other is reachable also good :) (Despite an abuse of infrastructure, this actually works quite well, the

Re: [systemd-devel] root directory permissions vs OpenSSH chroot

2011-06-15 Thread Lennart Poettering
On Sat, 04.06.11 22:56, Albert Strasheim (full...@gmail.com) wrote: Hello all OpenSSH has a chroot feature, but for it to work, the root directory must have permissions of 0755 otherwise one gets the error: sshd[15705]: fatal: bad ownership or modes for chroot directory component / Is

Re: [systemd-devel] systemd-vconsole-setup: /usr/bin/setfont failed with error code 71

2011-06-15 Thread Lennart Poettering
On Fri, 03.06.11 01:16, Yegor Gemba (gem...@ethz.ch) wrote: Hello, I am testing systemd on Arch Linux and I get following errors: 30systemd-vconsole-setup[59]: putfont: KDFONTOP: Invalid argument 28systemd-vconsole-setup[59]: /usr/bin/setfont failed with error code 71. /etc/vconsole.conf

Re: [systemd-devel] [PATCH] Add sd_is_special for special file descriptors

2011-06-15 Thread Lennart Poettering
On Wed, 15.06.11 11:25, William Douglas (william.r.doug...@gmail.com) wrote: From 85f51557a62be9224ed475047aff503bece342b4 Mon Sep 17 00:00:00 2001 From: William Douglas william.doug...@intel.com Date: Wed, 15 Jun 2011 11:08:17 -0700 With the addition of ListenSpecial as a socket option we

Re: [systemd-devel] Managing autogenerated services

2011-06-15 Thread Lennart Poettering
On Wed, 01.06.11 15:36, yoshi watanabe (yoshi...@gmail.com) wrote: Hi all I'd like to know how can one manage services that are being auto generated (e.g. mount points or cryptsetup). In case of mount points, i would like to have all mount services depend on arbitrary service of my

Re: [systemd-devel] Question on os-release

2011-06-15 Thread Lennart Poettering
On Mon, 30.05.11 15:00, Andreas Jaeger (a...@novell.com) wrote: On Monday, May 30, 2011 14:54:54 Kay Sievers wrote: On Mon, May 30, 2011 at 10:20, Andreas Jaeger a...@novell.com wrote: Looking at the os-release information, I wonder how to encode in the best way the Beta or Milestone

Re: [systemd-devel] MAINPID changing

2011-06-15 Thread Lennart Poettering
On Sat, 28.05.11 20:06, Christian Parpart (tra...@gentoo.org) wrote: Heya, if the child process fully initialized, including inherited listener sockets, it sends a SIGQUIT to the parent (still the MAINPID) to *gracefully* shutdown, which might be this instant or take a few minutes, just

Re: [systemd-devel] tmux / screen

2011-06-15 Thread Lennart Poettering
On Fri, 27.05.11 16:45, Christian Hesse (l...@eworm.de) wrote: Hello everybody, I've set up pam to use pam_systemd.so. This way tmux and screen work, but other processes started in this session will continue to run after the user logs out. I would like to set kill-user=1 or

Re: [systemd-devel] systemd start request repeated too quickly, refusing to start kills Restart= functionality

2011-06-15 Thread Lennart Poettering
On Sat, 28.05.11 09:46, Mike Kazantsev (mk.frag...@gmail.com) wrote: Good day, I've been running an ssh tunnel with keepalives as systemd service with Restart=always option (since network connection there goes down quite frequently), and it worked fairly well until this happened: May 25

[systemd-devel] [PATCH]v2 Add sd_is_special for special file descriptors

2011-06-15 Thread William Douglas
Lennart Poettering lenn...@poettering.net writes: On Wed, 15.06.11 11:25, William Douglas (william.r.doug...@gmail.com) wrote: From 85f51557a62be9224ed475047aff503bece342b4 Mon Sep 17 00:00:00 2001 From: William Douglas william.doug...@intel.com Date: Wed, 15 Jun 2011 11:08:17 -0700 With

Re: [systemd-devel] (newbie) question: dependency on ldap/kerberos

2011-06-15 Thread Lennart Poettering
On Wed, 15.06.11 21:42, Josh Geisser (j...@gebaschtel.ch) wrote: I think I understand the .target and .wants in the meanwhile, so I gave up with trying achieving the exact same as before :) I see the advantage of systemd. What I basically want is to make samba dependent on my own

Re: [systemd-devel] [PATCH] pam-module: add debug= parameter

2011-06-15 Thread Lennart Poettering
On Fri, 27.05.11 01:29, Michal Schmidt (mschm...@redhat.com) wrote: It is customary that pam modules do not log debugging information by default. Usually they offer a 'debug' option. Add a boolean debug= option to pam_systemd.so. This will solve bug

Re: [systemd-devel] [PATCH]v2 Add sd_is_special for special file descriptors

2011-06-15 Thread William Douglas
Lennart Poettering lenn...@poettering.net writes: On Wed, 15.06.11 13:20, William Douglas (william.r.doug...@gmail.com) wrote: Ah right, I was only thinking of getting /proc/kmsg working =P. I have updated accordingly below. Almost there now: +_sd_hidden_ int sd_is_special(int fd, const