|
From: Udo L. <udo...@al...> - 2012-04-09 11:50:20
|
Hi Heiko,
if I use the default squid.conf from Devil-Linux 1.6.0-RC3-i686 and add
only one parameter ("visible_hostname proxy.xxxx.de"), I got this error:
root@proxy:~ # /etc/init.d/squid reload
Reloading config Squid: squid: ERROR: No running copy [
OK ]
This was an fresh system, only with two new filesystems
(devil-linux/squid + devil-linux/log).
If I set pid_filename and stop squid (must kill the pid), all work like
expected:
root@proxy:~ # /etc/init.d/squid start
2012/04/09 13:44:13| Creating Swap Directories
Starting Squid: [
OK ]
root@proxy:~ # ls -lsa /var/run/squid.pid
4 -rw-r--r-- 1 root nogroup 5 Apr 9 13:44 /var/run/squid.pid
root@proxy:~ # /etc/init.d/squid reload
Reloading config Squid: [
OK ]
root@proxy:~ #
Udo
Am 07.04.2012 14:58, schrieb Heiko Zuerker:
> Udo,
>
> I removed the D from the init script.
> I couldn't find any issues with reloading squid and not having the
> pid_filename parameter set. Do you have any more details on this?
>
> --
>
> Regards
> Heiko Zuerker
> http://www.devil-linux.org
>
>> -----Original Message-----
>> From: Udo Lembke [mailto:udo...@al...]
>> Sent: Friday, April 06, 2012 4:20 PM
>> To: dev...@li...
>> Subject: Re: [Devil-Linux-discuss] [Devil-linux-develop] 1.6.0-RC3
>>
>> Hi,
>> just found one small issue:
>> the default /etc/init.d/squid use as PARAMETER "-sYD" but D isn't
>> valid
> with
>> an actual squid.
>> And i have to use the parameter "pid_filename /var/run/squid.pid" in
>> squid.conf to use e.g. reload without error.
>>
>> Nevertheless - very good work!
>>
>> Udo
>>
>>
|