Re: /etc/resolv.conf bug

2008-11-21 Thread Daniel Baumann
Marco Amadori wrote: > Got it, but I think resolvconf is unintentional, I bet it came probably from > dhcp3-client Suggests: or avahi-dnsconfd Recommends:, so a hook to remove it > is probably a good advice which should be included somewhere in debian live > documentation, don't you think? it's

Re: /etc/resolv.conf bug

2008-11-21 Thread Marco Amadori
On Friday 21 November 2008, 13:41:11, Daniel Baumann wrote: > >> this is a bug in resolv.conf; in short: don't ever use resolv.conf on a > >> live system, no gain in using it, and it is only causing problems. > it was a typo, sorry. i ment 'resolvconf'. Got it, but I think resolvconf is unintent

Re: /etc/resolv.conf bug

2008-11-21 Thread Daniel Baumann
Marco Amadori wrote: >> this is a bug in resolv.conf; in short: don't ever use resolv.conf on a >> live system, no gain in using it, and it is only causing problems. > > It the whole "/etc/resolv.conf" file itself is deprecated, what should be > then > the right way (TM) to provide static namese

Re: /etc/resolv.conf bug

2008-11-21 Thread Olivier
Hi, The problem was that dhclient did not work properly (no internet connection) because /etc/resolv.conf disappeared due to manipulations in chroot. To fix this needed is to make this symbolic link in /etc/resolvconf: ln -s /etc/resolvconf/run/resolv.conf /etc/resolv.conf I though it was d

Re: /etc/resolv.conf bug

2008-11-21 Thread Marco Amadori
On Friday 21 November 2008, 08:53:39, Daniel Baumann wrote: > this is a bug in resolv.conf; in short: don't ever use resolv.conf on a > live system, no gain in using it, and it is only causing problems. It the whole "/etc/resolv.conf" file itself is deprecated, what should be then the right way

Re: /etc/resolv.conf bug

2008-11-21 Thread Olivier
Hi, Thanks for answer. In fact after further testing it happens that this was not related to live-helper script, but due to a post manipulation. Sorry ... Regards, Olivier Marco Lechner wrote: could it be this reason? http://lists.debian.org/debian-live/2008/10/msg00074.html Olivier schri

Re: /etc/resolv.conf bug

2008-11-21 Thread Daniel Baumann
Olivier wrote: > There is a bug with /etc/resolv.conf. One should manually make the > /etc/resolv.conf symbolic link to have dhclient working properly after a > fresh build: > > ln -s /etc/resolvconf/run/resolv.conf /etc/resolv.conf this is a bug in resolv.conf; in short: don't ever use resolv.co

Re: /etc/resolv.conf bug

2008-11-21 Thread Marco Lechner
could it be this reason? http://lists.debian.org/debian-live/2008/10/msg00074.html Olivier schrieb: > Hi, > > There is a bug with /etc/resolv.conf. One should manually make the > /etc/resolv.conf symbolic link to have dhclient working properly after > a fresh build: > > ln -s /etc/resolvconf/run/r