Move to the directory, cd /etc/rc.d/init.d, then, just type ./squid stop That should take care of it
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of James Nesbitt (IHQ Network) Sent: Saturday, September 21, 2002 2:03 AM To: [EMAIL PROTECTED] Subject: RE: [cobalt-developers] Flushing web cache on Qube3 When I do the /etc/rc.d/init.d/squid stop, I get a message saying bash: squid: command not found Yet I am logged in as admin and I hve sued up to the highest level possible. I am getting it whenever I try to stop and start services like that and on other system commands similar to it. Am I missing something here? Or am I just being a little bit blur? Regards, James Nesbitt -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Jaffrey Sent: Friday, September 20, 2002 18:45 To: [EMAIL PROTECTED] Subject: Re: [cobalt-developers] Flushing web cache on Qube3 to clear and rebuild the cache try this(assuming you have a standard setup)...Telnet to the Qube and gain access as root Execute the following commands in exactly the same order /etc/rc.d/init.d/squid stop su -l squid cd /home/squid2/cache rm -rf * This command will take a while to end. This will clear the space used for SQUID cache. /home/squid2/bin/squid -f /etc/squid/squid.conf -z This will regenerate the swap files. exit /etc/rc.d/init.d/squid start After that there will be new cache hope this helps -- Michael Jaffrey IT Development Welshpool High School mail - [EMAIL PROTECTED] > Is there a good way to flush the web cache on the Qube3 at all? > > When our Web Developers have a brisk, rushed period where they do a lot > of updating, the caching gets in the way a bit and needs flushing..... > > Regards, > > James Nesbitt > > > _______________________________________________ > cobalt-developers mailing list > [EMAIL PROTECTED] > http://list.cobalt.com/mailman/listinfo/cobalt-developers ----------------------------------------- This email was sent using SquirrelMail. "Webmail for nuts!" http://squirrelmail.org/ _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
