Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Failing NFS root mount
@ 2008-04-22 12:34 Guillaume Dargaud
  2008-04-22 13:38 ` sjhill at realitydiluted.com
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Guillaume Dargaud @ 2008-04-22 12:34 UTC (permalink / raw)
  To: buildroot

Hello all,
so I have an operational system when using a local CF card partition for my 
kernel and my root filesystem. I can use the network fine.

I'm now trying to use a local kernel but an NFS mount for the root 
filesystem.

loaded at:     00400000 0051A59C
board data at: 00518520 0051859C
relocated to:  0040505C 004050D8
zimage at:     00405E48 00517277
avail ram:     0051B000 08000000

Linux/PPC load: console=ttyUL0,115200 rw root=/dev/nfs ip=dhcp
Uncompressing Linux...done.
Now booting the kernel
[    0.000000] Linux version 2.6.24-rc8-xlnx (guinevere at lpsc6185x.in2p3.fr) 
(gcc version 4.1.2)
#12 Mon Apr 21 18:11:51 CEST 2008
[    0.000000] Xilinx Generic PowerPC board support package (Xilinx ML405) 
(Virtex-4 FX)
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->    32768
[    0.000000]   Normal      32768 ->    32768
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    32768
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 32512
[    0.000000] Kernel command line: console=ttyUL0,115200 rw root=/dev/nfs 
ip=dhcp
[    0.000000] Xilinx INTC #0 at 0x81800000 mapped to 0xFDFFF000
[    0.000000] PID hash table entries: 512 (order: 9, 2048 bytes)
[    0.000223] Console: colour dummy device 80x25
[    0.001398] Dentry cache hash table entries: 16384 (order: 4, 65536 
bytes)
[    0.003160] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.039091] Memory: 127488k available (1748k kernel code, 580k data, 76k 
init, 0k highmem)
[    0.132604] Mount-cache hash table entries: 512
[    0.138336] net_namespace: 64 bytes
[    0.142296] NET: Registered protocol family 16
[    0.146217] Registering device uartlite:0
[    0.147224] Registering device xsysace:0
[    0.148357] Fixup MAC address for xilinx_lltemac:0
[    0.148401] Registering device xilinx_lltemac:0
[    0.149377] Registering device xilinx_iic:0
[    0.190854] NET: Registered protocol family 2
[    0.224923] IP route cache hash table entries: 1024 (order: 0, 4096 
bytes)
[    0.228135] TCP established hash table entries: 4096 (order: 3, 32768 
bytes)
[    0.228786] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[    0.229146] TCP: Hash tables configured (established 4096 bind 4096)
[    0.229179] TCP reno registered
[    0.240639] sysctl table check failed: /kernel/l2cr .1.31 Missing 
strategy
[    0.240722] Call Trace:
[    0.240743] [c7c17eb0] [c0008148] show_stack+0x50/0x184 (unreliable)
[    0.240842] [c7c17ed0] [c002fb00] set_fail+0x50/0x68
[    0.240915] [c7c17ef0] [c0030168] sysctl_check_table+0x650/0x698
[    0.240965] [c7c17f20] [c0030178] sysctl_check_table+0x660/0x698
[    0.241011] [c7c17f50] [c001e188] register_sysctl_table+0x64/0xb4
[    0.241077] [c7c17f70] [c02345a0] register_ppc_htab_sysctl+0x18/0x2c
[    0.241143] [c7c17f80] [c02331e4] kernel_init+0xc8/0x284
[    0.241181] [c7c17ff0] [c0004b18] kernel_thread+0x44/0x60
[    0.248849] io scheduler noop registered
[    0.248906] io scheduler anticipatory registered (default)
[    0.248935] io scheduler deadline registered
[    0.249135] io scheduler cfq registered
[    0.328474] uartlite.0: ttyUL0 at MMIO 0x84000003 (irq = 8) is a uartlite
[    0.328551] console [ttyUL0] enabled
[    0.584278] loop: module loaded
[    0.588752] xsysace xsa: Xilinx SystemACE revision 1.0.12
[    0.594601] xsysace xsa: capacity: 1014048 sectors
[    0.598614]  xsa: xsa1 xsa2
[    0.605997] Xilinx SystemACE device driver, major=254
[    0.609910] tun: Universal TUN/TAP device driver, 1.6
[    0.614830] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.623026] xilinx_lltemac xilinx_lltemac.0: MAC address is now  0: a:35: 
1: 2: 3
[    0.629315] xilinx_lltemac xilinx_lltemac.0: XLlTemac: using DMA mode.
[    0.635822] XLlTemac: Dma base address: phy: 0x84600100, virt: 0xc9008100
[    0.642515] XLlTemac: buffer descriptor size: 32768 (0x8000)
[    0.648101] XLlTemac: Allocating DMA descriptors with kmalloc<6>XLlTemac: 
(buffer_descriptor_
init) phy: 0x7c88000, virt: 0xc7c88000, size: 0x8000
[    0.667177] XTemac: PHY detected at address 7.
[    0.670495] eth0: Dropping NETIF_F_SG since no checksum feature.
[    0.679776] xilinx_lltemac xilinx_lltemac.0: eth0: Xilinx TEMAC at 
0x81C00000 mapped to 0xC90
04000, irq=2
[    0.689318] mice: PS/2 mouse device common for all mice
[    0.695515] xilinx_iic.0 #0 at 0x81600000 mapped to 0xC9020000, irq=4
[    0.701021] TCP cubic registered
[    0.704170] NET: Registered protocol family 1
[    0.708380] NET: Registered protocol family 17
[    0.713739] RPC: Registered udp transport module.
[    0.717344] RPC: Registered tcp transport module.
[    1.224897] eth0: XLlTemac: Options: 0x3fa
[    1.227770] eth0: XLlTemac: allocating interrupt 0 for dma mode tx.
[    1.234053] eth0: XLlTemac: allocating interrupt 1 for dma mode rx.
[    3.254855] eth0: XLlTemac: speed set to 100Mb/s
[    3.258249] eth0: XLlTemac: Send Threshold = 24, Receive Threshold = 4
[    3.264726] eth0: XLlTemac: Send Wait bound = 254, Receive Wait bound = 
254
[    4.275661] Sending DHCP requests ., OK
[    4.299661] IP-Config: Got DHCP answer from 0.0.0.0, my address is 
192.168.1.200
[    4.306293] IP-Config: Complete:
[    4.308849]       device=eth0, addr=192.168.1.200, mask=255.255.255.0, 
gw=192.168.1.185,
[    4.316768]      host=genepy_t, domain=, nis-domain=(none),
[    4.322298]      bootserver=0.0.0.0, rootserver=192.168.1.185, 
rootpath=/home/guinevere/Min_U
artLite_NetLite_Ace/buildroot/project_build_powerpc/genepy/root
[    4.337448] Looking up port of RPC 100003/2 on 192.168.1.185
[    4.349735] Looking up port of RPC 100005/1 on 192.168.1.185
[    4.389172] VFS: Mounted root (nfs filesystem).
[    4.392920] Freeing unused kernel memory: 76k init
168.1.200, mask=255.255.255.0, gw=192.168.1.185,
[    4.316768]      host=genepy_t, domain=, nis-domain=(none),
[    4.322298]      bootserver=0.0.0.0, rootserver=192.168.1.185, 
rootpath=/home/guinevere/Min_U
artLite_NetLite_Ace/buildroot/project_build_powerpc/genepy/root
[    4.337448] Looking up port of RPC 100003/2 on 192.168.1.185
[    4.349735] Looking up port of RPC 100005/1 on 192.168.1.185
[    4.389172] VFS: Mounted root (nfs filesystem).
[    4.392920] Freeing unused kernel memory: 76k init

And then it hangs.
If I boot from /dev/xsa2, it then carries on with:

init started: BusyBox v1.10.0 (2008-04-21 14:17:09 CEST)
Starting portmap: done
Initializing random number generator... done.
Starting network...
RTNETLINK answers: File exists
Starting dropbear sshd: OK
Welcome
genepy login:



A few additional hints that may be related (but then again, they may not):
If I log from the local partition, I can mount the remote root by NFS fine, 
for instance:

# mount -t nfs 
192.168.1.185:/home/guinevere/Min_UartLite_NetLite_Ace/buildroot/project_build_powerpc/genepy/root 
/mount

And then manipulate files both ways fine.

But if I try to chroot /mount while being in bash (an independant 
executable) I get an endless loop:
[   61.617885]   Code:   30001
[   61.617896]   Addr:   7ffce003
[   61.627400]   Signal: b
[   61.627410]   Code:   30001
[   61.627421]   Addr:   7ffce003
[   61.636840]   Signal: b

If I'm using ash (linked to busybox), then I can chroot okay (problems with 
/proc but I can run executables).


Question: if booting off NFS, do I need to change the /etc/fstab ?
/dev/root       /              ext2     rw,noauto         0      1
proc            /proc          proc     defaults          0      0
devpts          /dev/pts       devpts   defaults,gid=5,mode=620   0      0
tmpfs           /tmp           tmpfs    defaults          0      0

Thanks
-- 
Guillaume Dargaud
http://www.gdargaud.net/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] Failing NFS root mount
  2008-04-22 12:34 [Buildroot] Failing NFS root mount Guillaume Dargaud
@ 2008-04-22 13:38 ` sjhill at realitydiluted.com
  2008-04-23  8:06   ` Guillaume Dargaud
  2008-04-22 13:40 ` Peter Korsgaard
  2008-04-22 14:07 ` Hamish Moffatt
  2 siblings, 1 reply; 9+ messages in thread
From: sjhill at realitydiluted.com @ 2008-04-22 13:38 UTC (permalink / raw)
  To: buildroot

Two things to try:

   1) Use 'ip=bootp' instead of 'ip=dhcp'.

   2) Did you create device nodes in your NFS root filesystem for
      
         /dev/console
	 /dev/ttyUL0
	 /dev/zero
	 /dev/log
	 /dev/null
	 /dev/zero
	 /dev/pts

You will need that small subset of device nodes until udev or your
other scripts run.

-Steve

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] Failing NFS root mount
  2008-04-22 12:34 [Buildroot] Failing NFS root mount Guillaume Dargaud
  2008-04-22 13:38 ` sjhill at realitydiluted.com
@ 2008-04-22 13:40 ` Peter Korsgaard
  2008-04-22 14:07 ` Hamish Moffatt
  2 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2008-04-22 13:40 UTC (permalink / raw)
  To: buildroot

>>>>> "Guillaume" == Guillaume Dargaud <dargaud@lpsc.in2p3.fr> writes:

Hi,

 Guillaume> I'm now trying to use a local kernel but an NFS mount for the root 
 Guillaume> filesystem.

..

 Guillaume> [    4.392920] Freeing unused kernel memory: 76k init

 Guillaume> And then it hangs.

Congrats, now you get to debug it ;)

Does it work with nfs over tcp? E.G. nfsroot=<ip>:<path>,tcp
Does init=/bin/date or init=/bin/sh work?

What network traffic do you see with wireshark?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] Failing NFS root mount
  2008-04-22 12:34 [Buildroot] Failing NFS root mount Guillaume Dargaud
  2008-04-22 13:38 ` sjhill at realitydiluted.com
  2008-04-22 13:40 ` Peter Korsgaard
@ 2008-04-22 14:07 ` Hamish Moffatt
  2008-04-23  8:56   ` Guillaume Dargaud
  2 siblings, 1 reply; 9+ messages in thread
From: Hamish Moffatt @ 2008-04-22 14:07 UTC (permalink / raw)
  To: buildroot

On Tue, Apr 22, 2008 at 02:34:08PM +0200, Guillaume Dargaud wrote:
> [    4.389172] VFS: Mounted root (nfs filesystem).
> [    4.392920] Freeing unused kernel memory: 76k init
> 
> And then it hangs.
> If I boot from /dev/xsa2, it then carries on with:

> A few additional hints that may be related (but then again, they may not):
> If I log from the local partition, I can mount the remote root by NFS fine, 
> for instance:
> 
> # mount -t nfs 
> 192.168.1.185:/home/guinevere/Min_UartLite_NetLite_Ace/buildroot/project_build_powerpc/genepy/root 
> /mount
> 
> And then manipulate files both ways fine.
> 
> But if I try to chroot /mount while being in bash (an independant 
> executable) I get an endless loop:

An excellent test. However, fairly obviously I think, if the shell
doesn't start in the chroot it's not going to start in a direct boot
either. So you need to figure out why.

> If I'm using ash (linked to busybox), then I can chroot okay (problems with 
> /proc but I can run executables).

What if you boot the system in that configuration?

You will need to mount /proc in the chroot too btw, and maybe /tmp and
/dev/pts too depending on what you run in there.

If your target is an embedded system, then busybox's ash is a much
better choice than bloatware bash anyway.

> Question: if booting off NFS, do I need to change the /etc/fstab ?
> /dev/root       /              ext2     rw,noauto         0      1

I don't think you ever need to list /dev/root in the fstab.. the kernel
certainly isn't using it to mount the root and I don't think anything
else is either.


Hamish
-- 
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] Failing NFS root mount
  2008-04-22 13:38 ` sjhill at realitydiluted.com
@ 2008-04-23  8:06   ` Guillaume Dargaud
  0 siblings, 0 replies; 9+ messages in thread
From: Guillaume Dargaud @ 2008-04-23  8:06 UTC (permalink / raw)
  To: buildroot

I'm going to test the others' suggestions right now, but I have a little 
issue with this:

> /dev/log

It's the only device that was missing from my list.
I found several examples where the following line is added to 
device_table.txt:

/dev/log s 666 0 0 - - - - -

But upon making the filesystem, I get the following error on that line:

$ make
[...]
table='target/generic/device_table.txt'
makedevs: line 59: Unsupported file type s

And indeed I don't see 's' (socket) listed among f/d/c/b/p

IIRC, /dev/log should be created by syslogd (but not other loggers) upon its 
start.
I am indeed using syslog and I get a proper log in /tmp/messages. From the 
busybox config:
CONFIG_FEATURE_SYSLOG=y
CONFIG_LOGNAME=y
CONFIG_SETLOGCONS=y
CONFIG_FEATURE_INIT_SYSLOG=y
CONFIG_FEATURE_SU_SYSLOG=y
CONFIG_SYSLOGD=y
CONFIG_FEATURE_ROTATE_LOGFILE=y
CONFIG_FEATURE_REMOTE_LOG=y
CONFIG_FEATURE_SYSLOGD_DUP=y
# CONFIG_FEATURE_IPC_SYSLOG is not set
CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=
# CONFIG_LOGREAD is not set
# CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING is not set
CONFIG_KLOGD=y
CONFIG_LOGGER=y
# CONFIG_SVLOGD is not set

So is /dev/log important or not ?
-- 
Guillaume Dargaud
http://www.gdargaud.net/Antarctica/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] Failing NFS root mount
  2008-04-22 14:07 ` Hamish Moffatt
@ 2008-04-23  8:56   ` Guillaume Dargaud
  2008-04-23  9:18     ` Peter Korsgaard
  0 siblings, 1 reply; 9+ messages in thread
From: Guillaume Dargaud @ 2008-04-23  8:56 UTC (permalink / raw)
  To: buildroot

Replies to multiple people here:

>> If I'm using ash (linked to busybox), then I can chroot okay (problems 
>> with
>> /proc but I can run executables).
>
> What if you boot the system in that configuration?
>
> You will need to mount /proc in the chroot too btw, and maybe /tmp and
> /dev/pts too depending on what you run in there.

If I do "mount -a" after I chroot into my nfs dir, things work fine.

Question: the exported nfs dir, must be "chown -R root:root" beforehand, 
right ? If I don't do so, then I can't do much with it, but I didn't see 
this fact stated anywhere.

>> Question: if booting off NFS, do I need to change the /etc/fstab ?
>> /dev/root       /              ext2     rw,noauto         0      1
>
> I don't think you ever need to list /dev/root in the fstab.. the kernel
> certainly isn't using it to mount the root and I don't think anything
> else is either.

OK, removed it. Works fine (with local filesystem boot).

>> [    4.392920] Freeing unused kernel memory: 76k init
>> And then it hangs.
> Does it work with nfs over tcp? E.G. nfsroot=<ip>:<path>,tcp

Same thing.

> Does init=/bin/date or init=/bin/sh work?

Slightly different result:
[    4.279661] Sending BOOTP requests . OK
[    4.299666] IP-Config: Got BOOTP answer from 192.168.1.185, my address is 
192.168.1.200
[    4.306849] IP-Config: Complete:
[    4.309459]       device=eth0, addr=192.168.1.200, mask=255.255.255.0, 
gw=192.168.1.185,
[    4.317338]      host=genepy_t, domain=, nis-domain=(none),
[    4.322910]      bootserver=192.168.1.185, rootserver=192.168.1.185, 
rootpath=/home/guinevere
/Min_UartLite_NetLite_Ace/buildroot/project_build_powerpc/genepy/root
[    4.338578] Looking up port of RPC 100003/2 on 192.168.1.185
[    4.353721] Looking up port of RPC 100005/1 on 192.168.1.185
[    4.419502] VFS: Mounted root (nfs filesystem).
[    4.423251] Freeing unused kernel memory: 76k init
[    4.700870] Kernel panic - not syncing: Attempted to kill init!
[    4.705622] Rebooting in 180 seconds..


> What network traffic do you see with wireshark?
Lots of NFS exchange. I'm no network specialist, so here's a very short 
excerpt:
5102    97.578066       192.168.1.200   192.168.1.185   NFS     V2 GETATTR 
Call, FH:0x718e5d82
5103    97.578084       192.168.1.185   192.168.1.200   NFS     V2 GETATTR 
Reply (Call In 5102)

>   1) Use 'ip=bootp' instead of 'ip=dhcp'.
Both work with the local filesystem (although the output with bootp makes a 
lot more sense).
Both hang when the filesystem is on nfs

>   2) Did you create device nodes in your NFS root filesystem for
> /dev/log
I just verified that this one is indeed created dynamically when syslogd 
starts.
-- 
Guillaume Dargaud
http://www.gdargaud.net/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] Failing NFS root mount
  2008-04-23  8:56   ` Guillaume Dargaud
@ 2008-04-23  9:18     ` Peter Korsgaard
  2008-04-23  9:47       ` [Buildroot] Failing NFS root mount (SOLVED) Guillaume Dargaud
  0 siblings, 1 reply; 9+ messages in thread
From: Peter Korsgaard @ 2008-04-23  9:18 UTC (permalink / raw)
  To: buildroot

>>>>> "Guillaume" == Guillaume Dargaud <dargaud@lpsc.in2p3.fr> writes:

Hi,

 Guillaume> Question: the exported nfs dir, must be "chown -R
 Guillaume> root:root" beforehand, right ? If I don't do so, then I
 Guillaume> can't do much with it, but I didn't see this fact stated
 Guillaume> anywhere.

Well, you'll need to unpack the tarball as root in order to create the
device nodes and get the permissions right on stuff like /etc/passwd -
If you do that, you shouldn't need to do any additional chown.

 >> Does it work with nfs over tcp? E.G. nfsroot=<ip>:<path>,tcp

 Guillaume> Same thing.

Ok.

 >> Does init=/bin/date or init=/bin/sh work?

 Guillaume> Slightly different result:
 Guillaume> [    4.423251] Freeing unused kernel memory: 76k init
 Guillaume> [    4.700870] Kernel panic - not syncing: Attempted to kill init!
 Guillaume> [    4.705622] Rebooting in 180 seconds..

Ahh, so probably date gets to run just fine, but you just don't see
any output.

Do you have a /dev/ttyUL0 device node (c 204 187)? Are you running a
getty on it? (A ttyUL0::respawn:/sbin/getty -L ttyUL0 115200 vt100
line in /etc/inittab)

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] Failing NFS root mount (SOLVED)
  2008-04-23  9:18     ` Peter Korsgaard
@ 2008-04-23  9:47       ` Guillaume Dargaud
  2008-04-23 10:10         ` Peter Korsgaard
  0 siblings, 1 reply; 9+ messages in thread
From: Guillaume Dargaud @ 2008-04-23  9:47 UTC (permalink / raw)
  To: buildroot

In retrospect that makes a lot of sense... (but then again, so do many 
things in life).

I was exporting with NFS the project_build_powerpc/genepy/root directory to 
mount as root. And that failed.

But then if do:
mount -o loop binaries/genepy/rootfs.powerpc.ext2 /media/loop/
And export /media/loop instead, I can boot fine !!!

Doing a diff between the two dirs reveals that for instance the devices are 
normal files in the project directory...

> Well, you'll need to unpack the tarball as root in order to create the
> device nodes and get the permissions right on stuff like /etc/passwd -
> If you do that, you shouldn't need to do any additional chown.

I saw your reply right after solving it and that confirms it...

Thanks to all who contributed.
-- 
Guillaume Dargaud
http://www.gdargaud.net/

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Buildroot] Failing NFS root mount (SOLVED)
  2008-04-23  9:47       ` [Buildroot] Failing NFS root mount (SOLVED) Guillaume Dargaud
@ 2008-04-23 10:10         ` Peter Korsgaard
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2008-04-23 10:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Guillaume" == Guillaume Dargaud <dargaud@lpsc.in2p3.fr> writes:

 Guillaume> In retrospect that makes a lot of sense... (but then
 Guillaume> again, so do many things in life).

;)

 Guillaume> I was exporting with NFS the
 Guillaume> project_build_powerpc/genepy/root directory to mount as
 Guillaume> root. And that failed.

Ah yes, you are not supposed to do that. Instead enable tarball
creation under target options and untar that file uner your nfsroot
as root to get the proper permissions/devices.

See the 'Improper device nodes' thread on the list for details.

 Guillaume> But then if do:
 Guillaume> mount -o loop binaries/genepy/rootfs.powerpc.ext2 /media/loop/
 Guillaume> And export /media/loop instead, I can boot fine !!!

That's an option as well, but the tarball is handier.

 Guillaume> Doing a diff between the two dirs reveals that for
 Guillaume> instance the devices are normal files in the project
 Guillaume> directory...

Yes. This is handled by fakeroot so you can compile as non-root.

 >> Well, you'll need to unpack the tarball as root in order to create the
 >> device nodes and get the permissions right on stuff like /etc/passwd -
 >> If you do that, you shouldn't need to do any additional chown.

 Guillaume> I saw your reply right after solving it and that confirms it...

 Guillaume> Thanks to all who contributed.

You're welcome.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-04-23 10:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 12:34 [Buildroot] Failing NFS root mount Guillaume Dargaud
2008-04-22 13:38 ` sjhill at realitydiluted.com
2008-04-23  8:06   ` Guillaume Dargaud
2008-04-22 13:40 ` Peter Korsgaard
2008-04-22 14:07 ` Hamish Moffatt
2008-04-23  8:56   ` Guillaume Dargaud
2008-04-23  9:18     ` Peter Korsgaard
2008-04-23  9:47       ` [Buildroot] Failing NFS root mount (SOLVED) Guillaume Dargaud
2008-04-23 10:10         ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox