From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 01:37:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6B2816A422 for ; Thu, 1 Dec 2005 01:37:23 +0000 (GMT) (envelope-from rperry@gti.net) Received: from apollo.gti.net (apollo.gti.net [199.171.27.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B0543D53 for ; Thu, 1 Dec 2005 01:37:21 +0000 (GMT) (envelope-from rperry@gti.net) Received: from [192.168.1.15] (morr0623.gti.net [208.216.122.23]) by apollo.gti.net (mail) with ESMTP id 9F12135D97; Wed, 30 Nov 2005 20:34:04 -0500 (EST) Message-ID: <438E5405.7000807@gti.net> Date: Wed, 30 Nov 2005 20:38:13 -0500 From: "Robert H. Perry" User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051109) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel References: <438D3AD4.1060402@gti.net> <438D4207.8010603@gti.net> <438D42D6.60702@gti.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Fax App Recommendations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 01:37:23 -0000 Daniel wrote: > On 11/30/05, Robert H. Perry wrote: > >>Robert H. Perry wrote: >> >>>Robert H. Perry wrote: >>> >>> >>>>Currently running FreeBSD RELEASE 5.4 and a MultiTech Voice/Data/Fax >>>>modem for dialup internet service on a server-type machine. I also >>>>run another machine with 3 operating systems (FreeBSD 5.4, Suse 9.2, >>>>and Windows XP). >>>> >>>>My original objective was to install Hylafax on the server and share >>>>it with the other 3 systems. >>>> >>>>I ran into a couple of errors early on and seeked some help from the >>>>mailing list. Got one response suggesting I reinstall the app from >>>>source. >>>> >> >>I was preparing to respond to a reply when Thunderbird sent the original >>to never-never-land. Sorry. Here's the problem I encountered. >> >>I was running the sendfax command to test my installation and received >>an unexpected error message. I used the command taken from the >>sendfax man page as follows: >> >>"sendfax -n -d (destination fax#) /etc/passwd >>"sendfax: no files to send >>"usage:..." >> >>I reran it using the -x option and the message indicated: > > > What version of hylafax was installed? hylafax-4.2.1_3 > > Make sure you install gawk. gawk-3.1.1_1 installed > > The native awk binary in FBSD is nawk (not gawk) which caused me some > greif with hylafax scripts. > > So, update ports. Remove hylafax. Install gawk. Reinstall hylafax. Hope you noticed the second note sent last night. This one was sent unfinished. Also note that I have mgetty-1.1.33 installed. Bob