Projet

Général

Profil

Tâche #23205

Mis à jour par Joël Cuissinat il y a environ 6 ans

Bonjour

Sur un Eole Base 2.6.2 en mode conteneurs avec le paquet eole-dns, nous avons une erreur au diagnose :

<pre>
Traceback (most recent call last):
File "/usr/share/eole/diagnose/07-container", line 22, in <module>
for container, status in test_containers().items():
File "/usr/lib/python2.7/dist-packages/pyeole/diagnose/diagnose.py", line 308, in test_containers
ret[container] = test_container(container, ip)
File "/usr/lib/python2.7/dist-packages/pyeole/diagnose/diagnose.py", line 290, in test_container
is_running = tcpcheck(ip, '22', '2')
File "/usr/lib/python2.7/dist-packages/pyeole/decorator.py", line 192, in wrapper
return self.decorate(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/pyeole/decorator.py", line 439, in decorate
ret = self.decorated(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/pyeole/process.py", line 377, in tcpcheck
return network.test_tcp(ip_address, port, timeout)
File "/usr/lib/python2.7/dist-packages/pyeole/diagnose/network.py", line 136, in test_tcp
soc.connect((ip_address, port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
TypeError: coercing to Unicode: need string or buffer, list found
run-parts: /usr/share/eole/diagnose/07-container exited with return code 1
</pre>



Merci par avance.
Cordialement.

Retour