Your message dated Mon, 02 Oct 2006 19:17:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388335: fixed in aoetools 11-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: aoetools: policy violation: binaries in wrong location
Package: aoetools
Version: 10-1
Severity: grave
Justification: renders package unusable
Tags: patch

The aoetools binaries need to be in the /sbin directory instead of
/usr/sbin since they are used to prepare the device to mount its
volumes.

Here is a patch:

diff -ru3 aoetools-10/debian/rules aoetools-10.new/debian/rules
--- aoetools-10/debian/rules    2006-09-15 08:02:19.000000000 -0600
+++ aoetools-10.new/debian/rules        2006-09-19 17:48:11.745757807 -0600
@@ -14,7 +14,7 @@
        dh_clean -k
        dh_installdocs
        dh_installchangelogs
-       $(MAKE) install PREFIX=debian/aoetools
+       $(MAKE) install PREFIX=debian/aoetools SBINDIR=debian/aoetools/sbin
        dh_strip
        dh_compress
        dh_fixperms

This is half the battle with regard to bringing up the device at boot.
Please seen #387552 for more info.


wt

-- 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-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


--- End Message ---
--- Begin Message ---
Source: aoetools
Source-Version: 11-1

We believe that the bug you reported is fixed in the latest version of
aoetools, which is due to be installed in the Debian FTP archive:

aoetools_11-1.diff.gz
  to pool/main/a/aoetools/aoetools_11-1.diff.gz
aoetools_11-1.dsc
  to pool/main/a/aoetools/aoetools_11-1.dsc
aoetools_11-1_i386.deb
  to pool/main/a/aoetools/aoetools_11-1_i386.deb
aoetools_11.orig.tar.gz
  to pool/main/a/aoetools/aoetools_11.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.
David Martínez Moreno <[EMAIL PROTECTED]> (supplier of updated aoetools 
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: Tue,  3 Oct 2006 03:51:32 +0200
Source: aoetools
Binary: aoetools
Architecture: source i386
Version: 11-1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno <[EMAIL PROTECTED]>
Changed-By: David Martínez Moreno <[EMAIL PROTECTED]>
Description: 
 aoetools   - tools to assist in using ATA over Ethernet
Closes: 377431 387552 388335
Changes: 
 aoetools (11-1) unstable; urgency=low
 .
   * New upstream release:
     - Use POSIX shell math instead of relying on bc or dc (closes: #377431).
   * The introduced changes, as is, do not work with discs bigger than 2 GB.
     The problem is that POSIX arithmetic is limited to 2147483648, but not in
     bash.  Probably upstream author (and Warren Turkal) have /bin/sh pointing
     to /bin/bash, so he (they) did not see the problem.  Changed all the
     scripts using bashisms to use /bin/bash.
   * debian/rules: Binaries should go to /sbin instead to /usr/sbin.  If not,
     we are preventing users from using AoE volumes in the early boot process,
     as well as for hosting the /usr directory.  Many thanks to Warren Turkal
     for pointing out this (closes: #388335).
   * debian/control:
     - Added aoe-revalidate to the list of included tools.
     - Bumped policy version to 3.7.2.1.
   * Added /etc/default/aoetools and /etc/init.d/aoetools in order to
     initialize AoE devices just after network goes up (position 41 in runlevel
     S).  Added a README-Debian about this subject.  This closes: #387552.
Files: 
 1e22e773aedaff79428af676885ec10c 561 admin optional aoetools_11-1.dsc
 6dcae199043f273c38d053833cae5525 19499 admin optional aoetools_11.orig.tar.gz
 f1653e070c76e4f89751553787020362 4353 admin optional aoetools_11-1.diff.gz
 b421e48e974fb5dca97361bc51203c32 20498 admin optional aoetools_11-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFIcZaWs/EhA1iABsRApJEAKCkUsCAlrw4/4uXYGsx27rVJAgUNQCgqVL/
J1auhGWGYRPYqr/tZaw00+w=
=/6hs
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to