Comment 7 for bug 348305

Revision history for this message
Asmo Koskinen (asmok) wrote :

Fresh RC i386 install with one nic.

admin-ltsp5@ubuntu-ltsp5:~$ ssh root@192.168.1.200
root@192.168.1.200's password:
root@ltsp200:~# cat /etc/resolv.conf
search ubuntu-ltsp5
nameserver 192.168.1.1
root@ltsp200:~# ls -al /etc/resolv.conf
---------- 1 root root 43 2009-04-18 22:00 /etc/resolv.conf
root@ltsp200:~#

After fix above I got it right.

admin-ltsp5@ubuntu-ltsp5:~$ ssh root@192.168.1.200
root@192.168.1.200's password:
root@ltsp200:~# ls -al /etc/resolv.conf
-rw-r--r-- 1 root root 43 2009-04-18 22:03 /etc/resolv.conf
root@ltsp200:~# cat /etc/resolv.conf
search ubuntu-ltsp5
nameserver 192.168.1.1
root@ltsp200:~#

Time/date for the /etc/resolv.conf file in chroot is right, too.

Best Regards Asmo Koskinen.