Re: CVS commit: src/tests/net

2019-08-23 Thread Ryota Ozaki
On Fri, Aug 23, 2019 at 3:51 PM Martin Husemann wrote: > > On Fri, Aug 23, 2019 at 01:41:58PM +0900, Ryota Ozaki wrote: > > A workaround for the issue is: > > cp /usr/bin/vmstat ./vmstat > > $HIJACKING ./vmstat > > rm -f ./vmstat > > > > It's awkward but it's reasonable for now. A proper

Re: CVS commit: src/tests/net

2019-08-23 Thread Ryota Ozaki
On Fri, Aug 23, 2019 at 1:53 PM matthew green wrote: > > > It's awkward but it's reasonable for now. A proper fix would > > be to stop using kvm(3) for vmstat and drop the sgid bit from > > the binary. > > please finish this work :-) it's been ongoing for a very > long time now... That task

Re: CVS commit: src/tests/net

2019-08-23 Thread Martin Husemann
On Fri, Aug 23, 2019 at 01:41:58PM +0900, Ryota Ozaki wrote: > A workaround for the issue is: > cp /usr/bin/vmstat ./vmstat > $HIJACKING ./vmstat > rm -f ./vmstat > > It's awkward but it's reasonable for now. A proper fix would > be to stop using kvm(3) for vmstat and drop the sgid bit

re: CVS commit: src/tests/net

2019-08-22 Thread matthew green
> It's awkward but it's reasonable for now. A proper fix would > be to stop using kvm(3) for vmstat and drop the sgid bit from > the binary. please finish this work :-) it's been ongoing for a very long time now... .mrg.

Re: CVS commit: src/tests/net

2019-08-22 Thread Ryota Ozaki
On Thu, Aug 22, 2019 at 5:45 PM Ryota Ozaki wrote: > > On Tue, Aug 20, 2019 at 7:06 PM Ryota Ozaki wrote: > > > > On Tue, Aug 20, 2019 at 6:58 PM Martin Husemann wrote: > > > > > > On Tue, Aug 20, 2019 at 06:50:31PM +0900, Ryota Ozaki wrote: > > > > Hmm, okay, I'm going to disable the feature

Re: CVS commit: src/tests/net

2019-08-22 Thread Ryota Ozaki
On Tue, Aug 20, 2019 at 7:06 PM Ryota Ozaki wrote: > > On Tue, Aug 20, 2019 at 6:58 PM Martin Husemann wrote: > > > > On Tue, Aug 20, 2019 at 06:50:31PM +0900, Ryota Ozaki wrote: > > > Hmm, okay, I'm going to disable the feature until the issue is addressed. > > > > Could it be page size

Re: CVS commit: src/tests/net

2019-08-20 Thread Ryota Ozaki
On Tue, Aug 20, 2019 at 6:58 PM Martin Husemann wrote: > > On Tue, Aug 20, 2019 at 06:50:31PM +0900, Ryota Ozaki wrote: > > Hmm, okay, I'm going to disable the feature until the issue is addressed. > > Could it be page size related? I'm not sure. My fresh chroot environment for ATF tests on

Re: CVS commit: src/tests/net

2019-08-20 Thread Martin Husemann
On Tue, Aug 20, 2019 at 06:50:31PM +0900, Ryota Ozaki wrote: > Hmm, okay, I'm going to disable the feature until the issue is addressed. Could it be page size related? Martin

Re: CVS commit: src/tests/net

2019-08-20 Thread Ryota Ozaki
On Tue, Aug 20, 2019 at 6:35 PM Martin Husemann wrote: > > On Tue, Aug 20, 2019 at 07:53:28AM +0200, Martin Husemann wrote: > > On Tue, Aug 20, 2019 at 11:21:08AM +0900, Ryota Ozaki wrote: > > > Is it an issue specific to sparc64? > > > > No, same happens on (big endian) arm. Endianess issue? > >

Re: CVS commit: src/tests/net

2019-08-20 Thread Martin Husemann
On Tue, Aug 20, 2019 at 07:53:28AM +0200, Martin Husemann wrote: > On Tue, Aug 20, 2019 at 11:21:08AM +0900, Ryota Ozaki wrote: > > Is it an issue specific to sparc64? > > No, same happens on (big endian) arm. Endianess issue? > I'll do a little endian arm run today. Nope, evbarm fails the same:

Re: CVS commit: src/tests/net

2019-08-19 Thread Martin Husemann
On Tue, Aug 20, 2019 at 11:21:08AM +0900, Ryota Ozaki wrote: > Is it an issue specific to sparc64? No, same happens on (big endian) arm. Endianess issue? I'll do a little endian arm run today. Martin

Re: CVS commit: src/tests/net

2019-08-19 Thread Ryota Ozaki
On Mon, Aug 19, 2019 at 10:18 PM Martin Husemann wrote: > > On Mon, Aug 19, 2019 at 03:22:47AM +, Ryota Ozaki wrote: > > Module Name: src > > Committed By: ozaki-r > > Date: Mon Aug 19 03:22:47 UTC 2019 > > > > Modified Files: > > src/tests/net: net_common.sh > > > > Log

Re: CVS commit: src/tests/net

2019-08-19 Thread Martin Husemann
On Mon, Aug 19, 2019 at 03:22:47AM +, Ryota Ozaki wrote: > Module Name: src > Committed By: ozaki-r > Date: Mon Aug 19 03:22:47 UTC 2019 > > Modified Files: > src/tests/net: net_common.sh > > Log Message: > tests: check pool object leaks > > Currently only llentpl leaks can

Re: CVS commit: src/tests/net/can

2017-05-28 Thread Robert Elz
OK, ignore me .. I see it was undone already... (should remember to read all mail before replying!) kre

Re: CVS commit: src/tests/net/can

2017-05-28 Thread Robert Elz
Date:Sun, 28 May 2017 10:49:00 -0400 From:"Christos Zoulas" Message-ID: <20170528144900.b8390f...@cvs.netbsd.org> | Modified Files: | src/tests/net/can: t_can.c | | Log Message: | fix format. If socklen_t really needs the cast &

Re: CVS commit: src/tests/net/if

2017-03-16 Thread Ryota Ozaki
On Fri, Mar 17, 2017 at 5:31 AM, Roy Marples wrote: > On 16/03/17 09:43, Ryota Ozaki wrote: >> I don't know if is expected to be accepted instead of >> an interface name. Please update the test case if the behavior is >> just a bug and ifconfig gets fixed. > > ifconfig(8) says

Re: CVS commit: src/tests/net/if

2017-03-16 Thread Roy Marples
On 16/03/17 09:43, Ryota Ozaki wrote: > I don't know if is expected to be accepted instead of > an interface name. Please update the test case if the behavior is > just a bug and ifconfig gets fixed. ifconfig(8) says interface name in a lot of places - makes no mention of using the index integer

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

2016-11-06 Thread Ryota Ozaki
On Mon, Nov 7, 2016 at 1:43 PM, Ryota Ozaki wrote: > Module Name:src > Committed By: ozaki-r > Date: Mon Nov 7 04:43:14 UTC 2016 > > Modified Files: > src/tests/net/net: t_ping6_opts.sh > > Log Message: > Add tests of ping6 hops optional argument (Type

Re: CVS commit: src/tests/net/route

2016-06-21 Thread Ryota Ozaki
On Tue, Jun 21, 2016 at 7:35 PM, Paul Goyette wrote: > On Tue, 21 Jun 2016, Ryota Ozaki wrote: > >> Module Name:src >> Committed By: ozaki-r >> Date: Tue Jun 21 10:18:27 UTC 2016 >> >> Modified Files: >> src/tests/net/route: t_route.sh >> >> Log Message:

Re: CVS commit: src/tests/net/route

2016-06-21 Thread Paul Goyette
On Tue, 21 Jun 2016, Ryota Ozaki wrote: Module Name:src Committed By: ozaki-r Date: Tue Jun 21 10:18:27 UTC 2016 Modified Files: src/tests/net/route: t_route.sh Log Message: Tweak route get outputs to make tests work "expire" value of route get output is unexpectedly

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

2011-09-30 Thread Jukka Ruohonen
On Wed, Sep 28, 2011 at 12:13:03PM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Wed Sep 28 16:13:03 UTC 2011 Modified Files: src/tests/net/net: Makefile Added Files: src/tests/net/net: t_unix.c Log Message: Add a unix socket pathname

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

2011-09-30 Thread Julio Merino
On 9/30/11 2:17 PM, Christos Zoulas wrote: On Sep 30, 5:37pm, jruoho...@iki.fi (Jukka Ruohonen) wrote: -- Subject: Re: CVS commit: src/tests/net/net | This fails, probably because it does not follow the atf(7) API: | | tps-count: 1 | tp-start: t_unix, 2 | tc-start: sockaddr_un_len_exceed | tc

Re: CVS commit: src/tests/net/icmp

2010-07-04 Thread Antti Kantee
On Sun Jul 04 2010 at 23:08:03 +0200, Thomas Klausner wrote: I don't understand exactly how you're doing this, but I admire what you can do with it now :) I'm happy to give a more detailed explanation on how it works, but I need one or two questions to determine the place where I should start