daily CVS update output

2021-05-02 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/tests/mi P src/doc/3RDPARTY P src/games/adventure/init.c P src/games/adventure/io.c P src/games/adventure/main.c P src/games/adventure/setup.c P src/games/adventure/subr.c P src/games/adventure/vocab.c P src/games/adventure/wizard.c P

Re: Problem reports for version control systems

2021-05-02 Thread Johnny Billquist
On 2021-05-02 18:21, Michael van Elst wrote: b...@update.uu.se (Johnny Billquist) writes: And as a "fun" fact. On my 4000/90, it takes about 3h after I start a cvs update until I actually start having any network traffic... A SCSI SSD could help. :) Definitely. Because the disk is 100%

Re: Problem reports for version control systems

2021-05-02 Thread Havard Eidnes
> I suspect what is commonly the problem here is related to the fact > that cvs has such a phase at the beginning where it is scanning > through the file system, which can take quite a while. Some NAT > devices along the path sometimes have timeouts on existing connections > that if no traffic is

Re: Problem reports for version control systems

2021-05-02 Thread Michael van Elst
b...@update.uu.se (Johnny Billquist) writes: >And as a "fun" fact. On my 4000/90, it takes about 3h after I start a >cvs update until I actually start having any network traffic... A SCSI SSD could help. :)

Re: Problem reports for version control systems

2021-05-02 Thread Johnny Billquist
On 2021-05-02 16:32, Anders Magnusson wrote: Den 2021-05-02 kl. 15:57, skrev Johnny Billquist: On 2021-05-02 13:51, Anders Magnusson wrote: Den 2021-05-02 kl. 13:44, skrev Johnny Billquist: I suspect what is commonly the problem here is related to the fact that cvs has such a phase at the

Re: Problem reports for version control systems

2021-05-02 Thread Greg Troxel
Robert Swindells writes: > Lloyd Parkes wrote: >>The network is a 1Gb/s LAN through to a smaller NetBSD router running >>NPF with MSS clamping enabled so that I can get Netflix. My ISP does not >>use CGN for my IPv4 connection. My IPv6 connection is tunnelled through >>to Hurricane Electric

Re: Problem reports for version control systems

2021-05-02 Thread Anders Magnusson
Den 2021-05-02 kl. 15:57, skrev Johnny Billquist: On 2021-05-02 13:51, Anders Magnusson wrote: Den 2021-05-02 kl. 13:44, skrev Johnny Billquist: I suspect what is commonly the problem here is related to the fact that cvs has such a phase at the beginning where it is scanning through the

Re: Problem reports for version control systems

2021-05-02 Thread Johnny Billquist
On 2021-05-02 13:51, Anders Magnusson wrote: Den 2021-05-02 kl. 13:44, skrev Johnny Billquist: I suspect what is commonly the problem here is related to the fact that cvs has such a phase at the beginning where it is scanning through the file system, which can take quite a while. Some NAT

Re: Problem reports for version control systems

2021-05-02 Thread Robert Swindells
Lloyd Parkes wrote: >The network is a 1Gb/s LAN through to a smaller NetBSD router running >NPF with MSS clamping enabled so that I can get Netflix. My ISP does not >use CGN for my IPv4 connection. My IPv6 connection is tunnelled through >to Hurricane Electric in Sydney, Australia. Have you

Re: Problem reports for version control systems

2021-05-02 Thread Anders Magnusson
Den 2021-05-02 kl. 13:44, skrev Johnny Billquist: I suspect what is commonly the problem here is related to the fact that cvs has such a phase at the beginning where it is scanning through the file system, which can take quite a while. Some NAT devices along the path sometimes have timeouts

Re: Problem reports for version control systems

2021-05-02 Thread Johnny Billquist
On 2021-05-01 23:54, Brett Lymn wrote: On Sat, May 01, 2021 at 12:58:50PM +1200, Lloyd Parkes wrote: Germany is pretty much the opposite of New Zealand. It's close to everywhere, but its last mile access speeds are a bit infamous. Just for you info... there are a few NetBSD developers in

Re: posix_spawn issue?

2021-05-02 Thread Martin Husemann
On Sun, May 02, 2021 at 10:49:20AM +0200, Martin Husemann wrote: > On Sun, May 02, 2021 at 10:41:53AM +0200, Martin Husemann wrote: > > On Sun, May 02, 2021 at 10:36:46AM +0200, Martin Husemann wrote: > > > > > > It does a posix_spawn call for: > > > > > > make -C test-a test-a > > > > > > (I

Re: Problem reports for version control systems

2021-05-02 Thread Andreas Gustafsson
Brett Lymn wrote: > Just for you info... there are a few NetBSD developers in .au, my self > included. I haven't > had any issues with cvs disconnects. Not to deny you have an issue, just > letting you know > it works ok for people near you. For what it's worth, my connections to anoncvs from

Re: posix_spawn issue?

2021-05-02 Thread Martin Husemann
On Sun, May 02, 2021 at 10:41:53AM +0200, Martin Husemann wrote: > On Sun, May 02, 2021 at 10:36:46AM +0200, Martin Husemann wrote: > > > > It does a posix_spawn call for: > > > > make -C test-a test-a > > > > (I tested with the "make" binary in the pkgobj dir) > > No, no, it doesn't - I

Re: posix_spawn issue?

2021-05-02 Thread Martin Husemann
On Sun, May 02, 2021 at 10:36:46AM +0200, Martin Husemann wrote: > > It does a posix_spawn call for: > > make -C test-a test-a > > (I tested with the "make" binary in the pkgobj dir) No, no, it doesn't - I mixed up argv indices in gdb, it does the correct thing - not sure yet why the child

Re: posix_spawn issue?

2021-05-02 Thread Martin Husemann
On Sun, May 02, 2021 at 03:33:32PM +0900, Ryo ONODERA wrote: > Hi, > > I have uploaded simple test Makefiles: > https://www.netbsd.org/~ryoon/gmake-tests-20210502.tar.gz > > It is as follows: > > $ cat Makefile > all: > ${MAKE} -C test-a > > clea

Re: Problem reports for version control systems

2021-05-02 Thread Brett Lymn
On Sat, May 01, 2021 at 12:58:50PM +1200, Lloyd Parkes wrote: > > Germany is pretty much the opposite of New Zealand. It's close to > everywhere, but its last mile access speeds are a bit infamous. > Just for you info... there are a few NetBSD developers in .au, my self included. I haven't

Re: posix_spawn issue?

2021-05-02 Thread Ryo ONODERA
Hi, I have uploaded simple test Makefiles: https://www.netbsd.org/~ryoon/gmake-tests-20210502.tar.gz It is as follows: $ cat Makefile all: ${MAKE} -C test-a clean: ${MAKE} -C test-a clean $ cat test-a/Makefile all: a.txt a.txt: touch a.txt clean: rm -f a.txt