From: Wolfgang Denk <wd@denx.de>
To: Topi Kanerva <tkanerva@ees2.oulu.fi>
Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>,
linuxppc-embedded@lists.linuxppc.org
Subject: Re: mount via nfs using MontaVista's Linux for IBM405
Date: Tue, 05 Dec 2000 13:20:19 +0100 [thread overview]
Message-ID: <200012051220.eB5CKJF10867@denx.local.net> (raw)
In-Reply-To: Your message of "Tue, 05 Dec 2000 13:59:19 +0200." <Pine.GSO.4.30.0012051357150.16118-100000@stekt6>
In message <Pine.GSO.4.30.0012051357150.16118-100000@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@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/
next prev parent reply other threads:[~2000-12-05 12:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-05 10:21 mount via nfs using MontaVista's Linux for IBM405 Matthias Fuchs
2000-12-05 11:59 ` Topi Kanerva
2000-12-05 12:20 ` Wolfgang Denk [this message]
2000-12-05 20:09 ` Frank Rowand
2000-12-06 10:02 ` Matthias Fuchs
2000-12-06 18:53 ` Frank Rowand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200012051220.eB5CKJF10867@denx.local.net \
--to=wd@denx.de \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=matthias.fuchs@esd-electronics.com \
--cc=tkanerva@ees2.oulu.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).