From owner-freebsd-current Wed Mar 11 01:15:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13163 for freebsd-current-outgoing; Wed, 11 Mar 1998 01:15:04 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from top.worldcontrol.com (surf52.cruzers.com [205.215.232.52]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA13136 for ; Wed, 11 Mar 1998 01:14:59 -0800 (PST) (envelope-from brian@worldcontrol.com) From: brian@worldcontrol.com Received: (qmail 581 invoked by uid 100); 11 Mar 1998 09:16:06 -0000 Message-ID: <19980311011603.A562@top.worldcontrol.com> Date: Wed, 11 Mar 1998 01:16:03 -0800 To: gorski@poboxes.com, current@FreeBSD.ORG Subject: Re: Hylafax faxgetty eats 100% CPU on 3.0-980304-SNAP References: <199803102207.XAA01205@poboxes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.90.8i In-Reply-To: <199803102207.XAA01205@poboxes.com>; from gorski@poboxes.com on Tue, Mar 10, 1998 at 11:07:26PM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On %M 0, gorski@poboxes.com wrote: > > On my 3.0-980304-SNAP the Hylafax faxgetty prg eats the whole > CPU time, but works. Does anybody has the same problem and is > there a solution? > > Thanks for information & advice. In the configure program add freebsd to the list of OSes that need O_RDWR when dealing with FIFOs. /usr/ports/comms/hylafax/work/hylafax-v4.0pl1/configure around line 1655: *-ultrix*) CONFIG_OPENFIFO=O_RDWR;; *-freebsd*) CONFIG_OPENFIFO=O_RDWR;; # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message