RE: Possible memory leak in the kernel (contigmalloc)

2018-10-31 Thread Vanco, Juraj
Hi Konstatin, what we can directly see, is that the number of inactive pages increases and this happens after running single loop of contigmalloc -> contigfree even with the repeating size of allocated blocks. The only source of inactive page could come from kernel memory management control str

RE: FreeBSD 11.1 - unknown group wheel

2017-08-02 Thread Vanco, Juraj
Thanks Alan, that helped. jv -Original Message- From: asom...@gmail.com [mailto:asom...@gmail.com] On Behalf Of Alan Somers Sent: Tuesday, August 1, 2017 6:37 PM To: Vanco, Juraj Cc: freebsd-stable@freebsd.org Subject: Re: FreeBSD 11.1 - unknown group wheel Check your /etc

FreeBSD 11.1 - unknown group wheel

2017-08-01 Thread Vanco, Juraj
Hello, I am trying to build a kernel in FreeBSD 11.0, however I am getting a message mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/tmp/usr >/dev/null mtree: unknown group `wheel' mtree: failed at line 6 of the specification *** Error code 1 However the group is known: # ca