Koozali.org: home of the SME Server

can't install hylafax on SME 9.1

Offline globalsi

  • ****
  • 167
  • +0/-0
can't install hylafax on SME 9.1
« on: October 13, 2016, 03:33:07 PM »
Hi, I try to install hylafax on SME9.1 (64bits).
I follow the wiki : https://wiki.contribs.org/HylaFax#SME9
As dag repo is unavailable, i try this command :
Code: [Select]
yum --enablerepo=smecontribs,smedev install smeserver-hylafaxthat give me in french:
Code: [Select]
[root@smeserver ~]# yum --enablerepo=smecontribs,smedev install smeserver-hylafax
Modules complémentaires chargés : fastestmirror, smeserver
Configuration du processus d'installation
Loading mirror speeds from cached hostfile
 * base: fr.mirror.babylon.network
 * smeaddons: sme-mirror.firewall-services.com
 * smecontribs: sme-mirror.firewall-services.com
 * smedev: sme-mirror.firewall-services.com
 * smeextras: sme-mirror.firewall-services.com
 * smeos: sme-mirror.firewall-services.com
 * smeupdates: sme-mirror.firewall-services.com
 * updates: centos.mirrors.ovh.net
Résolution des dépendances
--> Lancement de la transaction de test
---> Package smeserver-hylafax.noarch 0:0.9-9.el6.sme will be installé
--> Traitement de la dépendance : hylafax >= 4.3 pour le paquet : smeserver-hylafax-0.9-9.el6.sme.noarch
--> Résolution des dépendances terminée
Erreur : Paquet : smeserver-hylafax-0.9-9.el6.sme.noarch (smedev)
             Requiert : hylafax >= 4.3
 Vous pouvez essayer d'utiliser --skip-broken pour contourner le problème
 Vous pouvez essayer d'exécuter : rpm -Va --nofiles --nodigest

translated

Code: [Select]
[root@smeserver ~]# yum --enablerepo=smecontribs,smedev install smeserver-hylafax
Complementaries Modules Loaded : fastestmirror, smeserver
Installation Process Configuration
Loading mirror speeds from cached hostfile
 * base: fr.mirror.babylon.network
 * smeaddons: sme-mirror.firewall-services.com
 * smecontribs: sme-mirror.firewall-services.com
 * smedev: sme-mirror.firewall-services.com
 * smeextras: sme-mirror.firewall-services.com
 * smeos: sme-mirror.firewall-services.com
 * smeupdates: sme-mirror.firewall-services.com
 * updates: centos.mirrors.ovh.net
Starting Resolving dependencies
--> Running transaction test
---> Package smeserver-hylafax.noarch 0:0.9-9.el6.sme will be installed
--> solving dependencie : hylafax >= 4.3 for packet : smeserver-hylafax-0.9-9.el6.sme.noarch
--> Ending Resolving dependencies
Error : Packet : smeserver-hylafax-0.9-9.el6.sme.noarch (smedev)
             Requiere : hylafax >= 4.3
You can try --skip-broken for workaround
 You can try to execute : rpm -Va --nofiles --nodigest

Is there any tips to install hylafax ?

guest22

Re: can't install hylafax on SME 9.1
« Reply #1 on: October 13, 2016, 03:55:29 PM »
Make sure all repo's are defined.

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: can't install hylafax on SME 9.1
« Reply #2 on: October 13, 2016, 03:57:14 PM »
IIRC, last time I installed it, I took the rpm directly from hylafax.org site, installed it with

Code: [Select]
yum localinstall /path/to/hylafax/rpm

then installed smeserver-hylafax


guest22

Re: can't install hylafax on SME 9.1
« Reply #3 on: October 13, 2016, 03:58:42 PM »
btw, what's a 'fax'?

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: can't install hylafax on SME 9.1
« Reply #4 on: October 13, 2016, 04:36:00 PM »
unfortunately in many office it is still in (heavy) use

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: can't install hylafax on SME 9.1
« Reply #5 on: October 13, 2016, 04:43:20 PM »
Try with the epel repo enabled
C'est la fin du monde !!! :lol:

Offline Jean-Philippe Pialasse

  • *
  • 2,763
  • +11/-0
  • aka Unnilennium
    • http://smeserver.pialasse.com
Re: can't install hylafax on SME 9.1
« Reply #6 on: October 14, 2016, 05:07:54 AM »
see :
https://wiki.contribs.org/HylaFax#SME9
and

https://wiki.contribs.org/HylaFax#Bugs


it is not fully functionnal on SME9 and need some feedback to fix it (see bug list)

If you are willing to take time, I would be pleased to help to fix the bugs ( meaning include the fixes in the rpms as I do not have any modem to test) If so just poke on bug https://bugs.contribs.org/show_bug.cgi?id=9485 and ohters in the list.

Offline globalsi

  • ****
  • 167
  • +0/-0
Re: can't install hylafax on SME 9.1
« Reply #7 on: October 17, 2016, 11:24:27 AM »
Hi,
I run

Code: [Select]
wget ftp://ftp.hylafax.org/binary/linux/redhat/6.0.6/hylafax-server-6.0.6-1rhel6.x86_64.rp
wget ftp://ftp.hylafax.org/binary/linux/redhat/6.0.6/hylafax-client-6.0.6-1rhel6.x86_64.rpm
yum localinstall hylafax-server-6.0.6-1rhel6.x86_64.rpm  hylafax-client-6.0.6-1rhel6.x86_64.rpm
yum install  smeserver-hylafax

installation is ok but fax is not operational.

now, I'll look https://wiki.contribs.org/HylaFax#Bugs

PS : modem seems detected on ttyS1
« Last Edit: October 17, 2016, 11:29:46 AM by globalsi »

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: can't install hylafax on SME 9.1
« Reply #8 on: October 17, 2016, 01:53:41 PM »
Quote
installation is ok but fax is not operational.

is hylafax service running?
is there anything interesting in /var/log/messages?

Offline globalsi

  • ****
  • 167
  • +0/-0
Re: can't install hylafax on SME 9.1
« Reply #9 on: October 17, 2016, 05:57:39 PM »
is hylafax service running?
-> yes both "HylaFAX client-server protocol server" & "HylaFAX queue manager process: faxq"
is there anything interesting in /var/log/messages?
-> It's my next step : check logs


Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: can't install hylafax on SME 9.1
« Reply #11 on: November 01, 2016, 08:33:35 PM »
I´ve it work on SME before... just a couple of years ago.
I´d love to help... but so you must enable me to access your server... using TeamViewer or SSH direct.

I loved faxes... but now have seen a few places where it works and it´s necessary.
If you still have problems, let me know... we can try to TeamViewer togheter and fix it.

Regards,

Jáder
...