linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "Dan A. Dickey" <ddickey@charter.net>
To: Kwansuk Kim <kskim@neowave.co.kr>
Cc: LinuxPPC <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: network tools don't work
Date: Tue, 11 Jul 2000 07:09:09 -0500	[thread overview]
Message-ID: <396B0E65.DDA6AEE@charter.net> (raw)
In-Reply-To: NEBBKFENMLEDKDHMEHPJIEOOCAAA.kskim@neowave.co.kr


Kwansuk Kim wrote:
>
> After getting bash prompt, I determined wheather network is working, but it doesn't.
> It tells there is no protocol.
>
> ----------
>
> init-2.00# ./ifconfig lo 127.0.0.1
> 127.0.0.1: Resolver Error 0 (no error)
...
> init-2.00# ping 210.105.51.96
> ping: unknown protocol icmp.
> init-2.00#
...
> Is something wrong?
>
> I used ramdisk root file system, and ramdisk image was obtained from linuxppc.org. (about 4Meg, library version is 1.99)

What is wrong is that there is no /etc/protocols file.
Try it:
	# mv /etc/protocols /etc/protocols.none
	# ping 127.0.0.1
	ping: unknown protocol icmp.
	# mv /etc/protocols.none /etc/protocols

-Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      parent reply	other threads:[~2000-07-11 12:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-11 11:47 network tools don't work Kwansuk Kim
2000-06-30 16:28 ` john zhan
2000-07-11 12:09 ` Dan A. Dickey [this message]

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=396B0E65.DDA6AEE@charter.net \
    --to=ddickey@charter.net \
    --cc=kskim@neowave.co.kr \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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).