[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 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Comment #6 from [email protected] 2009-07-14 08:55 ------- (In reply to comment #5) > It worked. 'Can not reach service' message is gone and faxes go through. Also > fixes the 'COMREC invalid response received to PPS' I was getting with a few of > the fax machines we send faxes too. Very much appreciate your help. OK, so the bug isn't fixed, all you've shown is that "IPv6 on your FreeBSD box is broken". The real fix is to try and figure out how HylaFAX can cope with your broken IPv6 without code changes that disable IPv6 for *everybody*. Any chance you can get a strace/truss of hfaxd (with the original code, not with IPv6 disabled)? I don't know the FreeBSD truss options, but on linux, something like: strace -ttT -o /tmp/hfaxd.out -f /usr/local/sbin/hfaxd -d -i hylafax And, as I mentioned, you might be able to control what it tires to listen on by using the -l paramater: /usr/local/sbin/hfaxd -l 127.0.0.1 -i hylafax which will make it bind to 127.0.0.1, instead of the wildcard (which inlclues IPv6). -- 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