Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
dhclient error-message HELP PLZ !!
Name: Stephan Date: April 9, 2002 at 06:42:14 Pacific
Comment:
Hi Everybody !
I'm having a serious problem with my Net BSD 1.5.2. I configured my network settings trough sysinst from my NetBSD CD and since then I'm getting the following error-message during startup and after : "Celebris dhclient : send_packet : Network is down".
BTW I'm using Mac OS X Server as DHCP Server, and the NetBSD client gets its IP-address without problems.
Name: Stephan Date: April 15, 2002 at 00:00:30 Pacific
Reply:
Yes ! I found the answer to my problem : I just had to add the following line in my rc.conf file : dhclient_flags="de0" de0 stands for my network card.
Summary: I use gzip -9 -c to compress about 2000 txt files,It's sucessful. Then I use guzip to uncompress the compressed file. But it returns 'gunzip: xxxx: unexpected end of file' What causes such error mess...
Summary: I get the following error messages when the script below is run frank.sh: leading: not found frank.sh: let: not found frank.sh: character: not found (Frank.sh being the script name) ls | while read Fi...
Summary: Hi Frens, I have to search for a string and need to display a error message if that sting is not found in the file.... I can use the command: > grep "String" filename for searching the string but, in...