HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Faxq problems.
I am using hylafax 4.0pl1 on a linux(2.0.30) PCI and a 14.4Kbps bocca
modem. I need a little help getting started.
This is the messags log when hylafax starts:
Jun 25 17:56:49 eeyore FaxQueuer[1584]: HylaFAX (tm) Version 4.0pl1
Jun 25 17:56:49 eeyore FaxQueuer[1584]: Copyright (c) 1990-1996 Sam Leffler
Jun 25 17:56:49 eeyore FaxQueuer[1584]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Jun 25 17:56:50 eeyore HylaFAX[1593]: HylaFAX INET Protocol Server: restarted.
Jun 25 17:56:50 eeyore HylaFAX[1593]: HylaFAX Old Protocol Server: restarted.
Jun 25 17:56:50 eeyore HylaFAX[1593]: HylaFAX SNPP Protocol Server: restarted.
When I try to envoke sendfax the modem doesn't do anything (no
action on leds). There are two lines added in the message log:
Jun 25 18:00:34 eeyore HylaFAX[1610]: servertracing = 0xFFFF (line 11)
Jun 25 18:00:34 eeyore HylaFAX[1610]: HylaFAX Old connection from localhost [127.0.0.1]
That was from:
eeyore % sendfax -n -d 7611831 /etc/passwd
And this is my /etc/rc.d/init.d/hylafax file.
#!/bin/sh
#
# hylafax
#
# Version: @(#) /etc/rc.d/init.d/hylafax 1.01 26-Oct-1993
#
# Author: Milton Calnek (milton@calnek.com)
#
# Source function library.
. /etc/rc.d/init.d/functions
# See how we were called.
case "$1" in
start)
touch /var/lock/subsys/hylafax
daemon /usr/local/sbin/faxq
daemon /usr/local/sbin/hfaxd -i hylafax -o fax -s snpp
;;
stop)
rm -f /var/lock/subsys/skeleton
killproc faxq
killproc hfaxd
;;
*)
echo "Usage: skeleton {start|stop}"
exit 1
esac
exit 0
--
To do:
CARPEDIEM
Milton Calnek (milton@calnek.com)
+1 306 591 3624