Re: apt-cacher errors

2019-03-25 Thread Greg Wooledge
On Mon, Mar 25, 2019 at 02:24:22PM +, Adam Weremczuk wrote: > Any practical difference between \*wheezy\* and '*wheezy*' in this case? Both forms of quoting yield identical results. As does "*wheezy*".

Re: apt-cacher errors

2019-03-25 Thread Adam Weremczuk
Hi Greg, Thank you for taking the time to point out all the shortcomings. On 25/03/19 13:21, Greg Wooledge wrote: On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote: I've found 30 entries referencing wheezy and removed them all: sudo find /var/cache/apt-cacher/ -type f -name

Re: apt-cacher errors

2019-03-25 Thread deb
On 3/25/19 9:21 AM, Greg Wooledge wrote: On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote: I've found 30 entries referencing wheezy and removed them all: sudo find /var/cache/apt-cacher/ -type f -name *wheezy* | xargs rm sudo find /var/cache/apt-cacher -type f -name '*wheezy*'

Re: apt-cacher errors

2019-03-25 Thread Greg Wooledge
On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote: > I've found 30 entries referencing wheezy and removed them all: > > sudo find /var/cache/apt-cacher/ -type f -name *wheezy* | xargs rm sudo find /var/cache/apt-cacher -type f -name '*wheezy*' -delete There are three mistakes in

Re: apt-cacher errors

2019-03-25 Thread Adam Weremczuk
I've found 30 entries referencing wheezy and removed them all: sudo find /var/cache/apt-cacher/ -type f -name *wheezy* | xargs rm which appears to have fixed the issue. Thanks, Adam On 25/03/19 11:43, Roberto C. Sánchez wrote: On Mon, Mar 25, 2019 at 07:05:11AM -0400, Roberto C. Sánchez

Re: apt-cacher errors

2019-03-25 Thread Roberto C . Sánchez
On Mon, Mar 25, 2019 at 07:05:11AM -0400, Roberto C. Sánchez wrote: > On Mon, Mar 25, 2019 at 08:59:40AM +, Adam Weremczuk wrote: > > Hi all, > > > > On 24th March (last Sunday) I received the following (for the first time): > > > > Subject: Cron test -x

Re: apt-cacher errors

2019-03-25 Thread Roberto C . Sánchez
On Mon, Mar 25, 2019 at 08:59:40AM +, Adam Weremczuk wrote: > Hi all, > > On 24th March (last Sunday) I received the following (for the first time): > > Subject: Cron test -x /usr/share/apt-cacher/apt-cacher-cleanup.pl && > /usr/share/apt-cacher/apt-cacher-cleanup.pl > > Error: cannot open

apt-cacher errors

2019-03-25 Thread Adam Weremczuk
Hi all, On 24th March (last Sunday) I received the following (for the first time): Subject: Cron test -x /usr/share/apt-cacher/apt-cacher-cleanup.pl && /usr/share/apt-cacher/apt-cacher-cleanup.pl Error: cannot open ../headers/debian_dists_wheezy_Release for locking: No such file or directory