new mbuf functions to allocate and copy into ext_pgs mbufs with anonymous pages

2020-06-07 Thread Rick Macklem
Hi, I just put a patch that has a couple of new mbuf handling functions here: https://reviews.freebsd.org/D25182 I listed glebius@, gallatin@ and jhb@ as possible reviewers, but if anyone else wants to review or comment on these, please feel free to do so. rick

Problem compiling Chromium

2020-06-07 Thread Filippo Moretti
Good evening, FreeBSD sting 13.0-CURRENT FreeBSD 13.0-CURRENT #2 r361787: Sun JunĀ  7 15:02:09 CEST 2020 root@sting:/usr/obj/usr/src/amd64.amd64/sys/STINGĀ  amd64 the build fails with the following message/common/extensions/api/action.json

Re: Problem compiling Chromium

2020-06-07 Thread bob prohaska
Don't know about AMD, but on ARM failures that resemble this are common. In some cases the actual error message is tens or a hundred lines prior to the last make output. If you search for the string Error: or maybe error: does anything show up? Including the colon : helps to reduce irrelevant

Re: rc.d services started twice

2020-06-07 Thread David Wolfskill
On Sun, Jun 07, 2020 at 04:44:12PM +0200, Andreas Nilsson wrote: > Hello, > > for quite a while I've been noticing that rc-services seems to be start > twice on -CURRENT. Why is this? Is anyone else seeing this? > > I see 'Starting cron' twice, as well as ntpd, loading of modules mounting > of

Re: rc.d services started twice

2020-06-07 Thread Andreas Nilsson
On Sun, Jun 7, 2020, 16:46 Kyle Evans wrote: > On Sun, Jun 7, 2020 at 9:44 AM Andreas Nilsson wrote: > > > > Hello, > > > > for quite a while I've been noticing that rc-services seems to be start > > twice on -CURRENT. Why is this? Is anyone else seeing this? > > > > I see 'Starting cron'

Re: rc.d services started twice

2020-06-07 Thread Kyle Evans
On Sun, Jun 7, 2020 at 9:44 AM Andreas Nilsson wrote: > > Hello, > > for quite a while I've been noticing that rc-services seems to be start > twice on -CURRENT. Why is this? Is anyone else seeing this? > > I see 'Starting cron' twice, as well as ntpd, loading of modules mounting > of

rc.d services started twice

2020-06-07 Thread Andreas Nilsson
Hello, for quite a while I've been noticing that rc-services seems to be start twice on -CURRENT. Why is this? Is anyone else seeing this? I see 'Starting cron' twice, as well as ntpd, loading of modules mounting of filesystems. Best regards Andreas