Re: [squid-users] diskd not working

From: Rick Harris <rickfharris@dont-contact.us>
Date: 28 Sep 2002 17:29:54 +0930

On Sat, 2002-09-28 at 14:46, MASOOD AHMAD wrote:
> Hello my dear Squid users,
> I'm running SQuid2.4STABLE7 on FreeBSD 4.6.2 I have
> compiled Squid with support of diskd using follwoing
> options
>
> ./configure --enable-store-io="ufs,aufs,diskd"
> --enable-snmp --enable-underscores
> --enable-removal-policies="lru,heap"
> --enable-ipf-transparent --enable-delay-pools
>
>
> filesystem for cache directory but now when I restart
> squid with diskd enable it's saying Unknow cachedir
> type
>
> salesproxy# /usr/local/squid/bin/squid -k reconfigure
> FATAL: Unknown cache_dir type 'diskd'
>
> Squid Cache (Version 2.4.STABLE7): Terminated
> abnormally.
> CPU Usage: 0.006 seconds = 0.000 user + 0.006 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 0
> Abort (core dumped)
> salesproxy#
>
> Is there any solution
>
> best regards
> Masood Ahmad Shah
>

Try removing the quotation marks in your ./configure line, like this:

./configure --enable-store-io=ufs,aufs,diskd \
  --enable-snmp --enable-underscores \
  --enable-removal-policies=lru,heap \
  --enable-ipf-transparent --enable-delay-pools

Regards,
Rick

http://www.sold.com.au - SOLD.com.au
- Find yourself a bargain!
Received on Sat Sep 28 2002 - 02:18:49 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:26 MST