Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-02 Thread Alex Rousskov
On 09/02/2016 02:00 PM, FredB wrote: > But there is no smp configuration, just rock and squid with two caches That's SMP mode. See the last bullet at http://wiki.squid-cache.org/Features/SmpScale#Terminology Alex. ___ squid-users mailing list squid-use

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-02 Thread FredB
I will take a look,thanks But there is no smp configuration, just rock and squid with two caches ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-02 Thread Alex Rousskov
On 09/02/2016 04:13 AM, FredB wrote: > About this, I should open a bug ? Or you think I missed something ? Not sure what you mean by "this". I assume you mean the errors that you quoted later in your email. >> 2016/09/01 09:01:01 kid1| commBind: Cannot bind socket FD 20 to [::]: >> (2) No such

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-02 Thread FredB
About this, I should open a bug ? Or you think I missed something ? Maybe I'm wrong but it seems there is something bad with diskers/rock store squid without -N + Squid compiled with IpcIo + rock = > > FATAL: Rock cache_dir at /cache1/rock failed to open db file: (2) No > such file or directory

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-01 Thread Amos Jeffries
On 2/09/2016 2:42 a.m., Alex Rousskov wrote: > On 09/01/2016 01:48 AM, FredB wrote: >> >>> >>> [Unit] >>> Description=Squid Web Proxy Server >>> After=network.target >>> >>> [Service] >>> Type=simple >>> ExecStart=/usr/sbin/squid -sYC -N > > >> Yes this is the default value >> >> http://bazaar.l

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-01 Thread Alex Rousskov
On 09/01/2016 01:48 AM, FredB wrote: > >> >> [Unit] >> Description=Squid Web Proxy Server >> After=network.target >> >> [Service] >> Type=simple >> ExecStart=/usr/sbin/squid -sYC -N > Yes this is the default value > > http://bazaar.launchpad.net/~squid/squid/3.5/view/head:/tools/systemd/squid.

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-01 Thread FredB
> > [Unit] > Description=Squid Web Proxy Server > After=network.target > > [Service] > Type=simple > ExecStart=/usr/sbin/squid -sYC -N Yes this is the default value http://bazaar.launchpad.net/~squid/squid/3.5/view/head:/tools/systemd/squid.service I guess this is wrong no ? Fred __

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-01 Thread FredB
I forgot /cache1: total 212380 drwxrwxrwx 3 squid root 4096 sept. 1 09:00 . drwxr-xr-x 26 root root 4096 nov. 17 2015 .. drwxrwxrwx 2 squid root 16384 août 31 09:12 lost+found -rwxrwxrwx 1 squid squid 13631488 sept. 1 09:14 rock /cache2: total 204584 drwxrw

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-09-01 Thread FredB
Hi Alex > Normally, you do not need any ./configure options to enable Rock > support, including support for a stand-alone disker process. If you > want > to enable IpcIo explicitly, you may, but I would first check whether > it > was enabled without any --enable-disk-io options: > > > $ fgrep Ip

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-08-31 Thread Alex Rousskov
On 08/31/2016 02:46 AM, FredB wrote: > I saw this in rock store documentation > > If possible, Squid using Rock Store creates a dedicated kid > process called "disker" to avoid blocking Squid worker(s) on disk > I/O. One disker kid is created for each rock cache_dir. Disk

Re: [squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-08-31 Thread FredB
> > --enable-disk-io=AIO,Blocking,DiskThreads,IpcIo,Mmapped Wrong sorry, crash with diskd only because DiskDaemon is missing > > But there is a segfault at start, FI same result with diskd ... > > OK so I'm trying now --enable-disk-io=yes and there no more disker > process, I'm doing somethi

[squid-users] Squid 3.5.20 rock store and enable-disk-io

2016-08-31 Thread FredB
Hello, I saw this in rock store documentation If possible, Squid using Rock Store creates a dedicated kid process called "disker" to avoid blocking Squid worker(s) on disk I/O. One disker kid is created for each rock cache_dir. Diskers are created only when Squid,