Re: Loading firmware for USB device after boot

2014-06-12 Thread Thomas Mueller
On Fri, Jun 06, 2014 at 04:27:00AM +, Thomas Mueller wrote: Is it possible to load firmware for a USB device subsequent to boot? This is the drivers responsability (via the firmload(9) API). In this case, the USB device is a wireless network adapter, Atheros AR9271,

Scroll Lock on NetBSD-current amd64 and i386: different behavior

2014-06-12 Thread Thomas Mueller
I've tried, at a text console, Scroll Lock, which then permits scrolling back some way with PageUp key on NetBSD-current i386, just like in FreeBSD, except that in FreeBSD, up- and down-arrow keys also work. But this does not work at all in NetBSD-current amd64. Is that a bug? I wouldn't

Finding version from src tree in HEAD

2014-06-12 Thread Thomas Mueller
How do you find the NetBSD version to be built, like 6.99.43 or whatever it happens to be at the time, from the source tree? I know it must be somewhere, since the build log quickly finds it. Tom

Re: Finding version from src tree in HEAD

2014-06-12 Thread Thomas Klausner
On Thu, Jun 12, 2014 at 12:43:53AM -0700, Thomas Mueller wrote: How do you find the NetBSD version to be built, like 6.99.43 or whatever it happens to be at the time, from the source tree? grep ^.define.*NetBSD_Version /usr/src/sys/sys/param.h Thomas

Re: DESTDIR support for etcupdate?

2014-06-12 Thread Alan Barrett
On Mon, 09 Jun 2014, Thomas Mueller wrote: Is there any way to run etcupdate for NetBSD on other than the current root? Please try revision 1.56 of etcupdate, which now takes a -d destdir option. --apb (Alan Barrett)

Automated report: NetBSD-current/i386 build failure

2014-06-12 Thread NetBSD Test Fixture
This is an automatically generated notice of a NetBSD-current/i386 build failure. The failure occurred on babylon5.NetBSD.org, a NetBSD/amd64 host, using sources from CVS date 2014.06.12.14.49.02. An extract from the build.sh output follows: : ctfconvert -g -L VERSION agp_amd64.o ---

Re: Finding version from src tree in HEAD

2014-06-12 Thread Aleksej Saushev
Thomas Mueller mueller6...@bellsouth.net writes: How do you find the NetBSD version to be built, like 6.99.43 or whatever it happens to be at the time, from the source tree? I know it must be somewhere, since the build log quickly finds it. echo __NetBSD_Version__ | cpp -include sys/param.h

out of threads

2014-06-12 Thread Thomas Klausner
Something changed in -current or firefox recently. Other programs like unrar or go or gnome programs sometimes don't start because no threads are available. When I quit firefox, the problem is solved. This happens also when firefox only has 5 tabs open, so my first assumption is a thread leak (if

Re: out of threads

2014-06-12 Thread Matt Thomas
On Jun 12, 2014, at 2:11 PM, Thomas Klausner t...@giga.or.at wrote: Something changed in -current or firefox recently. Other programs like unrar or go or gnome programs sometimes don't start because no threads are available. When I quit firefox, the problem is solved. This happens also