Your message dated Tue, 13 Apr 2010 13:32:24 +0000
with message-id <e1o1ge4-00025k...@ries.debian.org>
and subject line Bug#574407: fixed in os-prober 1.37
has caused the Debian Bug report #574407,
regarding os-prober does not detect 64bit systems like Fedora 64
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 ow...@bugs.debian.org
immediately.)
--
574407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: os-prober
Version: 1.36
Severity: normal
Tags: patch
Hi,
os-prober does not detect 64bit systems like Fedora 64.
The /usr/lib/os-probes/mounted/90linux-distro script only checks
"$dir"/lib/ld*.so* but to detect Fedora 64 correctly it must check
"$dir"/lib64/ld*.so* too.
After that 1 line fix os-prober detects Fedora 64 fine.
Maximilian Gerhard
--- /usr/lib/os-probes/mounted/90linux-distro 2008-12-26 14:48:07.000000000 +0100
+++ /home/max/Desktop/90linux-distro 2010-03-17 20:47:10.000000000 +0100
@@ -13,7 +13,7 @@
# better. Make sure this test has a high number so that more accurate tests
# can come first.
# TODO: look for ld-linux.so on arches that have it
-if ls $dir/lib/ld*.so* >/dev/null 2>/dev/null; then
+if ls "$dir"/lib/ld*.so* >/dev/null 2>/dev/null || ls "$dir"/lib64/ld*.so* >/dev/null 2>/dev/null; then
if [ -e "$dir/etc/debian_version" ]; then
short="Debian"
long=$(printf "Debian GNU/Linux (%s)\n" "$(cat $dir/etc/debian_version)")
--- End Message ---
--- Begin Message ---
Source: os-prober
Source-Version: 1.37
We believe that the bug you reported is fixed in the latest version of
os-prober, which is due to be installed in the Debian FTP archive:
os-prober-udeb_1.37_i386.udeb
to main/o/os-prober/os-prober-udeb_1.37_i386.udeb
os-prober_1.37.dsc
to main/o/os-prober/os-prober_1.37.dsc
os-prober_1.37.tar.gz
to main/o/os-prober/os-prober_1.37.tar.gz
os-prober_1.37_i386.deb
to main/o/os-prober/os-prober_1.37_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 574...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated os-prober 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 13 Apr 2010 14:15:35 +0100
Source: os-prober
Binary: os-prober-udeb os-prober
Architecture: source i386
Version: 1.37
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Description:
os-prober - utility to detect other OSes on a set of drives
os-prober-udeb - utility to detect other OSes on a set of drives (udeb)
Closes: 574407
Changes:
os-prober (1.37) unstable; urgency=low
.
[ Frans Pop ]
* 90linux-distro: also allow for lib32 and lib64 directories when looking
for ld*.so*. With thanks to Maximilian Gerhard. Closes: #574407.
.
[ Colin Watson ]
* Detect Windows Server 2008 and Windows Server 2008 R2, thanks to
Thorsten. LP: #544117
* Detect Arch Linux initrds: http://wiki.archlinux.org/index.php/GRUB2 and
http://repos.archlinux.org/wsvn/packages/grub2/trunk/grubconfig.archlinux.patch
indicate that /boot/vmlinuz26 is associated with /boot/kernel26.img.
LP: #518826
Checksums-Sha1:
c251ae72c009093d933833bfcf1e9458e55f439e 937 os-prober_1.37.dsc
20f12308ee69744fd07261206ac066049771c6df 22312 os-prober_1.37.tar.gz
1d3a4056338d09e3bec64bfa643f8095af9eb35c 12604 os-prober-udeb_1.37_i386.udeb
b74c005d7186e4791566f02c852ec3e0b1eace71 22552 os-prober_1.37_i386.deb
Checksums-Sha256:
04f9647814943564b42b6d27b15fd1b8cde18c2bfb1a6df6679b479ecfdd3dd7 937
os-prober_1.37.dsc
83934c07ba8d2392b6716ee5ebb1736760d0fcfd9db5ab9a7eebeed5aadb301e 22312
os-prober_1.37.tar.gz
150f906fdd6faff7ddc6b8531a7ac00837fee22359d8e4d02fddae4b459d5f30 12604
os-prober-udeb_1.37_i386.udeb
cf6c51a27e60c21a794a1337dc35997909d213ef58177e27d1cf8d50e7ab5c38 22552
os-prober_1.37_i386.deb
Files:
6a1d061646ac856d3a3948e7cbed4970 937 debian-installer optional
os-prober_1.37.dsc
90bd13de8d7f08bdf6510d4005d9940c 22312 debian-installer optional
os-prober_1.37.tar.gz
554cd7fb748c761b073fa776cdd7cf20 12604 debian-installer optional
os-prober-udeb_1.37_i386.udeb
2641398bce6eda365f38f1d44b9eda37 22552 utils extra os-prober_1.37_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Colin Watson <cjwat...@debian.org> -- Debian developer
iD8DBQFLxG/F9t0zAhD6TNERApCyAJ9co5mkEFXBgWRQR8yujs/qPCRx1ACfU/u9
p2HZR8xat9uzU4wa6mKcQB4=
=tWJs
-----END PGP SIGNATURE-----
--- End Message ---