* ping says unknown protocol icmp I have /etc/protocols file.
@ 2001-02-02 2:36 Subodh Nijsure
2001-02-02 13:55 ` Jeffrey D. Kowing
0 siblings, 1 reply; 5+ messages in thread
From: Subodh Nijsure @ 2001-02-02 2:36 UTC (permalink / raw)
To: linuxppc-embedded
I have 2.4.1 running on my board with ramdisk loading etc.
However when I try to use ping it says unknown protocol icmp.
I have searched the mailing list archive and made sure that I have correct
/etc/protocols, /etc/services files.
Also I can see eth0 and loopback interface using ifconfig
Anybody knows how to get ping going.
Thanks.
/Subodh Nijsure
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* ping says unknown protocol icmp I have /etc/protocols file.
2001-02-02 2:36 ping says unknown protocol icmp I have /etc/protocols file Subodh Nijsure
@ 2001-02-02 13:55 ` Jeffrey D. Kowing
0 siblings, 0 replies; 5+ messages in thread
From: Jeffrey D. Kowing @ 2001-02-02 13:55 UTC (permalink / raw)
To: Subodh Nijsure; +Cc: linuxppc-embedded
Subodh Nijsure writes:
>
> I have 2.4.1 running on my board with ramdisk loading etc.
>
> However when I try to use ping it says unknown protocol icmp.
>
> I have searched the mailing list archive and made sure that I have correct
> /etc/protocols, /etc/services files.
Had a similar problem recently. Sadly, my little brain does not
exactly remember the solution, but I believe the problem was that I
did not have one of the necessary libraries on my ramdisk that allowed
ping to lookup the icmp protocol in the files you mention.
I think it was one of those libresolv* or libnss* libraries.
--
Jeff Kowing
jeffrey.d.kowing1@jsc.nasa.gov
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: ping says unknown protocol icmp I have /etc/protocols file.
@ 2001-02-02 15:18 Subodh Nijsure
2001-02-02 18:33 ` Frank Rowand
0 siblings, 1 reply; 5+ messages in thread
From: Subodh Nijsure @ 2001-02-02 15:18 UTC (permalink / raw)
To: 'jeffrey.d.kowing1@jsc.nasa.gov'; +Cc: linuxppc-embedded
Hello Jeffrey,
Thanks, indeed it was an issue of having libresolv library
I copied libresolve to /usr/lib when building the ramdisk and
ping works now.
BTW, is there a something equivalent to ldd in powerpc world, so one
can find out which shared library an executable is linked with?
I have 8xx environment from MontaVista and I don't see ppc_8xx-ldd
/Subodh Nijsure
> -----Original Message-----
> From: Jeffrey D. Kowing [mailto:jeffrey.d.kowing1@jsc.nasa.gov]
> Sent: Friday, February 02, 2001 5:56 AM
> To: Subodh Nijsure
> Cc: linuxppc-embedded@lists.linuxppc.org
> Subject: ping says unknown protocol icmp I have /etc/protocols file.
>
>
>
> Subodh Nijsure writes:
> >
> > I have 2.4.1 running on my board with ramdisk loading etc.
> >
> > However when I try to use ping it says unknown protocol icmp.
> >
> > I have searched the mailing list archive and made sure
> that I have correct
> > /etc/protocols, /etc/services files.
>
> Had a similar problem recently. Sadly, my little brain does not
> exactly remember the solution, but I believe the problem was that I
> did not have one of the necessary libraries on my ramdisk that allowed
> ping to lookup the icmp protocol in the files you mention.
>
> I think it was one of those libresolv* or libnss* libraries.
>
>
> --
> Jeff Kowing
> jeffrey.d.kowing1@jsc.nasa.gov
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ping says unknown protocol icmp I have /etc/protocols file.
2001-02-02 15:18 Subodh Nijsure
@ 2001-02-02 18:33 ` Frank Rowand
2001-02-05 1:40 ` Graham Stoney
0 siblings, 1 reply; 5+ messages in thread
From: Frank Rowand @ 2001-02-02 18:33 UTC (permalink / raw)
To: Subodh Nijsure
Cc: 'jeffrey.d.kowing1@jsc.nasa.gov', linuxppc-embedded
Subodh Nijsure wrote:
>
> Hello Jeffrey,
>
> Thanks, indeed it was an issue of having libresolv library
>
> I copied libresolve to /usr/lib when building the ramdisk and
> ping works now.
>
> BTW, is there a something equivalent to ldd in powerpc world, so one
> can find out which shared library an executable is linked with?
> I have 8xx environment from MontaVista and I don't see ppc_8xx-ldd
>
> /Subodh Nijsure
Yes, ldd is /bin/ldd in the target file system.
-Frank
--
Frank Rowand <frank_rowand@mvista.com>
MontaVista Software, Inc
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ping says unknown protocol icmp I have /etc/protocols file.
2001-02-02 18:33 ` Frank Rowand
@ 2001-02-05 1:40 ` Graham Stoney
0 siblings, 0 replies; 5+ messages in thread
From: Graham Stoney @ 2001-02-05 1:40 UTC (permalink / raw)
To: frowand
Cc: Subodh Nijsure, 'jeffrey.d.kowing1@jsc.nasa.gov',
linuxppc-embedded
On Fri, Feb 02, 2001 at 10:33:15AM -0800, Frank Rowand wrote:
> Yes, ldd is /bin/ldd in the target file system.
Only problem is, you have to run it on the/a target, which implies that your
target is working (at least somewhat). I looked around for a way of doing
this on the development system, but couldn't find anything better than
strings(1)...
Regards,
Graham
--
Graham Stoney
Assistant Technology Manager
Canon Information Systems Research Australia
Ph: +61 2 9805 2909 Fax: +61 2 9805 2929
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-02-05 1:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-02 2:36 ping says unknown protocol icmp I have /etc/protocols file Subodh Nijsure
2001-02-02 13:55 ` Jeffrey D. Kowing
-- strict thread matches above, loose matches on Subject: below --
2001-02-02 15:18 Subodh Nijsure
2001-02-02 18:33 ` Frank Rowand
2001-02-05 1:40 ` Graham Stoney
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).