Comment 27 for bug 1576187

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Xenial verification
===================

Reproducing the failure:
samba:
  Installed: 2:4.3.11+dfsg-0ubuntu0.16.04.18
  Candidate: 2:4.3.11+dfsg-0ubuntu0.16.04.18
  Version table:
 *** 2:4.3.11+dfsg-0ubuntu0.16.04.18 500
        500 http://br.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages

        500 http://br.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
backuppc:
  Installed: 3.3.1-2ubuntu3.3
  Candidate: 3.3.1-2ubuntu3.3
  Version table:
 *** 3.3.1-2ubuntu3.3 500
        500 http://br.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages

root@xenial-bppc-1576187:~# sudo -u backuppc -H /usr/share/backuppc/bin/BackupPC_dump -f localhost
started full dump, share=public
xferPids 6825,6824
dump failed: No files dumped for share public
link localhost
root@xenial-bppc-1576187:~# echo $?
2

With the updated backuppc:
root@xenial-bppc-1576187:~# apt-cache policy backuppc
backuppc:
  Installed: 3.3.1-2ubuntu3.4
  Candidate: 3.3.1-2ubuntu3.4
  Version table:
 *** 3.3.1-2ubuntu3.4 500
        500 http://br.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages

root@xenial-bppc-1576187:~# sudo -u backuppc -H /usr/share/backuppc/bin/BackupPC_dump -f localhost
started full dump, share=public
xferPids 7700,7699
full backup complete
root@xenial-bppc-1576187:~# echo $?
0

I believe there is no need to check for cases (a) and (b) outlined in the SRU description, as having an outdated system is not supported. That being said, I did check those cases before I uploaded to proposed, with the ppa test packages I was using.

Xenial verification succeeded.