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
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
Ubuntu recently released new debconf and wireshark packages. The new debconf package resets the debconf/frontend setting which results in the wireshark-common package prompting the user regarding dumpcap privileges. Our securityonion-sostat package needs a preinst script that resets the debconf/frontend setting to noninteractive so that soup can proceed unattended.
echo "debconf debconf/frontend select noninteractive" | debconf-set-selections || echo "Unable to set debconf to noninteractive!"
The text was updated successfully, but these errors were encountered:
Ubuntu recently released new
debconf
andwireshark
packages. The newdebconf
package resets thedebconf/frontend
setting which results in thewireshark-common
package prompting the user regardingdumpcap
privileges. Oursecurityonion-sostat
package needs apreinst
script that resets thedebconf/frontend
setting tononinteractive
so that soup can proceed unattended.The text was updated successfully, but these errors were encountered: