Comment 28 for bug 1576187

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

Trusty verification
===================

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

backuppc:
  Installed: 3.3.0-1ubuntu1
  Candidate: 3.3.0-1ubuntu1
  Version table:
 *** 3.3.0-1ubuntu1 0
        500 http://br.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

Bug confirmed:
root@trusty-backuppc-1576187:~# sudo -u backuppc -H /usr/share/backuppc/bin/BackupPC_dump -f localhost
started full dump, share=public
xferPids 8144,8143
dump failed: No files dumped for share public
link localhost
root@trusty-backuppc-1576187:~# echo $?
2

Now with the updated package:
root@trusty-backuppc-1576187:~# apt-cache policy backuppc
backuppc:
  Installed: 3.3.0-1ubuntu1.1
  Candidate: 3.3.0-1ubuntu1.1
  Version table:
 *** 3.3.0-1ubuntu1.1 0
        500 http://br.archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 Packages

Error is gone:
root@trusty-backuppc-1576187:~# sudo -u backuppc -H /usr/share/backuppc/bin/BackupPC_dump -f localhost
started full dump, share=public
xferPids 8504,8503
full backup complete
root@trusty-backuppc-1576187:~# echo $?
0

Trusty verification succeeded.