Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Martin Husemann
On Thu, Oct 24, 2013 at 06:40:49AM -0700, Paul Goyette wrote: All of the tests related to sixthavenue.astron.com are still failing in my amd64 test-bed[1]. Sources are updated (via anoncvs) and are current as of 2013-10-23 23:20:04, and the build was successfully done using 'build.sh -j1

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Paul Goyette
On Thu, 24 Oct 2013, Martin Husemann wrote: On Thu, Oct 24, 2013 at 06:40:49AM -0700, Paul Goyette wrote: All of the tests related to sixthavenue.astron.com are still failing in my amd64 test-bed[1]. Sources are updated (via anoncvs) and are current as of 2013-10-23 23:20:04, and the build

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Martin Husemann
On Thu, Oct 24, 2013 at 07:04:41AM -0700, Paul Goyette wrote: Looks normal to me: It is lacking all the IPv6 stuff. Does host list both addresses? Martin

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Paul Goyette
On Thu, 24 Oct 2013, Martin Husemann wrote: On Thu, Oct 24, 2013 at 07:04:41AM -0700, Paul Goyette wrote: Looks normal to me: It is lacking all the IPv6 stuff. Does host list both addresses? Yes, host reports everything: # host sixthavenue.astron.com sixthavenue.astron.com has address

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Martin Husemann
On Thu, Oct 24, 2013 at 07:18:55AM -0700, Paul Goyette wrote: Yes, host reports everything: # host sixthavenue.astron.com sixthavenue.astron.com has address 38.117.134.6 sixthavenue.astron.com has IPv6 address 2620:106:3003:1f00:2e0:81ff:fe2f:e5d7 sixthavenue.astron.com mail is handled by

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Paul Goyette
On Thu, 24 Oct 2013, Martin Husemann wrote: On Thu, Oct 24, 2013 at 07:18:55AM -0700, Paul Goyette wrote: Yes, host reports everything: # host sixthavenue.astron.com sixthavenue.astron.com has address 38.117.134.6 sixthavenue.astron.com has IPv6 address 2620:106:3003:1f00:2e0:81ff:fe2f:e5d7

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Martin Husemann
On Thu, Oct 24, 2013 at 07:37:13AM -0700, Paul Goyette wrote: No cache info, only my provider's name-servers: Can you trace with tcpdump while the test fails? Martin

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Paul Goyette
On Thu, 24 Oct 2013, Martin Husemann wrote: On Thu, Oct 24, 2013 at 07:37:13AM -0700, Paul Goyette wrote: No cache info, only my provider's name-servers: Can you trace with tcpdump while the test fails? From an off-line exchange with Martin, it seems that the failures in my test-bed are

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Taylor R Campbell
Date: Thu, 24 Oct 2013 08:01:51 -0700 (PDT) From: Paul Goyette p...@whooppee.com Although my host machine has full connectivity, including IPv6, the tests are run under qemu. The qemu virtual machine has a default nic available, but there is nothing in the test-bed set-up to

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Martin Husemann
On Thu, Oct 24, 2013 at 03:04:56PM +, Taylor R Campbell wrote: It seems to me that this is an entirely reasonable setup, and that the tests ought not to depend on a connection to the internet. Indeed, another option is to rumpify these tests (and not rely on external machines). Not trivial

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Manuel Bouyer
On Thu, Oct 24, 2013 at 03:04:56PM +, Taylor R Campbell wrote: It seems to me that this is an entirely reasonable setup, and that the tests ought not to depend on a connection to the internet. Seconded. Tests are failing on the xen testbed too, and I wondered how they could work in a setup

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Christos Zoulas
In article 20131024162426.ga7...@asim.lip6.fr, Manuel Bouyer bou...@antioche.eu.org wrote: On Thu, Oct 24, 2013 at 03:04:56PM +, Taylor R Campbell wrote: It seems to me that this is an entirely reasonable setup, and that the tests ought not to depend on a connection to the internet.

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Paul Goyette
Maybe run ifconfig and see if there are any interfaces, other than lo0, in UP state. If not, then the test case can return a skip status. On Thu, 24 Oct 2013, Christos Zoulas wrote: In article 20131024162426.ga7...@asim.lip6.fr, Manuel Bouyer bou...@antioche.eu.org wrote: On Thu, Oct 24,

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Christos Zoulas
On Oct 24, 12:32pm, p...@whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: src/tests/lib/libc/net | Maybe run ifconfig and see if there are any interfaces, other than lo0, | in UP state. If not, then the test case can return a skip status. I think that it should be a builtin test

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread Paul Goyette
On Thu, 24 Oct 2013, Christos Zoulas wrote: On Oct 24, 12:32pm, p...@whooppee.com (Paul Goyette) wrote: -- Subject: Re: CVS commit: src/tests/lib/libc/net | Maybe run ifconfig and see if there are any interfaces, other than lo0, | in UP state. If not, then the test case can return a skip

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread David Holland
On Thu, Oct 24, 2013 at 01:24:34PM -0700, Paul Goyette wrote: -- Subject: Re: CVS commit: src/tests/lib/libc/net | Maybe run ifconfig and see if there are any interfaces, other than lo0, | in UP state. If not, then the test case can return a skip status. I think that it should be a

Re: CVS commit: src/tests/lib/libc/net

2013-10-24 Thread David Holland
On Fri, Oct 25, 2013 at 02:50:56AM +, David Holland wrote: In some sense I'd rather these tests ran by setting up two VMs (rumpy or otherwise), one with bind and one with the resolver. Among other things it would be more likely to produce consistent test results. ...but, as I meant to

CVS commit: src/sbin/gpt

2013-10-24 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Thu Oct 24 06:59:03 UTC 2013 Modified Files: src/sbin/gpt: gpt.8 Log Message: - markup - typo; the label command labels partitions, not remove them - migrate -s isn't applicable to NetBSD - add information about the space

CVS commit: src/share/man/man4

2013-10-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 24 09:34:47 UTC 2013 Added Files: src/share/man/man4: lua.4 Log Message: manual page for lua(4) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/lua.4 Please note that diffs are not public

CVS commit: src/share/man/man4

2013-10-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 24 09:49:51 UTC 2013 Modified Files: src/share/man/man4: lua.4 Log Message: More formatting, typo fixes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/lua.4 Please note that diffs are not

CVS commit: src/sbin/modstat

2013-10-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 24 10:36:25 UTC 2013 Modified Files: src/sbin/modstat: modstat.8 Log Message: remove lua class To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/modstat/modstat.8 Please note that diffs are not

CVS commit: src/sbin/modstat

2013-10-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 24 13:00:21 UTC 2013 Modified Files: src/sbin/modstat: modstat.8 Log Message: bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/modstat/modstat.8 Please note that diffs are

CVS commit: src/sys/dev/ic

2013-10-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 24 13:15:12 UTC 2013 Modified Files: src/sys/dev/ic: sgec.c Log Message: Fix a few copypastos in an error path To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/sgec.c Please note that diffs

CVS commit: src/sys/arch/vax/vsa

2013-10-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 24 13:16:33 UTC 2013 Modified Files: src/sys/arch/vax/vsa: spx.c Log Message: Mark a potentially unused variable To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/vax/vsa/spx.c Please note that

CVS commit: src/tools/compat

2013-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 24 13:59:47 UTC 2013 Modified Files: src/tools/compat: compat_defs.h Log Message: Define __USE for use during a tools build. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/tools/compat/compat_defs.h

CVS commit: src/usr.sbin/makefs

2013-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 24 14:01:01 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Now that tools/compat/compat_defs.h defones __USE, there's no need to treat the tools build as a special case. To generate a diff of this

CVS commit: src/etc/mtree

2013-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 24 19:06:01 UTC 2013 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add new g++ directories To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/etc/mtree/NetBSD.dist.base Please note

CVS commit: src/distrib/sets/lists/base

2013-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 24 19:12:16 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi Log Message: add g++-4.8 include directories To generate a diff of this commit: cvs rdiff -u -r1.1041 -r1.1042 src/distrib/sets/lists/base/mi

CVS commit: src/external/bsd/iscsi/dist/src/lib

2013-10-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 24 19:13:26 UTC 2013 Modified Files: src/external/bsd/iscsi/dist/src/lib: util.c Log Message: PR 48338: fix typo making a boolean expression always true To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc

2013-10-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Oct 24 19:37:35 UTC 2013 Modified Files: src/lib/libc: shlib_version Log Message: Add entries for ctor/dtor switch. To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/lib/libc/shlib_version Please note that

CVS commit: src

2013-10-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 24 21:55:00 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Log Message: link the lua(4) man page To generate a diff of this commit: cvs rdiff -u -r1.1439 -r1.1440

CVS commit: src/distrib/sets/lists/base

2013-10-24 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Fri Oct 25 00:23:42 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi Log Message: Fixing the build for now. gcc=48 should probably be added back later. To generate a diff of this commit: cvs rdiff -u -r1.1042 -r1.1043

CVS commit: src/sbin/gpt

2013-10-24 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Thu Oct 24 06:59:03 UTC 2013 Modified Files: src/sbin/gpt: gpt.8 Log Message: - markup - typo; the label command labels partitions, not remove them - migrate -s isn't applicable to NetBSD - add information about the space

CVS commit: src/share/man/man4

2013-10-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 24 09:34:47 UTC 2013 Added Files: src/share/man/man4: lua.4 Log Message: manual page for lua(4) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/man/man4/lua.4 Please note that diffs are not public

CVS commit: src/share/man/man4

2013-10-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 24 09:49:51 UTC 2013 Modified Files: src/share/man/man4: lua.4 Log Message: More formatting, typo fixes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/lua.4 Please note that diffs are not

CVS commit: src/sbin/modstat

2013-10-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 24 10:36:25 UTC 2013 Modified Files: src/sbin/modstat: modstat.8 Log Message: remove lua class To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/modstat/modstat.8 Please note that diffs are not

CVS commit: src/sbin/modstat

2013-10-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 24 13:00:21 UTC 2013 Modified Files: src/sbin/modstat: modstat.8 Log Message: bump date for previous To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/modstat/modstat.8 Please note that diffs are

CVS commit: src/sys/dev/ic

2013-10-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 24 13:15:12 UTC 2013 Modified Files: src/sys/dev/ic: sgec.c Log Message: Fix a few copypastos in an error path To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/ic/sgec.c Please note that diffs

CVS commit: src/sys/arch/vax/vsa

2013-10-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 24 13:16:33 UTC 2013 Modified Files: src/sys/arch/vax/vsa: spx.c Log Message: Mark a potentially unused variable To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/vax/vsa/spx.c Please note that

CVS commit: src/tools/compat

2013-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 24 13:59:47 UTC 2013 Modified Files: src/tools/compat: compat_defs.h Log Message: Define __USE for use during a tools build. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/tools/compat/compat_defs.h

CVS commit: src/usr.sbin/makefs

2013-10-24 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Oct 24 14:01:01 UTC 2013 Modified Files: src/usr.sbin/makefs: cd9660.c Log Message: Now that tools/compat/compat_defs.h defones __USE, there's no need to treat the tools build as a special case. To generate a diff of this

CVS commit: src/etc/mtree

2013-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 24 19:06:01 UTC 2013 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add new g++ directories To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/etc/mtree/NetBSD.dist.base Please note

CVS commit: src/distrib/sets/lists/base

2013-10-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 24 19:12:16 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi Log Message: add g++-4.8 include directories To generate a diff of this commit: cvs rdiff -u -r1.1041 -r1.1042 src/distrib/sets/lists/base/mi

CVS commit: src/external/bsd/iscsi/dist/src/lib

2013-10-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Oct 24 19:13:26 UTC 2013 Modified Files: src/external/bsd/iscsi/dist/src/lib: util.c Log Message: PR 48338: fix typo making a boolean expression always true To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc

2013-10-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Oct 24 19:37:35 UTC 2013 Modified Files: src/lib/libc: shlib_version Log Message: Add entries for ctor/dtor switch. To generate a diff of this commit: cvs rdiff -u -r1.242 -r1.243 src/lib/libc/shlib_version Please note that

CVS commit: src

2013-10-24 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Thu Oct 24 21:55:00 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Log Message: link the lua(4) man page To generate a diff of this commit: cvs rdiff -u -r1.1439 -r1.1440

CVS commit: src/distrib/sets/lists/base

2013-10-24 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Fri Oct 25 00:23:42 UTC 2013 Modified Files: src/distrib/sets/lists/base: mi Log Message: Fixing the build for now. gcc=48 should probably be added back later. To generate a diff of this commit: cvs rdiff -u -r1.1042 -r1.1043