Re: after update to r368166: no sound recording

2020-12-14 Thread Matthias Apitz
El día lunes, diciembre 14, 2020 a las 10:16:21a. m. +0100, Matthias Apitz escribió: > I did a step by step down grading with 'svn up -r. hdaa.c hdaa.h' > (only these two files), starting from r368166 down to the following revisions: > > r368166: no recording from pcm1 > > r358333: no

Re: RISC-V root device question -> Panic

2020-12-14 Thread Michael Dexter
Mitchell, On 12/7/20 1:56 PM, Mitchell Horne wrote: You can also override it using the QEMU commandline, which is simpler since you won't need to recompile anything. Adding the following argument should suffice: This works great but riscv 12-STABLE using last week's snapshot revision throws

Re: review request: loader: implement framebuffer console

2020-12-14 Thread Jan Beich
Jan Beich writes: > Toomas Soome writes: > >> hi! >> >> I have been working on proper framebuffer support on FreeBSD loader >> and there is the current state: https://reviews.freebsd.org/D27420 >> >> >> All feedback is welcome, and especially if you can

Re: review request: loader: implement framebuffer console

2020-12-14 Thread Jan Beich
Toomas Soome writes: > hi! > > I have been working on proper framebuffer support on FreeBSD loader > and there is the current state: https://reviews.freebsd.org/D27420 > > > All feedback is welcome, and especially if you can spare some time for > testing:)

Re: Identifying broken applications following careless use of make -DBATCH_DELETE_OLD_FILES delete-old-libs

2020-12-14 Thread David Wolfskill
I find that "pkg_libchk" (from ports-mgmt/bsdadminscripts2) is helpful for such cases. Peace, david -- David H. Wolfskill da...@catwhisker.org As if Trump's lies weren't obvious already, Palin has joined in to prove it. See

Re: Identifying broken applications following careless use of make -DBATCH_DELETE_OLD_FILES delete-old-libs

2020-12-14 Thread Jens Schweikhardt
Alexander, it would seem that find /usr/local/*bin* /usr/local/lib* -type f \ | xargs ldd -f '%p|%A\n' 2>/dev/null \ | grep '^not found' | cut -d '|' -f2 \ | xargs pkg which -q | sort -u is prone to false positives, since ldd is sensitive to LD_LIBRARY_PATH, viz.: $ find /usr/local/*bin*

Re: Identifying broken applications following careless use of make -DBATCH_DELETE_OLD_FILES delete-old-libs

2020-12-14 Thread Alexander Leidinger
Quoting Graham Perrin (from Mon, 14 Dec 2020 07:41:45 +): Re: I made careless use of: cd /usr/src && make -DBATCH_DELETE_OLD_FILES delete-old-libs [...] Please: how can I

Re: after update to r368166: no sound recording

2020-12-14 Thread Matthias Apitz
I did a step by step down grading with 'svn up -r. hdaa.c hdaa.h' (only these two files), starting from r368166 down to the following revisions: r368166: no recording from pcm1 r358333: no recording from pcm1 r350078: no recording from pcm1 r337043: recording is fine I've cc'ed now the