SquidProxy status:Unknow job :Squid
Posted
by
BanKtsu
on Super User
See other posts from Super User
or by BanKtsu
Published on 2012-11-26T19:30:21Z
Indexed on
2012/11/27
17:07 UTC
Read the original article
Hit count: 489
I have an issue in Centos 6.3. I installed Squid from compressed source archives(.tar.gz), I create an /etc/init.d/squid file, that run well because I view with the command ps -aux, that is running:
root 2153 0.0 0.0 8920 1536 ? Ss 13:52 0:00 /opt/squid/squid-3.2/sbin/squid
squid 2155 0.0 0.0 16368 9224 ? S 13:52 0:00 (squid-1)
squid 2157 0.0 0.0 3628 972 ? S 13:52 0:00 (logfile-daemon) /var/log/squidserver/access.log
This service boot at start because I configurate it with chkconfig
chkconfig --list|grep squid
squid 0:off 1:off 2:on 3:on 4:on 5:on 6:off
The only issue that i have is when i run the command service--status-all
status:Unknown job:squid
why is not reconized?, what i missed?
© Super User or respective owner