the dhcp client is not storing the name servers to /etc/resolv.conf, which means
I have to use IPs not hostnames.

[EMAIL PROTECTED]:~# ping shaz
ping: unknown host shaz
[EMAIL PROTECTED]:~# ping 192.168.1.7
PING 192.168.1.7 (192.168.1.7) 56(84) bytes of data.

running dhclient sets it:

[EMAIL PROTECTED]:~# cat /etc/resolv.conf
(nothing)

[EMAIL PROTECTED]:~# dhclient eth0
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:50:ba:b5:c7:7d
Sending on   LPF/eth0/00:50:ba:b5:c7:7d
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPOFFER of 192.168.1.243 from 192.168.1.7
DHCPREQUEST of 192.168.1.243 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.1.243 from 192.168.1.7
bound to 192.168.1.243 -- renewal in 19949 seconds.

Now it has what I expected:

[EMAIL PROTECTED]:~# cat /etc/resolv.conf
domain personnelware.com
search personnelware.com
nameserver 192.168.1.7

[EMAIL PROTECTED]:~# ls -l  /etc/resolv.conf
-rw-r--r-- 1 root root 73 2008-10-03 14:52 /etc/resolv.conf

[EMAIL PROTECTED]:~# ping shaz
PING shaz.personnelware.com (192.168.1.7) 56(84) bytes of data.
64 bytes from shaz.personnelware.com (192.168.1.7): icmp_seq=1 ttl=64 
time=0.273 ms

I will try on the new build you just posted, but that is going to be a while.

Length: 89,976,832 (86M) [application/x-iso9660-image]
 0% [                                     ] 418,094      805.22B/s ETA 22:39:38

Carl K

Steven Shiau wrote:
> Sorry, do not understand... What did you mean ?
> 
> Steven.
> 
> Carl Karsten wrote:
>> [EMAIL PROTECTED]:/home# ls -l /etc/resolv.conf
>> -rw-r--r-- 1 root root 0 2008-09-14 03:01 /etc/resolv.conf
>>
>>
>> bug?
>>
>> (guessing I should figure out how to file bug reports)
>>
>> Carl K
>>
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Clonezilla-live mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/clonezilla-live
>>   
> 
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Clonezilla-live mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to