-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.
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
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
> 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
> 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
> 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
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
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
> 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
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
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,
> 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
> 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
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
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
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
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
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:
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
> 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
20 matches
Mail list logo