svn commit: r288291 - head/etc

Niclas Zeising zeising at freebsd.org
Sun Jun 19 08:18:17 UTC 2016


On 2016-06-19 07:12, Cy Schubert wrote:
> In message <CAJ-VmonLqPNaN_CMO+dwyiTw4ULSnridcREF6NGkLU5QohoMew at mail.gmail.c
> om>
> , Adrian Chadd writes:
>> i think that's fine for -11. I'd like to just move limits to /bin for
>> 12. (I mean, it's 2016, why are you splitting / and /usr again? But..)
>>
>> I don't want to see differing system behaviour between limits but it's
>> likely unavoidable for 11 and could do with some errata notice so
>> people know what to expect.
> 
> There aren't any daemons started prior to critical local filesystems being 
> mounted. I suppose one day there could be but none at this point in time. 
> Setting limits before filesystems are mounted is practically a NOP anyway. 
> (Except it could negatively affect fsck of huge UFS filesystems some day.)
> 
> 

This is wrong, and how I discovered it.  ddb (/etc/rc.d/ddb) starts
before disks, and currently refuses to start on my systems with this
issue.  This means no crash dumps, unless I remember to manually start
it later in the boot process, so this is an issue.
Regards!
Niclas


More information about the svn-src-head mailing list