Re: [squid-users] Is Squid 5.5 considered stable?

2022-04-25 Thread NgTech LTD
Hey,

I have been using 5.5 in production since its out but yet to find a
specific issue with it.
My setup is small so I cannot say too much.
If some admins can share their cache manager with the project we can try to
identify specific abnormal memory leaks.
I have been working on a script that will dump and convert the cache
manager pages to json.

Eliezer

בתאריך יום ב׳, 25 באפר׳ 2022, 21:41, מאת Dave Dykstra ‏:

> On Thu, Apr 14, 2022 at 11:21:54PM +1200, Amos Jeffries wrote:
> > Subject: [squid-announce] Squid 5.5 is available
> ...
> >   Users of Squid-4 holding back due to earlier release issues
> >   are encouraged to test this version for upgrade.
>
> This doesn't seem to me to be a resounding endorsement.  Are there any
> other known significant issues with squid-5.5 not present in squid-4.x?
> For example, are the memory leaks fixed?  That isn't clear to me.
>
> Dave
> ___
> squid-users mailing list
> squid-users@lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
>
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users


Re: [squid-users] squid compilation error in Docker

2022-04-25 Thread Alex Rousskov

On 4/25/22 15:41, Ivan Larionov wrote:

Seems like "findutils" is the package which fixes the build.

Binsaries in this package:

# rpm -ql findutils | grep bin
/bin/find
/usr/bin/find
/usr/bin/oldfind
/usr/bin/xargs

If build depends on some of these then configure script should probably 
check that they're available.



... and/or properly fail when their execution/use fails. I do not know 
whether this find/xargs dependency is inside Squid or inside something 
that Squid is using though, but I could not quickly find any direct uses 
by Squid sources (that would fail the build).



Alex.



On Wed, Apr 13, 2022 at 9:38 PM Amos Jeffries wrote:

On 14/04/22 14:59, Ivan Larionov wrote:
 > There were no errors earlier.
 >
 > Seems like installing openldap-devel fixes the issue.
 >
 > There were other dependencies installed together with it, not
sure if
 > they also affected the build or not.


I suspect one or more of those other components is indeed the source of
the change. Some of them are very low-level OS functionality updates
(eg
/proc and filesystem  utilities).

FWIW, The gist you posted looks suspiciously like reports we used to
see
when BSD people were having issues with the linker not receiving all
the
arguments passed to it. I would focus on the ones which interact
with OS
filesystem or the autotools / compiler/ linker.


HTH
Amos
___
squid-users mailing list
squid-users@lists.squid-cache.org

http://lists.squid-cache.org/listinfo/squid-users




--
With best regards, Ivan Larionov.

___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users


___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users


Re: [squid-users] squid compilation error in Docker

2022-04-25 Thread Ivan Larionov
Seems like "findutils" is the package which fixes the build.

Binsaries in this package:

# rpm -ql findutils | grep bin
/bin/find
/usr/bin/find
/usr/bin/oldfind
/usr/bin/xargs

If build depends on some of these then configure script should probably
check that they're available.

On Wed, Apr 13, 2022 at 9:38 PM Amos Jeffries  wrote:

> On 14/04/22 14:59, Ivan Larionov wrote:
> > There were no errors earlier.
> >
> > Seems like installing openldap-devel fixes the issue.
> >
> > There were other dependencies installed together with it, not sure if
> > they also affected the build or not.
>
>
> I suspect one or more of those other components is indeed the source of
> the change. Some of them are very low-level OS functionality updates (eg
> /proc and filesystem  utilities).
>
> FWIW, The gist you posted looks suspiciously like reports we used to see
> when BSD people were having issues with the linker not receiving all the
> arguments passed to it. I would focus on the ones which interact with OS
> filesystem or the autotools / compiler/ linker.
>
>
> HTH
> Amos
> ___
> squid-users mailing list
> squid-users@lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-users
>


-- 
With best regards, Ivan Larionov.
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users