* PPC cross compiled dhcpd doesn't work.
@ 2000-09-07 7:25 SangTae Ha
2000-09-07 19:47 ` Matthew Locke
0 siblings, 1 reply; 2+ messages in thread
From: SangTae Ha @ 2000-09-07 7:25 UTC (permalink / raw)
To: linuxppc-embedded
Hello all.
I'm making root file system. My problem is ...
If I compile the dhcp server in x86 environment, It works well. But in ppc environment, it doesn't.
No compile error comes out.. But it doesn't work.
In bugging messages, "ip length 328 disagrees with bytes received 332". Is it an endian problem?
I aready sniffed packets, but I can't find a clue. I am using libc.so.6 which obtained montavista hardhat linux CDK.
Does any one succeeded in compiling and running dhcpd ?
My dhcpd is from http://www.isc.org/products/DHCP/ and ftp site ftp://ftp.isc.org/isc/dhcp/dhcp-2.0pl4.tar.gz
Thanks in advance.
Debugging message ....
-----------------------------------------------------------------------------
# /sbin/dhcpd-v2 -d -f eth1
Internet Software Consortium DHCP Server 2.0pl4
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html
Listening on LPF/eth1/00:10:ec:00:14:42/192.168.10.0
Sending on LPF/eth1/00:10:ec:00:14:42/192.168.10.0
Sending on Socket/fallback/fallback-net
ip length 328 disagrees with bytes received 332.
accepting packet with data after udp payload.
DHCPDISCOVER from 00:00:0e:d2:98:e5 via eth1
no free leases on subnet 192.168.10.0
ip length 328 disagrees with bytes received 332.
accepting packet with data after udp payload.
DHCPDISCOVER from 00:00:0e:d2:98:e5 via eth1
no free leases on subnet 192.168.10.0
ip length 328 disagrees with bytes received 332.
accepting packet with data after udp payload.
DHCPDISCOVER from 00:00:0e:d2:98:e5 via eth1
no free leases on subnet 192.168.10.0
-------------------------------------------------------------------------------
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PPC cross compiled dhcpd doesn't work.
2000-09-07 7:25 PPC cross compiled dhcpd doesn't work SangTae Ha
@ 2000-09-07 19:47 ` Matthew Locke
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Locke @ 2000-09-07 19:47 UTC (permalink / raw)
To: SangTae Ha; +Cc: linuxppc-embedded
> Does any one succeeded in compiling and running dhcpd ?
> My dhcpd is from http://www.isc.org/products/DHCP/ and ftp site ftp://ftp.isc.org/isc/dhcp/dhcp-2.0pl4.tar.gz
yes I have compiled and used it successfully on 8xx. Also I believe we
provide ppc binaries in CDK 1.2
Matthew Locke
Montavista Software
http://www.mvista.com
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-09-07 19:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-07 7:25 PPC cross compiled dhcpd doesn't work SangTae Ha
2000-09-07 19:47 ` Matthew Locke
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).