another dhcp.client problem

everytime dhcp.client is started, i get this message ‘duplicate ip address
0!! sent from ethernet address XXXX’. xxxx is my nic number
which is been reported with netstat -in listed as interface en1. but if i
type ‘ifconfig en1’, it gives me a valid ip address, and all networking
stuff seem to be running fine.

my sysinit.1 looks like:
Net &
Net.ether82557 &
/bin/sleep 3
/usr/ucb/Socklet localhost &
/bin/sleep 2
/usr/ucb/dhcp.client -h qnx_machine
/bin/sleep 2
/usr/ucb/ifconfig en1 up
/bin/sleep 2
/usr/ucb/SMBfsys &
/bin/sleep 2

I get the same message if i start dhcp.client manualy after commenting it
out in sysinit.1. somehow this message is only reported in that shell which
shows the login and password. if i start dhcp.client in any shell after
logging into Photon, i dont see that message in the photon shell. but after
logging out, that message is there in the base shell.

this seems to be only occuring with Net.ether82557. when running with
Net.ether906, i dont get this message after dhcp.client is started.

“Ran Zhang” <rzhang@vamcointernational.com> wrote in message
news:crf18p$r5u$1@inn.qnx.com

everytime dhcp.client is started, i get this message ‘duplicate ip address
0!! sent from ethernet address XXXX’. xxxx is my nic number
which is been reported with netstat -in listed as interface en1. but if
i
type ‘ifconfig en1’, it gives me a valid ip address, and all networking
stuff seem to be running fine.

my sysinit.1 looks like:
Net &
Net.ether82557 &
/bin/sleep 3
/usr/ucb/Socklet localhost &
/bin/sleep 2
/usr/ucb/dhcp.client -h qnx_machine
/bin/sleep 2
/usr/ucb/ifconfig en1 up
/bin/sleep 2
/usr/ucb/SMBfsys &
/bin/sleep 2

I get the same message if i start dhcp.client manualy after commenting it
out in sysinit.1. somehow this message is only reported in that shell
which
shows the login and password. if i start dhcp.client in any shell after
logging into Photon, i dont see that message in the photon shell. but
after
logging out, that message is there in the base shell.