Re: New syscons bugs: shutdown -r doesn't execute rc.d sequence and others

2017-03-28 Thread Ngie Cooper
> On Mar 28, 2017, at 21:40, Bruce Evans wrote: > >> On Wed, 29 Mar 2017, Bruce Evans wrote: >> >>> On Wed, 29 Mar 2017, Andrey Chernov wrote: >>> ... >>> Moreover, I can't enter KDB via Ctrl-Alt-ESC in the syscons only mode >>> anymore - nothing happens. In the vt mode I can, but can't exit vi

Re: Build fails in libpcap with WITHOUT_INET6

2017-03-28 Thread Xin LI
Thanks for reporting. I have applied a fix as r316125. On Tue, Mar 28, 2017 at 9:31 AM, Randy Westlund wrote: > Building r315872 for the Tegra (arm/armv6) board with WITHOUT_INET6 set fails > in libpcap: > >> --- klm_prot_xdr.pico --- >> cc -target armv6-gnueabihf-freebsd12.0 --sysroot=/usr/home

New syscons bugs: shutdown -r doesn't execute rc.d sequence and others

2017-03-28 Thread Andrey Chernov
On 29.03.2017 0:46, Ngie Cooper (yaneurabeya) wrote: > >> On Mar 28, 2017, at 14:27, Andrey Chernov wrote: > > … > >>> Using rc_debug=yes I see that it is the kernel problem, not rc problem. >>> Sometimes rc backward sequence executed even fully, sometimes only >>> partly, but in unpredictable

Re: shutdown -r doesn't execute rc.d sequence

2017-03-28 Thread Ngie Cooper (yaneurabeya)
> On Mar 28, 2017, at 14:27, Andrey Chernov wrote: … >> Using rc_debug=yes I see that it is the kernel problem, not rc problem. >> Sometimes rc backward sequence executed even fully, sometimes only >> partly, but in unpredictable moment inside rc sequence the kernel decide >> to reboot quickly

Re: shutdown -r doesn't execute rc.d sequence

2017-03-28 Thread Andrey Chernov
On 29.03.2017 0:15, Andrey Chernov wrote: > On 28.03.2017 22:33, Ngie Cooper (yaneurabeya) wrote: >> >>> On Mar 28, 2017, at 12:30, Andrey Chernov wrote: >>> >>> With latest -current amd64, reboot happens almost immediately, leaving >>> FS dirty. No proper backward rc.d or /usr/local/etc/rc.d sequ

Re: shutdown -r doesn't execute rc.d sequence

2017-03-28 Thread Andrey Chernov
On 28.03.2017 22:33, Ngie Cooper (yaneurabeya) wrote: > >> On Mar 28, 2017, at 12:30, Andrey Chernov wrote: >> >> With latest -current amd64, reboot happens almost immediately, leaving >> FS dirty. No proper backward rc.d or /usr/local/etc/rc.d sequence >> execution is shown. No deactivating GELI

Re: increased power consumption lately?

2017-03-28 Thread Johannes Lundberg
Hi Personally I got some acpi-something kernel thread at 100% CPU constant usage. Need to lock CPU freq at lower value otherwise it runs with turboboost all the time. Could it be the same for you? On Tue, 28 Mar 2017 at 20:58, Adrian Chadd wrote: > hiya, > > I've noticed that my battery life o

Re: Build fails in libpcap with WITHOUT_INET6

2017-03-28 Thread Randy Westlund
On Tue, Mar 28, 2017 at 07:44:55PM +0300, Alex Deiter wrote: > Hello, > > Please apply patch from upstream: > > https://github.com/the-tcpdump-group/libpcap/pull/541 > > Fix compilation if INET6 isn't defined. > Addresses GitHub issue #541, but differently from the pull request (it > defines gen

Re: is an r316100 world/kernel possible from a r314700 jail?

2017-03-28 Thread Chris H
On Tue, 28 Mar 2017 12:02:10 -0700 "Chris H" wrote > While I *know* this at *least* risky business; > I was wondering what the chances are that I can create > a new world/kernel from my current custom world/kernel? > I've built/installed world/kernel (12-CURRENT) tracking > HEAD. Which is now at

Re: shutdown -r doesn't execute rc.d sequence

2017-03-28 Thread David Wolfskill
On Tue, Mar 28, 2017 at 10:38:53PM +0300, Andrey Chernov wrote: > ... > >> With latest -current amd64, reboot happens almost immediately, leaving > >> FS dirty. No proper backward rc.d or /usr/local/etc/rc.d sequence > >> execution is shown. No deactivating GELI swap too. > > > > Hi Andrey, > >

Re: shutdown -r doesn't execute rc.d sequence

2017-03-28 Thread Andrey Chernov
On 28.03.2017 22:33, Ngie Cooper (yaneurabeya) wrote: > >> On Mar 28, 2017, at 12:30, Andrey Chernov wrote: >> >> With latest -current amd64, reboot happens almost immediately, leaving >> FS dirty. No proper backward rc.d or /usr/local/etc/rc.d sequence >> execution is shown. No deactivating GELI

Re: shutdown -r doesn't execute rc.d sequence

2017-03-28 Thread Ngie Cooper (yaneurabeya)
> On Mar 28, 2017, at 12:30, Andrey Chernov wrote: > > With latest -current amd64, reboot happens almost immediately, leaving > FS dirty. No proper backward rc.d or /usr/local/etc/rc.d sequence > execution is shown. No deactivating GELI swap too. Hi Andrey, Do you have a typescript demo

shutdown -r doesn't execute rc.d sequence

2017-03-28 Thread Andrey Chernov
With latest -current amd64, reboot happens almost immediately, leaving FS dirty. No proper backward rc.d or /usr/local/etc/rc.d sequence execution is shown. No deactivating GELI swap too. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.

is an r316100 world/kernel possible from a r314700 jail?

2017-03-28 Thread Chris H
While I *know* this at *least* risky business; I was wondering what the chances are that I can create a new world/kernel from my current custom world/kernel? I've built/installed world/kernel (12-CURRENT) tracking HEAD. Which is now at r314700. But was hoping I could test a copy of r316100 by build

increased power consumption lately?

2017-03-28 Thread Adrian Chadd
hiya, I've noticed that my battery life on my haswell laptop (T540p) seems to have taken a nosedive lately. I could've /sworn/ it was getting better than 15-16W at idle. Has anyone noticed any massive decrease in battery life lately? -adrian ___ free

Re: Build fails in libpcap with WITHOUT_INET6

2017-03-28 Thread Alex Deiter
Hello, Please apply patch from upstream: https://github.com/the-tcpdump-group/libpcap/pull/541 Fix compilation if INET6 isn't defined. Addresses GitHub issue #541, but differently from the pull request (it defines gen_gateway() with a function prototype rather than using a pre-prototype-style de

Build fails in libpcap with WITHOUT_INET6

2017-03-28 Thread Randy Westlund
Building r315872 for the Tegra (arm/armv6) board with WITHOUT_INET6 set fails in libpcap: > --- klm_prot_xdr.pico --- > cc -target armv6-gnueabihf-freebsd12.0 --sysroot=/usr/home/randy/tegra/freebs > d-obj/arm.armv6/usr/home/randy/tegra/freebsd/tmp -B/usr/home/randy/tegra/free > bsd-obj/arm.armv6/

Re: FYI: what it takes for RAM+swap to build devel/llvm40 with 4 processors or cores and WITH__DEBUG= (powerpc64 example)

2017-03-28 Thread Thomas Mueller
This raises the question, how much diskspace is required or advised for a full FreeBSD installation if both the base system and ports are built from source? Some messages in this thread have raised the possibility of needing 49 to over 100 GB, which is much more than I have allotted. Also, what