Fehler beim Update des Runtipi-LXC-Containers

omavoss

Member
Mar 15, 2024
102
10
18
Hallo alle,

How to update​

From the root folder of your runtipi install

  • ./runtipi-cli update v3.8.4
der Versuch eines Updates von 3.7.4 auf 3.8.4 schlägt mit folgender Fehlermeldung fehl:

Code:
root@runtipi:~# ./runtipi-cli update v3.8.4
-bash: ./runtipi-cli: No such file or directory
root@runtipi:~#

Was muss ich tun?
Danke und beste Grüße.
 
Last edited:
Hallo,

bist Du im richtigen Ordner? Such die Datei doch mal mit
which runtipi-cli
oder
find / -iname runtipi-cli
 
Leider erfolglos:
Code:
root@runtipi:~# which runtipi-cli
root@runtipi:~# find / -iname runtipi-cli
find: ‘/sys/kernel/debug’: Permission denied
/opt/runtipi/runtipi-cli
find: ‘/dev/.lxc/proc/fs’: Permission denied
find: ‘/dev/.lxc/proc/bus’: Permission denied
find: ‘/dev/.lxc/proc/irq’: Permission denied
find: ‘/dev/.lxc/proc/spl’: Permission denied
...
...
 
Da ist die gesuchte Datei
/opt/runtipi/runtipi-cli

Wechsle mit cd /opt/runtipi in den richtigen Ordner und starte nochmal den Befehl, den Du ursprünglich probiert hast.
 
Last edited:
Entschuldigung, ich hatte nicht mit einer so schnellen Reaktion gerechnet.

Im Augenblick steht dort : Welcome to Runtipi CLI ; Stopping containers . . .

Ich melde mich wieder, wenn es Neues gibt.
 
Hallo @fba :

Ich hatte mich von den vielen "permission denied"-Zeilen verwirren lassen, nun musste ich den Runtipi-Container neu starten, weil sich die Konsole aufgehängt hatte.

Jetzt ist alles gut:

Code:
Debian GNU/Linux 12 runtipi tty1

runtipi login: root
Password: 
Runtipi LXC provided by https://helper-scripts.com/

Last login: Mon Feb  3 18:31:45 CET 2025 on tty1
root@runtipi:~# cd /opt/runtipi
root@runtipi:/opt/runtipi# ./runtipi-cli update v3.8.4
Welcome to Runtipi CLI ✨

✓ Tipi successfully stopped
✓ Releases fetched successfully
✓ Found version 3.8.4
✓ Tipi updated successfully. Starting new CLI


╔════════════════════════ Runtipi started successfully ════════════════════════╗
║                                                                              ║
║           Visit http://192.168.115.211:80 to access the dashboard            ║
║                                                                              ║
║                      You are now running version 3.8.4                       ║
║                                                                              ║
║        Tipi is entirely written in TypeScript and we are looking for         ║
║                                contributors!                                 ║
║                                                                              ║
╚══════════════════════════════════════════════════════════════════════════════╝
root@runtipi:/opt/runtipi#

Vielen Dank für die Unterstützung, an der Lösung des Problems hatte ich bereits mehrere Tage getüftelt. Auch eine KI konnte mir nicht weiterhelfen.

Es geht eben nichts über menschlichen Sachverstand, nochmals vielen Dank und schöne Grüße.