Koozali.org: home of the SME Server

Hylafax on SME9.1

Offline bunkobugsy

  • *
  • 306
  • +4/-0
Hylafax on SME9.1
« on: April 30, 2016, 10:25:19 PM »
Is anyone running this? Can't seem to figure this one out after upgrade from 8.2.
Have been runnig 4.4.1 on SME 7 and 8 for years without a problem.
EL5 x86_64 RPMs from SME8 contribs don't seem to receive or even pick up.
Neither do other EL6 x86_64 RPMs (5.2.1, 5.5.2) + smeserver-hylafax EL5.
Any ideeas? Should I raise a bug? Thanks.

Offline ReetP

  • *
  • 3,949
  • +6/-0
Re: Hylafax on SME9.1
« Reply #1 on: April 30, 2016, 11:51:12 PM »
First, any log messages?

Next is there a 9.x contrib ? If not we can look at that. Probably worth opening a bug and we can take a look.
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline bunkobugsy

  • *
  • 306
  • +4/-0
Re: Hylafax on SME9.1
« Reply #2 on: May 01, 2016, 12:00:13 AM »
No log messages, wiki page last updated before SME9 released, rpms missing from 9.1 contribs repo. Just asking if anyone managed to use it, really need it.

Offline bunkobugsy

  • *
  • 306
  • +4/-0
Re: Hylafax on SME9.1
« Reply #3 on: May 01, 2016, 12:05:50 AM »
Ho log messages other than normal:

Apr 30 13:27:14 nv FaxQueuer[2665]: HylaFAX (tm) Version 4.4.4
Apr 30 13:27:14 nv FaxQueuer[2665]: Copyright (c) 1990-1996 Sam Leffler
Apr 30 13:27:14 nv FaxQueuer[2665]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Apr 30 13:27:14 nv HylaFAX[2670]: HylaFAX INET Protocol Server: restarted.

Apr 30 22:13:50 nv FaxQueuer[18735]: HylaFAX (tm) Version 5.2.5
Apr 30 22:13:50 nv FaxQueuer[18735]: Copyright (c) 1990-1996 Sam Leffler
Apr 30 22:13:50 nv FaxQueuer[18735]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Apr 30 22:13:50 nv HylaFAX[18739]: HylaFAX INET Protocol Server: restarted.

Apr 30 22:33:44 nv FaxQueuer[22378]: HylaFAX (tm) Version 5.5.2
Apr 30 22:33:44 nv FaxQueuer[22378]: Copyright (c) 1990-1996 Sam Leffler
Apr 30 22:33:44 nv FaxQueuer[22378]: Copyright (c) 1991-1996 Silicon Graphics, Inc.
Apr 30 22:33:44 nv HylaFAX[22382]: Listening to 0.0.0.0:4559
Apr 30 22:33:44 nv HylaFAX[22382]: HylaFAX INET Protocol Server: restarted.

Followed wiki steps, detects modem, restart, but it simply won't answer.

Offline ReetP

  • *
  • 3,949
  • +6/-0
Re: Hylafax on SME9.1
« Reply #4 on: May 01, 2016, 12:14:39 AM »
Ok. I can't do anything from my mobile phone to assist. Home Tuesday.....

Wondering if there are any issues with port speed/comms. Can you communicate direct with say minicom ?

Open a bug and ask for a rpm for v9 and we'll try and get one built this week. However if the v8 one installs then I think it is likely to be an issue with hylafax/modem

Is there any other debugging you can enable in hylafax to log a bit more ?
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline bunkobugsy

  • *
  • 306
  • +4/-0
Re: Hylafax on SME9.1
« Reply #5 on: May 01, 2016, 12:53:57 AM »
Thanks for your help, will post back with any new info.
Opened bug: https://bugs.contribs.org/show_bug.cgi?id=9485

Offline ReetP

  • *
  • 3,949
  • +6/-0
Re: Hylafax on SME9.1
« Reply #6 on: May 01, 2016, 11:34:56 AM »
No worries. Will have a look when home
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation


Offline bunkobugsy

  • *
  • 306
  • +4/-0
Re: Hylafax on SME9.1
« Reply #8 on: May 01, 2016, 06:00:53 PM »

Offline bunkobugsy

  • *
  • 306
  • +4/-0
Re: Hylafax on SME9.1
« Reply #9 on: May 01, 2016, 07:21:28 PM »
Similar to http://www.cyberciti.biz/faq/centos-rhel-6-install-serial-console/

create /etc/init/ttyS0.conf:

start on runlevel [2345]
stop on runlevel [S016]
respawn
instance /dev/ttyS0
exec /usr/sbin/faxgetty ttyS0

and restart fixes problem.