You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with commit e177bc3, the freeswitch tasks try to install auditd and apparmor-utils if bbb_container_compat is false. Installing auditd in an LXC container fails, even in privileged mode where bbb_container_compat should not be required. The commit does not really explain why this package is needed, and it does not seem to be required to change scheduling for freeswitch or html5.
To Reproduce
Steps to reproduce the behavior:
Create a privileged LXC Container
Try to deploy BBB using default settings.
Expected behavior
Installing BBB to a privileged LXC container should not fail with default settings (bbb_container_compat: false)
The text was updated successfully, but these errors were encountered:
The fix would be to just not install auditd. It is not needed to run BBB, just for debugging and people firm enough to analyze auditd logs would also know what to install.
Describe the bug
Starting with commit e177bc3, the freeswitch tasks try to install
auditd
andapparmor-utils
ifbbb_container_compat
is false. Installingauditd
in an LXC container fails, even in privileged mode wherebbb_container_compat
should not be required. The commit does not really explain why this package is needed, and it does not seem to be required to change scheduling for freeswitch or html5.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Installing BBB to a privileged LXC container should not fail with default settings (
bbb_container_compat: false
)The text was updated successfully, but these errors were encountered: