[Bug 183717] High CPU Utilization on HylaFAX processes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 22 14:30:19 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183717

--- Comment #1 from Alexander Moisseev <moiseev at mezonplus.ru> ---
Created attachment 149713
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149713&action=edit
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".

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


More information about the freebsd-bugs mailing list