Your message dated Tue, 10 Feb 2009 14:32:07 +0000
with message-id <[email protected]>
and subject line Bug#514586: fixed in apcupsd 3.14.5-2
has caused the Debian Bug report #514586,
regarding apcupsd-doc needs Replaces on apcupsd
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.)
--
514586: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514586
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: upgrade-reports
Severity: normal
>My previous release is:
Etch (including all updates as of today) + volatile + debian-multimedia.org
>I am upgrading to:
Lenny (as of today) + volatile + debian-multimedia.org
>Archive date:
Sat Feb 7 15:00:01 UTC 2009
Using dak v1
Running on host: ries.debian.org
>uname -a before upgrade:
(forgot to grab this, but it was a custom 2.6.28.2 compile)
>uname -a after upgrade:
Linux eternity 2.6.28.4 #1 SMP Sat Feb 7 15:40:47 CET 2009 i686 GNU/Linux
>Method:
* Logged in via ssh using putty from a windows xp laptop:
# dpkg --audit
(no output)
# vim /etc/apt/sources.list /etc/apt/sources.list.d/*
Changed 'etch' to 'lenny' in /etc/apt/sources.list
+ /etc/apt/sources.list.d/*
# apt-get clean
# aptitude update
# apt-get install apt
# aptitude install aptitude
# aptitude search "?false"
# aptitude safe-upgrade
# aptitude dist-upgrade
# (at the end, grabbed linux-2.6.28.4.tar.bz2 from kernel org, compiled,
rebooted)
>Contents of /etc/apt/sources.list:
#
# deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1
(20060307)]/ etch main
#deb http://ftp.no.debian.org/debian/ etch main non-free contrib
#deb-src http://ftp.no.debian.org/debian/ etch main non-free contrib
deb http://ftp.se.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.se.debian.org/debian/ lenny main non-free contrib
#deb http://ftp.us.debian.org/debian/ etch main non-free contrib
#deb-src http://ftp.us.debian.org/debian/ etch main non-free contrib
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib
non-free
deb http://volatile.debian.org/debian-volatile lenny/volatile-sloppy main
contrib non-free
>Contents of /etc/apt/sources.list.d/debian-multimedia.sources.list:
deb http://www.debian-multimedia.org lenny main
>- Were there any non-Debian packages installed before the upgrade? If
> so, what were they?
Sun Java 1.6.0_11 installed into /usr/local/java/jdk1.6.0_11/
(installed from vendor .bin from java.sun.com)
Latencytop 0.4 installed into /usr/local/sbin/latencytop
(compiled from source)
>- Was the system pre-update a pure sarge system? If not, which packages
> were not from sarge?
The system was originally installed via a nightly etch debian-installer
from when etch was still in 'testing', and has tracked etch as
stable since then.
>- Did any packages fail to upgrade?
Initially, yes: apcupsd and apcupsd-doc failed during
"aptitude safe-upgrade" with:
Errors were encountered while processing:
/var/cache/apt/archives/apcupsd-doc_3.14.4-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
dpkg: error processing /var/cache/apt/archives/apcupsd-doc_3.14.4-1_all.deb
(--unpack):
trying to overwrite `/usr/share/doc/apcupsd/examples/newslave.c.gz', which is
also in package apcupsd
Apparently, this was caused by "aptitude safe-upgrade" deciding to hold
"apcupsd" during safe-upgrade, while still trying to upgrade "apcupsd-doc".
>- Were there any problems with the system after upgrading?
Yes, several:
* DHCP server (dhcp3-server):
The system being upgraded acted as a DHCP server for the windows laptop
client used to connect via ssh for the upgrade. The DHCP server was shut
down for an extended period of time during the upgrade (as aptitude
worked its way through the packages). After a while, this caused the
Windows XP DHCP client to drop its lease and switch to a 169.254.* IP
address without prior notice. From the Windows XP event log:
(Several warnings): "Your computer was not able to renew its
address from the network (from the DHCP server)..."
(Final error): "Your computer has lost the lease to its IP address
[redacted] on the Network Card with the network
address [redacted]"
(Warning): "Your computer has automatically configured the IP address for
the Network Card with network address [redacted]. The IP
address being used is 169.254.[redacted]"
Following this, the putty session was immediately disconnected and any
attempt to reconnect resulted in "no route to host". This happened in
the middle of aptitude running "Setting up package...."
To continue, I had to hook up a monitor and keyboard to the server,
and log in as root on the console. "ps ax" showed "aptitude" stuck in
"dpkg --configure -a" (iirc), so I killed the aptitude and dpkg process,
and had to restart aptitude / dpkg configure. Fortunately this seemed
to work out well; I completed the upgrade via the console.
Suggestion: Try to minimize the downtime for dhcpd during a dist upgrade.
(restart it sooner instead of waiting until all other unrelated packages
have been upgraded, if possible?)
* UML guests (user-mode-linux):
The system hosts a user-mode-linux guest (running debian etch).
(Before starting the upgrade on the host system, the guest was shut down
gracefully manually).
After upgrading to lenny's user-mode-linux package, the guest failed to
boot properly. This seems to be caused by a change in how "hostfs" mounts
are handled: Inside the guest, /lib/modules is configured to be mounted
via hosts from the host's /usr/lib/uml/modules. The old fstab entry
on the guest, which was
hostfs /lib/modules hostfs defaults,ro,/usr/lib/uml/modules 0 0
failed to run, yielding an error "mount: special device hostfs does not
exist". Correcting the fstab entry in the guest to:
none /lib/modules hostfs defaults 0 0
fixed the issue. (On the host, the uml process is started with:
screen -d -m linux.uml ubd0=/path/to/guest/root.img
ubd1=/path/to/guest/swap.img mem=256M umid=guestname eth0=tuntap,tap0,,redacted
hostfs=/usr/lib/uml/modules con=pty con0=fd:0,fd:1
)
Also, for some reason, I can no longer connect to the console of the uml
guest. Previously, I could use both "screen /dev/ttyp0" or "screen -r"
to connect. Now, using "screen /dev/ttyp0" gives a blank terminal, and
"screen -r" (as the user running linux.uml process) gives: "Cannot open
your terminal '/dev/pts/6' - please check."
Apparently there's been a change in how pseudo-terminals work? /dev/pts/6
appears to be owned by the uid owning the 'xterm'?
* cpufrequtils:
"/usr/bin/cpufreq-info" no longer prints a linebreak at the end of the
last line of each CPU's statistics, causing the text "analyzing CPU 1"
to appear at the same line as the last statusline for CPU 0. This broke
a simple script that used to parse the output via "cpufreq-info | grep 'CPU '"
* x11-apps:
xconsole uses a very weird, ugly, large font after upgrading (running
inside 'vncserver' / 'Xrealvnc'). I had to add this to ~/.Xdefaults to
get back the usual font:
XConsole*text*font: -*-fixed-bold-*-*-*-*-*-*-*-*-*-*-*
and add this to the middle of ~/.Xsession:
xrdb -merge "$HOME/.Xdefaults".
* atftpd:
During upgrade, this package threw a weird warning about an unrecognized
entry in /etc/inetd.conf:
"tftp dgram udp wait nobody /usr/sbin/tcpd
/usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758
--mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5
/tftpboot"
while trying to add:
"tftp dgram udp4 wait nobody /usr/sbin/tcpd
/usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758
--mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5
/tftpboot"
Had to manually edit this file and replace 'udp' with 'udp4'
* nfs-common:
This is actually from doing an etch->lenny upgrade inside the previously
mentioned UML guest: Trying to run "aptitude safe-upgrade" failed with:
Preparing to replace mount 2.12r-19etch1 (using
.../mount_2.13.1.1-1_i386.deb) ...
You have NFS mount points currently mounted, and this version of mount
requires that nfs-common be upgraded before NFS mounts will work.
Aborting install.
dpkg: error processing /var/cache/apt/archives/mount_2.13.1.1-1_i386.deb
(--unpack):
subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
/var/cache/apt/archives/mount_2.13.1.1-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
To work around this, I had to manually "apt-get install nfs-common" before
proceeding with "aptitude safe-upgrade"
* samba:
Windows XP client mappings stopped working. Previously, smb.conf used
"security = share" and the client drive mapping was configured with
the server's IP address (as in "\\1.2.3.4\sharename"). After a lot of
trial and failure, it would appear that the new samba package no longer
responded correctly to mounts based on the IP address, (yielding
'resource not found' type errors), so the mapping had to be
changed to "\\servername\sharename" on the client). (I also took the
opportunity to change over to "security = user", but I don't
think that's related)
> Further Comments/Problems:
Trying to run "aptitude upgrade" as specified in the release notes at
http://www.debian.org/releases/lenny/i386/release-notes/ch-upgrading.en.html#minimal-upgrade
resulted in a warning:
W: The "upgrade" command is deprecated; use "safe-upgrade" instead.
I used "safe-upgrade" throughout the process, perhaps the release notes
should be updated to prevent confusion.
Also, clamav was stuck for a while during upgrading as it tried to run
freshclam to download new signatures, this failed naturally as the
bind9 daemon was shutdown by aptitude. It'd be useful for both
named and dhcpd to become available earlier during the aptitude upgade run.
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.28.4 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=nb_NO.iso88591 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
Source: apcupsd
Source-Version: 3.14.5-2
We believe that the bug you reported is fixed in the latest version of
apcupsd, which is due to be installed in the Debian FTP archive:
apcupsd-cgi_3.14.5-2_i386.deb
to pool/main/a/apcupsd/apcupsd-cgi_3.14.5-2_i386.deb
apcupsd-doc_3.14.5-2_all.deb
to pool/main/a/apcupsd/apcupsd-doc_3.14.5-2_all.deb
apcupsd_3.14.5-2.diff.gz
to pool/main/a/apcupsd/apcupsd_3.14.5-2.diff.gz
apcupsd_3.14.5-2.dsc
to pool/main/a/apcupsd/apcupsd_3.14.5-2.dsc
apcupsd_3.14.5-2_i386.deb
to pool/main/a/apcupsd/apcupsd_3.14.5-2_i386.deb
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.
Daniel Baumann <[email protected]> (supplier of updated apcupsd 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: SHA1
Format: 1.8
Date: Tue, 10 Feb 2009 15:11:00 +0100
Source: apcupsd
Binary: apcupsd apcupsd-cgi apcupsd-doc
Architecture: source all i386
Version: 3.14.5-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description:
apcupsd - APC UPS Power Management (daemon)
apcupsd-cgi - APC UPS Power Management (web interface)
apcupsd-doc - APC UPS Power Management (documentation/examples)
Closes: 514586
Changes:
apcupsd (3.14.5-2) unstable; urgency=low
.
* Adding replaces apcupsd to apcupsd-doc (Closes: #514586).
Checksums-Sha1:
39e176beabc183a6c1d176fdbd6ea1dffed18c3b 1289 apcupsd_3.14.5-2.dsc
58ebe3c6eb6005e1ac9e6304f206aba842b5803c 13613 apcupsd_3.14.5-2.diff.gz
038d86922314261e66b1977813252036e886ffc5 2505814 apcupsd-doc_3.14.5-2_all.deb
574e54e4ed21461ae3cb288d00524e54b2cea58a 240580 apcupsd_3.14.5-2_i386.deb
167deaee7aff5b5812f9b01c253f422feb9500a0 49296 apcupsd-cgi_3.14.5-2_i386.deb
Checksums-Sha256:
bc9638ae1da4c9f3a8444c29527cec7b25990becd909759ab9550d86e3aa9f24 1289
apcupsd_3.14.5-2.dsc
f4ff92bae93128e02cc44e42360789c5169db527310544e345732b6bd8615fad 13613
apcupsd_3.14.5-2.diff.gz
8b4bf556d27e1b739ff198c33cfd9891fba9e8711a7dc0d1cb37143e6e4ba793 2505814
apcupsd-doc_3.14.5-2_all.deb
cbccba87653f08513d58b08f3d35e1b8398b3f2b385f6e434ccaa1715c9c9c66 240580
apcupsd_3.14.5-2_i386.deb
9ead7788df39407afcbae9c634a7daa361664801b1a4c0b0685b7e760da086dc 49296
apcupsd-cgi_3.14.5-2_i386.deb
Files:
2c0d6b0aa23d1686f9c2480656bc2c90 1289 admin extra apcupsd_3.14.5-2.dsc
2be1921efb16c5854a2d1e8f219713c2 13613 admin extra apcupsd_3.14.5-2.diff.gz
e9c2bde91eaa6c33c89ff0770a53c877 2505814 doc extra apcupsd-doc_3.14.5-2_all.deb
5b5f06b8f1c60bfc6cd66be3df276951 240580 admin extra apcupsd_3.14.5-2_i386.deb
99d82045a530f0c3a21c1dc5fbe65a29 49296 web extra apcupsd-cgi_3.14.5-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmRjIcACgkQ+C5cwEsrK57seACeLKP4aMcYcoLtkV/aCoIqA2vi
z68AnRNA6KXSptUP4zV9G2TYqZf4Np+e
=RKDn
-----END PGP SIGNATURE-----
--- End Message ---