Your message dated Fri, 06 Aug 2010 19:02:18 +0000
with message-id <e1ohsbo-00064c...@franck.debian.org>
and subject line Bug#578395: fixed in qmailanalog-installer 0.70.4
has caused the Debian Bug report #578395,
regarding qmailanalog: /usr/bin/zsenders /usr/bin/zsuccesses 
/usr/bin/zdeferrals /usr/bin/zfailures /usr/bin/zrecipients gnu "sort" 
parameters are long
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.)


-- 
578395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578395
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qmailanalog
Version: 0.70-1
Severity: grave
Justification: renders package unusable


The binaries
(/usr/bin/zsenders /usr/bin/zsuccesses /usr/bin/zdeferrals
/usr/bin/zfailures /usr/bin/zrecipients) and possibly some
of the other binaries included with the qmailanalog package are
practicly unusuable.
The problem is rooted at a "gnu sort" program passed over a pipe
in the scripts.
Whenever invoked any of the scripts generate errors like:
"sort: open failed: +2: No such file or directory"
The solution is pretty easy each of the affected files need to
be opened with text editor and to be changed.

The whole issue is also well explained on a forum you can read
further about the problem here:
http://forum.qmailrocks.org/showthread.php?t=4835

Herein I include the content of the fixed shell scripts one by one:
/usr/bin/zsenders

#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
echo 'Senders

One line per sender. Information on each line:
* mess is the number of messages sent by this sender.
* bytes is the number of bytes sent by this sender.
* sbytes is the number of bytes successfully received from this sender.
* rbytes is the number of bytes from this sender, weighted by recipient.
* recips is the number of recipients (success plus failure).
* tries is the number of delivery attempts (success, failure, deferral).
* xdelay is the total xdelay incurred by this sender.
'
( echo mess bytes sbytes rbytes recips tries xdelay sender
/usr/bin/senders | sort -n -k 7 ) | /usr/bin/columnt

# ----

/usr/bin/zsuccesses

#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
echo 'Reasons for success

One line per reason for successful delivery. Information on each line:
* del is the number of deliveries that ended for this reason.
* xdelay is the total xdelay on those deliveries.
'
( echo del xdelay reason
/usr/bin/successes | sort -k 3 ) | /usr/bin/columnt | tr _ ' '

# ----

/usr/bin/zdeferrals

#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
echo 'Reasons for deferral

One line per reason for deferral. Information on each line:
* del is the number of deliveries that ended for this reason.
* xdelay is the total xdelay on those deliveries.
'
( echo del xdelay reason
/usr/bin/deferrals | sort -k 3 ) | /usr/bin/columnt | tr _ ' '

# ----

/usr/bin/zfailures

#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
echo 'Reasons for failure

One line per reason for delivery failure. Information on each line:
* del is the number of deliveries that ended for this reason.
* xdelay is the total xdelay on those deliveries.
'
( echo del xdelay reason
/usr/bin/failures | sort -k 3 ) | /usr/bin/columnt | tr _ ' '

# ----

/usr/bin/zrecipients

#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
echo 'Recipients

One line per recipient. Information on each line:
* sbytes is the number of bytes successfully delivered to this
* recipient.
* mess is the number of messages sent to this recipient (success plus
* failure).
* tries is the number of delivery attempts (success, failure, deferral).
* xdelay is the total xdelay incurred by this recipient.
'
( echo sbytes mess tries xdelay recipient
/usr/bin/recipients | sort -k 5 ) | /usr/bin/columnt

# ----

As you can see what is changed in the above scripts is the parameters
for the "gnu sort" binary. After the change the listed binaries work
as expected and show qmail statistics.


Kindest Regards,
Georgi Georgiev (a.k.a. hip0)
http://www.pc-freak.net/

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages qmailanalog depends on:
ii  libc6                       2.7-18lenny2 GNU C Library: Shared libraries

qmailanalog recommends no packages.

qmailanalog suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: qmailanalog-installer
Source-Version: 0.70.4

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

qmailanalog-installer_0.70.4.dsc
  to contrib/q/qmailanalog-installer/qmailanalog-installer_0.70.4.dsc
qmailanalog-installer_0.70.4.tar.gz
  to contrib/q/qmailanalog-installer/qmailanalog-installer_0.70.4.tar.gz
qmailanalog-installer_0.70.4_all.deb
  to contrib/q/qmailanalog-installer/qmailanalog-installer_0.70.4_all.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 578...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Klaus Reimer <k...@debian.org> (supplier of updated qmailanalog-installer 
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: Fri, 06 Aug 2010 17:49:07 +0000
Source: qmailanalog-installer
Binary: qmailanalog-installer
Architecture: source all
Version: 0.70.4
Distribution: unstable
Urgency: low
Maintainer: Klaus Reimer <k...@debian.org>
Changed-By: Klaus Reimer <k...@debian.org>
Description: 
 qmailanalog-installer - Installer package for building qmailanalog binary 
package
Closes: 578395
Changes: 
 qmailanalog-installer (0.70.4) unstable; urgency=low
 .
   * Fixed deprecated sort parameters (Closes: #578395)
   * Upgraded control files to newest debian policy.
   * Upgraded qmailanalog debian build system.
Checksums-Sha1: 
 eedda6d8f9aa753a54bf6df4e1579f2eb428c5c9 756 qmailanalog-installer_0.70.4.dsc
 3ab1c17b60bb38ba94ca0ff9af9c741f1783b98a 8057 
qmailanalog-installer_0.70.4.tar.gz
 eca26edba140b0369104b9b3eb4d08d62725567c 9050 
qmailanalog-installer_0.70.4_all.deb
Checksums-Sha256: 
 46444350281b454e96a9320bbba03d10e56d9a6bcb5427b21738141dbe85259a 756 
qmailanalog-installer_0.70.4.dsc
 47804c1f59bfe2ccbf9cafc2fff4edcc2133c20586388a752131023c0cc28e1b 8057 
qmailanalog-installer_0.70.4.tar.gz
 33c069fe7e069b96ceb8e30bba7d35e5fac1358d85e56911e4cdbe6882ec6373 9050 
qmailanalog-installer_0.70.4_all.deb
Files: 
 81ad9bfeff75f81f6bea361df5c16a23 756 contrib/mail optional 
qmailanalog-installer_0.70.4.dsc
 df5ad181423da032dc606972741f3128 8057 contrib/mail optional 
qmailanalog-installer_0.70.4.tar.gz
 9aec9edaf35448f3d3397a865921d15c 9050 contrib/mail optional 
qmailanalog-installer_0.70.4_all.deb

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

iD8DBQFMXFmRqgNhc6cj45ERAqTMAJ4kpGg/uk/W5adJT9e9t6Z7WpGLZgCeMlDt
fTlMvVb36vRUGPbF2kphO1g=
=hfNY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to