Bug 632586 - hylafax clients can't reach the server
Summary: hylafax clients can't reach the server
Status: VERIFIED FIXED
Alias: None
Product: openSUSE 11.4
Classification: openSUSE
Component: Other (show other bugs)
Version: RC 2
Hardware: i586 openSUSE 11.3
: P3 - Medium : Major with 5 votes (vote)
Target Milestone: Final
Assignee: Philipp Thomas
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 21:22 UTC by Davide Vernè
Modified: 2011-07-22 08:15 UTC (History)
6 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Solution of the problem (6.33 KB, text/html)
2010-08-18 21:22 UTC, Davide Vernè
Details
Patch for /etc/init.d/hylafax (435 bytes, patch)
2011-02-22 22:02 UTC, Björn Voigt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Davide Vernè 2010-08-18 21:22:04 UTC
Created attachment 383955 [details]
Solution of the problem

User-Agent:       Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.11) Gecko/20100714 SUSE/3.5.11-0.1.1 Firefox/3.5.11

hylafax clients can't reach server (localhost, too)

Reproducible: Always

Steps to Reproduce:
1.Install hylafax
2.# /etc/init.d/hylafax start
3.



init script needs to be updated
Comment 2 Rainer Hantsch 2010-12-01 19:54:07 UTC
The reason is that /etc/init.d/hylafax still has an option in the do_start() part, which is not allowed any more:

wrong line is:
/sbin/startproc $HFAXD -l 0.0.0.0 -i $FAXPORT <b>-o 4557</b> -s $SNPPPORT \

must be:
/sbin/startproc $HFAXD -l 0.0.0.0 -i $FAXPORT -s $SNPPPORT \


After this change, "rchylafax restart"  works.
Comment 3 Björn Voigt 2011-02-22 22:02:29 UTC
Created attachment 415620 [details]
Patch for /etc/init.d/hylafax

Without the -o option the hfaxd server starts correctly.
Comment 4 Björn Voigt 2011-02-25 13:49:14 UTC
The bug is still in 11.4 RC1.
Comment 5 Björn Voigt 2011-02-26 18:40:47 UTC
Same for 11.4 RC2.
Comment 7 Philipp Thomas 2011-03-28 12:48:54 UTC
OK, fix submitted for factory, 11.3 and 11.4 (SRs 65287, 65288 and 65289).
Comment 8 Christian Dengler 2011-05-17 14:10:57 UTC
Update released.
Comment 9 Dirk Mueller 2011-07-22 08:14:57 UTC
closing as fixed.