NEWS
admin hat falsche Version
-
@rette70 jetzt hatte der Master schon die neue Version. Ging aber auch nicht, als beide noch bei 5.. waren. Versuche den Slave Adapter updaten, ging aber gestern auch nicht. Kam auch Fehler 25 den ich nicht beseitigen konnte
-
@rette70 ERROR: Process exited with code 25
weniger
mehr$ iobroker upgrade admin@6.2.22 --debug Update admin from @5.3.8 to @6.2.22 NPM version: 8.15.0 Installing iobroker.admin@6.2.22... (System call) npm ERR! code ENOTEMPTY npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-09-18T18_43_21_565Z-debug-0.log host.IoBroker-Slave Cannot install iobroker.admin@6.2.22: 217 ERROR: Process exited with code 25
MOD-EDIT: Code in code-tags gesetzt!
-
Nicht aus der GUI, nimm ein Terminal dafür.
-
@rette70
Vermutlich aber was aus der Ecke:https://forum.iobroker.net/topic/57337/fehler-25-bei-adapter-install-update-mit-npm8
-
@thomas-braun kannst du mir kurz bitte den Befehl schreiben?
-
Steht doch drin?
iobroker upgrade admin@6.2.22 --debug --host IoBroker-Slave
Bei Multihost muss der Host angegeben werden.
-
@thomas-braun ja danke. Dachte ist ein anderer Befehl.
hab jetzt über die Konsole installiert. Das gleiche
iobroker upgrade admin@6.2.22 --debug This upgrade of "admin" will at least introduce the following changes: ========================================================================== -> 6.2.22: Corrected admin4 adapter settings -> 6.2.21: Corrected small JSON config issue -> 6.2.20: Corrected GUI issues -> 6.2.19: Corrected some issues -> 6.2.18: Corrected GUI bugs on custom settings -> 6.2.17: Corrected GUI bug on intro tab -> 6.2.16: Corrected many GUI issues Added `stable` flag for repositories Added reset button for repositories Improved `writeFile` function for socket communication ========================================================================== BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES! Would you like to upgrade admin from @5.3.8 to @6.2.22 now? [(y)es, (n)o]: y Update admin from @5.3.8 to @6.2.22 NPM version: 8.15.0 Installing iobroker.admin@6.2.22... (System call) npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/iobroker.javascript npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-09-18T18_55_48_988Z-debug-0.log host.IoBroker-Slave Cannot install iobroker.admin@6.2.22: 217 pi@IoBroker-Slave:~ $ * ****list item****
MOD-EDIT: Code in code-tags gesetzt!
-
@rette70 sagte in admin hat falsche Version:
Das gleiche
Nein, ist nicht das gleiche.
Die Lösung hatte ich oben schon verlinkt.
-
pi@IoBroker-Slave:~ $ iobroker upgrade admin@6.2.22 --debug --host IoBroker-Slav e This upgrade of "admin" will at least introduce the following changes: ========================================================================== -> 6.2.22: Corrected admin4 adapter settings -> 6.2.21: Corrected small JSON config issue -> 6.2.20: Corrected GUI issues -> 6.2.19: Corrected some issues -> 6.2.18: Corrected GUI bugs on custom settings -> 6.2.17: Corrected GUI bug on intro tab -> 6.2.16: Corrected many GUI issues Added `stable` flag for repositories Added reset button for repositories Improved `writeFile` function for socket communication ========================================================================== BE CAREFUL: THIS IS A MAJOR UPGRADE, WHICH WILL MOST LIKELY INTRODUCE BREAKING CHANGES! Would you like to upgrade admin from @5.3.8 to @6.2.22 now? [(y)es, (n)o]: y Update admin from @5.3.8 to @6.2.22 NPM version: 8.15.0 Installing iobroker.admin@6.2.22... (System call) npm ERR! code ENOTEMPTY npm ERR! syscall rename npm ERR! path /opt/iobroker/node_modules/iobroker.javascript npm ERR! dest /opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn npm ERR! errno -39 npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/iobroker.javascript' -> '/opt/iobroker/node_modules/.iobroker.javascript-5NZ432mn' npm ERR! A complete log of this run can be found in: npm ERR! /home/iobroker/.npm/_logs/2022-09-18T19_01_57_380Z-debug-0.log host.IoBroker-Slave Cannot install iobroker.admin@6.2.22: 217 pi@IoBroker-Slave:~ $
MOD-EDIT: Code in code-tags gesetzt!
-
Bitte CodeTags verwenden. Danke
for i in $(find /opt/iobroker/node_modules -type d -iname ".*-????????" ! -iname ".local-chromium"); do rm -rf ${i%%/}; done
Auf beiden Kisten.
-
@thomas-braun Du bist mein Held!! Ich habe gestern den ganzen Tag daran gesessen und dein Post auch auf beiden durch geführt. Aber jetzt die manuelle Installation funktioniert. Eventl. weil ich nie den Host angegeben habe. Dachte wenn ich mit Putty auf dem drauf bin , weiß er das es dort hin soll.
Was sind Code TAGs?
Ah ok.code_text
Habs gefunden. Vielen Dank