Re: Cannot include header files from sys/contrib directory

2016-02-03 Thread Marcin Mazurek
Hi, Actually, I have got the same 'compile-with' and 'no-depend' options for my all files. I run to build kernel with command: env MAKEOBJDIRPREFIX=/root/mma/anpa-build make buildkernel TARGET=arm TARGET_ARCH=armv6 KERNCONF=ALPINE -j6 -DNO_CLEAN I tried to do this without -DNO_CLEAN option too,

Re: Cannot include header files from sys/contrib directory

2016-02-03 Thread Hans Petter Selasky
On 02/03/16 09:45, Marcin Mazurek wrote: Hi, Actually, I have got the same 'compile-with' and 'no-depend' options for my all files. I run to build kernel with command: env MAKEOBJDIRPREFIX=/root/mma/anpa-build make buildkernel TARGET=arm TARGET_ARCH=armv6 KERNCONF=ALPINE -j6 -DNO_CLEAN I trie

arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Peter Ankerstål
Hi! I recently upgraded my system to 11-CURRENT (FreeBSD 11.0-CURRENT #0 r295087: Sun Jan 31 10:21:31 CET 2016) and after that all of my other devices in the network complains about arp-flapping: arp: 172.25.0.1 moved from 00:00:24:d0:9e:5d to 02:e8:ea:15:66:00 on re0 arp: 172.25.0.1 moved fr

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Slawa Olhovchenkov
On Wed, Feb 03, 2016 at 08:31:43AM +0100, Peter Ankerstål wrote: > Hi! > > I recently upgraded my system to 11-CURRENT (FreeBSD 11.0-CURRENT #0 > r295087: Sun Jan 31 10:21:31 CET 2016) and after that all of my other > devices in the network complains about arp-flapping: > > arp: 172.25.0.1 mov

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Chris H
On Wed, 3 Feb 2016 08:31:43 +0100 Peter Ankerstål wrote > Hi! > > I recently upgraded my system to 11-CURRENT (FreeBSD 11.0-CURRENT #0 > r295087: Sun Jan 31 10:21:31 CET 2016) and after that all of my other > devices in the network complains about arp-flapping: > > arp: 172.25.0.1 moved from

Re: ZFSROOT UEFI boot

2016-02-03 Thread Tomoaki AOKI
Performed remaining tests below using "without -DEFI_DEBUG" binary and confirmed all boots as expected. Also tested already-reported tests with the binary and confirmed that boot just as EFI_DEBUG binary did. *Boot from ada0, ZFS doesn't have /boot/loader.efi, while UFS has. -> Loads /boot/loa

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Chris H
On Wed, 03 Feb 2016 06:55:47 -0800 "Chris H" wrote > On Wed, 3 Feb 2016 08:31:43 +0100 Peter Ankerstål wrote > > > Hi! > > > > I recently upgraded my system to 11-CURRENT (FreeBSD 11.0-CURRENT #0 > > r295087: Sun Jan 31 10:21:31 CET 2016) and after that all of my other > > devices in the net

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Allan Jude
On 2016-02-03 10:32, Chris H wrote: > On Wed, 03 Feb 2016 06:55:47 -0800 "Chris H" wrote > >> On Wed, 3 Feb 2016 08:31:43 +0100 Peter Ankerstål wrote >> >>> Hi! >>> >>> I recently upgraded my system to 11-CURRENT (FreeBSD 11.0-CURRENT #0 >>> r295087: Sun Jan 31 10:21:31 CET 2016) and after that

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Chris H
On Wed, 03 Feb 2016 06:55:47 -0800 "Chris H" wrote > On Wed, 3 Feb 2016 08:31:43 +0100 Peter Ankerstål wrote > > > Hi! > > > > I recently upgraded my system to 11-CURRENT (FreeBSD 11.0-CURRENT #0 > > r295087: Sun Jan 31 10:21:31 CET 2016) and after that all of my other > > devices in the net

Re: LSI SAS 3108 RAID Controller

2016-02-03 Thread krad
Just a sanity check 1st. Are you going to be using zfs or ufs? If zfs you probably want the reflash the card the the relevant HBA firmware rather the the raid firmware. This will expose the disks nativly which is best for zfs. Sorry if this isn't appropriate for you but I would thought I would c

Kernel memory leak with x11/nvidia-driver

2016-02-03 Thread Eric van Gyzen
I just set up a new desktop running head with x11/nvidia-driver. I've discovered a memory leak where pages disappear from the queues, never to return. Specifically, the total of v_active_count v_inactive_count v_wire_count v_cache_count v_free_count drops, eventually becoming

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Chris H
On Wed, 3 Feb 2016 11:13:21 -0500 Allan Jude wrote > On 2016-02-03 10:32, Chris H wrote: > > On Wed, 03 Feb 2016 06:55:47 -0800 "Chris H" wrote > > > >> On Wed, 3 Feb 2016 08:31:43 +0100 Peter Ankerstål wrote > >> > >>> Hi! > >>> > >>> I recently upgraded my system to 11-CURRENT (FreeBSD 11.0-

Re: LSI SAS 3108 RAID Controller

2016-02-03 Thread Mike Tancsa
On 2/3/2016 9:20 AM, krad wrote: > > If zfs you probably want the reflash the card the the relevant HBA firmware > rather the the raid firmware. This will expose the disks nativly which is > best for zfs. The version of card I have allows you to expose the individual disks as JBODs out of the box

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Adrian Chadd
Hi, Are these interfaces in a bridge group? Why are you putting the IP on the physical interface, instead of the bridgeX interface? -a ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscrib

Re: Kernel memory leak with x11/nvidia-driver

2016-02-03 Thread Eric van Gyzen
On 02/03/2016 10:54, Eric van Gyzen wrote: > I just set up a new desktop running head with x11/nvidia-driver. I've > discovered a memory leak where pages disappear from the queues, never to > return. Specifically, the total of > v_active_count > v_inactive_count > v_wire_count > v

Realtek 8168/8111 if_re not working in current r295091

2016-02-03 Thread s . o . k
After updating -current at Jan, 31st (r295091) the Realtek ethernet device driver of my Zotac ZBox RI323 mini pc seems to be broken: I can neither connect to the host even though the interface is shown as active, nor can I initiate connection from the host through re0. Reverting the kernel to my

Re: Realtek 8168/8111 if_re not working in current r295091

2016-02-03 Thread NGie Cooper
> On Feb 3, 2016, at 11:57, s@web.de wrote: > > After updating -current at Jan, 31st (r295091) the Realtek ethernet device > driver of my Zotac ZBox RI323 mini pc seems to be broken: I can neither > connect to the host even though the interface is shown as active, nor can I > initiate conn

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Chris H
On Wed, 3 Feb 2016 11:37:30 -0800 Adrian Chadd wrote > Hi, > > Are these interfaces in a bridge group? No. > Why are you putting the IP on > the physical interface, instead of the bridgeX interface? Which is why the IP's are set per interface. :) I stated that in at *least* one of my replies. :)

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Adrian Chadd
Sorry, must've missed that... :( -a ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: arp flapping after udating system to 11-CURRENT.

2016-02-03 Thread Allan Jude
On 2016-02-03 12:36, Chris H wrote: > On Wed, 3 Feb 2016 11:13:21 -0500 Allan Jude wrote > >> On 2016-02-03 10:32, Chris H wrote: >>> On Wed, 03 Feb 2016 06:55:47 -0800 "Chris H" wrote >>> On Wed, 3 Feb 2016 08:31:43 +0100 Peter Ankerstål wrote > Hi! > > I recently upgrade

Jenkins build became unstable: FreeBSD_HEAD #114

2016-02-03 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Realtek 8168/8111 if_re not working in current r295091

2016-02-03 Thread YongHyeon PYUN
On Wed, Feb 03, 2016 at 08:57:01PM +0100, s@web.de wrote: > After updating -current at Jan, 31st (r295091) the Realtek ethernet device > driver of my Zotac ZBox RI323 mini pc seems to be broken: I can neither > connect to the host even though the interface is shown as active, nor can I > ini

Re: Kernel memory leak with x11/nvidia-driver

2016-02-03 Thread Ultima
Apologies, this should have been in my initial reply. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201340 or here for attachment https://bz-attachments.freebsd.org/attachment.cgi?id=165694 I haven't actually had a chance to do anything after upgrading from stable other than see the corrupte

Build failed in Jenkins: FreeBSD_HEAD #115

2016-02-03 Thread jenkins-admin
See -- [...truncated 98413 lines...] --- jail_getid.So --- cc -fpic -DPIC -g -O2 -pipe -I/builds/workspace/FreeBSD_HEAD/src/lib/libjail -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall

Re: INET6 related tailq crash?

2016-02-03 Thread Larry Rosenman
On 2016-02-02 21:05, Larry Rosenman wrote: Got the following panic: borg.lerctr.org dumped core - see /var/crash/vmcore.20 Tue Feb 2 20:59:14 CST 2016 see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206904 -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-

Re: Kernel memory leak with x11/nvidia-driver

2016-02-03 Thread Ultima
Just tested your script, there is definitely a memory leak. I also ran into really weird behavior. Running your script in tmux after starting and stopping an xorg session a few, tmux completely froze in the session. Creating a new window in the session was also completely frozen, however this is

Re: Realtek 8168/8111 if_re not working in current r295091

2016-02-03 Thread Kevin Lo
On Wed, Feb 03, 2016 at 08:57:01PM +0100, s@web.de wrote: > > After updating -current at Jan, 31st (r295091) the Realtek ethernet device > driver of my Zotac ZBox RI323 mini pc seems to be broken: I can neither > connect to the host even though the interface is shown as active, nor can I >

Requesting MFC's

2016-02-03 Thread Matthew Grooms
All, What is the correct way to request that patches be committed to STABLE? In particular, I'd really like to see these in 10.3-RELEASE as they have been required to build a working firewall in some cases. All are related to problems that were fixed in HEAD, but never MFC'd ... https://svnw

Re: Requesting MFC's

2016-02-03 Thread NGie Cooper
On Wed, Feb 3, 2016 at 6:32 PM, Matthew Grooms wrote: > All, > > What is the correct way to request that patches be committed to STABLE? In > particular, I'd really like to see these in 10.3-RELEASE as they have been > required to build a working firewall in some cases. All are related to > proble

FreeBSD Quarterly Status Report - Fourth Quarter 2015

2016-02-03 Thread Benjamin Kaduk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 FreeBSD Project Quarterly Status Report: October - December 2015 The fourth quarter of 2015 saw a great deal of activity for FreeBSD. This is now the third quarter running for which I can say that this is the largest report yet published! M

Jenkins build is back to normal : FreeBSD_HEAD #116

2016-02-03 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Requesting MFC's

2016-02-03 Thread Kubilay Kocak
On 4/02/2016 1:32 PM, Matthew Grooms wrote: > All, > > What is the correct way to request that patches be committed to STABLE? > In particular, I'd really like to see these in 10.3-RELEASE as they have > been required to build a working firewall in some cases. All are related > to problems that we

Re: Requesting MFC's

2016-02-03 Thread Allan Jude
On 2016-02-04 01:15, Kubilay Kocak wrote: > On 4/02/2016 1:32 PM, Matthew Grooms wrote: >> All, >> >> What is the correct way to request that patches be committed to STABLE? >> In particular, I'd really like to see these in 10.3-RELEASE as they have >> been required to build a working firewall in s

Build failed in Jenkins: FreeBSD_HEAD_sparc64 #38

2016-02-03 Thread jenkins-admin
See -- [...truncated 206811 lines...] --- creator_vt.o --- cc -c -O -pipe -g -nostdinc -I. -I/builds/workspace/FreeBSD_HEAD_sparc64/src/sys -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_gl

Re: Requesting MFC's

2016-02-03 Thread Kubilay Kocak
On 4/02/2016 5:44 PM, Allan Jude wrote: > On 2016-02-04 01:15, Kubilay Kocak wrote: >> On 4/02/2016 1:32 PM, Matthew Grooms wrote: >>> All, >>> >>> What is the correct way to request that patches be committed to STABLE? >>> In particular, I'd really like to see these in 10.3-RELEASE as they have >>