Koozali.org: home of the SME Server

Obsolete Releases => SME 9.x Contribs => Topic started by: globalsi on October 13, 2016, 03:33:07 PM

Title: can't install hylafax on SME 9.1
Post by: globalsi 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 ?
Title: Re: can't install hylafax on SME 9.1
Post by: guest22 on October 13, 2016, 03:55:29 PM
Make sure all repo's are defined.
Title: Re: can't install hylafax on SME 9.1
Post by: Stefano 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

Title: Re: can't install hylafax on SME 9.1
Post by: guest22 on October 13, 2016, 03:58:42 PM
btw, what's a 'fax'?
Title: Re: can't install hylafax on SME 9.1
Post by: Stefano on October 13, 2016, 04:36:00 PM
unfortunately in many office it is still in (heavy) use
Title: Re: can't install hylafax on SME 9.1
Post by: Daniel B. on October 13, 2016, 04:43:20 PM
Try with the epel repo enabled
Title: Re: can't install hylafax on SME 9.1
Post by: Jean-Philippe Pialasse 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.
Title: Re: can't install hylafax on SME 9.1
Post by: globalsi 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
Title: Re: can't install hylafax on SME 9.1
Post by: Stefano 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?
Title: Re: can't install hylafax on SME 9.1
Post by: globalsi 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
Title: Re: can't install hylafax on SME 9.1
Post by: bunkobugsy on October 23, 2016, 09:38:49 PM
Is your problem similar to https://bugs.contribs.org/show_bug.cgi?id=9485 ?

If so just install these:

http://mirror.canada.pialasse.com/releases/8/smecontribs/i386/RPMS/hylafax-4.4.4-1.el5.sme.i386.rpm

http://mirror.chiropratique.org/releases/9/smedev/i386/RPMS/smeserver-hylafax-0.9-9.el6.sme.noarch.rpm
Title: Re: can't install hylafax on SME 9.1
Post by: Jáder 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