Projet

Général

Profil

Anomalie #11978

Creoled plante régulièrement

Ajouté par Olivier FEBWIN il y a presque 11 ans. Mis à jour il y a plus de 8 ans.

Statut:
Classée sans suite
Priorité:
Normal
Assigné à:
-
Catégorie:
-
Version cible:
-
Début:
15/06/2015
Echéance:
% réalisé:

0%

Distribution:
EOLE 2.4

Description

Creoled plante régulièrement sur Amon 2.4.0 ce qui semble provoquer des problèmes de VPN et d'ead sur les serveurs concernés

root@amon24-0601863z:~# diagnose 
root - HTTP error: socket.error: Can't connect to ('127.0.0.1', 8000)
* Erreur : Creoled n'est pas actif
Diagnose impossible : creoled est arrêté

A_SUPP_LE_20-11-15-pb_creold.png Voir (1,26 Mo) Olivier FEBWIN, 09/11/2015 11:51


Demandes liées

Dupliqué par Zéphir - Demande #13971: creoled planté suite à une mise a jour hebdomadaire Ne sera pas résolu 09/11/2015

Historique

#1 Mis à jour par Daniel Dehennin il y a presque 11 ans

Est-il possible d’avoir les journaux se trouvant dans /var/log/creoled.log ?

Merci.

#2 Mis à jour par Olivier FEBWIN il y a presque 11 ans

2015-06-13 02:25:39,193: cherrypy.access.46363792 - 127.0.0.1 - - [13/Jun/2015:02:25:39] "GET /get/creole?variable=container_ip_proxy HTTP/1.1" 200 38 "" "restkit/3.3.2"
2015-06-13 02:25:39,638: cherrypy.access.46363792 - 127.0.0.1 - - [13/Jun/2015:02:25:39] "GET /get/creole?variable=numero_etab HTTP/1.1" 200 37 "" "restkit/3.3.2"
2015-06-13 02:25:49,964: cherrypy.access.46363792 - 127.0.0.1 - - [13/Jun/2015:02:25:49] "GET /get/creole?variable=install_rvp HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-06-13 02:25:50,147: cherrypy.access.46363792 - 127.0.0.1 - - [13/Jun/2015:02:25:50] "GET /get/creole?variable=sw_database_mode HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-06-13 02:25:54,477: cherrypy.error - ENGINE Caught signal SIGTERM.
2015-06-13 02:25:54,477: cherrypy.error - ENGINE Bus STOPPING
2015-06-13 02:25:54,481: cherrypy.error - ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) shut down
2015-06-13 02:25:54,482: cherrypy.error - ENGINE Stopped thread 'Autoreloader'.
2015-06-13 02:25:54,482: cherrypy.error - ENGINE Stopped thread '_TimeoutMonitor'.
2015-06-13 02:25:54,482: cherrypy.error - ENGINE Stop InotifyMonitor thread
2015-06-13 02:25:54,483: cherrypy.error - ENGINE Bus STOPPED
2015-06-13 02:25:54,483: cherrypy.error - ENGINE Bus EXITING
2015-06-13 02:25:54,483: cherrypy.error - ENGINE PID file removed: '/run/creoled.pid'.
2015-06-13 02:25:54,484: cherrypy.error - ENGINE Bus EXITED
2015-06-13 02:25:54,484: cherrypy.error - ENGINE Waiting for child threads to terminate...
2015-06-13 02:26:28,000: cherrypy.error - ENGINE Listening for SIGHUP.
2015-06-13 02:26:28,019: cherrypy.error - ENGINE Listening for SIGTERM.
2015-06-13 02:26:28,019: cherrypy.error - ENGINE Listening for SIGUSR1.
2015-06-13 02:26:28,019: cherrypy.error - ENGINE Listening for SIGINT.
2015-06-13 02:26:28,078: cherrypy.error - ENGINE Bus STARTING
2015-06-13 02:26:28,079: cherrypy.error - ENGINE There are [<_MainThread(MainThread, started 140460782966528)>, <ConnectionReaper(Thread-1, started daemon 140460716984064)>] active threads. Daemonizing now may cause strange failures.
2015-06-13 02:26:28,081: cherrypy.error - ENGINE Forking once.
2015-06-13 02:26:28,084: cherrypy.error - ENGINE Forking twice.
2015-06-13 02:26:28,087: cherrypy.error - ENGINE Daemonized to PID: 2453
2015-06-13 02:26:28,088: cherrypy.error - ENGINE Start InotifyMonitor thread
2015-06-13 02:26:28,089: cherrypy.error - ENGINE PID 2453 written to '/run/creoled.pid'.
2015-06-13 02:26:28,090: cherrypy.error - ENGINE Started monitor thread '_TimeoutMonitor'.
2015-06-13 02:26:28,091: cherrypy.error - ENGINE Started monitor thread 'Autoreloader'.
2015-06-13 02:28:08,530: cherrypy.error - ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x1a6de50>>
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 197, in publish
output.append(listener(*args, **kwargs))
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpserver.py", line 151, in start
ServerAdapter.start(self)
File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 174, in start
self.wait()
File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 214, in wait
wait_for_occupied_port(host, port)
File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 427, in wait_for_occupied_port
raise IOError("Port %r not bound on %r" % (port, host))
IOError: Port 8000 not bound on '127.0.0.1'

2015-06-13 02:28:08,531: cherrypy.error - ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 235, in start
self.publish('start')
File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 215, in publish
raise exc
ChannelFailures: IOError("Port 8000 not bound on '127.0.0.1'",)

2015-06-13 02:28:08,531: cherrypy.error - ENGINE Bus STOPPING
2015-06-13 02:28:08,531: cherrypy.error - ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) already shut down
2015-06-13 02:28:08,532: cherrypy.error - ENGINE Stopped thread 'Autoreloader'.
2015-06-13 02:28:08,532: cherrypy.error - ENGINE Stopped thread '_TimeoutMonitor'.
2015-06-13 02:28:08,532: cherrypy.error - ENGINE Stop InotifyMonitor thread
2015-06-13 02:28:08,533: cherrypy.error - ENGINE Bus STOPPED
2015-06-13 02:28:08,533: cherrypy.error - ENGINE Bus EXITING
2015-06-13 02:28:08,533: cherrypy.error - ENGINE PID file removed: '/run/creoled.pid'.
2015-06-13 02:28:08,534: cherrypy.error - ENGINE Bus EXITED
2015-06-15 09:43:00,464: cherrypy.error - ENGINE Listening for SIGHUP.
2015-06-15 09:43:00,474: cherrypy.error - ENGINE Listening for SIGTERM.
2015-06-15 09:43:00,474: cherrypy.error - ENGINE Listening for SIGUSR1.
2015-06-15 09:43:00,475: cherrypy.error - ENGINE Listening for SIGINT.
2015-06-15 09:43:00,563: cherrypy.error - ENGINE Bus STARTING
2015-06-15 09:43:00,564: cherrypy.error - ENGINE There are [<_MainThread(MainThread, started 140042983085824)>, <ConnectionReaper(Thread-1, started daemon 140042914162432)>] active threads. Daemonizing now may cause strange failures.
2015-06-15 09:43:00,566: cherrypy.error - ENGINE Forking once.
2015-06-15 09:43:00,568: cherrypy.error - ENGINE Forking twice.
2015-06-15 09:43:00,572: cherrypy.error - ENGINE Daemonized to PID: 16518
2015-06-15 09:43:00,573: cherrypy.error - ENGINE PID 16518 written to '/run/creoled.pid'.
2015-06-15 09:43:00,573: cherrypy.error - ENGINE Started monitor thread '_TimeoutMonitor'.
2015-06-15 09:43:00,574: cherrypy.error - ENGINE Start InotifyMonitor thread
2015-06-15 09:43:00,575: cherrypy.error - ENGINE Started monitor thread 'Autoreloader'.
2015-06-15 09:43:00,745: cherrypy.error - ENGINE Serving on 127.0.0.1:8000
2015-06-15 09:43:00,746: cherrypy.error - ENGINE Bus STARTED
2015-06-15 09:43:04,531: cherrypy.access.47201232 - 127.0.0.1 - - [15/Jun/2015:09:43:04] "GET /get/creole?variable=eole_version HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-06-15 09:43:04,733: cherrypy.access.47201232 - 127.0.0.1 - - [15/Jun/2015:09:43:04] "GET /get/creole?variable=nom_machine HTTP/1.1" 200 44 "" "restkit/3.3.2"
2015-06-15 09:43:04,922: cherrypy.access.47201232 - 127.0.0.1 - - [15/Jun/2015:09:43:04] "GET /get/creole?variable=numero_etab HTTP/1.1" 200 37 "" "restkit/3.3.2"
2015-06-15 09:43:05,157: cherrypy.access.47201232 - 127.0.0.1 - - [15/Jun/2015:09:43:05] "GET /get/creole?variable=nom_machine HTTP/1.1" 200 44 "" "restkit/3.3.2"

#3 Mis à jour par Olivier FEBWIN il y a presque 11 ans

un autre aujourd'hui :

2015-06-17 04:59:05,203: cherrypy.access.23962640 - 127.0.0.1 - - [17/Jun/2015:04:59:05] "GET /get/creole?variable=container_path_mail HTTP/1.1" 200 29 "" "restkit/3.3.2" 
2015-06-17 04:59:05,435: cherrypy.access.23962640 - 127.0.0.1 - - [17/Jun/2015:04:59:05] "GET /get/creole?variable=container_ip_proxy HTTP/1.1" 200 38 "" "restkit/3.3.2" 
2015-06-17 04:59:12,560: cherrypy.access.23962640 - 127.0.0.1 - - [17/Jun/2015:04:59:12] "GET /get/creole?variable=install_rvp HTTP/1.1" 200 32 "" "restkit/3.3.2" 
2015-06-17 04:59:12,729: cherrypy.access.23962640 - 127.0.0.1 - - [17/Jun/2015:04:59:12] "GET /get/creole?variable=sw_database_mode HTTP/1.1" 200 32 "" "restkit/3.3.2" 
2015-06-17 04:59:17,126: cherrypy.error -  ENGINE Caught signal SIGTERM.
2015-06-17 04:59:17,127: cherrypy.error -  ENGINE Bus STOPPING
2015-06-17 04:59:17,132: cherrypy.error -  ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) shut down
2015-06-17 04:59:17,133: cherrypy.error -  ENGINE Stopped thread '_TimeoutMonitor'.
2015-06-17 04:59:17,133: cherrypy.error -  ENGINE Stop InotifyMonitor thread
2015-06-17 04:59:17,133: cherrypy.error -  ENGINE Stopped thread 'Autoreloader'.
2015-06-17 04:59:17,134: cherrypy.error -  ENGINE Bus STOPPED
2015-06-17 04:59:17,134: cherrypy.error -  ENGINE Bus EXITING
2015-06-17 04:59:17,134: cherrypy.error -  ENGINE PID file removed: '/run/creoled.pid'.
2015-06-17 04:59:17,134: cherrypy.error -  ENGINE Bus EXITED
2015-06-17 04:59:17,135: cherrypy.error -  ENGINE Waiting for child threads to terminate...
2015-06-17 05:01:10,394: cherrypy.error -  ENGINE Listening for SIGHUP.
2015-06-17 05:01:10,398: cherrypy.error -  ENGINE Listening for SIGTERM.
2015-06-17 05:01:10,399: cherrypy.error -  ENGINE Listening for SIGUSR1.
2015-06-17 05:01:10,399: cherrypy.error -  ENGINE Listening for SIGINT.
2015-06-17 05:01:10,466: cherrypy.error -  ENGINE Bus STARTING
2015-06-17 05:01:10,467: cherrypy.error -  ENGINE There are [<_MainThread(MainThread, started 140359869339392)>, <ConnectionReaper(Thread-1, started daemon 140359803356928)>] active threads. Daemonizing now may cause strange failures.
2015-06-17 05:01:10,470: cherrypy.error -  ENGINE Forking once.
2015-06-17 05:01:10,473: cherrypy.error -  ENGINE Forking twice.
2015-06-17 05:01:10,474: cherrypy.error -  ENGINE Daemonized to PID: 2422
2015-06-17 05:01:10,475: cherrypy.error -  ENGINE PID 2422 written to '/run/creoled.pid'.
2015-06-17 05:01:10,475: cherrypy.error -  ENGINE Started monitor thread 'Autoreloader'.
2015-06-17 05:01:10,476: cherrypy.error -  ENGINE Started monitor thread '_TimeoutMonitor'.
2015-06-17 05:01:10,477: cherrypy.error -  ENGINE Start InotifyMonitor thread
2015-06-17 05:02:51,064: cherrypy.error -  ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x2413e10>>
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 197, in publish
    output.append(listener(*args, **kwargs))
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpserver.py", line 151, in start
    ServerAdapter.start(self)
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 174, in start
    self.wait()
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 214, in wait
    wait_for_occupied_port(host, port)
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 427, in wait_for_occupied_port
    raise IOError("Port %r not bound on %r" % (port, host))
IOError: Port 8000 not bound on '127.0.0.1'

2015-06-17 05:02:51,065: cherrypy.error -  ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 235, in start
    self.publish('start')
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 215, in publish
    raise exc
ChannelFailures: IOError("Port 8000 not bound on '127.0.0.1'",)

2015-06-17 05:02:51,065: cherrypy.error -  ENGINE Bus STOPPING
2015-06-17 05:02:51,065: cherrypy.error -  ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) already shut down
2015-06-17 05:02:51,066: cherrypy.error -  ENGINE Stopped thread '_TimeoutMonitor'.
2015-06-17 05:02:51,066: cherrypy.error -  ENGINE Stop InotifyMonitor thread
2015-06-17 05:02:51,066: cherrypy.error -  ENGINE Stopped thread 'Autoreloader'.
2015-06-17 05:02:51,067: cherrypy.error -  ENGINE Bus STOPPED
2015-06-17 05:02:51,067: cherrypy.error -  ENGINE Bus EXITING
2015-06-17 05:02:51,067: cherrypy.error -  ENGINE PID file removed: '/run/creoled.pid'.
2015-06-17 05:02:51,067: cherrypy.error -  ENGINE Bus EXITED
root@amon24-0801739f:~# 

#4 Mis à jour par Olivier FEBWIN il y a presque 11 ans

et encore une fois, VPN hs et EAD hs

#5 Mis à jour par Emmanuel GARETTE il y a plus de 10 ans

Je n'ai jamais constaté ce problème sur nos serveurs.

Est-ce que cela se produit encore ? Pourquoi le service serait-il redémarré en plein nuit ? Cela se passe au démarrage du serveur ?

Si on fait :

  1. ifconfig lo down
  2. creoled --debug

On a bien cette erreur :

"ChannelFailures: IOError("Port 8000 not bound on '127.0.0.1'",)"

La question est de savoir à quel moment creoled démarre sans la présence de "lo".

#6 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

non, ça ne se produit plus

#8 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

Olivier FEBWIN a écrit :

Ne serait-ce pas en relation avec http://eole.orion.education.fr/listes/arc/amon-sphynx/2015-09/msg00027.html ?

#9 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

ah si, ça s'est encore produit sur un Amon 2.4.0 :

root@0600003c-amon:~# diagnose 
root - HTTP error: socket.error: Can't connect to ('127.0.0.1', 8000)
* Erreur : Creoled n'est pas actif
Diagnose impossible : creoled est arrêté
root@0600003c-amon:~# /etc/init.d/creoled restart
 * Restarting Creole daemon creoled                          [ OK ] 
root@0600003c-amon:~# diagnose 

*** Test du module amon version 2.4.0 (0600003c-amon 0600003C) ***
<...>

#10 Mis à jour par Emmanuel GARETTE il y a plus de 10 ans

Olivier FEBWIN a écrit :

ah si, ça s'est encore produit sur un Amon 2.4.0 :

Est-il possible d'avoir des informations ?

Le serveur s'est-il mis à jour cette nuit ?
Le serveur a-t'il redémarré ?
Les logs de creoled sont-ils pertinents ?

#11 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

à priori ça à l'heure de la dernière mise à jour

2015-10-22 03:47:56,880: cherrypy.access.40786128 - 127.0.0.1 - - [22/Oct/2015:03:47:56] "GET /get/creole?variable=activer_proxy_client HTTP/1.1" 200 32 "" "restkit/3.3.2" 
2015-10-22 03:47:57,365: cherrypy.access.40786128 - 127.0.0.1 - - [22/Oct/2015:03:47:57] "GET /get/creole?variable=container_path_proxy HTTP/1.1" 200 29 "" "restkit/3.3.2" 
2015-10-22 03:47:57,660: cherrypy.access.40786128 - 127.0.0.1 - - [22/Oct/2015:03:47:57] "GET /get/creole?variable=container_path_mail HTTP/1.1" 200 29 "" "restkit/3.3.2" 
2015-10-22 03:47:57,747: cherrypy.access.40786128 - 127.0.0.1 - - [22/Oct/2015:03:47:57] "GET /get/creole?variable=container_ip_proxy HTTP/1.1" 200 38 "" "restkit/3.3.2" 
2015-10-22 03:48:05,810: cherrypy.access.40786128 - 127.0.0.1 - - [22/Oct/2015:03:48:05] "GET /get/creole?variable=install_rvp HTTP/1.1" 200 32 "" "restkit/3.3.2" 
2015-10-22 03:48:06,006: cherrypy.access.40786128 - 127.0.0.1 - - [22/Oct/2015:03:48:06] "GET /get/creole?variable=sw_database_mode HTTP/1.1" 200 32 "" "restkit/3.3.2" 
2015-10-22 03:48:10,421: cherrypy.error -  ENGINE Caught signal SIGTERM.
2015-10-22 03:48:10,422: cherrypy.error -  ENGINE Bus STOPPING
2015-10-22 03:48:10,427: cherrypy.error -  ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) shut down
2015-10-22 03:48:10,427: cherrypy.error -  ENGINE Stop InotifyMonitor thread
2015-10-22 03:48:10,428: cherrypy.error -  ENGINE Stopped thread '_TimeoutMonitor'.
2015-10-22 03:48:10,428: cherrypy.error -  ENGINE Stopped thread 'Autoreloader'.
2015-10-22 03:48:10,428: cherrypy.error -  ENGINE Bus STOPPED
2015-10-22 03:48:10,428: cherrypy.error -  ENGINE Bus EXITING
2015-10-22 03:48:10,429: cherrypy.error -  ENGINE PID file removed: '/run/creoled.pid'.
2015-10-22 03:48:10,429: cherrypy.error -  ENGINE Bus EXITED
2015-10-22 03:48:10,429: cherrypy.error -  ENGINE Waiting for child threads to terminate...
2015-10-22 03:51:25,491: cherrypy.error -  ENGINE Listening for SIGHUP.
2015-10-22 03:51:25,493: cherrypy.error -  ENGINE Listening for SIGTERM.
2015-10-22 03:51:25,493: cherrypy.error -  ENGINE Listening for SIGUSR1.
2015-10-22 03:51:25,493: cherrypy.error -  ENGINE Listening for SIGINT.
2015-10-22 03:51:25,518: cherrypy.error -  ENGINE Bus STARTING
2015-10-22 03:51:25,519: cherrypy.error -  ENGINE There are [<_MainThread(MainThread, started 139644994549504)>, <ConnectionReaper(Thread-1, started daemon 139644928567040)>] active threads. Daemonizing now may cause strange failures.
2015-10-22 03:51:25,521: cherrypy.error -  ENGINE Forking once.
2015-10-22 03:51:25,523: cherrypy.error -  ENGINE Forking twice.
2015-10-22 03:51:25,527: cherrypy.error -  ENGINE Daemonized to PID: 2363
2015-10-22 03:51:25,528: cherrypy.error -  ENGINE Started monitor thread '_TimeoutMonitor'.
2015-10-22 03:51:25,528: cherrypy.error -  ENGINE Start InotifyMonitor thread
2015-10-22 03:51:25,529: cherrypy.error -  ENGINE PID 2363 written to '/run/creoled.pid'.
2015-10-22 03:51:25,530: cherrypy.error -  ENGINE Started monitor thread 'Autoreloader'.
2015-10-22 03:53:05,953: cherrypy.error -  ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x26e8e50>>
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 197, in publish
    output.append(listener(*args, **kwargs))
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpserver.py", line 151, in start
    ServerAdapter.start(self)
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 174, in start
    self.wait()
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 214, in wait
    wait_for_occupied_port(host, port)
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 427, in wait_for_occupied_port
    raise IOError("Port %r not bound on %r" % (port, host))
IOError: Port 8000 not bound on '127.0.0.1'

2015-10-22 03:53:05,954: cherrypy.error -  ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 235, in start
    self.publish('start')
  File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 215, in publish
    raise exc
ChannelFailures: IOError("Port 8000 not bound on '127.0.0.1'",)

2015-10-22 03:53:05,954: cherrypy.error -  ENGINE Bus STOPPING
2015-10-22 03:53:05,955: cherrypy.error -  ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) already shut down
2015-10-22 03:53:05,955: cherrypy.error -  ENGINE Stop InotifyMonitor thread
2015-10-22 03:53:05,956: cherrypy.error -  ENGINE Stopped thread '_TimeoutMonitor'.
2015-10-22 03:53:05,956: cherrypy.error -  ENGINE Stopped thread 'Autoreloader'.
2015-10-22 03:53:05,957: cherrypy.error -  ENGINE Bus STOPPED
2015-10-22 03:53:05,957: cherrypy.error -  ENGINE Bus EXITING
2015-10-22 03:53:05,957: cherrypy.error -  ENGINE PID file removed: '/run/creoled.pid'.
2015-10-22 03:53:05,957: cherrypy.error -  ENGINE Bus EXITED
2015-11-02 09:01:01,724: cherrypy.error -  ENGINE Listening for SIGHUP.
2015-11-02 09:01:01,725: cherrypy.error -  ENGINE Listening for SIGTERM.
2015-11-02 09:01:01,725: cherrypy.error -  ENGINE Listening for SIGUSR1.
2015-11-02 09:01:01,725: cherrypy.error -  ENGINE Listening for SIGINT.
2015-11-02 09:01:01,744: cherrypy.error -  ENGINE Bus STARTING

#12 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

j'ai oublié un réponse : non, le serveur n'a pas redémarré

#13 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

encore une fois sur un autre étab.
Ça ne correspond pas à une mise à jour cette fois voir PJ

#14 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

UP !!

encore un ce matin !

2015-12-05 01:40:36,238: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:36] "GET /get/creole?variable=activer_agregation HTTP/1.1" 200 113 "" "restkit/3.3.2"
2015-12-05 01:40:36,755: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:36] "GET /get/creole?variable=eole_module HTTP/1.1" 200 33 "" "restkit/3.3.2"
2015-12-05 01:40:36,758: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:36] "GET /get/creole?variable=eole_version HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-05 01:40:36,772: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:36] "GET /get/creole?variable=numero_etab HTTP/1.1" 200 37 "" "restkit/3.3.2"
2015-12-05 01:40:36,780: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:36] "GET /get/creole?variable=activer_proxy_client HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-05 01:40:37,036: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:37] "GET /get/creole?variable=container_path_mail HTTP/1.1" 200 29 "" "restkit/3.3.2"
2015-12-05 01:40:37,038: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:37] "GET /get/creole?variable=container_path_proxy HTTP/1.1" 200 29 "" "restkit/3.3.2"
2015-12-05 01:40:37,352: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:37] "GET /get/creole?variable=container_ip_proxy HTTP/1.1" 200 38 "" "restkit/3.3.2"
2015-12-05 01:40:43,791: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:43] "GET /get/creole?variable=install_rvp HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-05 01:40:43,988: cherrypy.access.37804752 - 127.0.0.1 - - [05/Dec/2015:01:40:43] "GET /get/creole?variable=sw_database_mode HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-05 01:40:48,408: cherrypy.error - ENGINE Caught signal SIGTERM.
2015-12-05 01:40:48,409: cherrypy.error - ENGINE Bus STOPPING
2015-12-05 01:40:48,415: cherrypy.error - ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) shut down
2015-12-05 01:40:48,416: cherrypy.error - ENGINE Stop InotifyMonitor thread
2015-12-05 01:40:48,417: cherrypy.error - ENGINE Stopped thread '_TimeoutMonitor'.
2015-12-05 01:40:48,417: cherrypy.error - ENGINE Stopped thread 'Autoreloader'.
2015-12-05 01:40:48,417: cherrypy.error - ENGINE Bus STOPPED
2015-12-05 01:40:48,417: cherrypy.error - ENGINE Bus EXITING
2015-12-05 01:40:48,418: cherrypy.error - ENGINE PID file removed: '/run/creoled.pid'.
2015-12-05 01:40:48,418: cherrypy.error - ENGINE Bus EXITED
2015-12-05 01:40:48,418: cherrypy.error - ENGINE Waiting for child threads to terminate...
2015-12-05 01:44:07,781: cherrypy.error - ENGINE Listening for SIGHUP.
2015-12-05 01:44:07,783: cherrypy.error - ENGINE Listening for SIGTERM.
2015-12-05 01:44:07,783: cherrypy.error - ENGINE Listening for SIGUSR1.
2015-12-05 01:44:07,783: cherrypy.error - ENGINE Listening for SIGINT.
2015-12-05 01:44:07,818: cherrypy.error - ENGINE Bus STARTING
2015-12-05 01:44:07,819: cherrypy.error - ENGINE There are [<_MainThread(MainThread, started 140672466642688)>, <ConnectionReaper(Thread-1, started daemon 140672400660224)>] active threads. Daemonizing now may cause strange failures.
2015-12-05 01:44:07,821: cherrypy.error - ENGINE Forking once.
2015-12-05 01:44:07,823: cherrypy.error - ENGINE Forking twice.
2015-12-05 01:44:07,825: cherrypy.error - ENGINE Daemonized to PID: 2433
2015-12-05 01:44:07,826: cherrypy.error - ENGINE Started monitor thread '_TimeoutMonitor'.
2015-12-05 01:44:07,826: cherrypy.error - ENGINE PID 2433 written to '/run/creoled.pid'.
2015-12-05 01:44:07,827: cherrypy.error - ENGINE Start InotifyMonitor thread
2015-12-05 01:44:07,828: cherrypy.error - ENGINE Started monitor thread 'Autoreloader'.
2015-12-05 01:45:48,238: cherrypy.error - ENGINE Error in 'start' listener <bound method Server.start of <cherrypy._cpserver.Server object at 0x2e17e50>>
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 197, in publish
output.append(listener(*args, **kwargs))
File "/usr/lib/python2.7/dist-packages/cherrypy/_cpserver.py", line 151, in start
ServerAdapter.start(self)
File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 174, in start
self.wait()
File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 214, in wait
wait_for_occupied_port(host, port)
File "/usr/lib/python2.7/dist-packages/cherrypy/process/servers.py", line 427, in wait_for_occupied_port
raise IOError("Port %r not bound on %r" % (port, host))
IOError: Port 8000 not bound on '127.0.0.1'

2015-12-05 01:45:48,239: cherrypy.error - ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 235, in start
self.publish('start')
File "/usr/lib/python2.7/dist-packages/cherrypy/process/wspbus.py", line 215, in publish
raise exc
ChannelFailures: IOError("Port 8000 not bound on '127.0.0.1'",)

2015-12-05 01:45:48,239: cherrypy.error - ENGINE Bus STOPPING
2015-12-05 01:45:48,239: cherrypy.error - ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8000)) already shut down
2015-12-05 01:45:48,240: cherrypy.error - ENGINE Stopped thread '_TimeoutMonitor'.
2015-12-05 01:45:48,240: cherrypy.error - ENGINE Stop InotifyMonitor thread
2015-12-05 01:45:48,241: cherrypy.error - ENGINE Stopped thread 'Autoreloader'.
2015-12-05 01:45:48,241: cherrypy.error - ENGINE Bus STOPPED
2015-12-05 01:45:48,241: cherrypy.error - ENGINE Bus EXITING
2015-12-05 01:45:48,242: cherrypy.error - ENGINE PID file removed: '/run/creoled.pid'.
2015-12-05 01:45:48,242: cherrypy.error - ENGINE Bus EXITED
2015-12-07 08:34:11,643: cherrypy.error - ENGINE Listening for SIGHUP.
2015-12-07 08:34:11,644: cherrypy.error - ENGINE Listening for SIGTERM.
2015-12-07 08:34:11,644: cherrypy.error - ENGINE Listening for SIGUSR1.
2015-12-07 08:34:11,644: cherrypy.error - ENGINE Listening for SIGINT.
2015-12-07 08:34:11,663: cherrypy.error - ENGINE Bus STARTING
2015-12-07 08:34:11,664: cherrypy.error - ENGINE There are [<_MainThread(MainThread, started 140341609187072)>, <ConnectionReaper(Thread-1, started daemon 140341544003328)>] active threads. Daemonizing now may cause strange failures.
2015-12-07 08:34:11,666: cherrypy.error - ENGINE Forking once.
2015-12-07 08:34:11,669: cherrypy.error - ENGINE Forking twice.
2015-12-07 08:34:11,671: cherrypy.error - ENGINE Daemonized to PID: 13080
2015-12-07 08:34:11,672: cherrypy.error - ENGINE Started monitor thread '_TimeoutMonitor'.
2015-12-07 08:34:11,673: cherrypy.error - ENGINE PID 13080 written to '/run/creoled.pid'.
2015-12-07 08:34:11,673: cherrypy.error - ENGINE Start InotifyMonitor thread
2015-12-07 08:34:11,674: cherrypy.error - ENGINE Started monitor thread 'Autoreloader'.
2015-12-07 08:34:11,783: cherrypy.error - ENGINE Serving on 127.0.0.1:8000
2015-12-07 08:34:11,784: cherrypy.error - ENGINE Bus STARTED
2015-12-07 08:34:12,020: cherrypy.access.40676048 - 127.0.0.1 - - [07/Dec/2015:08:34:12] "GET /get/creole?variable=eole_version HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-07 08:34:18,435: cherrypy.access.40676048 - 127.0.0.1 - - [07/Dec/2015:08:34:18] "GET /valid_mandatory HTTP/1.1" 200 31 "" "restkit/3.3.2"
2015-12-07 08:34:18,440: cherrypy.access.40676048 - 127.0.0.1 - - [07/Dec/2015:08:34:18] "GET /get/creole?variable=mode_conteneur_actif HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-07 08:34:18,630: cherrypy.access.40676048 - 127.0.0.1 - - [07/Dec/2015:08:34:18] "GET /get/creole?variable=mode_conteneur_actif HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-07 08:34:21,139: cherrypy.access.40676048 - 127.0.0.1 - - [07/Dec/2015:08:34:21] "GET /get/creole?variable=mode_conteneur_actif HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-07 08:34:39,637: cherrypy.access.40676048 - 127.0.0.1 - - [07/Dec/2015:08:34:39] "GET /get/creole?variable=mode_conteneur_actif HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-07 08:34:39,640: cherrypy.access.40676048 - 127.0.0.1 - - [07/Dec/2015:08:34:39] "GET /get/creole?variable=mode_conteneur_actif HTTP/1.1" 200 32 "" "restkit/3.3.2"
2015-12-07 08:34:39,684: cherrypy.access.40676048 - 127.0.0.1 - - [07/Dec/2015:08:34:39] "GET /get/containers/containers HTTP/1.1" 200 917 "" "restkit/3.3.2"

#15 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

cela s'est produit suite à une mise à jour :

2015-12-05 01:40:43 RECONFIGURE INFO Redémarrage automatique
2015-12-05 01:40:34 RECONFIGURE OK Configuration terminée
2015-12-05 01:37:12 RECONFIGURE EN COURS Début de configuration
2015-12-05 01:37:12 MAJ INFO Reconfiguration automatique
2015-12-05 01:37:12 MAJ OK 8 paquets mis à jour
2015-12-05 01:35:29 MAJ EN COURS Début

#16 Mis à jour par Olivier FEBWIN il y a plus de 10 ans

ce serveur a redémarré suite à cette mise à jour :

root@0600001a-amon:~# last
<...>
reboot system boot 3.13.0-71-generi Sat Dec 5 01:43 - 09:21 (2+07:38)

#17 Mis à jour par Olivier FEBWIN il y a environ 10 ans

Ce bug est toujours présent en 2.4.2
Cela fait suite à une mise à jour : creold plante, puis le VPN, puis ead-server et ead-web
C'est très pénalisant !

#18 Mis à jour par Olivier FEBWIN il y a environ 9 ans

Le problème est également présent en 2.5.2

#19 Mis à jour par Joël Cuissinat il y a plus de 8 ans

  • Statut changé de Nouveau à Classée sans suite

Je ne sais pas si ça corrige les cas présentés mais des corrections ont été publiées récemment y compris pour 2.5 : #20778

Formats disponibles : Atom PDF