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

2011-05-16 Thread Kay Sievers
On Mon, May 16, 2011 at 14:27, Lennart Poettering wrote: > On Mon, 16.05.11 13:44, Kay Sievers ([email protected]) wrote: > >> On Mon, May 16, 2011 at 13:39, Daniel Drake wrote: >> > On 15 May 2011 15:16, Kay Sievers wrote: >> >> Just a first quick check of an issue we ran into with ATA disks

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

2011-05-16 Thread Lennart Poettering
On Mon, 16.05.11 13:44, Kay Sievers ([email protected]) wrote: > > On Mon, May 16, 2011 at 13:39, Daniel Drake wrote: > > On 15 May 2011 15:16, Kay Sievers 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 dow

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

2011-05-16 Thread Kay Sievers
On Mon, May 16, 2011 at 14:14, Gustavo Sverzut Barbieri wrote: > On Mon, May 16, 2011 at 8:44 AM, Kay Sievers wrote: >> On Mon, May 16, 2011 at 13:39, Daniel Drake wrote: >>> On 15 May 2011 15:16, Kay Sievers wrote: Just a first quick check of an issue we ran into with ATA disks: what

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 wrote: > On Mon, May 16, 2011 at 13:39, Daniel Drake wrote: >> On 15 May 2011 15:16, Kay Sievers 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 >>> CON

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

2011-05-16 Thread Kay Sievers
On Mon, May 16, 2011 at 13:39, Daniel Drake wrote: > On 15 May 2011 15:16, Kay Sievers 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 m

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

2011-05-16 Thread Daniel Drake
On 15 May 2011 15:16, Kay Sievers 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 they to exec()

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

2011-05-15 Thread Kay Sievers
On Sun, May 15, 2011 at 18:03, Mariusz Bialonczyk wrote: > On 05/15/2011 04:16 PM, Kay Sievers wrote: >> What's in fstab for /? Maybe just that needs a fix for mount(8) to >> understand what we do here. > I have the following line for rootfs in fstab: > /dev/nfs        /               nfs     defa

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

2011-05-15 Thread Mariusz Bialonczyk
Hi and thank you for respond On 05/15/2011 04:16 PM, Kay Sievers wrote: > What's in fstab for /? Maybe just that needs a fix for mount(8) to > understand what we do here. I have the following line for rootfs in fstab: /dev/nfs/ nfs defaults0 0 > Just a firs

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

2011-05-15 Thread Kay Sievers
On Sun, May 15, 2011 at 12:49, Mariusz Bialonczyk wrote: > Last time I gave a try to systemd as my init replacement. I am using it on > debian sid system (systemd is from experimental), My rootfs is on NFS share > (I have "ip=dhcp root=/dev/nfs and nfsroot=..." appended as kernel > parameters). >

[systemd-devel] Problems with rootfs over nfs

2011-05-15 Thread Mariusz Bialonczyk
Hello Last time I gave a try to systemd as my init replacement. I am using it on debian sid system (systemd is from experimental), My rootfs is on NFS share (I have "ip=dhcp root=/dev/nfs and nfsroot=..." appended as kernel parameters). First problem in my configuration is remounting my root filesy