Re: rsync to anoncvs.NetBSD.org::cvsroot missing dirs?

2015-12-02 Thread gary
I just did fresh checkouts from anoncvs and my own rsync clone. I see no difference in the gcc.old directory, and while there is no gdb.old directory, I see no difference in the gdb directory. Gary Duzan => I've been rsyncing against anoncvs (and/or

Re: rsync to anoncvs.NetBSD.org::cvsroot missing dirs?

2015-12-02 Thread matthew sporleder
On Tue, Dec 1, 2015 at 11:03 PM, Paul Ripke wrote: > I've been rsyncing against anoncvs (and/or mirrors) for ~years, without > issues. I've just noticed build issues, and tracked it down to the > following dirs missing from my rsync of the anoncvs repo: > >

Re: Strange error resolving non-existent hostname

2015-12-02 Thread Andreas Gustafsson
Thomas Klausner wrote: > Recently, a mercurial test has started failing for me (7.99.21/amd64): > > @@ -80,7 +80,7 @@ >$ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest >$ hg clone http://localhost:$HGPORT 404-url >applying clone bundle from

no vga* at pci?

2015-12-02 Thread Rhialto
If I configure a (amd64, 7.0) kernel with no vga* at pci? then it fails to boot (properly). This is despite the fact that no "vga at pci" ever seems to get configured (so it is unneeded). Instead, I have acpivga0 at acpi0 (OVGA): ACPI Display Adapter What happens is rather

Re: no vga* at pci?

2015-12-02 Thread Michael van Elst
rhia...@falu.nl (Rhialto) writes: >If I configure a (amd64, 7.0) kernel with >no vga* at pci? >then it fails to boot (properly). It probably fails to establish a console. -- -- Michael van Elst Internet: mlel...@serpens.de

Re: no vga* at pci?

2015-12-02 Thread Felix Deichmann
2015-12-02 23:37 GMT+01:00 Rhialto : > Any idea why vga is more important than it seems to be? Sounds as bothersome as the need to use a "LEGACY" kernel when you have vga@isa... Felix

daily CVS update output

2015-12-02 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/modules/mi P src/lib/libc/net/getaddrinfo.c P src/sbin/gpt/Makefile P src/sbin/gpt/add.c P src/sbin/gpt/backup.c P src/sbin/gpt/biosboot.c P src/sbin/gpt/create.c P src/sbin/gpt/destroy.c P src/sbin/gpt/gpt.8 P src/sbin/gpt/gpt.c P src/sbin/gpt/gpt.h P

Re: Strange error resolving non-existent hostname

2015-12-02 Thread Joerg Sonnenberger
On Wed, Dec 02, 2015 at 10:22:48AM +0200, Andreas Gustafsson wrote: > Here's a simpler test: > >$ telnet nosuch >nosuch: No address associated with hostname > > I get the above (incorrect) output on both 6.1.4 and -current. > > > Any ideas what could be the reason for this? > > Looks

Re: Strange error resolving non-existent hostname

2015-12-02 Thread Andreas Gustafsson
Joerg Sonnenberger wrote: > >$ telnet nosuch > >nosuch: No address associated with hostname > > > > I get the above (incorrect) output on both 6.1.4 and -current. > > > > > Any ideas what could be the reason for this? > > > > Looks like a bug in NetBSD's getaddrinfo() to me. > > Linux