daily CVS update output

2019-11-02 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/comp/ad.powerpc P src/distrib/sets/lists/xdebug/md.alpha P src/distrib/sets/lists/xdebug/md.amd64 P src/distrib/sets/lists/xdebug/md.amiga P src/distrib/sets/lists/xdebug/md.bebox P src/distrib/sets/lists/xdebug/md.cats P

Re: scp protocol error on multiple file copy?

2019-11-02 Thread John D. Baker
Hmm. It seems trying to put more than one pattern into the source filespec confuses things. I simplified it to only the sets: scp -T -v -p buildhost:"/path/to/sets/@([bem]|tex)*" . and that worked. I changed the order around to get all the bits in one source filespec: scp -T -v -p

Re: scp protocol error on multiple file copy?

2019-11-02 Thread John D. Baker
On Fri, 1 Nov 2019 08:30:24 - (UTC), mlel...@serpens.de (Michael van Elst) wrote: > jdbaker%consolidated.net@localhost ("John D. Baker") writes: > > >On the remote, it invokes 'scp' with an undocumented "-f" (lowercase > >"f") switch: > > > debug1: Sending command: scp -v -p -f > >

Re: audio panic

2019-11-02 Thread Tetsuya Isaki
At Sat, 26 Oct 2019 18:27:36 +0200, Yorick Hardy wrote: > [ 166.145911] panic: kernel diagnostic assertion "ring->used + n <= > ring->capacity" failed: file "/usr/src/local/sys/dev/audio/audiodef.h", line > 406 called from audio_track_record:4518: ring->used=32256 n=32256 >