- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Proxy Server stops after a few days
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 12:34 AM
05-12-2003 12:34 AM
Proxy Server stops after a few days
I only notested this problem after the server increased it's clients and I had already seen this happening on another machine with RedHat8 (i think that squid was 2.4).
I can ping the Internet and the local network, but can't access internet hosts through telnet, ftp or http.
Restarting the network and squid services and stopping iptables don't solve the problem, only rebooting the server does.
Anyone with similar problem?
Thanks,
Pedro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 02:00 AM
05-12-2003 02:00 AM
Re: Proxy Server stops after a few days
do you see something in messages/squid logs?
did you tune kernel?
Regards,
Vitaly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 03:03 AM
05-12-2003 03:03 AM
Re: Proxy Server stops after a few days
Check disk space (and quotas), and as Vitaly said, look for log messages, it'll tell you why, if it's not clear, send the log here.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 04:17 AM
05-12-2003 04:17 AM
Re: Proxy Server stops after a few days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 07:00 AM
05-12-2003 07:00 AM
Re: Proxy Server stops after a few days
The squid log will explicitly tell you why it stopped. I have had this when...
Disk space for cache/logs is full
Process table was full so squid could not fork
Excessive system resources exausted (CPU, I/O, Memory, etc...)
In every case, the squid logs will told me exactly why it stopped, so I knew what to fix.
Someone/something started a 2nd squid.
If you look at squids logs, you will see what needs to be fixed.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 07:09 AM
05-12-2003 07:09 AM
Re: Proxy Server stops after a few days
That's why it's being difficult to find out why it's happening.
I'm using the default kernel. Should I do any specific kernel configuration? I've installed many squid servers and this is the first time I see this happening...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 07:17 AM
05-12-2003 07:17 AM
Re: Proxy Server stops after a few days
After squid dies, if you manually try to start it, what does squid say for the error?
And as to the kernel, you should never have to do anything with it for squid to run.
Regards,S
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 08:22 AM
05-12-2003 08:22 AM
Re: Proxy Server stops after a few days
Same as Shannon on messages upon manual restart.
By the way, if this is no trouble for you, check your users and see who has rights on it, and change your root passwd, along with checking processes such as adore module or things like that.
I am not paranoid usually (sun is shinning on a war monday afternoon here), but last time I had a daemon stopping without any log, someone had an hand on it, and was deleting logs. Who can you trust nowadays ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 11:06 AM
05-12-2003 11:06 AM
Re: Proxy Server stops after a few days
The squid daemon is not stopping and the log files are recording the occuring events. I believe that squid may not be the problem.
Whats happening is that network connections stop working (only timeout event is recorded on squid log).
For example, after the users report that the Internet is not working, if I try to telnet port 25 of any mail server from the linux box, the connection fails. The same if I request a webpage. On the other hand if I try to ping an Internet host, I get the replies correctly.
If I stop and start the network service or ifdown/ifup the network interfaces and reset the iptables to ACCEPT ALL policy, I continue to have the same problem.
Only rebooting solves the problem.
Pedro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 05:19 PM
05-12-2003 05:19 PM
Re: Proxy Server stops after a few days
Want to tell us what hardware you are using?
Also tell us what driver your NIC is using.
Do you have more than one NIC? Do you have interfaces coming up/down?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 12:35 AM
05-13-2003 12:35 AM
Re: Proxy Server stops after a few days
I forgot to test the access to the local network resources to see if I have the same problems that I have while accessing external hosts... gotta way for the next crash.
I didn't think it was a hardware problem, because I had seen this exact problem on another server... until now that I notested that the outside NIC is the 3c509 on both servers.
This card driver could be the problem... anyone working with this card with the same trouble?
Pedro.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 01:59 AM
05-13-2003 01:59 AM
Re: Proxy Server stops after a few days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 02:43 AM
05-13-2003 02:43 AM
Re: Proxy Server stops after a few days
http://bugzilla.redhat.com/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&bug_status=CLOSED&field0-0-0=product&type0-0-0=substring&value0-0-0=3c509&field0-0-1=component&type0-0-1=substring&value0-0-1=3c509&field0-0-2=short_desc&type0-0-2=substring&value0-0-2=3c509&field0-0-3=status_whiteboard&type0-0-3=subs...
It is said to be supported up to rh8.0, but so many troubles that it is not on the hardware compatibility list of rh9.0 : check here :
http://www.redhat.com/software/linux/technical/hcl/
Sad news, he ? Good news is that it's said to be compatible with older versions, but many troubles still were found...
Time to change your NIC ?
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 02:49 AM
05-14-2003 02:49 AM
Re: Proxy Server stops after a few days
the 3Com cards are well known as a "problem" since introduction of the altavista firewall ;-)
But as I read from the first posting, the problem is not network related at all, only the proxy stopped. So it is essential to test if all of the network communication was interrupted. So what we need are facts like DNS testings, netstat statistiks etc.....