Your message dated Wed, 26 Aug 2026 17:49:44 +0000
with message-id <[email protected]>
and subject line Bug#1144837: fixed in sitesummary 0.1.62
has caused the Debian Bug report #1144837,
regarding sitesummary: autopkgtest fails under incus-lxc: cp: cannot stat
'/etc/ssh/ssh_host*.pub': No such file or directory
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.)
--
1144837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144837
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sitesummary
Version: 0.1.61
Severity: important
Justification: fails autopkgtest on Debian CI infrastructure
Tags: forky sid
User: [email protected]
Usertags: lxc
Hi,
Debian CI is switching away from lxc containers in favor of incus Containers.
This is motivated by security concerns from us; incus is based on lxc, but
orchestrates containers substantially different: containers are not privileged
(so root in the container is not uid 0 outside of it), and incus imposes a
stricter isolation from the host system).
sitesummary passes its tests under lxc, but fails under incus.
The relevant part of the failure is (hopefully):
> Enabling module authz_host.
> Enabling module authn_core.
> Enabling module auth_basic.
> Enabling module access_compat.
> Enabling module authn_file.
> Enabling module authz_user.
> Enabling module alias.
> Enabling module dir.
> Enabling module autoindex.
> Enabling module env.
> Enabling module mime.
> Enabling module negotiation.
> Enabling module setenvif.
> Enabling module filter.
> Enabling module deflate.
> Enabling module status.
> Enabling module reqtimeout.
> Enabling conf charset.
> Enabling conf localized-error-pages.
> Enabling conf other-vhosts-access-log.
> Enabling conf security.
> Enabling conf serve-cgi-bin.
> Enabling site 000-default.
> Created symlink '/etc/systemd/system/multi-user.target.wants/apache2.service'
> → '/usr/lib/systemd/system/apache2.service'.
> Created symlink
> '/etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service' →
> '/usr/lib/systemd/system/apache-htcacheclean.service'.
> Processing triggers for libc-bin (2.42-17) ...
> Processing triggers for sitesummary (0.1.61) ...
> apache2_invoke: Enable module cgi.load
> apache2_invoke: Enable configuration sitesummary.conf
> autopkgtest [20:50:56]: test test-server-client: [-----------------------
> cp: cannot stat '/etc/ssh/ssh_host*.pub': No such file or directory
> /var/lib/sitesummary
> /var/lib/sitesummary/www
> /var/lib/sitesummary/tmpstorage
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary/system
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary/system/cpuinfo
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary/system/meminfo
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary/system/mdstat
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary/system/hdparm-I
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary/system/fstab
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary/system/procmounts
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary/system/systemd-targets
> /var/lib/sitesummary/tmpstorage/127.0.0.1-2026-08-14T20:50:57-3511-sitesummary.tar.gz
> /var/lib/sitesummary/entries
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/peerinfo
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/debian
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/debian/debian_version
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/debian/dpkg-l
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/debian-edu
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/nagios
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/siteinfo
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/siteinfo/site
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/siteinfo/sitegroup
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/siteinfo/hostclass
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/system
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/system/uname-smr
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/system/hostname
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/system/ifconfig-a
> /var/lib/sitesummary/entries/ether-00:00:00:00:00:00/system/route-n
The full autokpgtest logs are available at:
https://ci.debian.net/experiments/8/regressions/
(please beware of pagination)
Common types of failure and suggested fixes are being documented at:
https://wiki.debian.org/ContinuousIntegration/LxcToIncus
Note that for the time being, sitesummary is still being tested under lxc to
avoid disturbing its testing migration test results.
If you decide to add the `isolation-machine` restriction to get this package
tested under qemu, please mention that explicitly when closing this bug (it's
fine to do that only in the package changelog entry that closes the bug) so
that we can configure your package for qemu on ci.debian.net.
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: sitesummary
Source-Version: 0.1.62
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sitesummary, 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.
Thorsten Alteholz <[email protected]> (supplier of updated sitesummary 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: SHA512
Format: 1.8
Date: Wed, 26 Aug 2026 14:03:02 +0200
Source: sitesummary
Architecture: source
Version: 0.1.62
Distribution: unstable
Urgency: medium
Maintainer: Debian Edu Developers <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Closes: 1106768 1144837
Changes:
sitesummary (0.1.62) unstable; urgency=medium
.
* Team upload
* add new test dependency for running tests under incus
(-> openssh-server)
(Closes: #1144837)
.
[ Petter Reinholdtsen ]
* Added updated Catalan debconf translation (ca.po). (Closes: #1106768)
(Thanks to Carles Pina i Estany for the upodate)
Checksums-Sha1:
04f0951bb6b72156218f46b1c62710a18d6db3e9 2089 sitesummary_0.1.62.dsc
b9597bcf4f628e951ef121d599188618ed80468b 69068 sitesummary_0.1.62.tar.xz
8ead7842d508ccbf63ccee85a4f9828f2f8c5a74 6344
sitesummary_0.1.62_amd64.buildinfo
Checksums-Sha256:
e959a910d36af224c0e5fc262713717e7917415986a01eb32e50c8aa4e33698d 2089
sitesummary_0.1.62.dsc
f675c7f33f06e8fc629ce29a2126767302be02cd085be3997210a53cb0745a25 69068
sitesummary_0.1.62.tar.xz
1bffd23b916a4f7acd857e2165653ae1fb6abd0e493f7bbbb5689c71b0646c28 6344
sitesummary_0.1.62_amd64.buildinfo
Files:
6174439f7d1f9ee8020a05f089660aaf 2089 misc optional sitesummary_0.1.62.dsc
213bee2d3206ce20483e95d30d9cd05a 69068 misc optional sitesummary_0.1.62.tar.xz
d83f869d423d80c645d1b958d3399f80 6344 misc optional
sitesummary_0.1.62_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmqPICtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR2oUEACFpCl3zp8CR7rW/foXYB2sK7bqMxGd
oyGDz0ueKVrmvGvdNsv1p3Sj7hQwEn/HrSYhn7sfP4pSIgf/oX+ARb3ikHFxGjuF
G4Vfdvkl+dQx400sxs1ffMSEjRMVDLW+P5gsR5MOrU6xo1Glg9xEYpQj9rdTNCC6
L8M+M8bCWDq+3uQckyESsAIOSAoPIKNTQzrxbaPB+9aGofCGeQosUYzRRzwaT2kP
7VL2v4XO0mYhOurbzMMl1ztkQWNXd9PZ2sjGXBRFP765/mKhwM5X9h9K9aEDr4YM
nInYfH3tyI3TH5UF60OFJrbAQnxkqq6RxxreQNVFHhTB1y2JiLvr3Ef43Vmi8CZB
LbV8RXDsLKRclZDEL5/syBqbNmuMuCwxwOOZj/65aWxHnebLgK3NbeN4S59b2XI+
PlIXpyrXlS1FQcKvOce9aV/siQ/aDPtS13CpgwfHmiNCbDO68x94KfZERbCFrwdk
j5wU2rN+bfTTsEjO2n4+LehkNfKRpSzdU4QGcOnQJDRwt5DMPGTZi7PebYy+0Cwx
alMYfz9zYeYUt09gAkINqj/Pi0rhLX2d30PW2gc+FYMdqKbCInOMA1LA2NsYE8Jv
mdT/siukwV0KLjodQhGef/LP22r9JQR//Ma42d0O755rIXt9xW9TQRLHflcdAMGS
YbmXtHbvM1EKQw==
=cOax
-----END PGP SIGNATURE-----
pgpJjHyE0TUJ7.pgp
Description: PGP signature
--- End Message ---