https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270642
--- Comment #8 from Jan Beich <jbe...@freebsd.org> --- (In reply to Piotr Smyrak from comment #6) > $ sysrc sndiod_enable > sndiod_enable: YES This checks the value in rc.conf(5) but not whether rc.d(8) script is running. For example, enabling a rc.d script via sysrc won't start it automatically: $ sysrc sndiod_enable=YES sndiod_enable: -> YES $ service sndiod status sndiod is not running. (In reply to Tatsuki Makino from comment #7) > Restarting sndiod has the effect of resetting the volume of each app, such as > that displayed in sndioctl. Firefox shouldn't be able to change sndio's own volume after https://bugzilla.mozilla.org/show_bug.cgi?id=1467882 -- You are receiving this mail because: You are the assignee for the bug.