![]() |
Il giorno mar, 07/09/2010 alle 08.10 -0400, John Rowan ha scritto: [...] > socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3 > connect(3, {sa_family=AF_INET, sin_port=htons(4559), > sin_addr=inet_addr("127.0.0.1")}, 16) = -1 ECONNREFUSED (Connection refused) > close(3) = 0 You get a connection refused. Could you check what port hylafax is listening on? Try this command # lsof -p$(pidof hfaxd) | grep TCP hfaxd 8800 uucp 3u IPv6 2358348 TCP *:hylafax (LISTEN) # getent services hylafax hylafax 4559/tcp the first one give you the port name, the second one check what port number this port name refers to. Bye, Giuseppe ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*