Author Topic: <SOLVED>Squid - swap directories  (Read 417 times)

Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
<SOLVED>Squid - swap directories
« on: October 24, 2011, 02:34:31 PM »
it's about squid 3.1-1pclos2010
Although these three commands
/etc/rc.d/init.d/squid stop
squid -f /etc/squid/squid.conf -z
/etc/rc.d/init.d/squid start
gives no errors , no swap swap directory is created  ???
tried to initalize cache with webmin too  (same bad results)

and after few hours spent i tried this (wich is working fine):
http://ftp.riken.jp/Linux/pclinuxos/apt/pclinuxos/2007/RPMS.main/squid-3.0-1pclos2007.i586.rpm
http://ftp.riken.jp/Linux/pclinuxos/apt/pclinuxos/2007/RPMS.main/squid-cachemgr-3.0-1pclos2007.i586.rpm

any ideea ?
thx !
« Last Edit: October 25, 2011, 12:24:45 AM by yodelu »

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: Squid - swap directories
« Reply #1 on: October 24, 2011, 03:20:22 PM »
See if this helps.

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline yodelu

  • PCLinuxOS Tester
  • Sr. Member
  • *******
  • Posts: 317
Re: Squid - swap directories
« Reply #2 on: October 25, 2011, 12:24:13 AM »
thx for reply !
yes that did the trick - i didn't noticed that in squid > v3.1 you must specify cache_dir  in squid.conf
example:
cache_dir ufs /var/spool/squid 256 16 128
then everything is fine..
thx again !