wellscs Posted March 12, 2009 Posted March 12, 2009 I have just inherited a squid proxy server that i have never worked or had any experience on. I came in this morning the internet had stopped. after a couple of reboots reboot it works for about 5 mins each time. Please can anyone help resolve this problem as we have no internet
ricki Posted March 12, 2009 Posted March 12, 2009 Have to got copies on the conf files backed up. If not get these backup up quickly. Normally I backup all the /etc folder. If its as old as you say I would build another one from scatch Richard
pete Posted March 12, 2009 Posted March 12, 2009 (edited) Assuming that the box responds to pings and you have a logon to the box with root or sudo credentials.... Log into the box (assuming it's a text console, if not open up a terminal (command prompt) and type: ps -A | grep squid If you get a few lines with the word "squid" in them, squid is running, so try to access the internet from the console using a text-mode browser, popular ones that may be installed are w3m, lynx or links w3m http://www.google.co.uk If you don't see a few lines with "squid" in them when your run ps -A | grep squid on the console type: which squid which will tell you where squid is installed - type in : /fully/qualified/path/to/squid using root credentials or use sudo /fully/qualified/path/to/squid To start squid. If squid is broken it should tell you straightaway, if it breaks in a short time it should squawk and die, dumping error messages to the console. You could also look in the logs at: /var/log/squid/ /var/log/syslog /var/log/messages to see if any of them mention problems. To stop this become a massive if/then post, tell us what you find re squid working or not, then we can make more suggestions. Edited March 12, 2009 by pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now