In message <Pine.GSO.4.30.0012051357150.16118-100000 at stekt6> you wrote: > > >When I do a: mount -t nfs <nfs-servers-ip>:/home/matthias /test on the > >405 board, I get this output (after some delay): > > > > nfs warning: mount version older than kernel > > portmap: server localhost not responding, timed out > > portmap: server localhost not responding, timed out > > lockd_up: makesock failed, error=-5 ... > (5 minutes or so)... I don't exactly know what is the reason for that, > but have you tried to set up a loopback interface for the localhost > aswell? It just might solve the problem, obviously portmap is trying > to contact the portmapper on localhost aswell...
Try what happens when you run the following commands on your target (soon after booting): /sbin/ifconfig lo 127.0.0.1 /bin/mount -n -o rsize=8192,wsize=8192,rw,remount / >/etc/mtab /bin/mount -t proc proc /proc /usr/sbin/portmap & rdate -s `sed -n -e 's/\/dev\/root .*addr=\([^ ][^ ]*\).*/\1/p' /proc/mounts` Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de ...though his invention worked superbly -- his theory was a crock of sewage from beginning to end. - Vernor Vinge, "The Peace War" ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
