diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-30 11:42:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-30 11:42:27 +0200 |
commit | 5382b947df8ac307442ca12dc9e2c151079a6f92 (patch) | |
tree | 0150d2823881652864d793b4003c26028285cdbf | |
parent | 54b7bce5b44f479763e7ba633c9a217b2e3369d3 (diff) | |
download | jenkins.debian.net-5382b947df8ac307442ca12dc9e2c151079a6f92.tar.xz |
reproducible Debian: more problems/issues after Stretch upgrades
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | TODO4stretch-host-upgrades.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/TODO4stretch-host-upgrades.txt b/TODO4stretch-host-upgrades.txt index f2a1e5b0..2b741623 100644 --- a/TODO4stretch-host-upgrades.txt +++ b/TODO4stretch-host-upgrades.txt @@ -23,10 +23,38 @@ Configuration file '/etc/apache2/conf-available/security.conf' -> didnt cleanup installed packages on jenkins just yet +when running update_jdn on jenkins +---------------------------------- +Package libvirt-bin is not available, but is referred to by another package. +This may mean that the package is missing, has been obsoleted, or +is only available from another source +However the following packages replace it: + libvirt-daemon-system libvirt-dev libvirt-clients + +E: Unable to locate package libapache2-mod-macro +E: Package 'libvirt-bin' has no installation candidate +E: Unable to locate package libvpx1 +E: Package 'postgresql-client-9.4' has no installation candidate + +on shutdown lots of: + umounting /run/schroot/moznt/jenkins-reproducible-* + +rescheduling now fails: +[11:05] < bunk> 03:24:05> rescheduling fails with error: http://paste.debian.net/974010/ +[11:05] < bunk> 03:24:25> psycopg2.OperationalError: could not connect to server: No such file or directory + + pb10 ---- had to apt install linux-image-amd64 should go in update_jdn and why is that even neccessary? +update_jdn on pb10: +Problems on profitbricks-build10-amd64.debian.net: adduser: The group `libvirt' does not exist. + +update_jdn on pb16: +Problems on profitbricks-build16-i386.debian.net: 30 Jun 11:34:16 ntpdate[5788]: the NTP socket is in use, exiting + + update_jdn.sh ------------- refactor some apt-get install calls away (which used to be needed because of jessie-backports…) |