--- Joshua Banks <[EMAIL PROTECTED]> wrote: > Hello, > > I reinstalled Gentoo linux and when I goto try and install "dnscache" > following the directions I seem to get some strange effects. > > [EMAIL PROTECTED] jbanks # dnscache-conf dnscache dnslog /etc/dnscache > 192.168.1.1 > [EMAIL PROTECTED] jbanks # ln -s /etc/dnscache /service > [EMAIL PROTECTED] jbanks # sleep 5 > [EMAIL PROTECTED] jbanks # svstat /service/dnscache > /service/dnscache: unable to chdir: file does not exist > [EMAIL PROTECTED] jbanks # cd /service > [EMAIL PROTECTED] service # dir > env log root run seed > > I can't figure out _why_ , the "ln -s /etc/dnschace /service" command > isn't creating a copy of dnscache in the service directory.
Well I have dnscache working now. I don't know why this wouldn't create properly. I find that strange. I removed the "etc/dnscache" directory as well as the "/service" directory. This time I manually created the "/service" directory first. Then: # dnscache-conf dnscache dnslog /etc/dnscache 192.168.1.1 # ln -s /etc/dnscache /service/ (as suggested in one of my email responses. # sleep 5 # svstat /service/dnscache I got an error here that supervise was having trouble. # rc-update add svscan default reboot [EMAIL PROTECTED] jbanks # svstat /service/dnscache /service/dnscache: up (pid 3982) 48 seconds Shouldn't issuing the command "ln -s /ect/dnscache /service" create the "/service" directory and link " etc/dnscache" to it without me having to manually create the "/service" directory first? Thanks, Joshua Banks __________________________________ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 -- [EMAIL PROTECTED] mailing list
