I am trying to get the fax/efax program working. I used the command "fax test > debug.out" suggested by the man page, and note that at the bottom of the resulting file is a note: "/usr/bin/fax: line 1129: 6100 Segmentation fault" (this seems to correspond to the penultimate line of the script, which is "done").
What does this mean? For reference, I am pasting the contents of debug.out below Thanks, Steve Martin ----------------------------debug.out--------------------------------------- --- /usr/bin/fax --- FAX=fax EFAX=efax EFIX=efix DEV=ttyS1 CLASS=2 FROM="+1 800 555 5555" NAME="Put Your Name Here" PAGE=letter PRTYPE=pcl # HP-PCL (e.g. HP LaserJet) PRCMD="lpr" VIEWCMD="xv -" GS=gs DIALPREFIX="T" DIALSUFFIX="" LOCK='-x /usr/spool/uucp/LCK..$DEV' # "normal" systems CONFIGFILES="/etc/efax.rc ${HOME:-~}/.efaxrc ./.efaxrc" TSTAMP='date +%m%d%H%M%S' LOOKUP='eval sed -n -e "/^fax($1):/{" -e "s/^[^:]*://p" -eq -e"}" $f' DIRFILES="${HOME:-.}/.faxdir" TELCVT='sed -e s/+1/1/ -e s/+/011/' # North America RES=204x196 # default "Fine" resolution (196 lpi) PRINT='$EFIX -ve -p$PAGEDIM -r300 -s0.98 -d0,0.125 -o$PRTYPE $f' VIEW='$EFIX -ve -p$PAGEDIM -r200 -opgm $f' # 50dpi: fast, whole-page view INIT="-iZ -i&FE&D2S7=120 -i&C0" RESET="-kZ" SPKR="-iM1L0" TXCAP="1,3,0,0,0,0,0,0" RXCAP="$TXCAP" RXINIT="" TXINIT="" DATECMD='date "+%y/%m/%d %H:%M"' # YY/MM/DD HH:MM (24hour) HDR='$DATE $NAME ($FROM) --> $TO p. %d/%d' BUSYRETRIES="30 60 120 300 60 600 60 60 1200 60 60" FAILRETRIES="300 300" # try two more times at 5 minute intervals NICE="nice -n -10" RM="/bin/rm -f" LS="/bin/ls" VERB="ewin" # show errors, warnings, progress & negotiation VERBLOG="chewmainrxtf" # log everything CONSOLE=/dev/console FAXDIR=/var/spool/fax FAXLOGDIR=${FAXDIR} ANSFNAME="%m%d%H%M%S" UMASK=022 NOTIFY='mail -s "fax from $REMID: $FILES" $FAXMGR <$f' FAXMGR=root ANSRINGS=1 OWNER=root.tty # typical MODE=666 # anybody FONE=/usr/bin/fone NOLOG='[145]' --- /etc/efax.rc --- DEV=modem FROM="+1 651 776 1364" NAME="Steven C. Martin" PRTYPE=ps PRCMD=lpr PAGE=`paperconf` VIEWCMD="xloadimage stdin" # xloadimage is a free Debian package LOCK='-x /var/lock/LCK..$DEV' # Debian has lockfiles in /var/lock FAXLOGDIR=/var/log/efax