> > Wei Chong wrote: > > > >> ERROR: Can't find out official hostname for this host, > >> using `localhost.localdomain' instead > >> > >> However, on the normal filesystem/directory, > >> everything runs fine, any idea? > > > > > > It seems that your computer is not known to the DNS-Server and/or your > > DNS-settings are incorrect. Have a look at /etc/hosts and correct so > > that your computer is correctly identified by the DNS. > > I got the same problem when working with Knoppix-Remastering. Isn' it > possible to correct these problems in a chroot environment, too? >
possible! just copy the dns-related files from the normal filesystem into the chroot environment. copy /etc/hosts, /etc/resolv.conf, /etc/host.conf and probably shared lib(s) needed by the name resolution system (too many to mention) regards, pong
