[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#202668: marked as done (efax: Misleading error message when non-fax-capable modem supports +FCLASS command)



Your message dated Mon, 03 Oct 2005 09:02:05 -0700
with message-id <E1EMSlR-0004Gw-00@spohr.debian.org>
and subject line Bug#202668: fixed in efax 1:0.9a-16
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Jul 2003 07:40:16 +0000
>From nigelw@broadsword.elder-gods.net Thu Jul 24 02:40:13 2003
Return-path: <nigelw@broadsword.elder-gods.net>
Received: from cpe-203-51-28-165.nsw.bigpond.net.au (broadsword.elder-gods.net) [203.51.28.165] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19fahu-0001i0-00; Thu, 24 Jul 2003 02:40:13 -0500
Received: by broadsword.elder-gods.net (Postfix, from userid 1000)
	id 43ED8C802; Thu, 24 Jul 2003 17:40:03 +1000 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Nigel Williams <nigelw+debian@elder-gods.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: efax: Misleading error message when non-fax-capable modem supports +FCLASS
 command
X-Mailer: reportbug 2.20
Date: Thu, 24 Jul 2003 17:40:03 +1000
Message-Id: <20030724074003.43ED8C802@broadsword.elder-gods.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-12.3 required=4.0
	tests=BAYES_01,HAS_PACKAGE,PATCH_UNIFIED_DIFF
	autolearn=ham version=2.53-bugs.debian.org_2003_07_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_07_20 (1.174.2.15-2003-03-30-exp)

Package: efax
Version: 1:0.9a-13
Severity: minor
Tags: upstream patch

When a modem supports the +FCLASS command, but does not support fax mode
(which is a legitimate combination, +FCLASS should return "0" in this case),
efax reports "can't determine fax modem class support" instead of
"modem does not support fax".

Patch is included.

----------
diff -r -U3 efax-0.9a/efax.c efax-0.9a+patch/efax.c
--- efax-0.9a/efax.c	2000-11-15 04:22:09.000000000 +1100
+++ efax-0.9a+patch/efax.c	2003-07-24 16:56:08.000000000 +1000
@@ -2069,6 +2069,7 @@
       if ( strinresp ( "2.0" ) ) c20 = 1 ;
       else if ( strinresp ( "2" ) ) ;
       else if ( strinresp ( "1" ) ) c1 = 1 ;
+      else if ( strinresp ( "0" ) ) err = msg ("E3 modem does not support fax" ) ;
       else err = msg ("E3 can't determine fax modem class support" ) ;
       if ( strstr ( model, "Sportster" ) ) { /* USR Sporsters are buggy */
 	c1 = 1 ; 
---------

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux broadsword 2.4.21-broadsword #6 Tue Jul 22 17:40:22 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages efax depends on:
ii  debconf                       1.3.4      Debian configuration management sy
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an
ii  libpaper-utils                1.1.13     Library for handling paper charact
ii  libpaper1 [libpaperg]         1.1.13     Library for handling paper charact
ii  make                          3.80-2     The GNU version of the "make" util

-- debconf information:
  efax/dialout_note: false
* efax/config_note: 


---------------------------------------
Received: (at 202668-close) by bugs.debian.org; 3 Oct 2005 16:11:14 +0000
>From katie@spohr.debian.org Mon Oct 03 09:11:14 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EMSlR-0004Gw-00; Mon, 03 Oct 2005 09:02:05 -0700
From: MJ Ray (Debian) <mjr@debian.org>
To: 202668-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#202668: fixed in efax 1:0.9a-16
Message-Id: <E1EMSlR-0004Gw-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Mon, 03 Oct 2005 09:02:05 -0700
Delivered-To: 202668-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 3

Source: efax
Source-Version: 1:0.9a-16

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

efax_0.9a-16.diff.gz
  to pool/main/e/efax/efax_0.9a-16.diff.gz
efax_0.9a-16.dsc
  to pool/main/e/efax/efax_0.9a-16.dsc
efax_0.9a-16_i386.deb
  to pool/main/e/efax/efax_0.9a-16_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 202668@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
MJ Ray (Debian) <mjr@debian.org> (supplier of updated efax 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon,  3 Oct 2005 16:47:22 +0100
Source: efax
Binary: efax
Architecture: source i386
Version: 1:0.9a-16
Distribution: unstable
Urgency: low
Maintainer: MJ Ray (Debian) <mjr@debian.org>
Changed-By: MJ Ray (Debian) <mjr@debian.org>
Description: 
 efax       - programs to send and receive fax messages
Closes: 198149 202668 207911 238136 280691 322255 322258 322259
Changes: 
 efax (1:0.9a-16) unstable; urgency=low
 .
   * New maintainer (Closes: #280691)
   * Patch from Joerg Dorchain to correct faxmail and attach faxes
     (Closes: #238136)
   * Patch to read other CONFIGFILES from Paolo P. (Closes: #198149)
   * Make efax logfiles end .efax.log because mgetty-fax is using our
     spool too (Closes: #207911)
   * Add version to libpaperg dependency (Closes: #322255)
   * Update website URL in man efax (Closes: #322258)
   * Correct example in man fax (Closes: #322259)
   * Give better error message when non-fax-capable modem supports
     +FCLASS command (Closes: #202668)
   * Add debconf-2.0 as an alternative for debconf
   * Small typing fix to Description
Files: 
 f702fb351540df541ffb8d2ef4f08bbd 557 comm optional efax_0.9a-16.dsc
 05a82d4565c7291405e9f26728e04686 17463 comm optional efax_0.9a-16.diff.gz
 348a44a916b4d390ccdc5d42672f77e4 106306 comm optional efax_0.9a-16_i386.deb

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

iD8DBQFDQVU8mUY5euFC5vQRAmN7AJwPQrmsBRby/FcTkkQToxrnWNTJ2ACfd/qB
PLxfpPOCfblrjdeKhJqrjUY=
=JG2m
-----END PGP SIGNATURE-----



Reply to: