capi4hylafax c2faxrecv in Dauerschleife

Einrichten des Druckers und des Drucksystems, Scannerkonfiguration und Software zum Scannen und Faxen.
Antworten
frankifrank
Beiträge: 1
Registriert: 02.04.2011 18:12:12

capi4hylafax c2faxrecv in Dauerschleife

Beitrag von frankifrank » 02.04.2011 18:14:50

Hi zusammen

Habe din Problem mit einem hxlafax auf Debian Lenny und capi4hylafax.

Ich benutze Hylafax in Version 4.4.4-10.1

Faxe senden via sendfax geht wunderbar.
Beim Empfang gibt leider ein Problem:

Faxe werden empfangen und als tiff gespeichert unter:

/var/spool/hylafax/recvq

Danach wird automatisch c2faxrecv gestartet. Dieses beendet dann jedoch nicht, sondern hängt in einer Endlosschleife.
Dadurch wird kein FaxDispatch ausgeführt => kein Fax2Email wird ausgeführt:-(

/var/spool/hylafax/log/capi4hylafax.log:

Code: Alles auswählen

Apr 02 16:43:22.61: [ 7314]: c2faxrecv - INFO: Connection established.
Apr 02 16:43:22.61: [ 7314]: c2faxrecv - INFO:  StationID = 070221xxxxx (some privacy)
Apr 02 16:43:22.61: [ 7314]: c2faxrecv - INFO:  BaudRate  = 14400
Apr 02 16:43:22.61: [ 7314]: c2faxrecv - INFO:  Flags     = HighRes, MMR_compr
Apr 02 16:43:22.61: [ 7314]: c2faxrecv - INFO: Write fax in path /var/spool/hylafax to file recvq/fax000000019.tif.
Apr 02 16:44:02.93: [ 7314]: c2faxrecv - INFO: Page 1 was received. - Last Page!
Apr 02 16:44:07.11: [ 7314]: c2faxrecv - INFO: Fax received and calling '/usr/bin/c2faxrecv "recvq/fax000000019.tif"
"faxCAPI" "000000059" "" "070221xxxx" "" "22"'.
Apr 02 16:44:07.12: [13255]: c2faxrecv - INFO:
C4H-Version 01.03.01svn (32Bit).
Dauerschleife von c2faxrecv:
ps -ef | grep c2

Code: Alles auswählen



root     11932  7368  0 16:39 ?        00:00:02 /usr/bin/c2faxrecv recvq/fax000000018.tif faxCAPI 000000057  070221xxx
 22
root     13255  7314  0 16:44 ?        00:00:00 /usr/bin/c2faxrecv recvq/fax000000019.tif faxCAPI 000000059  070221xxx
 22
strace -p 13255

Code: Alles auswählen

Process 13255 attached - interrupt to quit
select(6, [5], NULL, [5], {29, 588000}) = ? ERESTARTNOHAND (To be restarted)
--- SIGALRM (Alarm clock) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({30, 0}, 0xbfef4114)          = ? ERESTART_RESTARTBLOCK (To be restarted)
--- SIGALRM (Alarm clock) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
select(6, [5], NULL, [5], {30, 0})      = ? ERESTARTNOHAND (To be restarted)
--- SIGALRM (Alarm clock) @ 0 (0) ---
sigreturn()                             = ? (mask now [])
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({30, 0}, 0xbfef4114)          = ? ERESTART_RESTARTBLOCK (To be restarted)
--- SIGALRM (Alarm clock) @ 0 (0) ---
Jede Anmerkung ist willkommen!

Danke,
Frank

Antworten