[hylafax-announce] **ANNOUNCE** HylaFAX 4.1beta3 released
Folks, We're pleased to announce the general availability of HylaFAX 4.1beta3! ftp://ftp.hylafax.org/source/hylafax-4.1beta3.tar.gz (md5: 25b0bafb7d84533ff247441890f12c81 1,233,050 bytes) It's been quite some time since the last beta, and the number of changes are numerous enough and important enough to make this a recommended upgrade. This release should compile out of the box on most platforms, and libtiff compatibility issues should no longer be a problem. Although this release is formally designated 4.1beta3, it's far better than 4.0pl2 (the last full release) and is, for all intents and purposes, production quality software on any platform on which it compiles ;-) As always, the usual caveats apply - take precautions and backup your configuration prior to any upgrade. I've included the README file from this release - please check the incompatibility list and changelogs to make sure we haven't inadvertently removed a feature you've been relying on! Many people have contributed to this latest release - they are to be commended for their tireless work. If you'd like to help us improve HylaFAX, please stop by the -devel list for a chat sometime ;-) Enjoy! -Darren HylaFAX 4.1beta3 Release The source code for the 4.1beta3 release can be downloaded from the link below: ftp://ftp.hylafax.org/source/hylafax-4.1beta3.tar.gz (md5: 25b0bafb7d84533ff247441890f12c81 1,233,050 bytes) Installation instructions are as for the 4.0pl2 distribution, please refer to http://www.hylafax.org/ for further details. For more up to date access to the source code tree may be obtained by accessing the CVS Server. For further details please read: http://www.hylafax.org/cvs.html Feedback To report problems with this release please send a bug report to: [EMAIL PROTECTED] To send fixes and improvements to be included into future releases please send mail to: [EMAIL PROTECTED] There is also a developers mailing list where changes to HylaFAX are discussed - please see the http://www.hylafax.org/mailing-lists.html for further details. Incompatibilities - Below are listed the major incompatibilities with the 4.0pl2 release. Please review the Changes in Detail below for full details. ModemClass to ModemGroup The ModemClass config parameter has being completely replaced by the ModemGroup parameter, functionality is identical. Faxcover To work properly with comments some small changes to to some faxcovers may be required. if the faxcover previously used the BreakIntoLines function to print comments the protoype has changed from: BreakIntoLines - to BreakIntoLines - If the faxcover used the commentX parameters, you will need to add the following function call before using the commentX parameters: BreakIntoCommentX - Name Changes In order to help integrate HylaFAX with other commonly available packages some name changes have occured: xferstats --> xferfaxstats xferlog --> xferfaxlog etc/hosts --> etc/hosts.hfaxd Font Metrics are gone. The textfmt program can now directly read ghostscript fontmap files and thus find the corresponding afm files included in the ghostscript fonts package. Changes in Detail - Here is a more comprehensive list of the changes since HylaFax v4.0pl2: Changelog for HylaFAX 4.1beta3 - Feb 21, 2001 * creation of doneq manpage (20Feb2001) * changed link order in defs.in to fix SCO 3.2v4.2 (11Feb2001) * standardize default TagLine behavior (05Feb2001) * add prototype support for more Cirrus modems (05Feb2001) * added faxstat %Y and %Z JobFmt options (04Dec2000) * man/sendfax corrections (26Nov2000, 04Dec2000, 05Feb20001) * replace \(tm and dagger characters in manpages (26Nov2000, 04Dec2000) * correct recvstats and xferfaxstats from skipping 1st day of month (26Nov2000) * added prototype support to usr-rts and usr-xon configs (15Nov2000, 05Feb2001) * added prototype support to config/usr-2.0 (15Nov2000) * added prototype support to config/rc288dpi (15Nov2000) * replace SysV SIGCLD define with posix SIGCHLD define (15Nov2000) * fix faxsetup typo causing a bash error (30Oct2000) * some typos in the tarball. Corrected Hylafax -> HylaFAX (29Oct2000) * rework of README, COPYRIGHT, and CONTRIBUTORS files (29Oct2000, 04Dec2000) * man/config corrections (29Oct2000, 26Nov2000) * awk fix for Solaris (28Oct2000) * created a non-interactive configure option (21Oct2000) * various html documentation updates (15Oct2000) * significant SysV init-script upgrade (15Oct2000, 31Oct2000) * remove useless and problematic verifyModemRate from faxaddmodem (24Sep2000) * fix faxsetup/faxaddmodem fuser errors (24Sep2000, 30Oct2000) * replace MANSEDLOCAL from configure and manpage numbering fixes (23Sep2000, 13Nov2000, 06Feb2001) * clean up code to create FDIS strings and temp filename creation in SendFaxClient (21Sep2000) * sprintf type cleanups to faxd files (21Sep2000) * fix fxAssert that w
Bug#28062: marked as done (fmirror: umask trouble)
Your message dated Wed, 07 Mar 2001 14:56:21 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#28062: fixed in fmirror 2:0.8.4-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.) Darren Benham (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 16 Oct 1998 16:30:10 + Received: (qmail 30403 invoked from network); 16 Oct 1998 16:30:08 - Received: from hilfy.magd.cam.ac.uk ([EMAIL PROTECTED]) by master.debian.org with SMTP; 16 Oct 1998 16:30:08 - Received: from gpp10 by hilfy.magd.cam.ac.uk with local (Exim 2.04 #1) id 0zUClN-00075C-00 (Debian); Fri, 16 Oct 1998 17:30:01 +0100 From: Giuliano P Procida <[EMAIL PROTECTED]> Subject: fmirror: umask trouble To: [EMAIL PROTECTED] X-Mailer: bug 3.1.6.1 Message-Id: <[EMAIL PROTECTED]> Date: Fri, 16 Oct 1998 17:30:01 +0100 Package: fmirror Version: 0.8.4beta-1 I specify a dirmode of 02770 (rwxrws---), but fmirror does not honour this. The trace here is for a directory containing two files. The mask is only interpreted as octal when preceded by a 0; this should be documented. $ grep CREAT str.out open("/tmp/tmpf17842aaa", O_RDWR|O_CREAT|O_EXCL, 0666) = 4 open("/tmp/tmpf17842baa", O_RDWR|O_CREAT|O_EXCL, 0666) = 5 open("mydir/file1", O_WRONLY|O_CREAT|O_TRUNC, 0200) = 9 open("mydir/file2", O_WRONLY|O_CREAT|O_TRUNC, 0200) = 9 If the user's mask is set to a funny value other people might get to play with the files in /tmp . $ grep chmod str.out fchmod(9, 0660) = 0 fchmod(9, 0660) = 0 So the and-mask and or-mask are fine in the end. $ grep mkdir str.out mkdir("mydir", 02770) = 0 Oops, this call always takes account of umask which I set to 002 but which fmirror overrides with: $ grep umask str.out umask(022) = 02 The result is that I do not get my directories the way I want them. Two possible solutions are: ether set umask to 777 and be careful about modes when creating files; or chmod directories after creation so they get the right bits. I hope this is of some use, Giuliano Procida. -- System Information Debian Release: slink Kernel Version: Linux hilfy 2.0.35 #8 Tue Sep 15 21:01:16 BST 1998 i686 unknown --- Received: (at 28062-close) by bugs.debian.org; 7 Mar 2001 20:12:00 + >From [EMAIL PROTECTED] Wed Mar 07 14:12:00 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [:::206.246.226.45] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14akHw-0004mX-00; Wed, 07 Mar 2001 14:12:00 -0600 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 14ak2n-0003aZ-00; Wed, 07 Mar 2001 14:56:21 -0500 From: Debian QA Group To: [EMAIL PROTECTED] Subject: Bug#28062: fixed in fmirror 2:0.8.4-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 07 Mar 2001 14:56:21 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of fmirror, which has been installed in the Debian FTP archive: fmirror_0.8.4-1_i386.deb to pool/main/f/fmirror/fmirror_0.8.4-1_i386.deb fmirror_0.8.4-1.dsc to pool/main/f/fmirror/fmirror_0.8.4-1.dsc fmirror_0.8.4.orig.tar.gz to pool/main/f/fmirror/fmirror_0.8.4.orig.tar.gz fmirror_0.8.4-1.diff.gz to pool/main/f/fmirror/fmirror_0.8.4-1.diff.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. Debian QA Group (supplier of updated fmirror 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, 20 Feb 2001 12:16:47 -0800 Source: fmirror Binary: fmirror Architecture: source i386 Version: 2:0.8.4-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Sean 'Shaleh' Perry <[EMAIL PROTECTED]> Description: fmirror- memory efficient ftp mirror program Closes: 28062 48426 70990 78964 83464 85238 Changes: fmirror (2:0.8.4-1) unstable; urgency=low . * New upstream release, Closes: #70990 * man page typo corrected, Closes: #85238 * removed README.Debian, it was useless, Closes: #83464
fmirror_0.8.4-1_i386.changes INSTALLED
Installing: fmirror_0.8.4-1_i386.deb to pool/main/f/fmirror/fmirror_0.8.4-1_i386.deb fmirror_0.8.4-1.dsc to pool/main/f/fmirror/fmirror_0.8.4-1.dsc fmirror_0.8.4.orig.tar.gz to pool/main/f/fmirror/fmirror_0.8.4.orig.tar.gz fmirror_0.8.4-1.diff.gz to pool/main/f/fmirror/fmirror_0.8.4-1.diff.gz Announcing to debian-devel-changes@lists.debian.org Closing bugs: 28062 48426 70990 78964 83464 85238 If the override file requires editing, file a bug on ftp.debian.org. Thank you for your contribution to Debian GNU.
ircd-dalnet_4.6.7-4_i386.changes INSTALLED
Installing: ircd-dalnet_4.6.7-4.diff.gz to pool/main/i/ircd-dalnet/ircd-dalnet_4.6.7-4.diff.gz ircd-dalnet_4.6.7-4.dsc to pool/main/i/ircd-dalnet/ircd-dalnet_4.6.7-4.dsc ircd-dalnet_4.6.7-4_i386.deb to pool/main/i/ircd-dalnet/ircd-dalnet_4.6.7-4_i386.deb Announcing to debian-devel-changes@lists.debian.org Closing bugs: 65681 84566 If the override file requires editing, file a bug on ftp.debian.org. Thank you for your contribution to Debian GNU.
pentium-builder_0.13_i386.changes INSTALLED
Installing: pentium-builder_0.13_all.deb to pool/main/p/pentium-builder/pentium-builder_0.13_all.deb pentium-builder_0.13.dsc to pool/main/p/pentium-builder/pentium-builder_0.13.dsc pentium-builder_0.13.tar.gz to pool/main/p/pentium-builder/pentium-builder_0.13.tar.gz Announcing to debian-devel-changes@lists.debian.org Closing bugs: 82247 If the override file requires editing, file a bug on ftp.debian.org. Thank you for your contribution to Debian GNU.
Bug#82247: marked as done (ITA: pentium-builder -- force pentium optimized compilation)
Your message dated Wed, 07 Mar 2001 15:06:35 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#82247: fixed in pentium-builder 0.13 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.) Darren Benham (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 14 Jan 2001 05:20:04 + >From [EMAIL PROTECTED] Sat Jan 13 23:20:03 2001 Return-path: <[EMAIL PROTECTED]> Received: from kitenet.net [198.144.200.155] (postfix) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14HfaF-0005kW-00; Sat, 13 Jan 2001 23:20:03 -0600 Received: by kitenet.net (Postfix, from userid 500) id E8A1BBC0A2; Sat, 13 Jan 2001 21:20:02 -0800 (PST) Date: Sat, 13 Jan 2001 21:20:02 -0800 From: Joey Hess <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: O: pentium-builder Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i Delivered-To: [EMAIL PROTECTED] Package: wnpp I hereby orphan pentium-builder. It's a fairly trivial package, except you have to keep the gcc diversions working. It has one minor wishlist bug. The biggest problems with the package are: * Its name is too specific. It can really enable optimizations for anything. * It's not very useful (although people still seem to use it from time to time). I have uploaded a final version with debian QA group set as the maintainer. -- see shy jo --- Received: (at 82247-close) by bugs.debian.org; 7 Mar 2001 20:08:05 + >From [EMAIL PROTECTED] Wed Mar 07 14:08:05 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [:::206.246.226.45] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14akE9-0003ii-00; Wed, 07 Mar 2001 14:08:05 -0600 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 14akCh-0003ya-00; Wed, 07 Mar 2001 15:06:35 -0500 From: Debian QA Group To: [EMAIL PROTECTED] Subject: Bug#82247: fixed in pentium-builder 0.13 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 07 Mar 2001 15:06:35 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of pentium-builder, which has been installed in the Debian FTP archive: pentium-builder_0.13_all.deb to pool/main/p/pentium-builder/pentium-builder_0.13_all.deb pentium-builder_0.13.dsc to pool/main/p/pentium-builder/pentium-builder_0.13.dsc pentium-builder_0.13.tar.gz to pool/main/p/pentium-builder/pentium-builder_0.13.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. Debian QA Group (supplier of updated pentium-builder 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: Wed, 7 Mar 2001 11:28:20 +0100 Source: pentium-builder Binary: pentium-builder Architecture: source all Version: 0.13 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Adrian Bunk <[EMAIL PROTECTED]> Description: pentium-builder - force pentium optimized compilation Closes: 82247 Changes: pentium-builder (0.13) unstable; urgency=low . * New maintainer. (closes: #82247) Files: 0cbc721e682cdbffba10e7a9fd02a1a0 562 devel extra pentium-builder_0.13.dsc b102ffd4027674354c87ac84b033202f 3614 devel extra pentium-builder_0.13.tar.gz 76a7ea58427c05b4a750239c6287f8c5 3800 devel extra pentium-builder_0.13_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6pg22VlNYKWpAyR4RAn+oAJ9z7OuHAGJ0zIITplJiVl0o1GsZBwCfRIIB UEymOOTK4DVvXPz0lG5yN8U= =M6BP -END PGP SIGNATURE-
Bug#84566: marked as done (failed to build from source)
Your message dated Wed, 07 Mar 2001 14:58:30 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#84566: fixed in ircd-dalnet 4.6.7-4 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.) Darren Benham (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 2 Feb 2001 19:18:54 + >From [EMAIL PROTECTED] Fri Feb 02 13:18:54 2001 Return-path: <[EMAIL PROTECTED]> Received: from lucy.verwaltung.uni-mainz.de [:::134.93.144.162] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14OljS-0005ip-00; Fri, 02 Feb 2001 13:18:54 -0600 Received: from theresia.verwaltung.Uni-Mainz.DE (theresia.verwaltung.uni-mainz.de [10.10.1.1]) by lucy.verwaltung.uni-mainz.de (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id UAA25340; Fri, 2 Feb 2001 20:18:50 +0100 Received: from inigo.verwaltung.uni-mainz.de ([EMAIL PROTECTED] [10.10.1.5]) by theresia.verwaltung.Uni-Mainz.DE (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id UAA02637; Fri, 2 Feb 2001 20:18:47 +0100 Received: (from [EMAIL PROTECTED]) by inigo.verwaltung.uni-mainz.de (8.9.3/8.9.3/Debian 8.9.3-21) id UAA03507; Fri, 2 Feb 2001 20:18:46 +0100 Date: Fri, 2 Feb 2001 20:18:46 +0100 Message-Id: <[EMAIL PROTECTED]> X-Comment: -*- mail -*- To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] From: Christoph Martin <[EMAIL PROTECTED]> Subject: failed to build from source Delivered-To: [EMAIL PROTECTED] Package: ircd-dalnet Version: 4.6.7-3 Severity: normal The mips-autobuilder found the following problem: net/ircd-dalnet_4.6.7-3 by buildd [optional:uncompiled] Reasons for failing: [Category: none] gcc -I../include -O -g -c -o userload.o userload.c In file included from userload.c:35: /usr/include/string.h:274: parse error before `__s1' /usr/include/string.h:274: parse error before `!=' this looks like a problem with glibc2.2 or linux2.4 -- System Information Debian Release: 2.2 Kernel Version: Linux pongo 2.4.0-test9 #1 Thu Oct 26 21:35:48 CEST 2000 mips un known Versions of the packages this package depends on: ii libc6 2.2-8 GNU C Library: Shared libraries and Timezone --- Received: (at 84566-close) by bugs.debian.org; 7 Mar 2001 20:11:27 + >From [EMAIL PROTECTED] Wed Mar 07 14:11:27 2001 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [:::206.246.226.45] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14akHP-0004iq-00; Wed, 07 Mar 2001 14:11:27 -0600 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 14ak4s-0003hC-00; Wed, 07 Mar 2001 14:58:30 -0500 From: Debian QA Group To: [EMAIL PROTECTED] Subject: Bug#84566: fixed in ircd-dalnet 4.6.7-4 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 07 Mar 2001 14:58:30 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of ircd-dalnet, which has been installed in the Debian FTP archive: ircd-dalnet_4.6.7-4.diff.gz to pool/main/i/ircd-dalnet/ircd-dalnet_4.6.7-4.diff.gz ircd-dalnet_4.6.7-4.dsc to pool/main/i/ircd-dalnet/ircd-dalnet_4.6.7-4.dsc ircd-dalnet_4.6.7-4_i386.deb to pool/main/i/ircd-dalnet/ircd-dalnet_4.6.7-4_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Debian QA Group (supplier of updated ircd-dalnet 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: Wed, 7 Mar 2001 17:31:53 + Source: ircd-dalnet Binary: ircd-dalnet Architecture: source i386 Version: 4.6.7-4 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Ian Lynagh (wibble) <[EMAIL PROTECTED]> Description: ircd-dalnet - DALnet IRCd (IRC server) Closes: 65681 84566 Changes: ircd-dalnet (4.6.7-4) unstable; urgency=low . * Remove patch as it could cause crashes (Closes: #65681) * Update buildprocess so it works with newer libcs (Closes: #84566) * Change maintainer to Debian QA as I no longer use it Files: 12e8d94eab328525106b6985792315f0 596 net optional ircd-dalnet_4.6.7-4.dsc
Bug#78964: marked as done (fmirror: does not --purge cleanly)
Your message dated Wed, 07 Mar 2001 14:56:21 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#78964: fixed in fmirror 2:0.8.4-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.) Darren Benham (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 7 Dec 2000 00:30:22 + >From [EMAIL PROTECTED] Wed Dec 06 18:30:22 2000 Return-path: <[EMAIL PROTECTED]> Received: from 209-122-237-217.s1279.apx1.nyw.ny.dialup.rcn.com (eden-hda7.my.local) [209.122.237.217] (postfix) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 143ox3-0001Qv-00; Wed, 06 Dec 2000 18:30:22 -0600 Received: by eden-hda7.my.local (Postfix, from userid 1001) id 043BF15D50; Wed, 6 Dec 2000 19:30:22 -0500 (EST) From: Jeff Sheinberg <[EMAIL PROTECTED]> Subject: fmirror: does not --purge cleanly To: [EMAIL PROTECTED] X-Mailer: bug 3.2.10 Message-Id: <[EMAIL PROTECTED]> Date: Wed, 6 Dec 2000 19:30:22 -0500 (EST) Delivered-To: [EMAIL PROTECTED] Package: fmirror Version: N/A Severity: normal Hi, I installed, then purged fmirror, that's all I did. After the purge (using dselect apt), the following file was left hanging around, /etc/fmirror Thanks, -- Jeff Sheinberg <[EMAIL PROTECTED]> -- System Information Debian Release: 2.2 Kernel Version: Linux eden-hda7.my.local 2.2.17 #1 Mon Aug 28 20:29:19 EDT 2000 i586 unknown --- Received: (at 78964-close) by bugs.debian.org; 7 Mar 2001 20:21:51 + >From [EMAIL PROTECTED] Wed Mar 07 14:21:50 2001 Return-path: <[EMAIL PROTECTED]> Received: from murphy.debian.org [:::216.234.231.6] by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 14akRR-0006q5-00; Wed, 07 Mar 2001 14:21:49 -0600 Received: (qmail 24652 invoked from network); 7 Mar 2001 20:19:14 - Received: from auric.debian.org ([EMAIL PROTECTED]) by murphy.debian.org with SMTP; 7 Mar 2001 20:19:14 - Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 14ak2n-0003af-00; Wed, 07 Mar 2001 14:56:21 -0500 From: Debian QA Group To: [EMAIL PROTECTED] Subject: Bug#78964: fixed in fmirror 2:0.8.4-1 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Wed, 07 Mar 2001 14:56:21 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of fmirror, which has been installed in the Debian FTP archive: fmirror_0.8.4-1_i386.deb to pool/main/f/fmirror/fmirror_0.8.4-1_i386.deb fmirror_0.8.4-1.dsc to pool/main/f/fmirror/fmirror_0.8.4-1.dsc fmirror_0.8.4.orig.tar.gz to pool/main/f/fmirror/fmirror_0.8.4.orig.tar.gz fmirror_0.8.4-1.diff.gz to pool/main/f/fmirror/fmirror_0.8.4-1.diff.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. Debian QA Group (supplier of updated fmirror 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, 20 Feb 2001 12:16:47 -0800 Source: fmirror Binary: fmirror Architecture: source i386 Version: 2:0.8.4-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group Changed-By: Sean 'Shaleh' Perry <[EMAIL PROTECTED]> Description: fmirror- memory efficient ftp mirror program Closes: 28062 48426 70990 78964 83464 85238 Changes: fmirror (2:0.8.4-1) unstable; urgency=low . * New upstream release, Closes: #70990 * man page typo corrected, Closes: #85238 * removed README.Debian, it was useless, Closes: #83464 * added a postrm that removes the /etc/fmirror dir, Closes: #78964 * run_mirror not calls sed with -g for its conf handling, Closes: #48426 * upstream fixed directory mode handling, Closes: #28062 * gencontrol now called with -isp * cron.d entry is not +x anymore * orphan package as the maintainer is long MIA Files: 764dd17d85045a05e3a50d9ee10dd46f 611 net optional fmirror_0.8.4-1.dsc 78652ce5bb50e6c120c9ca0988cb9dca 59831 net optional fmirror_0.8.4.orig.tar.gz 6f7b8feb4c92ddde6451f85c4a8e720b 9275 net optional fmirror_0.8.4-1.diff.gz edcef303a573a1aefc1023900b5d121a 41952 net optional fmirror_0.8.4-1_i386.deb -BEGIN PGP SIGNATURE- Version: Gnu
Bug#75199: apsfilter bugs, wishes, and improvements
I concur with the following and modified /etc/printcap as Hugo said. apsfilter should move the auto-mono/lp entry first. Unless, of course, this is a bug in lprng not using the correct default. WISHLIST The default install of apsfilter generates a printcap file with the ascii print queue first, followed by the lp auto queue second. I dont know why but an lpr command with no -Pauto will take the first entry, instead of the default entry lp. This is annoying since you would think that an lpr with no -P option should default to the auto mode lp queue. In this way a user could simply type the command "lpr anyfile" and the apsfilter would just print it if it recognized the format. To my way of thinking this is the desired behaviour. I got this to work by putting the lp section first. So my printcap is -- Bill Wohler <[EMAIL PROTECTED]> http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and mh-e. Vote Libertarian! If you're passed on the right, you're in the wrong lane.
Bug#75199:
Hugo reported the following bug in apsfilter (v. 5.1): 3) when printing with lpr -Pauto temporary files in /tmp never seem to be removed. The reason is that the trap lines in file /usr/share/apsfilter/bin/apsfilter do not seem to be working. The relevant lines are # # Ignore hangup, keyboard interrupt, quit from keyboard, and broken pipes. # Other signals for abort and on exit we should remove our temp file # trap "echo" SIGHUP SIGINT SIGQUIT SIGPIPE trap "rm -f $TMP_PRINTOUT $APS_HEADER $TMP_FILE $TMP_FILE2" \ EXIT SIGTRAP SIGBUS SIGKILL \ SIGUSR1 SIGUSR2 SIGTERM I dont know why this line fails but the second last line in the apsfilter file is rm ${APS_HEADER} so I suspect failure to delete tmp files is a common problem. The fix I implemented here is to add the lines rm -f ${TMP_PRINTOUT} rm -f ${TMP_FILE} rm -f ${TMP_FILE2} after the rm ${APS_HEADER} line to explicitly remove all temp files. As an added note perhaps the trap is failing on my machine because I have my /tmp mounted as a separate partition with the hardened /etc/fstab options /dev/hdc6 /tmpext2 defaults,errors=remount-ro,rw,nosuid,nodev,noexec 0 1 Turns out there was a trap in print_ascii_a2ps that was overriding the top-level trap. I removed this trap and moved the temporary file removal to the top-level trap. With this change, the need to have an explicit removal of APS_HEADER (mentioned in the workaround above) is no longer necessary. Here is the patch: cd /usr/share/apsfilter/bin/ diff -u /usr/share/apsfilter/bin/apsfilter- /usr/share/apsfilter/bin/apsfilter --- /usr/share/apsfilter/bin/apsfilter- Thu Jan 13 08:21:36 2000 +++ /usr/share/apsfilter/bin/apsfilter Wed Mar 7 15:06:22 2001 @@ -62,13 +62,14 @@ APS_HEADER=`tempfile` || exit 1 TMP_FILE=`tempfile` || exit 1 TMP_FILE2=`tempfile` || exit 1 +LPRNG_CF=`tempfile` || exit 1 # # Ignore hangup, keyboard interrupt, quit from keyboard, and broken pipes. # Other signals for abort and on exit we should remove our temp file # trap "echo" SIGHUP SIGINT SIGQUIT SIGPIPE -trap "rm -f $TMP_PRINTOUT $APS_HEADER $TMP_FILE $TMP_FILE2" \ +trap "rm -f $TMP_PRINTOUT $APS_HEADER $TMP_FILE $TMP_FILE2 $LPRNG_CF" \ EXIT SIGTRAP SIGBUS SIGKILL \ SIGUSR1 SIGUSR2 SIGTERM @@ -465,10 +466,8 @@ # get job, user and host ... if [ ! -z "$CONTROL" ]; then - # for LPRng - CF=`tempfile` || exit 1 - trap "rm -f $CF" 0 1 9 15 - echo "$CONTROL" > $CF + echo "$CONTROL" > $LPRNG_CF + CF=$LPRNG_CF else # for Berkeley lpr SPOOL_DIR=`dirname ${ACCTFILE}` @@ -1253,6 +1252,4 @@ esac ;; esac - - rm ${APS_HEADER} fi Diff finished at Wed Mar 7 15:06:42 -- Bill Wohler <[EMAIL PROTECTED]> http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and mh-e. Vote Libertarian! If you're passed on the right, you're in the wrong lane.