Koozali.org: home of the SME Server

HylaFax

Offline nicolatiana

  • *
  • 724
  • +0/-0
Re: HylaFax
« Reply #15 on: February 03, 2009, 11:12:15 PM »
Usa Hylafax 4.3.4-1

Saluti

Nicola
Consulente di Smeserver.it -  Soluzioni e supporto su Sme server in Italia.

Offline marco.delia

  • *****
  • 164
  • +0/-0
Re: HylaFax
« Reply #16 on: February 03, 2009, 11:40:47 PM »
l'ho fatto... almeno credo!
seguendo il wiki ho fatto il download da qui ftp://ftp.hylafax.org/binary/linux/redhat/RPMS/i386, ma lanciando questo comando
Code: [Select]

yum --enablerepo=smecontribs install smeserver-hylafax
ho letto che installava un'altra versione. Domani davanti al server ti saprò dire meglio.
.... qui non si scrive .... :P

Offline marco.delia

  • *****
  • 164
  • +0/-0
Re: HylaFax
« Reply #17 on: February 04, 2009, 12:37:47 PM »
questo è il comando che ho lanciato
Quote
wget ftp://ftp.hylafax.org/binary/linux/redhat/RPMS/i386/hylafax-4.3.4-1rhel4.i386.rpm

Ho controllato meglio da browser

Quote
http://192.168.1.1:4559/

220 local.xxxxxxx.it server (HylaFAX (tm) Version 4.4.4) ready.
500 GET: Command not recognized.
500 HOST:: Command not recognized.
500 USER-AGENT:: Command not recognized.
500 ACCEPT:: Command not recognized.
500 ACCEPT-LANGUAGE:: Command not recognized.
500 ACCEPT-ENCODING:: Command not recognized.
500 ACCEPT-CHARSET:: Command not recognized.
500 KEEP-ALIVE:: Command not recognized.
500 COOKIE:: Command not recognized.
500 VIA:: Command not recognized.
221 Server shutting down.  Goodbye.

quindi la versione che ho in sme è la 4.4.4!
Come posso fare un downgrade alla versione 4.3.4?

grazie
Marco
.... qui non si scrive .... :P

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: HylaFax
« Reply #18 on: February 04, 2009, 01:07:41 PM »
ciao

vai nella directory dove hai il tuo rpm e digiti:
Code: [Select]
rpm -e hylafax
yum localinstall hylafax*.rpm

dovresti essere a posto

è meglio se rifai il faxsetup ed il faxaddmodem

ciao
Stefano

Offline marco.delia

  • *****
  • 164
  • +0/-0
Re: HylaFax
« Reply #19 on: February 04, 2009, 01:22:38 PM »
Grazie Stefano.

Ho seguito il tuo consiglio
Ora ho ricevuto questo messaggio
Quote
rpm -e hylafax
errore: Dipendenze fallite:
        hylafax >= 4.3(installato)  necessita di smeserver-hylafax-0.9-6.el4.sme.noarch

Quindi per quanto ne dica http://192.168.1.1:4559/ c'è installato la versione 4.3

Grazie!
.... qui non si scrive .... :P

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: HylaFax
« Reply #20 on: February 04, 2009, 01:31:55 PM »
vediamo di vederci chiaro :-)

posta il risultato di
Code: [Select]
rpm -qa | grep -i hyla

se fosse la 4.4, allora eliminala con
Code: [Select]
rpm -e --nodeps hylafax

e poi riprova ad installare il tuo rpm come detto prima (yum  localinstall....)

Ciao
Stefano

Offline marco.delia

  • *****
  • 164
  • +0/-0
Re: HylaFax
« Reply #21 on: February 04, 2009, 01:53:30 PM »
Fase numero uno
Code: [Select]
rpm -qa | grep -i hyla
Code: [Select]
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
hylafax-4.4.4-1.el4.sme
smeserver-hylafax-0.9-6.el4.sme

Fase numero due
Code: [Select]
rpm -e --nodeps hylafax
Code: [Select]
avvertimento: /etc/hylafax/hyla.conf salvato cme /etc/hylafax/hyla.conf.rpmsave

Fase numero tre
Code: [Select]
yum localinstall hylafax-4.3.4-1rhel4.i386.rpm
installazione completa
ma ho ricevuto questo messaggio.
Code: [Select]
/etc/e-smith/locale/fr-fr/etc/e-smith/web/functions/faxsrv not in UTF-8 format
....
/etc/e-smith/locale/fr/etc/e-smith/web/functions/faxsrv not in UTF-8 format
....
smeserver trap post-install: hylafax
speriamo bene!!
.... qui non si scrive .... :P

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: HylaFax
« Reply #22 on: February 04, 2009, 01:57:30 PM »
Code: [Select]
/etc/e-smith/locale/fr-fr/etc/e-smith/web/functions/faxsrv not in UTF-8 format
....
/etc/e-smith/locale/fr/etc/e-smith/web/functions/faxsrv not in UTF-8 format
....
smeserver trap post-install: hylafax
speriamo bene!!

l'errore è del pacchetto smeserver-hylafax.. pare non sia localizzato correttamente in francese.. hai problemi col server-manager?

Ciao
Stefano

Offline marco.delia

  • *****
  • 164
  • +0/-0
Re: HylaFax
« Reply #23 on: February 04, 2009, 02:08:59 PM »
Quote
hai problemi col server-manager?
No nessuno....

Ho controllato e la versione su sme è finalmente la 4.3.4.
.... qui non si scrive .... :P

Offline marco.delia

  • *****
  • 164
  • +0/-0
Re: HylaFax
« Reply #24 on: February 04, 2009, 02:28:03 PM »
Quote
No nessuno....
rettifoco questa risposta
non ho nessun problema su server-manager, ma sul monitor di SME appare questo messaggio:
Code: [Select]
INIT: /etc/inittab[53]:duplicate ID field "fax"
.... qui non si scrive .... :P

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: HylaFax
« Reply #25 on: February 04, 2009, 02:41:00 PM »
dammi il risultato di
Code: [Select]
ls -la /etc/e-smith/templates/etc/inittab

grazie

Ciao
S.

Offline marco.delia

  • *****
  • 164
  • +0/-0
Re: HylaFax
« Reply #26 on: February 04, 2009, 02:51:18 PM »
Grazie a te Stefano.

Code: [Select]
/root$ ls -la /etc/e-smith/templates/etc/inittab
total 60
drwxr-xr-x   2 root root 4096 Feb  3 19:01 .
drwxr-xr-x  73 root root 4096 Oct  4  2004 ..
-rw-r--r--   1 root root   42 Nov 21  2005 10defaultlevel
-rw-r--r--   1 root root   82 Dec 16  2004 11quotas
-rw-r--r--   1 root root   58 Nov 21  2005 11sysinit
-rw-r--r--   1 root root  100 Oct  7 19:34 12tty2
-rw-r--r--   1 root root  100 Oct  7 19:34 13tty3
-rw-r--r--   1 root root   51 Feb 17  2006 15nonetworkdrivers
-rw-r--r--   1 root root   26 Sep 24  2004 15runsvdir
-rw-r--r--   1 root root  261 Feb 17  2006 16ctrlaltdel
-rw-r--r--   1 root root  550 Nov 21  2005 20runlevels
-rw-r--r--   1 root root   44 Nov 21  2005 25local
-rw-r--r--   1 root root  343 Oct  7 19:34 70tty1
-rw-r--r--   1 root root  186 Jul  5  2007 85hylafax
-rw-r--r--   1 root root  432 Nov 21  2005 90serial
.... qui non si scrive .... :P

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: HylaFax
« Reply #27 on: February 04, 2009, 03:17:12 PM »
e questo è ok..

adesso dammi il risultato di
Code: [Select]
grep -i fax /etc/inittab

:-)

Offline marco.delia

  • *****
  • 164
  • +0/-0
Re: HylaFax
« Reply #28 on: February 04, 2009, 03:19:04 PM »
eccoli
Code: [Select]
fax:23457:respawn:/usr/sbin/faxgetty ttyS0
.... qui non si scrive .... :P

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: HylaFax
« Reply #29 on: February 04, 2009, 03:21:05 PM »
mi pare sia tutto ok..

hai solo un identificatore "fax" in quel file..

prova, per cortesia, da CONSOLE (non da remoto via ssh) a dare
Code: [Select]
init 1

e poi, quando hai di nuovo il prompt,
Code: [Select]
init 7

ciao
Stefano