[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Initializing faxgetty errors



I have been trying to configure a server to act as a fax server but have been having some serous troubles getting the box to initialize the modem when starting up.  I had the modem working once before but at the time turned it off and have not used it since.  Since then I have used other kernels moved services around and even put a new Debian install on the box.  I have recompiled the kernel with serial device support and now it recognizes the device but I can't figure out where and what to put into the init setup.  I  have included what is in my inittab file and some faxgetty output in my syslog.

I have purred over man pages, old posts, docs, kernel recompiling, basic trouble shooting and just trial and error figuring things out.  I am setting up the modem for my wife to fax out resumes and need some input.  Thank you


-adam

inittab file:

# Example how to put a getty on a serial line (for a terminal)
#
S0:35:respawn:/usr/sbin/faxgetty ttyS0

#S1:35:respawn:/usr/sbin/faxgetty ttyS1


#T0:23:respawn:/usr/sbin/faxgetty -L ttyS0 9600 vt100
#T1:23:respawn:/usr/sbin/faxgetty -L ttyS1 9600 vt100
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100

# Example how to put a getty on a modem line.
#
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3





Log output in syslog for FaxGetty

FaxQueuer[490]: HylaFAX (tm) Version 4.1.8
FaxQueuer[490]: Copyright (c) 1990-1996 Sam Leffler
FaxQueuer[490]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
HylaFAX[492]: HylaFAX INET Protocol Server: restarted.
FaxGetty[494]: OPEN /dev/ttyS0  HylaFAX (tm) Version 4.1.8
.....
FaxGetty[494]: /dev/ttyS0: Can not initialize modem.
FaxGetty[494]: STATE CHANGE: BASE -> MODEMWAIT (timeout 30)
.....
FaxGetty[839]: OPEN /dev/ttyS0  HylaFAX (tm) Version 4.1.8
FaxGetty[839]: /dev/ttyS0: Can not initialize modem.
FaxGetty[839]: STATE CHANGE: BASE -> MODEMWAIT (timeout 30)
....
FaxGetty[909]: CAUGHT SIGNAL 15
FaxGetty[909]: CLOSE /dev/ttyS0
....
FaxGetty[926]: /dev/ttyS0: Can not initialize modem.
FaxGetty[926]: STATE CHANGE: BASE -> MODEMWAIT (timeout 30)
...
FaxGetty[964]: MODEM /dev/ttyS0 appears to be wedged
FaxGetty[964]: CLOSE /dev/ttyS0
FaxGetty[981]: OPEN /dev/ttyS0  HylaFAX (tm) Version 4.1.8
FaxGetty[981]: /dev/ttyS0: Can not initialize modem.
FaxGetty[981]: STATE CHANGE: BASE -> MODEMWAIT (timeout 30)


Reply to: