sysupgrade script diff for people with small /home

2019-08-12 Thread Jiri B
Hi,

see $subj, some people have so small /home and currently sysupgrade
doesn't like symlink to bigger partition. (I know that bad symlink can
make it explode.)

--- /usr/sbin/sysupgrade.orig   Mon Aug 12 19:07:11 2019
+++ /usr/sbin/sysupgradeMon Aug 12 18:51:28 2019
@@ -119,6 +119,7 @@ else
 fi

 if [[ -e ${SETSDIR} ]]; then
+   [[ -h ${SETSDIR} ]] && SETSDIR=$(readlink -f $SETSDIR)
eval $(stat -s ${SETSDIR})
[[ $st_uid -eq 0 ]] ||
 ug_err "${SETSDIR} needs to be owned by root:wheel"

j.



Re: Good Quality Microphone for Podcasts compatible with OpenBSD

2019-08-12 Thread Jan Stary
On Aug 11 19:59:19, ssamm1...@gmail.com wrote:
> I personally have the 18i8 interface. What doesn't work is the proprietary 
> software that comes with it. The interface works fine as an interface without 
> the software. The software is needed to remap the outputs and change a couple 
> of internal settings. When they are changed on a Windows box the settings are 
> saved internally and persist between OSes.

Can you please post the mixerctl -av of that?

Have you tried (re)mapping the outputs
with mixerctl's *_source variables?

Jan



Re: Good Quality Microphone for Podcasts compatible with OpenBSD

2019-08-12 Thread Kenny Lewis
Hi Samuel,

> I have a focusritte scarlett interface which mostly works
> under openBSD. You could then get a XLR mic such as the
> Audio Technica AT2020. It is a little more expensive to go
> that route but makes it easier to upgrade in the future.

Oh! If I may bug, what Focusrite Scarlett interface is that?
Also what doesn't work under OpenBSD for that device?

Just curious.

Thanks,

Kenny