linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "SangTae Ha" <stha@netstech.com>
To: <linuxppc-embedded@lists.linuxppc.org>
Subject: PPC cross compiled dhcpd doesn't work.
Date: Thu, 7 Sep 2000 16:25:53 +0900	[thread overview]
Message-ID: <017101c0189c$de480300$2a6cabd3@dolbae> (raw)


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/

             reply	other threads:[~2000-09-07  7:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-07  7:25 SangTae Ha [this message]
2000-09-07 19:47 ` PPC cross compiled dhcpd doesn't work Matthew Locke

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='017101c0189c$de480300$2a6cabd3@dolbae' \
    --to=stha@netstech.com \
    --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).