NEWS
esphome - ERROR: Process exited with code 25
-
@sticks
Welche Berechtigung ist den für den Ordner /tmp eingestellt?
Die sollte 777 betragen. Dann dürfte es auch keine Probleme geben -
@oliverio Achtung! Das /tmp-Verzeichnis tickt anders! Da ist das Sticky Bit gesetzt! Nicht einfach stumpf die Rechte verbiegen!
-
@thomas-braun
Das sticky-bit im tmp auf einem "zu Hause" genutzten Gerät, dürfte für die meisten nicht sehr relevant sein.
Auf einem Linux-System im business-Umfeld ist es uU sicherheitsrelevant.Für die anderen:
Wenn das Verzeichnisecht auf 777 (jeder darf zugreifen, lesen, schreiben),
dann sorgt das stickybit auf einem Verzeichnis dafür, das nur der der Eigentümer (oder root) Dateien umbenennen oder löschen darf. lesen und schreiben darf dennoch jeder. -
Bei meinen Versuchen mit esphome auf einem 32bit-Raspberry 'Bullseye' waren die Rechte vollkommen korrekt (default) auf
drwxrwxrwt
für /tmp
Installation via pip ging nicht.
Mit einem 64bit-Bullseye lief die Installation mit gleichen Rechten auf dem tmp-Verzeichnis durch. Da liegt der Hase wo anders im Pfeffer. -
@thomas-braun
etwas ganz verwegenes:
das Sticky Bit entfernen. dann liegts auch da nicht daran.
wenn der Fehler trotzdem kommt, dann liegt es nicht an den rechten, sondern dann ist die Fehlermeldung nur ein Folgefehler einer anderen Fehlermeldung die nicht ausgegeben wird. -
@oliverio
Wirklich schon sehr merkwürdig das es auf dem 32Bit System nicht läuft.
Wenn ich nicht so umfangreiche MariaDB Datenbanken drauf hätte, hätte ich auch schon längst zur 64 Bit Variante upgegraded aber so traue ich mich noch nicht. Vielleicht gibt es ja irgendwann die Möglichkeit auch die Datenbanken inkl. Cronjobs komplett zu sichern. Dann mache ich auch das Upgrade -
Guten Morgen an alle... Gibt es mittlerweile eine Lösung um sich noch auf dem 32Bit Pi den ESPHome Adapter zu installieren? VG
-
@sushibomba sagte in esphome - ERROR: Process exited with code 25:
Gibt es mittlerweile eine Lösung um sich noch auf dem 32Bit Pi den ESPHome Adapter zu installieren?
Gib das Installationslog nochmal.
Und schau hier rein:
https://forum.iobroker.net/topic/64823/esphome-pls-upgr-to-pio-core-6-obwohl-v6-1-6-installiert/18?_=1682406227269 -
pi@Pi4ioBroker128GB:~ $ iobroker add esphome --host Pi4ioBroker128GB --debug host.Pi4ioBroker128GB Unknown packetName esphome. Please install packages from o utside the repository using npm!
-
esphome gibt es nur in einer Beta über das entsprechende Repo.
-
Habe es über die Beta Repo gerade versucht über Admin zu installieren. Da kam das:
$ iobroker add esphome auto --host Pi4ioBroker128GB --debug
NPM version: 8.19.4
Installing iobroker.esphome@0.2.4... (System call)
npm ERR! code 126
npm ERR! path /opt/iobroker/node_modules/iobroker.esphome
npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-04-25T17_04_30_423Z-debug-0.log
host.Pi4ioBroker128GB Cannot install iobroker.esphome@0.2.4: 126
ERROR: Process exited with code 25
-
@sushibomba sagte in esphome - ERROR: Process exited with code 25:
/home/iobroker/.npm/_logs/2023-04-25T17_04_30_423Z-debug-0.log
Was steht da drin?
Die Anpassungen aus dem verlinkten Thread hast du getätigt?
-
@thomas-braun sagte in esphome - ERROR: Process exited with code 25:
@sushibomba sagte in esphome - ERROR: Process exited with code 25:
/home/iobroker/.npm/_logs/2023-04-25T17_04_30_423Z-debug-0.log
Was steht da drin?
Wie kann ich mir das nochmal anzeigen lassen Thomas Bin im Verzeichnis von den Logs aber wie öffne ich diese noch mal? sry
Die Anpassungen aus dem verlinkten Thread hast du getätigt?
Ja habe mir den Thread eben durchgelesen aber verstehe fast nur Bahnhof. Welchen der Befehle muss ich denn in meiner Situation ausführen?
-
Hat @mayokleckz doch sehr kompakt zusammengefasst.
Es war also
cd /opt/iobroker npm i nopy sudo -u iobroker chmod ug+x /opt/iobroker/node_modules/nopy/src/n*
und
sudo apt install python3-full python3.9-dev libpython3.9-dev
notwendig.
Textdateien kann man mit
less
oder nicht ganz so elegant percat
auf die Konsole ausgeben. -
@thomas-braun sagte in esphome - ERROR: Process exited with code 25:
sudo apt install python3-full python3.9-dev libpython3.9-dev
Danke Thomas du bist der beste. Nachdem ich die Befehle ausgeführt habe, konnte ich nun endlich nach einem jahr warten den ESPHome Adpater installieren! Viele vielen Dank
-
Dann schau Mal auf GitHub und lass das als Ergänzung zur Installation da.
Da gibt es auch schon einen Thread von einem Namensvetter...
-
Wo schreibe ich das denn am besten dort hin. Kenne mich mit Github nicht aus
-
Als PR zur Readme würde ich sagen.
-
Ok weiß nicht wie das geht. Vielleicht kannst du das ja übernehmen
-
Habe mein System frisch auf einem Proxmox Server aufgesetzt mit Ubuntu als LXC Container.
Dachte ich könnte den ESP Home Adapter jetzt ganz normal installiern aber pustekuchen.
Habe dann eben die Befehle aus deinem Post vom 25.04 um 19:35h ausgeführt und beim letzten Befehl kommt folgende Meldung:di@iobroker:~$ sudo apt install python3-full python3.9-dev libpython3.9-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package python3.9-dev E: Couldn't find any package by glob 'python3.9-dev' E: Unable to locate package libpython3.9-dev E: Couldn't find any package by glob 'libpython3.9-dev' di@iobroker:~$
Wie bekomme ich das jetzt installiert?
Hier noch der Auszug:
di@iobroker:~$ apt policy python3-pip python-dev-is-python3 python-is-python3 python3-pip: Installed: 23.0.1+dfsg-1 Candidate: 23.0.1+dfsg-1 Version table: *** 23.0.1+dfsg-1 500 500 http://archive.ubuntu.com/ubuntu lunar/universe amd64 Packages 100 /var/lib/dpkg/status python-dev-is-python3: Installed: 3.11.1-3 Candidate: 3.11.1-3 Version table: *** 3.11.1-3 500 500 http://archive.ubuntu.com/ubuntu lunar/main amd64 Packages 100 /var/lib/dpkg/status python-is-python3: Installed: 3.11.1-3 Candidate: 3.11.1-3 Version table: *** 3.11.1-3 500 500 http://archive.ubuntu.com/ubuntu lunar/main amd64 Packages 100 /var/lib/dpkg/status di@iobroker:~$ di@iobroker:~$ apt policy python3-pip python-dev-is-python3 python-is-python3 python3-pip: Installed: 23.0.1+dfsg-1 Candidate: 23.0.1+dfsg-1 Version table: *** 23.0.1+dfsg-1 500 500 http://archive.ubuntu.com/ubuntu lunar/universe amd64 Packages 100 /var/lib/dpkg/status python-dev-is-python3: Installed: 3.11.1-3 Candidate: 3.11.1-3 Version table: *** 3.11.1-3 500 500 http://archive.ubuntu.com/ubuntu lunar/main amd64 Packages 100 /var/lib/dpkg/status python-is-python3: Installed: 3.11.1-3 Candidate: 3.11.1-3 Version table: *** 3.11.1-3 500 500 http://archive.ubuntu.com/ubuntu lunar/main amd64 Packages 100 /var/lib/dpkg/status di@iobroker:~$
host.iobroker 2023-05-10 20:37:10.971 info iobroker exit 25 host.iobroker 2023-05-10 20:37:09.960 error iobroker host.iobroker Cannot install iobroker.esphome@0.2.4: 1 host.iobroker 2023-05-10 20:37:09.937 info iobroker npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2023-05-10T18_37_01_791Z-debug-0.log host.iobroker 2023-05-10 20:37:09.935 info iobroker npm ERR! install.npm ERR! npm ERR! If you wish to install a non-Debian-packaged Python package,npm ERR! create a virtual environment using python3 -m venv path/to/venv.npm ERR! Then use path/to/venv/bin/python and path/to/venv/bin/pip. Makenpm ERR! sure you have python3-full installed.npm ERR! npm ERR! If you wish to install a non-Debian packaged Python application,npm ERR! it may be easiest to use pipx install xyz, which will manage anpm ERR! virtual environment for you. Make sure you have pipx installed.npm ERR! npm ERR! See /usr/share/doc/python3.11/README.venv for more information.npm ERR! npm ERR! note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.npm ERR! hint: See PEP 668 for the detailed specification. host.iobroker 2023-05-10 20:37:09.935 info iobroker npm ERR! command failednpm ERR! command sh -c npip installnpm ERR! No python_modules directory; installing pip locally if needed.npm ERR! pip 23.0.1 from /usr/lib/python3/dist-packages/pip (python 3.11)npm ERR! error: externally-managed-environmentnpm ERR! npm ERR! × This environment is externally managednpm ERR! ╰─> To install Python packages system-wide, try apt installnpm ERR! python3-xyz, where xyz is the package you are trying to host.iobroker 2023-05-10 20:37:09.934 info iobroker npm ERR! path /opt/iobroker/node_modules/iobroker.esphome host.iobroker 2023-05-10 20:37:09.933 info iobroker npm ERR! code 1 host.iobroker 2023-05-10 20:37:01.405 info iobroker Installing iobroker.esphome@0.2.4... (System call)