Re: [systemd-devel] Problems with rootfs over nfs

2011-05-16 Thread Daniel Drake
On 15 May 2011 15:16, Kay Sievers kay.siev...@vrfy.org wrote: Just a first quick check of an issue we ran into with ATA disks: what's in /proc/sys/kernel/hotplug before you shut down? Or what's CONFIG_UEVENT_HELPER in your kernel setup, it must be = on modern systems, otherwise the kernel will

Re: [systemd-devel] Problems with rootfs over nfs

2011-05-16 Thread Kay Sievers
On Mon, May 16, 2011 at 13:39, Daniel Drake d...@laptop.org wrote: On 15 May 2011 15:16, Kay Sievers kay.siev...@vrfy.org wrote: Just a first quick check of an issue we ran into with ATA disks: what's in /proc/sys/kernel/hotplug before you shut down? Or what's CONFIG_UEVENT_HELPER in your

Re: [systemd-devel] Problems with rootfs over nfs

2011-05-16 Thread Gustavo Sverzut Barbieri
On Mon, May 16, 2011 at 8:44 AM, Kay Sievers kay.siev...@vrfy.org wrote: On Mon, May 16, 2011 at 13:39, Daniel Drake d...@laptop.org wrote: On 15 May 2011 15:16, Kay Sievers kay.siev...@vrfy.org wrote: Just a first quick check of an issue we ran into with ATA disks: what's in

Re: [systemd-devel] Problems with rootfs over nfs

2011-05-16 Thread Lennart Poettering
On Mon, 16.05.11 13:44, Kay Sievers (kay.siev...@vrfy.org) wrote: On Mon, May 16, 2011 at 13:39, Daniel Drake d...@laptop.org wrote: On 15 May 2011 15:16, Kay Sievers kay.siev...@vrfy.org wrote: Just a first quick check of an issue we ran into with ATA disks: what's in

Re: [systemd-devel] Communicating need

2011-05-16 Thread Lennart Poettering
On Thu, 12.05.11 09:09, Scott James Remnant (sc...@netsplit.com) wrote: On Mon, May 9, 2011 at 4:32 PM, Lennart Poettering lenn...@poettering.netwrote: On Mon, 09.05.11 13:13, Scott James Remnant (sc...@netsplit.com) wrote: The System Daemon seems to be where systemd is much more

Re: [systemd-devel] [PATCH] pull rpcbind.target to multi-user.target

2011-05-16 Thread Lennart Poettering
On Sat, 14.05.11 01:29, Alexey Shabalin (a.shaba...@gmail.com) wrote: This patch rpcbind.target to multi-user.target. After apply this path, you can add to rpcbind.service only: [Install] WantedBy=rpcbind.target without multi-user.target. Hmm, rpcbind.service should pull in rpcbind.target,

Re: [systemd-devel] Communicating need

2011-05-16 Thread Scott James Remnant
On Mon, May 16, 2011 at 2:23 PM, Lennart Poettering lenn...@poettering.netwrote: Our entire userspace bootup takes 1s here on an older X300. I think nobody expects that the mouse reacts any quicker than that. Your older X300 is probably rather more powerful than a single-core Atom CPU. But

Re: [systemd-devel] Communicating need

2011-05-16 Thread Lennart Poettering
On Mon, 16.05.11 14:43, Scott James Remnant (sc...@netsplit.com) wrote: On Mon, May 16, 2011 at 2:23 PM, Lennart Poettering lenn...@poettering.netwrote: Our entire userspace bootup takes 1s here on an older X300. I think nobody expects that the mouse reacts any quicker than that. Your

Re: [systemd-devel] Communicating need

2011-05-16 Thread Scott James Remnant
On Mon, May 16, 2011 at 2:46 PM, Lennart Poettering lenn...@poettering.netwrote: It takes about 5-6s for udev to run input_id on the keyboard + touchpad, and thus for them to be available to X. How come this takes so long? Does this actually delay X? Nromally X should be fine without

[systemd-devel] how check enabled service

2011-05-16 Thread Alexey Shabalin
Hi. How i can check enabled service? 1) # systemctl enable acpid.service ln -s '/lib/systemd/system/acpid.service' '/etc/systemd/system/multi-user.target.wants/acpid.service' # systemctl is-enabled acpid.service; echo $? 0 OK 2) # systemctl disable acpid.service rm