[Bug 916] Hylafax 6.0.3 Fails on Freebsd 6.2-RELEASE
| Newsgroups | gmane.comp.telephony.fax.hylafax.devel |
|---|---|
| Message-ID | <[email protected]> |
http://bugs.hylafax.org/show_bug.cgi?id=916 ------- Comment #1 from [email protected] 2009-07-13 04:41 ------- What version of FreeBSD are you using? I suspect that this has to do with IPv6 support new in 6.0 releases. Perhaps it's related to bug 915. Unfortunately there is no hfaxd configuration parameter to disable IPv6 (neither is there a compile-time parameter in configure). You could try changing these lines of code in hfaxd/InetFaxServer.c++ to alter default operation: hints.ai_family = AF_INET6; (in InetSuperServer::startServer) Socket::family(data_dest) = AF_INET6; (in InetFaxServer::InetFaxServer) In both cases change AF_INET6 to AF_INET. -- Configure bugmail: http://bugs.hylafax.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. ____________________ HylaFAX(tm) Developers Mailing List ____________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe [email protected] < /dev/null