FreeBSD Quarterly Status Report - Third Quarter 2015

2015-10-25 Thread Benjamin Kaduk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 FreeBSD Project Quarterly Status Report: July - September 2015 The third quarter of 2015, from July to September, was again a period of busy activity for FreeBSD: for the second quarter in a row we have the largest report yet published.

Re: r287797 breaks build WITHOUT_NIS

2015-10-25 Thread Justin Hibbits
Thanks! On Oct 25, 2015 02:44, "NGie Cooper" wrote: > > > On Oct 10, 2015, at 16:18, Justin Hibbits wrote: > > > > When building WITHOUT_NIS, the following errors show up (base gcc, for > > building powerpc): > > > > cc1: warnings being treated as errors > > /home/chmeee/freebsd/head/lib/libc/ge

Re: r286256 (changes in both schedulers) leads to almost-instant reboot on my system.

2015-10-25 Thread Konstantin Belousov
On Sun, Oct 25, 2015 at 10:44:06PM +0300, Lev Serebryakov wrote: > Hello freebsd-current, > >I've tracked down my reboot on r289874 to r286256. My system crashes > after several seconds of running with several post-286256 revisions > (r289874 is tested most by me). But if I revert r286256

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:58, NGie Cooper wrote: > > >> On Oct 25, 2015, at 12:54, NGie Cooper wrote: > > ... > >> I’ll need to double-check the rcorder and get back to you on that. > > Answering this part: nope. devd still gets started after netif on my branch, > so it’ll still start hosta

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:54, NGie Cooper wrote: ... > I’ll need to double-check the rcorder and get back to you on that. Answering this part: nope. devd still gets started after netif on my branch, so it’ll still start hostapd twice: $ rcorder `make -VFILES SRCCONF=/dev/null` growfs ... neti

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:46, Lev Serebryakov wrote: > > Hello NGie, > > Sunday, October 25, 2015, 10:39:51 PM, you wrote: > > >> It’s documented here: > >> On the other hand, if you want to configure your wireless >> interface with hostapd(8), you need to add

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread Lev Serebryakov
Hello NGie, Sunday, October 25, 2015, 10:45:10 PM, you wrote: > It depends on how it’s setup. Is your interface is using DHCP and are you > using the stock devd.conf file? From etc/devd.conf: devd.conf is stock one, but, of course, HOSTAP-interface uses static address. One more time: wlans_at

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread Lev Serebryakov
Hello NGie, Sunday, October 25, 2015, 10:39:51 PM, you wrote: > It’s documented here: > On the other hand, if you want to configure your wireless > interface with hostapd(8), you need to add ``HOSTAP'' to the > ifconfig_ variable. hostapd(8) w

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:39, Lev Serebryakov wrote: > > Hello NGie, > > Sunday, October 25, 2015, 10:30:47 PM, you wrote: > > >> This [the hostapd start/stop logic] all gets triggered whenever the >> interface goes up and down. > So, first time hostapd is started by /etc/rc.d/netif before d

r286256 (changes in both schedulers) leads to almost-instant reboot on my system.

2015-10-25 Thread Lev Serebryakov
Hello freebsd-current, I've tracked down my reboot on r289874 to r286256. My system crashes after several seconds of running with several post-286256 revisions (r289874 is tested most by me). But if I revert r286256 (and only this one), r289874 works solid-stable with both ULE and 4BSD. I

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread Lev Serebryakov
Hello NGie, Sunday, October 25, 2015, 10:30:47 PM, you wrote: > This [the hostapd start/stop logic] all gets triggered whenever the interface > goes up and down. So, first time hostapd is started by /etc/rc.d/netif before devd, and second time devd call /etc/rc.d/netif again on interface up,

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:30, NGie Cooper wrote: … > 445 # hostapif if > 446 # Returns 0 if the interface is a HOSTAP interface and 1 otherwise. > 447 hostapif() > 448 { > 449 local _tmpargs _arg > 450 _tmpargs=`_ifconfig_getargs $1` > 451 > 452 for _arg in $_tmpar

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread NGie Cooper
> On Oct 25, 2015, at 12:20, Lev Serebryakov wrote: > > Hello freebsd-current, > > > New version of -CURRENT try to configure wlan0 and run hostapd twice: > > Created wlan(4) interfaces: wlan0. > Created clone interfaces: gif0. > em0: link state changed to UP > em0: link state changed to DOWN

Re: What changed in rc.d infrastructure in last months?

2015-10-25 Thread Adrian Chadd
Hm, poke glebius? He went and rototilled bits of net80211 recently and that did touch the rc scripts. -a On 25 October 2015 at 12:20, Lev Serebryakov wrote: > Hello freebsd-current, > > > New version of -CURRENT try to configure wlan0 and run hostapd twice: > > Created wlan(4) interfaces: wla

What changed in rc.d infrastructure in last months?

2015-10-25 Thread Lev Serebryakov
Hello freebsd-current, New version of -CURRENT try to configure wlan0 and run hostapd twice: Created wlan(4) interfaces: wlan0. Created clone interfaces: gif0. em0: link state changed to UP em0: link state changed to DOWN ifconfig: NONE: bad value vlan0: changing name to 'skynet' vlan1: changin

Re: dtc(1): reproducible segmentation fault

2015-10-25 Thread David Chisnall
On 25 Oct 2015, at 00:07, George Abdelmalik wrote: > > You've beaten me to it with the fix before I could lodge the bug report :) > > In your repo I've seen that the mmap(2) call now takes the MAP_PRIVATE flag. I > applied that change locally to my source tree and that has fixed the problem. > I

Re: dtc(1): reproducible segmentation fault

2015-10-25 Thread George Abdelmalik
On Sat, Oct 24, 2015 at 02:11:36PM +0100, David Chisnall wrote: > On 24 Oct 2015, at 11:07, David Chisnall wrote: > > > > On 23 Oct 2015, at 17:40, Ian Lepore wrote: > >> > >> Don't cc me. I looked at the in-tree dtc code once and decided it's > >> too flawed to try to maintain, and it support

Re: dtc(1): reproducible segmentation fault

2015-10-25 Thread George Abdelmalik
On Fri, Oct 23, 2015 at 10:40:37AM -0600, Ian Lepore wrote: > > Don't cc me. I looked at the in-tree dtc code once and decided it's > too flawed to try to maintain, and it supports only a subset of the > full dts syntax. That's why we switched back to using the gnu dtc for > buildkernel. But I

FreeBSD_HEAD_i386 - Build #1496 - Failure

2015-10-25 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1496 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1496/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1496/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1496/console Change summaries: 2

Re: r287797 breaks build WITHOUT_NIS

2015-10-25 Thread NGie Cooper
> On Oct 10, 2015, at 16:18, Justin Hibbits wrote: > > When building WITHOUT_NIS, the following errors show up (base gcc, for > building powerpc): > > cc1: warnings being treated as errors > /home/chmeee/freebsd/head/lib/libc/gen/getgrent.c: In function > 'compat_setgrent': > /home/chmeee/freeb