|
Bugzilla – Full Text Bug Listing |
| Summary: | hylafax clients can't reach the server | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Davide Vernè <davide.verne> |
| Component: | Other | Assignee: | Philipp Thomas <pth> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P3 - Medium | CC: | bjoernv, davide.verne, drankinatty, nix, office, pth |
| Version: | RC 2 | ||
| Target Milestone: | Final | ||
| Hardware: | i586 | ||
| OS: | openSUSE 11.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Solution of the problem
Patch for /etc/init.d/hylafax |
||
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. Created attachment 415620 [details]
Patch for /etc/init.d/hylafax
Without the -o option the hfaxd server starts correctly.
The bug is still in 11.4 RC1. Same for 11.4 RC2. OK, fix submitted for factory, 11.3 and 11.4 (SRs 65287, 65288 and 65289). Update released. closing as fixed. |
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