Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 15:57:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 183717] High CPU Utilization on HylaFAX processes
Message-ID:  <bug-183717-8-VkxehXmOTU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-183717-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-183717-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183717

--- Comment #2 from ruanchunping@gmail.com ---
(In reply to Alexander Moisseev from comment #1)
> Created attachment 149713 [details]
> Patch for comms/hylafax port.
> 
> It is actually comms/hylafax bug, not the kernel bug.
> 
> The releaseAtLeast() function in the configure script compares OS version as
> a string, and that is wrong.
> 
> # expr 9.3-RELEASE \>= 3.0
> 1
> # expr 10.1-RELEASE \>= 3.0
> 0
> 
> As a result, hylafax is building without CONFIG_OPENFIFO="O_RDWR".

Thanks for your help.

I setup a jail (8.2 world with 10-STABLE kernel) to run hylafax, it works very
well for 1 year.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-183717-8-VkxehXmOTU>