Re: [squid-users] Proxy server restart without reason

2003-12-12 Thread Linuxero Tux
> Every 3 weeks, more or less, the server crashes and even the console 
doesn't
> respond. I have no choice but to reboot it manually.

This is either a hardware or kernel problem, almost certainly not a Squid
problem.
I hadn't thought it. Maybe you're right, because I never did hardware tests.

I would recommend testing the server hardware using memtest86 and other
similar hardware test tools, and make sure the system kernel is up to
date with the latest bug fixes from your OS vendor.
Besides memtest86, what other hardware test tools do you recommend for CPU, 
hard disks, network interfaces, etc.?

I'm using Suse Linux 7.2. Do I need to update it or there are any patch for 
the kernel?

Regards
Henrik
Thanks a lot Henrik!

_
MSN Fotos: la forma más fácil de compartir e imprimir fotos.  
http://photos.msn.es/support/worldwide.aspx



RE: [squid-users] Proxy server restart without reason

2003-12-12 Thread Linuxero Tux
Hi Austin!

I check my access.log files like you recommend it and I found that the 
largest is 350 MB size. Hopefully the squid rotate the logs daily and don't 
become bigger.

When my system crashes, the screen turns black, the keyboard doesn't respond 
and the HDD led is off. I can't login or use the server, both via console 
and network. Only the power fan is on =)))

Thanks anyway for your comments!


From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [squid-users] Proxy server restart without reason
Date: Fri, 12 Dec 2003 12:15:12 -0500
I had a similar problem except I could get to the console. It turned out
that my access.log was getting past 2 gig in size and Linux had a hard time
dealing with this. Squid would stop responding. Once I mv the log and
restart the process, I had no problems. Take a look at your log file size.
Hope this helps.
Austin Wolfe
-Original Message-
From: Linuxero Tux [mailto:[EMAIL PROTECTED]
Sent: Friday, December 12, 2003 12:11 PM
To: [EMAIL PROTECTED]
Subject: [squid-users] Proxy server restart without reason
Hi everybody!

I have this problem with the office's proxy server:

Every 3 weeks, more or less, the server crashes and even the console 
doesn't

respond. I have no choice but to reboot it manually.

I set up the syslog service to log all the important system messages, at
least is what I believe =), but when I consult the log files there are no
reason for the crash. You can see the syslog's config file below.
I'll appreciate if you could tell me what's going on with the server or 
what

should I do with the server or with the syslog daemon to find the reason 
and

to solve it.

The server specifications are next:

- CPU: Pentium III 68A, 800 MHz, 256 Kb caché.
- RAM: 1 GB.
- HDD: SCSI Seagate, 33 GB.
- Squid Proxy Server 2.5 Stable 2.
Thaks for your help and time!



=

SYSLOG'S CONFIG FILE

# /etc/syslog.conf - Configuration file for syslogd(8)
#
# For info about the format of this file, see "man syslog.conf".
#
#
#
# print most on tty10 and on the xconsole pipe
#
kern.warn;*.err;authpriv.none/dev/tty10
kern.warn;*.err;authpriv.none   |/dev/xconsole
*.emerg  *
# enable this, if you want that root is informed
# immediately, e.g. of logins
#*.alert root
#
# all email-messages in one file
#
mail.*  -/var/log/mail
#
# all news-messages
#
# these files are rotated and examined by "news.daily"
news.crit   -/var/log/news/news.crit
news.err-/var/log/news/news.err
news.notice -/var/log/news/news.notice
# enable this, if you want to keep all news messages
# in one file
#news.* -/var/log/news.all
#
# Warnings in one file
#
*.=warn;*.=err   /var/log/warn
*.crit   /var/log/warn
#
# save the rest in one file
#
*.*;mail.none;news.none -/var/log/messages
#
# enable this, if you want to keep all messages
# in one file
#*.*-/var/log/allmessages
#
# Some foreign boot scripts require local7
#
local0,local1.* -/var/log/localmessages
local2,local3.* -/var/log/localmessages
local4,local5.* -/var/log/localmessages
local6,local7.* -/var/log/localmessages
kern.*  /var/log/firewall

authpriv.*   /var/log/syslog
cron.*   /var/log/cronlog
daemon.warn  /var/log/warn
syslog.*-/var/log/syslog.log
user.*;user.!warn   -/var/log/userlog
user.warn/var/log/userlog.warn


=

LOG FILE /var/log/messages

Dec 11 13:43:12 proxy -- MARK --
dic 11 13:45:26 proxy PAM-unix2[608]: session started for user root, 
service

xdm
Dec 11 13:59:00 proxy /USR/SBIN/CRON[29879]: (root) CMD ( rm -f
/var/spool/cron/lastrun/cron.hourly)
--- Between this happen the crash ---

Dec 11 14:24:38 proxy syslogd 1.3-3: restart.
Dec 11 14:24:41 proxy kernel: klogd 1.3-3, log source = /proc/kmsg started.
Dec 11 14:24:41 proxy kernel: Inspecting /boot/System.map-2.4.4-64GB-SMP
Dec 11 14:24:41 proxy kernel: Loaded 2 symbols from
/boot/System.map-2.4.4-64GB-SMP.
Dec 11 14:24:41 proxy kernel: Symbols match kernel version 2.4.4.
Dec 11 14:24:41 proxy kernel: Loaded 326 symbols from 4 modules.
Dec 11 14:24:41 proxy kernel: ip_conntrack (8191 buckets, 65528 max)
Dec 11 14:24:41 proxy kernel: IPv6 v0.8 for NET4.0
Dec 11 14:24:41 proxy kernel: IPv6 over IPv4 tunneling driver
Dec 11 14:24:42 proxy in.identd[419]: started
Dec 11 14:24:53 proxy /usr/sbin/cron[617]: (CRON) STARTUP (fork ok)
Dec 11 14:24:54 proxy kernel: eth0: no IPv6 routers present
Dec 11 14:24:54 proxy kernel: eth0: no IPv6 routers present
Dec 11 14:25:19 proxy webmin[744]: Webmin starting
Dec 11 14:30:00 proxy

[squid-users] Proxy server restart without reason

2003-12-12 Thread Linuxero Tux
Hi everybody!

I have this problem with the office's proxy server:

Every 3 weeks, more or less, the server crashes and even the console doesn't 
respond. I have no choice but to reboot it manually.

I set up the syslog service to log all the important system messages, at 
least is what I believe =), but when I consult the log files there are no 
reason for the crash. You can see the syslog's config file below.

I'll appreciate if you could tell me what's going on with the server or what 
should I do with the server or with the syslog daemon to find the reason and 
to solve it.

The server specifications are next:

- CPU: Pentium III 68A, 800 MHz, 256 Kb caché.
- RAM: 1 GB.
- HDD: SCSI Seagate, 33 GB.
- Squid Proxy Server 2.5 Stable 2.
Thaks for your help and time!



=

SYSLOG'S CONFIG FILE

# /etc/syslog.conf - Configuration file for syslogd(8)
#
# For info about the format of this file, see "man syslog.conf".
#
#
#
# print most on tty10 and on the xconsole pipe
#
kern.warn;*.err;authpriv.none/dev/tty10
kern.warn;*.err;authpriv.none   |/dev/xconsole
*.emerg  *
# enable this, if you want that root is informed
# immediately, e.g. of logins
#*.alert root
#
# all email-messages in one file
#
mail.*  -/var/log/mail
#
# all news-messages
#
# these files are rotated and examined by "news.daily"
news.crit   -/var/log/news/news.crit
news.err-/var/log/news/news.err
news.notice -/var/log/news/news.notice
# enable this, if you want to keep all news messages
# in one file
#news.* -/var/log/news.all
#
# Warnings in one file
#
*.=warn;*.=err   /var/log/warn
*.crit   /var/log/warn
#
# save the rest in one file
#
*.*;mail.none;news.none -/var/log/messages
#
# enable this, if you want to keep all messages
# in one file
#*.*-/var/log/allmessages
#
# Some foreign boot scripts require local7
#
local0,local1.* -/var/log/localmessages
local2,local3.* -/var/log/localmessages
local4,local5.* -/var/log/localmessages
local6,local7.* -/var/log/localmessages
kern.*  /var/log/firewall

authpriv.*   /var/log/syslog
cron.*   /var/log/cronlog
daemon.warn  /var/log/warn
syslog.*-/var/log/syslog.log
user.*;user.!warn   -/var/log/userlog
user.warn/var/log/userlog.warn


=

LOG FILE /var/log/messages

Dec 11 13:43:12 proxy -- MARK --
dic 11 13:45:26 proxy PAM-unix2[608]: session started for user root, service 
xdm
Dec 11 13:59:00 proxy /USR/SBIN/CRON[29879]: (root) CMD ( rm -f 
/var/spool/cron/lastrun/cron.hourly)

--- Between this happen the crash ---

Dec 11 14:24:38 proxy syslogd 1.3-3: restart.
Dec 11 14:24:41 proxy kernel: klogd 1.3-3, log source = /proc/kmsg started.
Dec 11 14:24:41 proxy kernel: Inspecting /boot/System.map-2.4.4-64GB-SMP
Dec 11 14:24:41 proxy kernel: Loaded 2 symbols from 
/boot/System.map-2.4.4-64GB-SMP.
Dec 11 14:24:41 proxy kernel: Symbols match kernel version 2.4.4.
Dec 11 14:24:41 proxy kernel: Loaded 326 symbols from 4 modules.
Dec 11 14:24:41 proxy kernel: ip_conntrack (8191 buckets, 65528 max)
Dec 11 14:24:41 proxy kernel: IPv6 v0.8 for NET4.0
Dec 11 14:24:41 proxy kernel: IPv6 over IPv4 tunneling driver
Dec 11 14:24:42 proxy in.identd[419]: started
Dec 11 14:24:53 proxy /usr/sbin/cron[617]: (CRON) STARTUP (fork ok)
Dec 11 14:24:54 proxy kernel: eth0: no IPv6 routers present
Dec 11 14:24:54 proxy kernel: eth0: no IPv6 routers present
Dec 11 14:25:19 proxy webmin[744]: Webmin starting
Dec 11 14:30:00 proxy /USR/SBIN/CRON[762]: (root) CMD 
(/sbin/reportarconexionesproxy 2> /dev/null)

_
MSN Fotos: la forma más fácil de compartir e imprimir fotos.  
http://photos.msn.es/support/worldwide.aspx