Re: squid-deb-proxy-client: breaks apt operation if removed and

2019-03-21 Thread Hideki Yamane
Hi, I've created a patch for squid-deb-proxy-client bug as below. But I'm not sure it's okay to override conffile under /etc with symlink. Any comments? If not, I'll upload it. On Sat, 16 Mar 2019 15:58:30 +0900 Hideki Yamane wrote: > How about moving 30autoproxy t

Bug#920258: ITP: prometheus-squid-exporter -- Prometheus exporter for Squid proxy servers

2019-01-23 Thread Daniel Swarbrick
Package: wnpp Severity: wishlist Owner: Daniel Swarbrick * Package name: prometheus-squid-exporter Version : 1.4 Upstream Author : Mohamad Arab * URL : https://github.com/boynux/squid-exporter * License : MIT Programming Lang: Go Description

Bug#834282: ITP: squid-prefetch -- Simple page-prefetch for Squid3 web proxy

2016-08-13 Thread hiroshi
Package: wnpp Severity: wishlist Owner: hiroshi * Package name: squid-prefetch Version : 1.1-3 Upstream Author : * URL : * License : (public domain) Programming Lang: Perl Description : Simple page-prefetch for Squid3 web proxy Squid-Prefetch will

Re: Bug#723019: ITP: squidanalyzer -- Squid proxy native log analyzer and reports generator with full statistics

2013-09-15 Thread Andrei POPESCU
Control: reassign -1 wnpp On Du, 15 sep 13, 15:06:22, Jacques Serfontein wrote: > Package: squidanalyzer > Severity: wishlist > URL: http://squidanalyzer.darold.net > License: GPL v3 Could you add the long description as well? Kind regards, Andrei -- http://wiki.debian.org/FAQsFromDebianUser Of

Best practice for squid 2.x-3.x migration

2013-07-08 Thread Luigi Gangitano
Hi all, I need some advise from more experienced maintainers on the migration process from current (2.7) squid packages to the new (3.3) squid3 packages. Until now, since there was no complete feature compatibility between the two, base packages (squid{,3}{,-common,-dbg}) have been kept

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-22 Thread Goswin von Brederlow
answere is "in the Debian bugreport" as linked in the initial mail: http://lists.debian.org/debian-devel/2010/05/msg00494.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=56 I search a bit around, and discovered that this might be caused by a bug in the handling of I

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-22 Thread Luigi Gangitano
Debian bug a while back when first looking at optimizing the > request parsing for Squid. With the thought of increasing the Squid threshold > for pipelined requests as many are suggesting. > > > There were a few factors which have so far crushed the idea of solving it in > Sq

Re: Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-21 Thread Amos Jeffries
Strange that you should not know where the patch is Goswin since you were the first and only one to mention it in this thread. The answer is "in the upstream bug report". http://bugs.squid-cache.org/show_bug.cgi?id=2624 It should be noted that patch only affects the IMS replies apt gets back s

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-20 Thread Pierre Habouzit
On Wed, May 19, 2010 at 03:28:00PM +0200, Bjørn Mork wrote: > Pierre Habouzit writes: > > On Wed, May 19, 2010 at 10:42:55AM +0200, Bjørn Mork wrote: > > > >> 2) http proxy servers cannot always process pipelined requests due to > >>the complexity this adds (complexity is always bad for securi

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Goswin von Brederlow
Daniel Burrows writes: > On Wed, May 19, 2010 at 03:28:00PM +0200, Bjørn Mork was > heard to say: >> Pierre Habouzit writes: >> > This is bullshit. It's *VERY* easy to "support" pipelining: parse one >> > request at a time, and until you're done with a given request, you just >> > stop to watc

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Goswin von Brederlow
David Kalnischkies writes: > Hi all, > > i don't want to interrupt your battles so feel free to ignore me, > but i want to raise some questions (for you and me) none the less: > > The notice about the - in the eyes of the writer of this manpage > section - broken

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Goswin von Brederlow
; many proxy servers. Sure. I was talking about conformance. A proxy / server that screws that up deserves to be shot. And from the description of the probem this part actualy works in squid, people WOULD have noticed otherwise. Squids problem seems to be that it does break later when processing the res

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Goswin von Brederlow
y and 2) explain what is probably happening. That way most people would get the speed benefit and installations would still not break when broken software is encountered. MfG Goswin PS: That doesn't mean squid shouldn't be fixed too. -- To UNSUBSCRIBE, email to d

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Daniel Burrows
On Wed, May 19, 2010 at 03:28:00PM +0200, Bjørn Mork was heard to say: > Pierre Habouzit writes: > > This is bullshit. It's *VERY* easy to "support" pipelining: parse one > > request at a time, and until you're done with a given request, you just > > stop to watch the socket/file-descriptor for

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread David Kalnischkies
Hi all, i don't want to interrupt your battles so feel free to ignore me, but i want to raise some questions (for you and me) none the less: The notice about the - in the eyes of the writer of this manpage section - broken squid version 2.0.2 in the apt.conf manpage was changed the last ti

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Bjørn Mork
proxy server if it can either forward a pipelined request or parallelize it. That's where we get the complexity. If you keep your simple serial strategy, then a pipelined request will be slower than a parallel one. > And your argument 1 applies perfectly to fixing squid by the way. It > shoul

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Eduard Bloch
#include * Robert Collins [Tue, May 18 2010, 02:02:59PM]: > Given that pipelining is broken by design, that the HTTP WG has And if not? Counter example, it seems to work just fine with my apt-cacher-ng proxy, at least bug reports related to that have appeared for about a year now. > increased th

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Goswin von Brederlow
Bjørn Mork writes: > Pierre Habouzit writes: >> On Wed, May 19, 2010 at 10:42:55AM +0200, Bjørn Mork wrote: >> >>> 2) http proxy servers cannot always process pipelined requests due to >>>the complexity this adds (complexity is always bad for security), and >> >> This is bullshit. It's *VE

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Goswin von Brederlow
e cause and a workaround. > > And FWIW I have experienced this problem for years too, but never > figured out why until this discussion came up. And I do want to claim > more than common user knowledge of http proxy servers. Still, it never > occured to me that my spurious apt proble

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Philipp Kern
On 2010-05-19, Goswin von Brederlow wrote: > Reading that I don't think that is really a pipelining issue. You do not > need pipelineing for it to work. The real problem is keep-alive. The > connection isn't destroyed after each request so you can put multiple > requests into the stream and exploi

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Goswin von Brederlow
Robert Collins writes: > Well, I don't know why something has 'suddenly' become a problem: its > a known issue for years. The HTTP smuggling > [http://www.watchfire.com/resources/HTTP-Request-Smuggling.pdf] > attacks made that very obvious 5 years ago now. Reading that I don't think that is real

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Bjørn Mork
Pierre Habouzit writes: > On Wed, May 19, 2010 at 10:42:55AM +0200, Bjørn Mork wrote: > >> 2) http proxy servers cannot always process pipelined requests due to >>the complexity this adds (complexity is always bad for security), and > > This is bullshit. It's *VERY* easy to "support" pipelinin

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Pierre Habouzit
just fine. In addition to that, multiplying the tcp connections means more file descriptors to be used at the http-server side, which is way inferior to pipelining. If squid fails when apt uses pipelining then squid is to be fixed. I'd say that mentioning in the README.Debian of apt that disabling

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-19 Thread Bjørn Mork
d this problem for years too, but never figured out why until this discussion came up. And I do want to claim more than common user knowledge of http proxy servers. Still, it never occured to me that my spurious apt problems could be caused by proxies. And no, it's not just squid - I've

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Petter Reinholdtsen
[Roger Lynn] > But apt has been using pipelining for years. Why has this only just > become a problem? It has been a problem in Debian Edu for years. Just recently I figured out the cause and a workaround. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-devel-requ..

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Robert Collins
Bah, link staleness. http://www.cgisecurity.com/lib/HTTP-Request-Smuggling.pdf just worked for me. Also, I realise that there may be a disconnect here: squid *shouldn't* break if a client attempts to pipeline through it - if it is, thats a bug to be fixed, squid just will not read the s

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Brian May
On 19 May 2010 13:51, Robert Collins wrote: > Well, I don't know why something has 'suddenly' become a problem: its > a known issue for years. The HTTP smuggling > [http://www.watchfire.com/resources/HTTP-Request-Smuggling.pdf] > attacks made that very obvious 5 years ago now. >From my Internet c

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Robert Collins
Well, I don't know why something has 'suddenly' become a problem: its a known issue for years. The HTTP smuggling [http://www.watchfire.com/resources/HTTP-Request-Smuggling.pdf] attacks made that very obvious 5 years ago now. http://en.wikipedia.org/wiki/HTTP_pipelining has a decent overview. Its

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Roger Lynn
On 18/05/10 03:10, Robert Collins wrote: > Given that pipelining is broken by design, that the HTTP WG has > increased the number of concurrent connections that are recommended, > and removed the upper limit - no. I don't think that disabling > pipelining hurts anyone - just use a couple more concu

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Goswin von Brederlow
Luigi Gangitano writes: > Il giorno 17/mag/2010, alle ore 09.02, Goswin von Brederlow ha scritto: >> Given that squid already has a patch, although only for newer versions, >> this really seems to be a squid bug. As such it should be fixed in >> squid as not only apt migh

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread brian m. carlson
On Tue, May 18, 2010 at 02:09:13PM +0200, Mike Hommey wrote: > Mozilla browsers have had pipelining disabled for years, because > reality is that a whole lot of servers don't implement it properly if at > all. Actually, I've had pipelining enabled for some time, and it works just fine for me. I h

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Luigi Gangitano
Il giorno 17/mag/2010, alle ore 09.02, Goswin von Brederlow ha scritto: > Given that squid already has a patch, although only for newer versions, > this really seems to be a squid bug. As such it should be fixed in > squid as not only apt might trigger the problem. Goswin, can you please

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Mike Hommey
On Mon, May 17, 2010 at 09:54:28PM +0200, Florian Weimer wrote: > * Petter Reinholdtsen: > > > I am bothered by http://bugs.debian.org/56 >, and the fact > > that apt(-get,itude) do not work with Squid as a proxy. I would very > > much like to have apt work o

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Marvin Renich
* Goswin von Brederlow [100518 02:53]: > Marvin Renich writes: > > Documenting this problem somewhere that an admin would look when seeing > > the offending "Hash sum mismatch" message would also help. Turning off > > pipelining by default for everybody seems like the wrong solution to > > this

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-18 Thread Marvin Renich
* Robert Collins [100517 22:03]: > Given that pipelining is broken by design, that the HTTP WG has > increased the number of concurrent connections that are recommended, > and removed the upper limit - no. I don't think that disabling > pipelining hurts anyone - just use a couple more concurrent >

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-17 Thread Goswin von Brederlow
Marvin Renich writes: > * Robert Collins [100517 17:42]: >> Due to the widespread usage of intercepting proxies, its very hard, if >> not impossible, to determine if a proxy is in use. Its unwise, at >> best, to assume that no proxy configured == no proxy processing your >> traffic :(. >> >> -R

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-17 Thread Frank Lin PIAT
yone - just use a couple more concurrent > connections. Lots of [new] users are using Debian in Non-Debian infrastructure, which may use unpatched squid. They would get a bad initial perception of Debian, if it wasn't working with standard setup. My 2cents, Franklin -- To UNSUBSCRIBE, e

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-17 Thread Robert Collins
Given that pipelining is broken by design, that the HTTP WG has increased the number of concurrent connections that are recommended, and removed the upper limit - no. I don't think that disabling pipelining hurts anyone - just use a couple more concurrent connections. -Rob -- To UNSUBSCRIBE, em

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-17 Thread Marvin Renich
* Robert Collins [100517 17:42]: > Due to the widespread usage of intercepting proxies, its very hard, if > not impossible, to determine if a proxy is in use. Its unwise, at > best, to assume that no proxy configured == no proxy processing your > traffic :(. > > -Rob IANADD, but if I had filed b

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-17 Thread Robert Collins
Due to the widespread usage of intercepting proxies, its very hard, if not impossible, to determine if a proxy is in use. Its unwise, at best, to assume that no proxy configured == no proxy processing your traffic :(. -Rob -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-17 Thread Florian Weimer
* Petter Reinholdtsen: > I am bothered by http://bugs.debian.org/56 >, and the fact > that apt(-get,itude) do not work with Squid as a proxy. I would very > much like to have apt work out of the box with Squid in Squeeze. To > fix it one can either change Squid to work with

Re: APT do not work with Squid as a proxy because of pipelining default

2010-05-17 Thread Goswin von Brederlow
Petter Reinholdtsen writes: > I am bothered by http://bugs.debian.org/56 >, and the fact > that apt(-get,itude) do not work with Squid as a proxy. I would very > much like to have apt work out of the box with Squid in Squeeze. To > fix it one can either change Squid to work

APT do not work with Squid as a proxy because of pipelining default

2010-05-16 Thread Petter Reinholdtsen
I am bothered by http://bugs.debian.org/56 >, and the fact that apt(-get,itude) do not work with Squid as a proxy. I would very much like to have apt work out of the box with Squid in Squeeze. To fix it one can either change Squid to work with pipelining the way APT uses, which the Sq

Bug#505329: ITP: youtube-cache -- video cache to squid

2008-11-11 Thread Joao Eriberto Mota Filho
Lang: Python Description : video cache to squid Youtube Cache is a squid URL rewriter plugin which traps the requests to squid for various audio/video websites and cache the audio/videos in the local storage on proxy server for serving the subsequent requests for the same audio/video. It caches the

Bug#444989: ITP: mysar -- MySQL Squid Access Report is a reporting system for user web traffic activity

2007-10-02 Thread Brivaldo Alves da Silva Jr
PROTECTED]> * URL : http://giannis.stoilis.gr/software/mysar/ * License : (GPL) Programming Lang: (C and PHP) Description : MySQL Squid Access Report is a reporting system for user web traffic activity MySQL Squid Access Report, mysar for short, is a reporting sys

Re: Bug#377697: New version of squid hangs at startup

2006-07-11 Thread Moritz Muehlenhoff
pport 2.6 kernels, so anyone still insisting to run Etch-squid with 2.4 kernels for whatever reasons, may still disable epoll() support locally. Cheers, Moritz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Bug#377697: New version of squid hangs at startup

2006-07-11 Thread Mark Brown
On Tue, Jul 11, 2006 at 01:42:08AM +0100, Stephen Gran wrote: > 4. Make it a runtime startup decision. More work to implement, but for > things like this, it seems like a reaonably sane choice. Having done this before it's fairly straightforward to achieve, even if you can't assume libc support

Re: Bug#377697: New version of squid hangs at startup

2006-07-11 Thread Marco d'Itri
On Jul 11, Luigi Gangitano <[EMAIL PROTECTED]> wrote: > 3. drop support for older kernels (will etch release with a 2.4 > default kernel?) No, so it's reasonable not to care. -- ciao, Marco signature.asc Description: Digital signature

Re: Bug#377697: New version of squid hangs at startup

2006-07-10 Thread Stephen Gran
This one time, at band camp, Luigi Gangitano said: > severity 377697 important > thanks > > [ I'm taking this to debian-devel seeking for broader consensus ] > > Latest versions of squid (2.6.x and 3.0.x) support the epoll() > function that is provided by 2.6 ke

Bug#377697: Info received (Bug#377697: New version of squid hangs at startup)

2006-07-10 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding this problem report. It has been forwarded to the package maintainer(s) and to other interested parties to accompany the original report. Your message has been sent to the package maintainer(s): Luigi Gangitano <[EMAIL PROTECTE

Processed: Re: Bug#377697: New version of squid hangs at startup

2006-07-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > severity 377697 important Bug#377697: New version of squid hangs at startup Severity set to `important' from `normal' > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking syst

Re: Bug#377697: New version of squid hangs at startup

2006-07-10 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 severity 377697 important thanks [ I'm taking this to debian-devel seeking for broader consensus ] Latest versions of squid (2.6.x and 3.0.x) support the epoll() function that is provided by 2.6 kernels. This speeds up seek operations on

Re: Squid + QoS + tc

2005-06-15 Thread Norbert Tretkowski
* Forte Systems - Iosif Peterfi wrote: > Hello, I wanted to know if there is possible to add the zero > penality hit patch for squid in the debian package tree. File a wishlist bugreport against the squid package. Norbert -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Squid + QoS + tc

2005-06-15 Thread Forte Systems - Iosif Peterfi
Hello, I wanted to know if there is possible to add the zero penality hit patch for squid in the debian package tree.   The patch is located at: http://www.it-academy.bg/zph/squid-2.5.STABLE10-ToS_Hit.patch - for squid (2.5-10)   Thanks -- This message was scanned for spam and

Squid + QoS + tc

2005-06-15 Thread Forte Systems - Iosif Peterfi
Hello, I wanted to know if there is possible to add the zero penality hit patch for squid in the debian package tree.   The patch is located at: http://www.it-academy.bg/zph/squid-2.5.STABLE10-ToS_Hit.patch - for squid (2.5-10)   Thanks -- This message was scanned for spam and

Bug#306328: ITP: scavr -- Squid ClamAV Redirector

2005-04-25 Thread Cedric Delfosse
Description : Squid ClamAV Redirector Squid ClamAV Redirector is a Squid helper script to get virus scanning for defined extensions (for example .exe, .com, .bat ...), thanks to the Clam AntiVirus toolkit. . SCAVR handles the request as given from Squid, downloads the URL and scans i

Re: Squid logrotate fails and Postfix could not send message after dist-upgrade

2005-03-03 Thread Klaus Fuerstberger
Michelle Konzack said the following on 03.03.2005 11:56: sorry, if this is the wrong list for my request. Maybe you could give me the direction. debian-user-german Sorry for the noise here, and thanks for the hints. There exist bug reports for the problems. FYI: Logrotate: http://bugs.debian.org

Re: Squid logrotate fails and Postfix could not send message after dist-upgrade

2005-03-03 Thread Michelle Konzack
Am 2005-03-02 08:29:09, schrieb Klaus Fuerstberger: > Hi, > > sorry, if this is the wrong list for my request. Maybe you could give me > the direction. debian-user-german > # > /etc/cron.daily/logrotate: > error: error running shared prerotate scri

Re: Squid logrotate fails and Postfix could not send message after dist-upgrade

2005-03-03 Thread Christoph Berg
Re: Klaus Fuerstberger in <[EMAIL PROTECTED]> > sorry, if this is the wrong list for my request. Maybe you could give me > the direction. Hello, please check the BTS (bugs.debian.org) whether these bugs are already filed. If not, please file them, if they are, you might be able to provide useful

Squid logrotate fails and Postfix could not send message after dist-upgrade

2005-03-01 Thread Klaus Fuerstberger
Hi, sorry, if this is the wrong list for my request. Maybe you could give me the direction. After a dist-upgrade on various Machines from December04 to now the following errors happend: Sometimes, not always logrotate gives errors only on squid logs: # /etc/cron.daily/logrotate

Re: squid

2003-10-21 Thread Christoph Haas
On Tue, Oct 21, 2003 at 11:45:15AM -0200, Faturamento wrote: > what the last squid proxy? > the squid on my firm, die every time. > have any site, specify for this? See http://www.debian.org/distrib/packages and search for squid. There is a mailing list called squid-users (see squid-

squid

2003-10-21 Thread Faturamento
what the last squid proxy? the squid on my firm, die every time. have any site,  specify for this? tkz fernando felizardo

Re: apt-proxy/wget/squid caches file indefinitely

2003-09-26 Thread David B Harris
On Sun, 21 Sep 2003 11:11:37 +1000 Brian May <[EMAIL PROTECTED]> wrote: > Ok, this is driving me bananas. I go to download the latest > unstable packages, only to find that apt-get update > has just retrieved a cached copy of the Packages file that > (in some cases) can be a month old. I've seen s

Bug#127117: ITP: admuser -- Manage Squid or Web users using a Web browser

2001-12-30 Thread Andre Luis Lopes
Package: wnpp Version: N/A; reported 2001-12-30 Severity: wishlist * Package name: admuser Version : 2.1 Upstream Author : Pedro Lineu Orso <[EMAIL PROTECTED]> * URL : http://web.onda.com.br/orso/admuser.html * License : GPL Description : Manage Sq

ITP sqmgrlog - report generation utility for squid

2000-03-09 Thread Ivan E. Moore II
Unless someone else has beat me to it (and I missed it) I'm going to be uploading soon sqmgrlog. Sqmgrlog generates reports per user/ip/name from squid log file. Ivan -- Ivan E. Moore II [EMAIL PROTECTED] http://snowcrash.tdyc.com GPG KeyID=90BCE0DD GPG Fingerprint=F2FC

Flagging squid bug as "important"

1998-10-07 Thread Martin Schulze
Hi, I'd like to flag Bug#27444 severity "important" since it filled up my disk to 100% for the fourth time two days ago. This suxx and since there is a patch provided it won't hold the release (except nobody makes a new upload for it). http://www.infodrom.north.de/Debian/Bugs/db/27/27444.html D

OUT OF TOPIC: squid and ftp

1998-04-20 Thread Federico Di Gregorio
Hi everybody, excuse me for being out of topic but I have a little problem with the squid web cache and if somebody know how to solve it I will thank him for a LOT of time... ftpget doesn't work.I am pretty sure the conf file has all the right options in it, squid launch f

Bug#4613: Squid overwrites squid.conf

1996-09-27 Thread Mark Purcell
Package: squid Version: 1.0.16-1 Overwrites /etc/squid.conf, looks like squid.conffiles didn't make it into the binary. Mark

Bug#4334: squid should not run as root by default

1996-08-30 Thread Miquel van Smoorenburg
You (Marek Michalkiewicz) wrote: > Package: squid > Version: 1.0.beta16-1 > > In the default configuration, squid runs as root. While it can be > changed in the config file, someone might forget to configure it > after installation, so I think the default should be secure.

Bug#4334: squid should not run as root by default

1996-08-29 Thread Marek Michalkiewicz
Package: squid Version: 1.0.beta16-1 In the default configuration, squid runs as root. While it can be changed in the config file, someone might forget to configure it after installation, so I think the default should be secure. The permissions/ownerships in /var/squid and /var/log/squid should

SQUID

1996-08-14 Thread Gudmundur Ragnar
Hello, From: [EMAIL PROTECTED] (http://www.nlanr.net/Squid/) Greetings Squid Users! Version 1.0.6 is now available I would like to help with making it Debian (if I can). Also, on that same list is talk of kernel tuning, max file descriptors etc. Has someone looked at Linux kernel

Re: epoch?? how to make squid-1.0.5 > squid-1.0beta16

1996-08-10 Thread Ian Jackson
Craig Sanders writes ("epoch?? how to make squid-1.0.5 > squid-1.0beta16"): ... > Was epoch implemented? How do I use it? Yes. See the draft programmers' manual. Ian.

Re: epoch?? how to make squid-1.0.5 > squid-1.0beta16

1996-08-06 Thread Guy Maor
On Mon, 5 Aug 1996, Craig Sanders wrote: > Was epoch implemented? How do I use it? Add ':' to the front of the version. The epoch has to be a number. For example: $ dpkg --compare-versions '2' gt '3' $ echo $? 1 $ dpkg --compare-versions '1:2' gt '3' $ echo $? 0 Guy

epoch?? how to make squid-1.0.5 > squid-1.0beta16

1996-08-04 Thread Craig Sanders
I compiled squid 1.0.5 last night and made a new package for it, but when i installed it with dpkg on my system i got a warning message about "downgrading to earlier version due to --force". which means that dselect can't be used to upgrade this package because it won't do t