Andreas Hasenack has proposed merging lp:~ahasenack/apport/samba-security-share-bugpattern into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.
Requested reviews: Ubuntu Bug Control (ubuntu-bugcontrol) For more details, see: https://code.launchpad.net/~ahasenack/apport/samba-security-share-bugpattern/+merge/327251 Bug pattern for bug #1634119 This has been a very common bug opened against samba via apport. An ancient configuration option in /etc/samba/smb.conf, called "security = share", was finally deprecated by upstream, and is no longer valid. -- Your team Ubuntu Bug Control is requested to review the proposed merge of lp:~ahasenack/apport/samba-security-share-bugpattern into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns.
=== modified file 'bugpatterns.xml' --- bugpatterns.xml 2017-03-28 15:41:28 +0000 +++ bugpatterns.xml 2017-07-11 21:06:58 +0000 @@ -1213,6 +1213,11 @@ <re key="VarLogDistupgradeTermlog">Can't locate File\/Temp.pm in @INC</re> <re key="VarLogDistupgradeTermlog">Compilation failed in require at \/usr\/sbin\/update-inetd</re> </pattern> + <pattern url="https://launchpad.net/bugs/1634119"> + <re key="SourcePackage">^samba</re> + <re key="DpkgTerminalLog">Job for (smbd|nmbd|winbind)\.service failed because the control process exited with error code</re> + <re key="SMBConf">\n\s*security\s*=\s*share\s*\n</re> + </pattern> <!-- Applies to samba4 -->
_______________________________________________ Mailing list: https://launchpad.net/~ubuntu-bugcontrol Post to : ubuntu-bugcontrol@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-bugcontrol More help : https://help.launchpad.net/ListHelp