Peng ha scritto:
On 01/15/05 18:59, Bastian Balthazar Bux wrote:
Peng ha scritto:
Yes, I know it's because I configured the thing horribly. Anyway, when doing things like emerging something, at the end right after it says it's caching the package's dependencies, it will display an error saying that line one of /var/lib/init.d/depcache tried to execute a command with the name of my network and that, of course, the command could not be found. It also says it twice while booting, not sure where, but I think it's also stuff within /var/lib/init.d/.
Do any of you know where I probably screwed things up to make it do this?
Now, excuse me while I go find a paper bag to put on my head so that none of you will know who I am. :P
try # cd /etc # grep -rils "your_network_name" *
if nothing is found try changing the network name and see if the message change accordingly, if so ... boh
ciao francesco
-- [email protected] mailing list
That command mentioned conf.d/domainname, dnsdomainname, and hosts. I think it's the first one that's causing the problem... Should I delete it?
Also, I rebooted just now, and it mentioned /sbin/rc trying to execute it.
# mv dnsdomainname dnsdomainname.old
it's not used any more
#conf.d/domainname should look like this OVERRIDE=1 #DNSDOMAIN="you-may-uncomment-and-put-your-domain-here" #NISDOMAIN=""
#hosts should look like this (you can add your hostname on the same line and after "localhost")
127.0.0.1 localhost
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
if reverting to theese defaults doesn't work try emerge sys-apps/baselayout # emerge sys-apps/baselayout
good luck
-- [email protected] mailing list
