Your message dated Sat, 22 Jul 2006 09:32:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#379096: fixed in xen-tools 2.2-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 ---Package: xen-tools Version: 2.1-3 Severity: normal Tags: patch /usr/lib/xen-tools/debian.d/90-make-fstab writes the default option when using reiserfs filesystem, preventing root mounting: ReiserFS: sda1: warning: bad value "remount-ro" for option "errors" ReiserFS: sda1: warning: bad value "remount-ro" for option "errors" mount: / not mounted already, or bad option This is the simple patch: --- /usr/lib/xen-tools/debian.d/90-make-fstab.orig 2006-07-20 18:13:11.000000000 +0200 +++ /usr/lib/xen-tools/debian.d/90-make-fstab 2006-07-20 18:26:05.000000000 +0200 @@ -34,11 +34,14 @@ # Options to mount the root filesystem with, we need to have # different options for xfs. # -# The default option works for ext2, ext3, and reiserfs. +# The default option works for ext2 and ext3. # options="errors=remount-ro" case "${fs}" in + reiserfs) + options="defaults" + ;; xfs) options="defaults" ;; Similar patch should be applied to other distributions (e.g. /usr/lib/xen-tools/ubuntu.d/90-make-fstab) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-xen-686 Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Versions of packages xen-tools depends on: ii debootstrap 0.3.3 Bootstrap a basic Debian system ii libtext-template-perl 1.44-1.1 Text::Template perl module ii perl-modules 5.8.8-4 Core Perl modules Versions of packages xen-tools recommends: ii reiserfsprogs 1:3.6.19-1 User-level tools for ReiserFS file pn rpmstrap <none> (no description available) ii xen-hypervisor-3.0-i386 [ 3.0.2+hg9697-1 The Xen Hypervisor for i386 pn xfsprogs <none> (no description available) -- no debconf information
--- End Message ---
--- Begin Message ---Source: xen-tools Source-Version: 2.2-1 We believe that the bug you reported is fixed in the latest version of xen-tools, which is due to be installed in the Debian FTP archive: xen-tools_2.2-1.diff.gz to pool/main/x/xen-tools/xen-tools_2.2-1.diff.gz xen-tools_2.2-1.dsc to pool/main/x/xen-tools/xen-tools_2.2-1.dsc xen-tools_2.2-1_all.deb to pool/main/x/xen-tools/xen-tools_2.2-1_all.deb xen-tools_2.2.orig.tar.gz to pool/main/x/xen-tools/xen-tools_2.2.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. Steve Kemp <[EMAIL PROTECTED]> (supplier of updated xen-tools 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, 22 Jul 2006 16:59:39 +0000 Source: xen-tools Binary: xen-tools Architecture: source all Version: 2.2-1 Distribution: unstable Urgency: high Maintainer: Radu Spineanu <[EMAIL PROTECTED]> Changed-By: Steve Kemp <[EMAIL PROTECTED]> Description: xen-tools - Tools to manage debian XEN virtual servers Closes: 376846 377684 378165 379023 379096 Changes: xen-tools (2.2-1) unstable; urgency=high . * New upstream release, fixes several important bugs hence urgency=high. - /etc/fstab creation generated correctly for reiserfs (Closes: #379023) (Closes: #379096) - --force works with xfs filesystems. (Closes: #377684) - Timezone configuration file copied over into new guest domains. (Closes: #376846) - Debian image creation works correctly. (Closes: #378165) Files: c239e4b100ca1f8df503191ffafdaa77 640 utils extra xen-tools_2.2-1.dsc 12d948ae125713871c5946990ce59717 73508 utils extra xen-tools_2.2.orig.tar.gz 0123440bfbd06b8ec426fc9cbf007299 3670 utils extra xen-tools_2.2-1.diff.gz 2903308ea19ce6ca721c482ed00b8267 90394 utils extra xen-tools_2.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEwk+JwM/Gs81MDZ0RAqnTAJsFJtERyAT9FUzKldN0z6/tf440FQCglYqx erNQM72Icp819britzRfw4M= =A2KR -----END PGP SIGNATURE-----
--- End Message ---

