Message d'erreur "Une instance est déjà en cours d’exécution, merci d'attendre sa fin avant d'en lancer une autre."

Bonjour,

Dans l’interface d’admin j’ai ce message qui apparait en rouge :

Une instance est déjà en cours d’exécution, merci d’attendre sa fin avant d’en lancer une autre.

A quoi cela correspond-il ? (ce qui sous-entend : qu’ai-je encore cassé :o)

En supposant que le probleme est toujours d’actualite : si tu te connectes en SSH et que tu fais “ps -ef | grep yunohost”, est-ce que tu vois beaucoup de lignes ?

Salut Aleks,

Le problème persiste, malgré un reboot du serveur. Voici ce que renvoie la commande ssh :

root@chaton:~# ps -ef | grep yunohost
avahi 629 1 0 Apr02 ? 00:00:00 avahi-daemon: running [yunohost.local]
root 735 1 0 Apr02 ? 00:00:37 /usr/bin/python /usr/bin/yunohost-api
root 20309 19026 0 09:11 pts/0 00:00:00 grep yunohost

Et voici les message sur la page web d’administration, après que j’ai touché aux apps (ici la désinstallation de calibre-web) :

Une instance est déjà en cours d’exécution, merci d’attendre sa fin avant d’en lancer une autre.
calibreweb supprimé
e[93me[1m[WARN]e[0m !!!The library folder /home/yunohost.multimedia/share/eBook was not deleted. Delete it manually if required!!!
e[93me[1m[WARN]e[0m Not deleting ‘/var/log/calibreweb/’ because it is not an acceptable path to delete.
Removing open port 8083
Close port 8083
Removing nginx config
Removing /var/www/calibreweb
sh: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
/bin/sh: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
sh: BASH_XTRACEFD : 7 : valeur non valable pour un descripteur de fichier de trace
Removing dependencies
Removed /etc/systemd/system/multi-user.target.wants/calibreweb.service.
Removing systemd
lost sys.stderr
sys.excepthook is missing
close failed in file object destructor:
Suppression de l’application calibreweb …
Connecté

Existe-t-il une page de troubleshooting avec les messages d’erreurs les plus fréquents ?

Up !

Quelqu’un a une idée de l’origine de l’erreur ? Si non et vu que le serveur n’est pas encore en prod, je le réinstallerais de zéro :smiley:

Bonjour,
Même problème ici, voici ce que me renvoie la commande :

admin@lamo:~$ ps -ef | grep yunohost
avahi      693     1  0 mars27 ?       00:00:39 avahi-daemon: running [yunohost.local]
root     14794     1  1 10:07 ?        00:00:04 /usr/bin/python /usr/bin/yunohost-api
root     16752 22471  1 10:10 ?        00:00:00 /usr/bin/python /usr/bin/yunohost backup create -n auto1_mailman --method myborg --apps mailman
root     16997 16752  0 10:11 ?        00:00:00 sh -c YNH_INTERFACE=cli YNH_CWD=/etc/yunohost/hooks.d/backup_method YNH_STDINFO=/tmp/tmpA45wC8/stdinfo YNH_STDRETURN=/tmp/tmpEcoDM6/stdreturn BASH_XTRACEFD=7 /bin/bash -x "./05-myborg" backup /home/yunohost.backup/tmp/auto1_mailman auto1_mailman /home/yunohost.backup/archives 975409484 '' 7>&1
root     16998 16997  0 10:11 ?        00:00:00 /bin/bash -x ./05-myborg backup /home/yunohost.backup/tmp/auto1_mailman auto1_mailman /home/yunohost.backup/archives 975409484
root     16999 16752  0 10:11 ?        00:00:00 /usr/bin/python /usr/bin/yunohost backup create -n auto1_mailman --method myborg --apps mailman
root     17001 16752  0 10:11 ?        00:00:00 /usr/bin/python /usr/bin/yunohost backup create -n auto1_mailman --method myborg --apps mailman
root     17002 16998 42 10:11 ?        00:00:14 /usr/bin/python3 /usr/local/bin/borg create /media/DD2T/Sauvegardes/sauvyunohost/borg::auto1_mailman_20_04_20_10:11 ./
root     17003 16752  0 10:11 ?        00:00:00 /usr/bin/python /usr/bin/yunohost backup create -n auto1_mailman --method myborg --apps mailman
admin    17097 17064  0 10:11 pts/0    00:00:00 grep yunohost
ihatemo+ 21811 21801  0 06:40 ?        00:00:03 /opt/yunohost/ihatemoney/venv/bin/python3 /opt/yunohost/ihatemoney/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
ihatemo+ 21934 21811  0 06:40 ?        00:00:01 /opt/yunohost/ihatemoney/venv/bin/python3 /opt/yunohost/ihatemoney/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
ihatemo+ 21944 21811  0 06:40 ?        00:00:01 /opt/yunohost/ihatemoney/venv/bin/python3 /opt/yunohost/ihatemoney/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
ihatemo+ 21945 21811  0 06:40 ?        00:00:01 /opt/yunohost/ihatemoney/venv/bin/python3 /opt/yunohost/ihatemoney/venv/bin/gunicorn -c /etc/ihatemoney/gunicorn.conf.py ihatemoney.wsgi:application
root     22471 20323  0 06:44 ?        00:00:00 /bin/bash /etc/cron.daily/yunohost-99-backup

J’ai accès à l’interface admin, mais pour la plupart des actions je reçois ce message d’erreur (mise à jour, affichage de l’état du serveur, etc…).
Et pour le coup, mon serveur est en prod, j’ai pas très envie de le réinstaller de zéro…

Bon, en fait une fois que le backup avec borg qui était en cours s’est terminé, ça remarche, je pense que c’était ça.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.