Hallo,
Meine Node ist seit heute Nacht offline.
Die macht ca alle 14 Sekunden einen Neustart.
Ich betreibe Sie auf einem Synology NAS.
Hallo,
Meine Node ist seit heute Nacht offline.
Die macht ca alle 14 Sekunden einen Neustart.
Ich betreibe Sie auf einem Synology NAS.
Hallo @Markus55 ,
Willkommen zurück!
Wir haben kürzlich aktualisiert, wie der Container Neustarts handhabt, um die vorherige Version des Knotens beizubehalten und keine Upgrade-Konflikte zu verursachen.
Dies erfordert jedoch, dass die Laufwerksverbindungsoptionen eine entsprechende Berechtigung enthalten exec
.
Daher müssen Sie diese Option in der Datei hinzufügen /etc/fstab
.
Bitte zeigen Sie Ihre /etc/mtab
und stellen Sie sicher, dass sie in den Mount-Optionen für Ihre Datenfestplatte über eine exec
-Berechtigung verfügt.
Sie müssen auch die Berechtigung x
auf den Unterordner „bin“ in Ihrem Datenspeicherort anwenden.
chmod -R -c +x /mnt/x/storagenode2/bin
Sorry aber kannst du mir sagen wo ich das finde. Ich hab die Node vor etwa 3 Jahren aufgesetzt und bin da nicht so fit mit dem ganzen Zeug.
Ich glaub ich hab’s.
Habe folgendes in meine Startdatei zugefügt:
-v storagenode-binaries:/app/config/bin \
Es sollte sich in dem Pfad befinden, den Sie in Ihrem docker run
-Befehl dem Pfad des Containers /app/config
zugeordnet haben.
Der Container startet nicht mehr neu und der Knoten ist online?
Dear @Alexey,
I face the same problems. All nodes are down and won’t start up again. Can you please tell me step-by-step where I have to add what ? I also don’t understand, what @Markus55 exactly did. Obviously he managed to heal the error.
I have read the post linked by you and don’t know wheather my exec rights are set correctly. See:
Luckily I have one stable node running. I compared the file right. I have done the following changes. It seems to run properly now. I have to keep watching though.
It requires the exec
permissions options for the mount and +x
permissions for these binaries in the bin
subfolder of your data location (the last one seems already applied).
However, we published a new image with the hotfix, so you may just pull the latest version, it should fix this issue:
docker stop -t 300 storj05
docker rm storj05
docker pull storjlabs/storagenode:latest
then run your full docker run
command with all your parameters.
Perhaps you already did this, so your change was not necessary.