[Bug 212028] www/firefox: Add SNDIO option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 2 06:55:20 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212028

--- Comment #8 from Tobias Kortkamp <t at tobik.me> ---
(In reply to Jan Beich (mail not working) from comment #7)
Thanks for committing.

I never tried to run sndiod in a jail before.  I usually start it on
the host and use sndiod's networking feature for this.

The reason sndiod can't start in a jail is that it tries to
setpriority(2) to -20 when started as root which is not allowed in
jails AFAIK.

Running it directly from the command line as the non-root user you run
Firefox as (e.g. `sndiod -dd -f rsnd/5` if you use /dev/dsp5) should
make it run in a jail.

If you haven't changed any of the hw.snd.report_* sysctls `export
AUDIODEVICE=rsnd/4` (for /dev/dsp4) will probably work too
without even starting the daemon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-gecko mailing list