Your message dated Sat, 29 Dec 2007 22:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#418297: fixed in mbr 1.1.10-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Subject: mbr: MBR fails when opening large files
Package: mbr
Version: 1.1.9-2
Severity: important
*** Please type your report below this line ***
When attempting to use install-mbr to install mbr into a large file,
it fails. As it only needs to write the first 512 bytes, this seems
rather unneccesary. Should it be compiled with -D_LARGE_FILES?
zsh > ls -lh test.hd
-rw-r--r-- 1 mariw mariw 4.0G 2007-04-08 23:41 test.hd
zsh > /sbin/install-mbr test.hd
install-mbr: Failed to open test.hd: File too large
zsh > strace /sbin/install-mbr test.hd
execve("/sbin/install-mbr", ["/sbin/install-mbr", "test.hd"], [/* 31 vars */])
= 0
uname({sys="Linux", node="frost", ...}) = 0
brk(0) = 0x804d000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7f0e000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=73762, ...}) = 0
mmap2(NULL, 73762, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7efb000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240O\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=1241392, ...}) = 0
mmap2(NULL, 1247388, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) =
0xb7dca000
mmap2(0xb7ef1000, 28672, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x127) = 0xb7ef1000
mmap2(0xb7ef8000, 10396, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ef8000
close(3) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb7dc9000
mprotect(0xb7ef1000, 20480, PROT_READ) = 0
set_thread_area({entry_number:-1 -> 6, base_addr:0xb7dc98e0, limit:1048575,
seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0,
useable:1}) = 0
munmap(0xb7efb000, 73762) = 0
open("test.hd", O_RDWR|O_NOCTTY) = -1 EFBIG (File too large)
write(2, "install-mbr: Failed to open test"..., 52install-mbr: Failed to open
test.hd: File too large
) = 52
exit_group(1) = ?
Process 15834 detached
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages mbr depends on:
ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries
mbr recommends no packages.
-- no debconf information
--
Mari Wang
--- End Message ---
--- Begin Message ---
Source: mbr
Source-Version: 1.1.10-1
We believe that the bug you reported is fixed in the latest version of
mbr, which is due to be installed in the Debian FTP archive:
mbr_1.1.10-1.diff.gz
to pool/main/m/mbr/mbr_1.1.10-1.diff.gz
mbr_1.1.10-1.dsc
to pool/main/m/mbr/mbr_1.1.10-1.dsc
mbr_1.1.10-1_amd64.deb
to pool/main/m/mbr/mbr_1.1.10-1_amd64.deb
mbr_1.1.10.orig.tar.gz
to pool/main/m/mbr/mbr_1.1.10.orig.tar.gz
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.
Santiago Garcia Mantinan <[EMAIL PROTECTED]> (supplier of updated mbr 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.7
Date: Sat, 29 Dec 2007 20:15:27 +0100
Source: mbr
Binary: mbr
Architecture: source amd64
Version: 1.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Santiago Garcia Mantinan <[EMAIL PROTECTED]>
Changed-By: Santiago Garcia Mantinan <[EMAIL PROTECTED]>
Description:
mbr - Master Boot Record for IBM-PC compatible computers.
Closes: 382812 418297 454203
Changes:
mbr (1.1.10-1) unstable; urgency=low
.
* New upstream version.
* Compile with support for large files. Closes: #418297.
* Add support for lpia architecture. Closes: #454203.
* Get a 64-bit installer where available. Closes: #382812.
Files:
eaf43c0bdfcdb71db1d3c67fbc6bac4a 587 admin optional mbr_1.1.10-1.dsc
27c3854edf80716158001eec59634972 118976 admin optional mbr_1.1.10.orig.tar.gz
9e8a022f97204bfe79e6c823c461d730 5822 admin optional mbr_1.1.10-1.diff.gz
32ac8056fed826b89ebd417b101d5529 23886 admin optional mbr_1.1.10-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHdsJ/cv3CBfajKo4RAunjAJ9+VqYWC7LMeghT4Uok5KtsHs0vEwCgkc+5
d/zoDL9NoCZbLm7sHWOcjoY=
=NS6n
-----END PGP SIGNATURE-----
--- End Message ---