Your message dated Fri, 26 Jul 2024 12:19:08 +0000
with message-id <[email protected]>
and subject line Bug#1065055: fixed in backuppc 4.4.0-9
has caused the Debian Bug report #1065055,
regarding backuppc: Old package separator used in string at
/usr/share/backuppc/bin/BackupPC_backupDelete line 102
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1065055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065055
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: backuppc
Version: 4.4.0-8
Severity: normal
Dear Maintainer,
Since the last update of the perl packages (5.36.0-10+b1 --> 5.38.2-3), I have
the following messages in the host logs:
incr backup 2454 complete, 693626 files, 1242430753896 bytes, 0 xferErrs (0 bad
files, 0 bad shares, 0 other)
Removing unfilled backup 2446
Old package separator used in string at
/usr/share/backuppc/bin/BackupPC_backupDelete line 102.
(Did you mean "$Host\'s" instead?)
BackupPC_backupDelete: removing #2446
Line 102 corresponds to an error reading the hosts file:
print(STDERR "BackupPC_backupDelete: Can't read $Host's config file: $error\n");
Regards.
-- System Information:
Debian Release: trixie/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.6.15-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages backuppc depends on:
ii adduser 3.137
ii apache2 [httpd] 2.4.58-1+b1
ii apache2-utils 2.4.58-1+b1
ii backuppc-rsync 3.1.3.0-3
ii bzip2 1.0.8-5+b2
ii debconf [debconf-2.0] 1.5.86
ii init-system-helpers 1.66
ii iputils-ping 3:20240117-1
ii libarchive-zip-perl 1.68-1
ii libbackuppc-xs-perl 0.62-2+b3
ii libc6 2.37-15
ii libcgi-pm-perl 4.61-1
ii libfile-listing-perl 6.16-1
ii libtime-parsedate-perl 2015.103-4
ii lsb-base 11.6
ii perl 5.38.2-3
ii postfix [mail-transport-agent] 3.8.5-1
ii sysvinit-utils [lsb-base] 3.08-6
ii ucf 3.0043+nmu1
Versions of packages backuppc recommends:
ii libio-dirent-perl 0.05-1.1+b3
ii openssh-client [ssh-client] 1:9.6p1-4
ii rrdtool 1.7.2-4+b10
ii samba-common-bin 2:4.19.5+dfsg-1
ii smbclient 2:4.19.5+dfsg-1
Versions of packages backuppc suggests:
ii certbot 2.9.0-1
pn libscgi-perl <none>
ii par2 0.8.1-3
ii rsync 3.2.7-1+b1
ii w3m [www-browser] 0.5.3+git20230121-2+b2
-- Configuration Files:
/etc/backuppc/apache.conf changed:
Alias /backuppc /usr/share/backuppc/cgi-bin/
<Directory /usr/share/backuppc/cgi-bin/>
AllowOverride None
Allow from all
# Uncomment the line below to ensure that nobody can sniff importanti
# info from network traffic during editing of the BackupPC config or
# when browsing/restoring backups.
# Requires that you have your webserver set up for SSL (https) access.
#SSLRequireSSL
Options ExecCGI FollowSymlinks
AddHandler cgi-script .cgi
DirectoryIndex index.cgi
AuthGroupFile /etc/backuppc/htgroup
AuthUserFile /etc/backuppc/htpasswd
AuthType basic
AuthName "BackupPC admin"
require valid-user
</Directory>
/etc/backuppc/config.pl [Errno 13] Permission non accordée:
'/etc/backuppc/config.pl'
/etc/backuppc/hosts [Errno 13] Permission non accordée: '/etc/backuppc/hosts'
/etc/backuppc/localhost.pl [Errno 13] Permission non accordée:
'/etc/backuppc/localhost.pl'
-- debconf information:
* backuppc/reconfigure-webserver: apache2
backuppc/restart-webserver: true
* backuppc/configuration-note:
--- End Message ---
--- Begin Message ---
Source: backuppc
Source-Version: 4.4.0-9
Done: Tobias Frost <[email protected]>
We believe that the bug you reported is fixed in the latest version of
backuppc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tobias Frost <[email protected]> (supplier of updated backuppc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 26 Jul 2024 13:58:12 +0200
Source: backuppc
Architecture: source
Version: 4.4.0-9
Distribution: unstable
Urgency: medium
Maintainer: Debian BackupPC Team <[email protected]>
Changed-By: Tobias Frost <[email protected]>
Closes: 990256 1023757 1031148 1043826 1065055 1074836
Changes:
backuppc (4.4.0-9) unstable; urgency=medium
.
* Fix setuidwrapper FTBFS with GCC-14. Closes: #1074836
* Fix "Fails to build source after successful build", removing a generated
file after build. Closes: #1043826
* Add Romanian debconf translation, thanks Remus-Gabriel (Closes: #1031148)
* Drop BackupPC_deleteFile and jLib.pm, not compatible with BackupPC V4
(Closes: #990256)
* Cherry-Pick patch to fix separators. (Closes: #1065055)
* Remove patches to add pool usage graphs, as they are redundant and broken
in BackupPC V4 (Closes: #1023757)
Checksums-Sha1:
b6542a64e503e39d49df88ec06005e18c62c587b 2157 backuppc_4.4.0-9.dsc
75c577a9d696caad3e001ffd4118bd5b68d6994e 37436 backuppc_4.4.0-9.debian.tar.xz
d7c348138d2957af4a826d0fcf86f38be544c66b 7578 backuppc_4.4.0-9_amd64.buildinfo
Checksums-Sha256:
2367aacf5a75f2647a45c722c49db0b1767a18337648ce4faf30a8b409bf12b9 2157
backuppc_4.4.0-9.dsc
c841c84a281384af8f88bfd5af301494149c3dd14bf928ab26905ad1e1f67a79 37436
backuppc_4.4.0-9.debian.tar.xz
a1e2e9b57c7b85ea1e370e13cef18e25bee05d711bb4e3fc0d21960392f01e82 7578
backuppc_4.4.0-9_amd64.buildinfo
Files:
6ac4dfe2e8fb3d68d7178335f8d936ad 2157 utils optional backuppc_4.4.0-9.dsc
25e90ccc51b7318061d2bc0a0c9e0830 37436 utils optional
backuppc_4.4.0-9.debian.tar.xz
77f94a820d53fb7da13a220381bc5c2d 7578 utils optional
backuppc_4.4.0-9_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAmajkC4ACgkQkWT6HRe9
XTYSPQ/5Ac1N5uFgsjqxK9NpJ532JmlHmojKlBRWRK4O5WBBHw5ghZdEjkEPyziF
72Yk2z7tTXleD+jaqdvIuucxkv4npwfpTVAYvBsE7DKzBS7PT0HENFdTgUsQP9Ol
4g37+MyBdZvtT6s92mFPToRUpNYTsl8UxhDfTkyK1YZBQPnheGkaY3mG+FTeyfck
asL+r0k/z+o+YGy3HURJ4OiyuxwYlSwyUO54XxtZlGwx7FGdP1zSXdlAwyWGxbW9
Kd2hK8t8rE3KUiO0QadIwhlq8AmZMOWkaEassb8bMudkcaXwip90oWmz+OHizG8x
2qmOMXCC36Uq4LQ76E3Cujq+Rq83qOlq5SCai4tLdDRpDhvLgVDNImma08mCETGI
3oz6y/1oDsRbWZpIZv76IV0vUOMzYPEKmt2xZXO0Vp3l5a5fEXQvCCEmMOABIQqo
RT/LVzrDMVCXRFqlYACkVgnIMLmaUEJlxBYcNOqUxVON3ZY7TulzUk8hN1rqh0OY
+qUrlOth1mMxr6Dz4EeCqxuy44zwEQbr8dRSlcW94hlzb+PMa9/bbexMLP1aqKRb
5+7LlnYt7CWMERVU72/j4s5D0lTHFCBsY3TJuWRjU212bshLl1KoY9o7Z7LxTyIm
7Z6Dn/DPXh30DNCD8DwWCgUdxRJanbcZPGGAAc/DOLELND0r9PE=
=WjAJ
-----END PGP SIGNATURE-----
pgpggXJlHyDAB.pgp
Description: PGP signature
--- End Message ---