Debugging an mbuf leak

2014-10-24 Thread Hans Petter Selasky
Hi, I need some help debugging an mbuf leak in the network stack. Anyone available on IRC? --HPS ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-

Re: Debugging an mbuf leak

2014-10-24 Thread Hans Petter Selasky
On 10/24/14 10:21, Hans Petter Selasky wrote: Hi, I need some help debugging an mbuf leak in the network stack. Anyone available on IRC? --HPS FYI: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194577 --HPS ___ freebsd-current@freebsd.org mai

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread Ian Lepore
On Thu, 2014-10-23 at 21:54 -0400, owner-freebsd-curr...@freebsd.org wrote: > I have a system running > > FreeBSD 9.3-RELEASE #0 r268512: Fri Jul 11 03:13:02 UTC 2014 i386 > > I have updated the source tree to CURRENT r273542. > If I build "make buildworld" for the GENERIC kern

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Robert Watson
On Thu, 23 Oct 2014, Rick Macklem wrote: Someone just pinged me on this and I figured I should bring it up. 1 - Is anyone out there still using oldnfs due to unresolved problems with the new one? (I am not aware of any outstanding issues in the new nfs that don't exist in the oldnfs.) 2 -

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Konstantin Belousov
On Fri, Oct 24, 2014 at 04:43:28PM +0100, Robert Watson wrote: > On Thu, 23 Oct 2014, Rick Macklem wrote: > > > Someone just pinged me on this and I figured I should bring it up. > > > > 1 - Is anyone out there still using oldnfs due to unresolved > >problems with the new one? (I am not aware

Re: freebsd-update install failed

2014-10-24 Thread dt71
d...@gmx.com wrote on 10/24/2014 04:09: # freebsd-update install Installing updates...install: ///usr/src/contrib/tzdata/zone1970.tab: No such file or directory done. # OK, maybe the install didn't fail, and the quirk is ignorable. However, in any case, freebsd-update shouldn't try to updat

Re: freebsd-update install failed

2014-10-24 Thread Allan Jude
On 2014-10-24 12:23, d...@gmx.com wrote: > d...@gmx.com wrote on 10/24/2014 04:09: >> # freebsd-update install >> Installing updates...install: ///usr/src/contrib/tzdata/zone1970.tab: >> No such file or directory >> done. >> # > > OK, maybe the install didn't fail, and the quirk is ignorable. >

Re: freebsd-update install failed

2014-10-24 Thread dt71
Allan Jude wrote on 10/24/2014 18:29: Do you have a src tree installed? Obviously not. This error is usually Usually? You've gotta be kidding me. caused by it trying to install the update to an empty src tree, so the contrib/tzdata parent directory does not exist. It is a minor problem w

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Ed Maste
On 24 October 2014 12:17, Konstantin Belousov wrote: > > I remember the main reason for keeping oldnfs, both server and client, > around in HEAD was to facilitate MFC of fixes to the branches which > still use oldnfs, i.e. stable/8. If this reason is still valid, oldnfs > have to stay in HEAD til

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Konstantin Belousov
On Fri, Oct 24, 2014 at 01:42:20PM -0400, Ed Maste wrote: > On 24 October 2014 12:17, Konstantin Belousov wrote: > > > > I remember the main reason for keeping oldnfs, both server and client, > > around in HEAD was to facilitate MFC of fixes to the branches which > > still use oldnfs, i.e. stable/

Re: freebsd-update install failed

2014-10-24 Thread RW
On Fri, 24 Oct 2014 19:23:00 +0200 d...@gmx.com wrote: > Allan Jude wrote on 10/24/2014 18:29: > > Do you have a src tree installed? > > Obviously not. It's not at all obvious. > > caused by it trying to install the update to an > > empty src tree, so the contrib/tzdata parent directory does n

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread owner-freebsd-current
Ian Lepore writes: > >I have a system running > > > > FreeBSD 9.3-RELEASE #0 r268512: Fri Jul 11 03:13:02 UTC 2014 i386 > > > >I have updated the source tree to CURRENT r273542. > >If I build "make buildworld" for the GENERIC kernel and no > > make.conf or src.conf, it succee

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Peter Wemm
On Friday, October 24, 2014 04:43:28 PM Robert Watson wrote: > On Thu, 23 Oct 2014, Rick Macklem wrote: > > Someone just pinged me on this and I figured I should bring it up. > > > > 1 - Is anyone out there still using oldnfs due to unresolved > > > >problems with the new one? (I am not aware

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Rick Macklem
Peter Wemm wrote: > On Friday, October 24, 2014 04:43:28 PM Robert Watson wrote: > > On Thu, 23 Oct 2014, Rick Macklem wrote: > > > Someone just pinged me on this and I figured I should bring it > > > up. > > > > > > 1 - Is anyone out there still using oldnfs due to unresolved > > > > > >prob

Build failed in Jenkins: FreeBSD_HEAD #1694

2014-10-24 Thread jenkins-admin
See Changes: [rpaulo] Add a sysctl to control the HPET allow_write behaviour. Requested by: kib [loos] Fix cpsw_detach() to not panic when called from cpsw_attach(). For an unkown reason (at moment), sometimes if_cpsw cannot

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread owner-freebsd-current
Putting TARGET/TARGET_ARCH on the command line didn't help. Adding " -j 1 " to make - did. I am now doing "make buildkernel" with TARGET/TARGET_ARCH on the command line. For installkernel, do I need to use them also, or will it magically know where to look? Respe

Jenkins build is back to normal : FreeBSD_HEAD #1695

2014-10-24 Thread jenkins-admin
See ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread owner-freebsd-current
roberth...@rcn.com writes: > I am now doing "make buildkernel" with TARGET/TARGET_ARCH on > the command line. For installkernel, do I need to use them also, > or will it magically know where to look? Kernel built. However: huff@>> make installkernel ERROR: No kernel "G

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread David Wolfskill
On Fri, Oct 24, 2014 at 09:06:37PM -0400, owner-freebsd-curr...@freebsd.org wrote: > > roberth...@rcn.com writes: > > > I am now doing "make buildkernel" with TARGET/TARGET_ARCH on > > the command line. For installkernel, do I need to use them also, > > or will it magically know where to

Re: RFC: getting rid of oldnfs

2014-10-24 Thread Julian Elischer
On 10/25/14, 5:49 AM, Peter Wemm wrote: On Friday, October 24, 2014 04:43:28 PM Robert Watson wrote: On Thu, 23 Oct 2014, Rick Macklem wrote: Someone just pinged me on this and I figured I should bring it up. 1 - Is anyone out there still using oldnfs due to unresolved problems with the n

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread David Wolfskill
On Sat, Oct 25, 2014 at 12:02:48AM -0400, roberth...@rcn.com wrote: > ... > > > huff@>> make installkernel > > > ERROR: No kernel "GENERIC" to install. > > > *** Error code 1 > > > ... > > > I believe there is a kernel in > > > /usr/obj/amd64.amd64/usr/src/sys/GENERIC, and world in > > >

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread owner-freebsd-current
David Wolfskill writes: > >Kernel built. > >However: > > > > huff@>> make installkernel > > ERROR: No kernel "GENERIC" to install. > > *** Error code 1 > > ... > >I believe there is a kernel in > > /usr/obj/amd64.amd64/usr/src/sys/GENERIC, and world in > > /usr/obj/amd64.a

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread owner-freebsd-current
David Wolfskill writes: > > > I believe that the cited message refers to the kernel configuration > > > file, which is expected to be in sys/amd64/conf/GENERIC within the > > > src hierarchy. > > > >Like this: > > > > huff@>> pwd > > /usr/src > > huff@>> dir sys/amd64/conf/GENER

Re: can't build CURRENT/amd64 using 9.3?

2014-10-24 Thread Garrett Cooper
On Oct 24, 2014, at 21:02, owner-freebsd-curr...@freebsd.org wrote: > David Wolfskill writes: > >>> Kernel built. >>> However: >>> >>> huff@>> make installkernel >>> ERROR: No kernel "GENERIC" to install. >>> *** Error code 1 >>> ... >>> I believe there is a kernel in >>> /usr/obj/a