Test results for groovy with samba 2:4.12.5+dfsg-3ubuntu4.4 available in -proposed:
# apt update && apt install -y samba-common && apt remove -y samba-common-bin # reboot # if test ! -d /run/samba; then echo 'OK: Proceed with testing'; else echo 'FAIL: do not proceed with testing'; fi > OK: Proceed with testing # apt install -y samba-common-bin # if [ $? -eq 0 ]; then echo SUCCESS; else echo FAIL; fi > SUCCESS Test results for focal with samba 2:4.11.6+dfsg-0ubuntu1.9 available in -proposed: # apt update && apt install -y samba-common && apt remove -y samba-common-bin # reboot # if test ! -d /run/samba; then echo 'OK: Proceed with testing'; else echo 'FAIL: do not proceed with testing'; fi > OK: Proceed with testing # apt install -y samba-common-bin # if [ $? -eq 0 ]; then echo SUCCESS; else echo FAIL; fi > SUCCESS Which confirms the fix for both focal and groovy. ** Tags removed: verification-needed verification-needed-focal verification-needed-groovy ** Tags added: verification-done verification-done-focal verification-done-groovy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905387 Title: samba-common-bin should call systemd-tmpfiles before testparm To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1905387/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
