Comment 11 for bug 1905387

Revision history for this message
Athos Ribeiro (athos-ribeiro) wrote :

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.