Re: [squid-dev] To make squid works in snap world.

2017-03-14 Thread Alex Rousskov
On 03/14/2017 09:52 PM, Gary Wang wrote: > On Tue, Mar 14, 2017 at 11:49 PM, Alex Rousskov wrote: >> On 03/14/2017 08:44 AM, Gary Wang wrote: >> > About the DEFAULT_STATEDIR, >> > ... >> > DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\" >> > ... >>

Re: [squid-dev] To make squid works in snap world.

2017-03-14 Thread Amos Jeffries
On 15/03/2017 3:44 a.m., Gary Wang wrote: > Hi guys > I'm sorry that I'm here so late. :( > Generally, regarding the purpose of this MP. > https://code.launchpad.net/~gary-wzl77/squid/ipc_prefix/+merge/318714 > > I'd like to make squid snap works as a confined >

Re: [squid-dev] To make squid works in snap world.

2017-03-14 Thread Gary Wang
Thanks Alex for your quick response. On Tue, Mar 14, 2017 at 11:49 PM, Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 03/14/2017 08:44 AM, Gary Wang wrote: > > About the DEFAULT_STATEDIR, > > ... > > DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\" > >

Re: [squid-dev] Rock store stopped accessing discs

2017-03-14 Thread Alex Rousskov
On 03/14/2017 10:43 AM, Heiler Bemerguy wrote: > Em 07/03/2017 20:26, Alex Rousskov escreveu: >> How can a disker response get stuck? Most likely, something unusual >> happened ~13 days ago. This could be a Squid bug and/or a kid restart. > root@proxy:~# ps auxw |grep squid- > proxy10225

Re: [squid-dev] Rock store stopped accessing discs

2017-03-14 Thread Heiler Bemerguy
Em 07/03/2017 20:26, Alex Rousskov escreveu: These stuck disker responses probably explain why your disks do not receive any traffic. It is potentially important that both disker responses shown in your logs got stuck at approximately the same absolute time ~13 days ago (around 2017-02-22, give

Re: [squid-dev] To make squid works in snap world.

2017-03-14 Thread Alex Rousskov
On 03/14/2017 08:44 AM, Gary Wang wrote: > About the DEFAULT_STATEDIR, > ... > DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\" > ... > According to the above share memory namespace in snap world, it > couldn't help on this either. Here is how I [mis]interpret the

[squid-dev] To make squid works in snap world.

2017-03-14 Thread Gary Wang
Hi guys I'm sorry that I'm here so late. :( Generally, regarding the purpose of this MP. https://code.launchpad.net/~gary-wzl77/squid/ipc_prefix/+merge/318714 I'd like to make squid snap works as a confined snap in snap world. So