1 (edited by roberto.hodach 2010-09-11 00:05:24)

Topic: problem iredapd 1.3.3 ( resolved j have installed iredadminpro)

Ho appena installato 0.6.1 con iredadmin iredapd 1.3.3 e ha il seguente errore cosa puo ' essere nel file ho ireadpd.log errori:

# / Etc / init.d / restart iredapd -RR
iredapd è già fermato.
A partire iredapd ...
Traceback ( chiamata più recente scorso) :
  File " / opt / iredapd / src / " iredapd - rr.py , linea 345, in?
    main ()
  File " / opt / iredapd / src / " iredapd - rr.py , linea 327, in main
    socketDaemon apdSocket = (( listen_addr , listen_port ))
  File " / opt / iredapd / src / " iredapd - rr.py , linea 100, in __init__
    self.bind ( localaddr )
  File "/" usr/lib/python2.4/asyncore.py , linea 304, in BIND
    ritorno self.socket.bind (addr)
  File " <string> " , linea 1, in BIND
socket.error : (98 , ' Indirizzo già in uso ')


iredapd.log :
2010/09/10 14:19:25 INFO partire iredapd ( v1.4.0 , pid : 6156 ), in ascolto su 127.0.0.1:7777 .
2010/09/10 15:42:44 INFO partire iredapd ( v1.4.0 , pid : 2473) , in ascolto sulla 127.0.0.1:7777 .
2010/09/10 16:26:14 INFO partire iredapd ( v1.4.0 , pid : 2473) , in ascolto sulla 127.0.0.1:7777 .
2010/09/10 16:26:14 DEBUG si biforcano primo figlio.
2010/09/10 16:26:14 DEBUG Creazione di nuova sessione
2010/09/10 16:26:14 DEBUG si biforcano secondo figlio.
2010/09/10 16:26:14 DEBUG Impostazione umask
2010/09/10 16:26:14 DEBUG Cambiare la directory di lavoro per "/"
2010/09/10 16:26:14 DEBUG descrittori di file Redirecting

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: problem iredapd 1.3.3 ( resolved j have installed iredadminpro)

Can you please write in English? i can't understand other languages except Chinese & English sad

3

Re: problem iredapd 1.3.3 ( resolved j have installed iredadminpro)

ZhangHuangbin wrote:

Can you please write in English? i can't understand other languages except Chinese & English sad

Hi Zhang, I have the same problem, I installed iRedAPD 1.3.3 using the following link: http://iredmail.org/wiki/index.php?titl … D/OpenLDAP

when I run

~# /etc/init.d/iredapd start

works without ploblemas, but but when I run:

~# /etc/init.d/iredapd-rr start

shows me the following message:

Starting iredapd ...
Traceback (most recent call last):
  File "/opt/iredapd/src/iredapd-rr.py", line 353, in <module>
    main()
  File "/opt/iredapd/src/iredapd-rr.py", line 328, in main
    socketDaemon = apdSocket((listen_addr, listen_port))
  File "/opt/iredapd/src/iredapd-rr.py", line 101, in __init__
    self.bind(localaddr)
  File "/usr/lib/python2.5/asyncore.py", line 303, in bind
    return self.socket.bind(addr)
  File "<string>", line 1, in bind
socket.error: (98, 'Address already in use')

What might be going that this error is shown?

4

Re: problem iredapd 1.3.3 ( resolved j have installed iredadminpro)

Do you use a different port for iredapd-rr?

5 (edited by Jariel06 2011-01-03 09:34:41)

Re: problem iredapd 1.3.3 ( resolved j have installed iredadminpro)

ZhangHuangbin wrote:

Do you use a different port for iredapd-rr?

That was the problem, I had the same port, sorry, thanks for your help...