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*".
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 *whe
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*'
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 you
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 wrot
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 /usr/share/apt-cacher/apt-cacher-clean
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
7 matches
Mail list logo