Van: Torfinn Ingolfsen
Datum: zondag, 6 juni 2021 16:57
Aan: freebsd-sta...@freebsd.org
Onderwerp: Re: cron line continuation?
On Sun, 6 Jun 2021 13:56:18 +0200
Ronald Klop wrote:
> Hi,
>
> I'm trying to create a cron entry with line continuation. This document
mentions the \ character:
>
> On Jun 7, 2021, at 00:42, Ronald Klop wrote:
>
> which is much better readable. I can't get this to work so the documentation
> might be inconsistent.
I don’t think cron supports escaping newline. You can escape % as described,
but (as you know) that’s something else.
The standard solutio
> On Jun 7, 2021, at 12:51 AM, Ask Bjørn Hansen wrote:
>
>
>
>> On Jun 7, 2021, at 00:42, Ronald Klop wrote:
>>
>> which is much better readable. I can't get this to work so the documentation
>> might be inconsistent.
>
> I don’t think cron supports escaping newline. You can escape % as d
On Sun, 6 Jun 2021 16:09:13 -0700
Dave Hayes wrote:
> Consider this output from a 12.2-STABLE box (r368820) on amd64:
>
> # sysctl vm.stats.vm | grep count
> vm.stats.vm.v_cache_count: 0
> vm.stats.vm.v_user_wire_count: 0
> vm.stats.vm.v_laundry_count: 0
> vm.stats.vm.v_inactive_count: 12119
On 2021-06-07 11:53, Dave Hayes wrote:
On Sun, 6 Jun 2021 16:09:13 -0700
Dave Hayes wrote:
Consider this output from a 12.2-STABLE box (r368820) on amd64:
# sysctl vm.stats.vm | grep count
vm.stats.vm.v_cache_count: 0
vm.stats.vm.v_user_wire_count: 0
vm.stats.vm.v_laundry_count: 0
vm.stat
This issue was raised in April '21 by Andriy Gapon title "stable/13, vm
page counts do not add up".
This was mentioned
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253281
though its probably more of an affirmation of a symptom. (reminder to
adjust status)
More relevant is
https://bugs.freebs