I am running KDE desktop within FreeBSD jail. How do I get audio working from inside the FreeBSD jail so that flash will also work?
The devfs provides an interface to manipulate properties of devfs for jail. It can be controlled using /etc/rc.conf file only. First shutdown your desktop running inside the jail. You also need to stop jail service
# /etc/rc.d/jail stop
Edit /etc/rc.conf as follows:
# vi /etc/rc.conf
Append the following config directives:
jail_xfcedesktop_devfs_ruleset="devfsrules_desktop_jail"
Note: replace xfcedesktop with your actual jail name. Save and close the file. Start the jail, enter:
# /etc/rc.d/jail stop
You can now use audio inside the FreeBSD jail system.
You should follow me on twitter here or grab rss feed to keep track of new changes.
This FAQ entry is 6 of 6 in the "FreeBSD Jail Operating System-level Virtualization Tutorial" series. Keep reading the rest of the series:










{ 2 comments… read them below or add one }
Thanks for this howto, only one mistake:
The last command should be # /etc/rc.d/jail start
Great series. A quick question: do you think one could run pcbsd from within a jail?