raboof / realtimeconfigquickscan

Linux configuration checker for systems to be used for real-time audio
GNU General Public License v2.0
260 stars 26 forks source link

If username contains 'audio', the check for an audio group will report multiple groups #13

Closed mxa closed 6 years ago

mxa commented 6 years ago

realtimeconfigquickscan complains about multiple groups named audio

Checking for multiple 'audio' groups... yes - not good
Found 9 groups with name 'audio'. You should not have duplicate 'audio' groups.
For more information, see http://wiki.linuxaudio.org/wiki/system_configuration#audio_group

cat /etc/group will reveal that there is in fact only one group with the name audio. The username however contains the string audio which apparently gets picked up by the script.

raboof commented 6 years ago

Interesting observation! Would you be up for submitting a PR to fix this problem?

mxa commented 6 years ago

Pull request: https://github.com/raboof/realtimeconfigquickscan/pull/14

raboof commented 6 years ago

Thanks!