Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - dhcp.client doesn't call dhcp-up: (1 Item)
   
dhcp.client doesn't call dhcp-up  

Hello,

I use QNX 6.4.1 with dhcp.client to get a DHCP lease. The lease works fine, but the file /etc/dhcp/dhcp-up is not called
. I checked the execution mode of the script chmod a+x .... And added #!/bin/ksh ... still not working.

I downloaded the code of core_networking ...io-pkt/6.4.1/ ... dhcp.client/ and looked into, there should be a syslog 
entry. Unfortunately there is no syslog entry in the logfiles. I tried to write a message with printf ... didn't work. I
 suppose it's because it's a daemon task. Then I tried it with fprintf(stderr," error text"); But still I didn't get 
anything on the uart (terminal) of the evaluation board.

Any suggestions what else I could do to find out the problem ?

Lg Christian