NEWS
Wiederherstellung nach Neuinstallation Backitup Probleme
-
Da ich mit meinem aktuellen ioBroker Probleme habe wollte ich das ganze mal von Grund auf neu installieren und dann den Rest per Backitup einspielen und wiederherstellen.
Ich habe einen LXC mit Ubuntu 21.10 Template erstellt, dort dann alles auf den neusten Stand gerbacht und danach nodejs14 installiert, nach dem das alles sauber durch lief habe ich über den Installer, ioBroker installiert.
Hier stand schon das erste in gelben und roten Farben, ka in wie weit das relevant ist.
Installing ioBroker (3/4) ========================================================================== In file included from ../../nan/nan.h:58, from ../src/main.cpp:3: /home/smarthome/.cache/node-gyp/14.18.2/include/node/node.h:787:7: warning: cast between incompatible function types from 'void (*)(v8::Local<v8::Object>)' to 'node::addon_register_func' {aka 'void (*)(v8::Loc al<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type] 787 | (node::addon_register_func) (regfunc), \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/smarthome/.cache/node-gyp/14.18.2/include/node/node.h:821:3: note: in expansion of macro 'NODE_MODULE_X' 821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/main.cpp:42:1: note: in expansion of macro 'NODE_MODULE' 42 | NODE_MODULE(diskusage, Init) | ^~~~~~~~~~~ In file included from ../../nan/nan.h:58, from ../src/unix_dgram.cc:5: /home/smarthome/.cache/node-gyp/14.18.2/include/node/node.h:787:7: warning: cast between incompatible function types from 'void (*)(v8::Local<v8::Object>)' to 'node::addon_register_func' {aka 'void (*)(v8::Loc al<v8::Object>, v8::Local<v8::Value>, void*)'} [-Wcast-function-type] 787 | (node::addon_register_func) (regfunc), \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/smarthome/.cache/node-gyp/14.18.2/include/node/node.h:821:3: note: in expansion of macro 'NODE_MODULE_X' 821 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage) | ^~~~~~~~~~~~~ ../src/unix_dgram.cc:404:1: note: in expansion of macro 'NODE_MODULE' 404 | NODE_MODULE(unix_dgram, Initialize) | ^~~~~~~~~~~ ATTENTION: Error reporting via Sentry will be activated on next start of ioBroker ioBroker wants to make sure to deliver the most stable smart home system. To allow this we decided to implement an automatic error and crash reporting solution into the js-controller and also into adapters. THIS REPORTING WILL BE ENABLED WITH THE NEXT START OF YOUR IOBROKER! For any error that leads to the crash of the js-controller or one of the relevant adapters the error details are send to a server. For the js-controller and core adapters this server is located and operated in germany. For community adapters please check the Github Readme of the affected adapter for details which Sentry server is used. If you want to disable the error reporting you can use the command 'iobroker plugin disable sentry' This command will also make sure that no adapter that runs on this host will send crash reporting data to sentry.
IoBroker lief aber soweit, die Grundeinstellungen mit dem Assistenten durchgegangen und danach im Backitup meinen Server angegeben. Hier dann nach Backups gesucht und das neuste von heute Nacht genommen und auf Restore geklickt. Bis auf Vis scheint er auch alles installiert zu haben, nur geht es da nicht weiter und Backitup selber hat wohl nun auch Probleme. Ich hatte schon mal iobroker stop und danach wieder start gemacht, dann tauchte wieder der Fehler mit der VIS auf und mit Backitup, das geht jetzt so in der Endlosschleife, Backitup wird gestoppt wieder gestartet usw.
host.ioBroker 2022-01-09 15:36:12.483 info Restart adapter system.adapter.backitup.0 because enabled host.ioBroker 2022-01-09 15:36:12.483 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.ioBroker 2022-01-09 15:36:12.482 error Caught by controller[0]: at Pipe.<anonymous> (net.js:686:12) host.ioBroker 2022-01-09 15:36:12.482 error Caught by controller[0]: at Socket.emit (domain.js:475:12) host.ioBroker 2022-01-09 15:36:12.482 error Caught by controller[0]: at Socket.emit (events.js:400:28) host.ioBroker 2022-01-09 15:36:12.482 error Caught by controller[0]: at Socket.<anonymous> (internal/child_process.js:443:11) host.ioBroker 2022-01-09 15:36:12.482 error Caught by controller[0]: at maybeClose (internal/child_process.js:1058:16) host.ioBroker 2022-01-09 15:36:12.482 error Caught by controller[0]: at ChildProcess.emit (domain.js:475:12) host.ioBroker 2022-01-09 15:36:12.481 error Caught by controller[0]: at ChildProcess.emit (events.js:400:28) host.ioBroker 2022-01-09 15:36:12.480 error Caught by controller[0]: at ChildProcess.exithandler (child_process.js:390:5) host.ioBroker 2022-01-09 15:36:12.480 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 host.ioBroker 2022-01-09 15:36:12.480 error Caught by controller[0]: at new RegExp (<anonymous>) host.ioBroker 2022-01-09 15:36:12.480 error Caught by controller[0]: SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 15:36:12.407 warn Terminated (UNCAUGHT_EXCEPTION): Without reason backitup.0 2022-01-09 15:36:12.407 info terminating backitup.0 2022-01-09 15:36:12.406 info cleaned everything up... backitup.0 2022-01-09 15:36:12.400 error Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 15:36:12.400 error SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group at new RegExp (<anonymous>) at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 at ChildProcess.exithandler (child_process.js:390:5) at ChildProcess.emit (events.js:400:28) at ChildProcess.emit (domain.js:475:12) at maybeClose (internal/child_process.js:1058:16) at Socket.<anonymous> (internal/child_process.js:443:11) at Socket.emit (events.js:400:28) at Socket.emit (domain.js:475:12) at Pipe.<anonymous> (net.js:686:12) backitup.0 2022-01-09 15:36:12.399 error uncaught exception: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 15:36:12.346 info [iobroker] backup was activated at 02:40 every 1 day(s) backitup.0 2022-01-09 15:36:12.318 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 15:36:11.507 info instance system.adapter.backitup.0 started with pid 18825 host.ioBroker 2022-01-09 14:35:41.488 info Restart adapter system.adapter.backitup.0 because enabled host.ioBroker 2022-01-09 14:35:41.487 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.ioBroker 2022-01-09 14:35:41.487 error Caught by controller[0]: at Pipe.<anonymous> (net.js:686:12) host.ioBroker 2022-01-09 14:35:41.487 error Caught by controller[0]: at Socket.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:35:41.487 error Caught by controller[0]: at Socket.emit (events.js:400:28) host.ioBroker 2022-01-09 14:35:41.487 error Caught by controller[0]: at Socket.<anonymous> (internal/child_process.js:443:11) host.ioBroker 2022-01-09 14:35:41.487 error Caught by controller[0]: at maybeClose (internal/child_process.js:1058:16) host.ioBroker 2022-01-09 14:35:41.487 error Caught by controller[0]: at ChildProcess.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:35:41.486 error Caught by controller[0]: at ChildProcess.emit (events.js:400:28) host.ioBroker 2022-01-09 14:35:41.486 error Caught by controller[0]: at ChildProcess.exithandler (child_process.js:390:5) host.ioBroker 2022-01-09 14:35:41.486 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 host.ioBroker 2022-01-09 14:35:41.486 error Caught by controller[0]: at new RegExp (<anonymous>) host.ioBroker 2022-01-09 14:35:41.486 error Caught by controller[0]: SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:35:41.407 warn Terminated (UNCAUGHT_EXCEPTION): Without reason backitup.0 2022-01-09 14:35:41.407 info terminating backitup.0 2022-01-09 14:35:41.406 info cleaned everything up... backitup.0 2022-01-09 14:35:41.400 error Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:35:41.400 error SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group at new RegExp (<anonymous>) at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 at ChildProcess.exithandler (child_process.js:390:5) at ChildProcess.emit (events.js:400:28) at ChildProcess.emit (domain.js:475:12) at maybeClose (internal/child_process.js:1058:16) at Socket.<anonymous> (internal/child_process.js:443:11) at Socket.emit (events.js:400:28) at Socket.emit (domain.js:475:12) at Pipe.<anonymous> (net.js:686:12) backitup.0 2022-01-09 14:35:41.400 error uncaught exception: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:35:41.344 info [iobroker] backup was activated at 02:40 every 1 day(s) backitup.0 2022-01-09 14:35:41.317 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:35:40.496 info instance system.adapter.backitup.0 started with pid 18808 host.ioBroker 2022-01-09 14:35:10.476 info Restart adapter system.adapter.backitup.0 because enabled host.ioBroker 2022-01-09 14:35:10.476 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.ioBroker 2022-01-09 14:35:10.476 error Caught by controller[0]: at Pipe.<anonymous> (net.js:686:12) host.ioBroker 2022-01-09 14:35:10.476 error Caught by controller[0]: at Socket.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:35:10.475 error Caught by controller[0]: at Socket.emit (events.js:400:28) host.ioBroker 2022-01-09 14:35:10.475 error Caught by controller[0]: at Socket.<anonymous> (internal/child_process.js:443:11) host.ioBroker 2022-01-09 14:35:10.475 error Caught by controller[0]: at maybeClose (internal/child_process.js:1058:16) host.ioBroker 2022-01-09 14:35:10.475 error Caught by controller[0]: at ChildProcess.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:35:10.475 error Caught by controller[0]: at ChildProcess.emit (events.js:400:28) host.ioBroker 2022-01-09 14:35:10.474 error Caught by controller[0]: at ChildProcess.exithandler (child_process.js:390:5) host.ioBroker 2022-01-09 14:35:10.474 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 host.ioBroker 2022-01-09 14:35:10.474 error Caught by controller[0]: at new RegExp (<anonymous>) host.ioBroker 2022-01-09 14:35:10.474 error Caught by controller[0]: SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:35:10.385 warn Terminated (UNCAUGHT_EXCEPTION): Without reason backitup.0 2022-01-09 14:35:10.385 info terminating backitup.0 2022-01-09 14:35:10.384 info cleaned everything up... backitup.0 2022-01-09 14:35:10.377 error Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:35:10.377 error SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group at new RegExp (<anonymous>) at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 at ChildProcess.exithandler (child_process.js:390:5) at ChildProcess.emit (events.js:400:28) at ChildProcess.emit (domain.js:475:12) at maybeClose (internal/child_process.js:1058:16) at Socket.<anonymous> (internal/child_process.js:443:11) at Socket.emit (events.js:400:28) at Socket.emit (domain.js:475:12) at Pipe.<anonymous> (net.js:686:12) backitup.0 2022-01-09 14:35:10.377 error uncaught exception: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:35:10.323 info [iobroker] backup was activated at 02:40 every 1 day(s) backitup.0 2022-01-09 14:35:10.295 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:35:09.455 info instance system.adapter.backitup.0 started with pid 18791 host.ioBroker 2022-01-09 14:34:39.434 info Restart adapter system.adapter.backitup.0 because enabled host.ioBroker 2022-01-09 14:34:39.434 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.ioBroker 2022-01-09 14:34:39.434 error Caught by controller[0]: at Pipe.<anonymous> (net.js:686:12) host.ioBroker 2022-01-09 14:34:39.434 error Caught by controller[0]: at Socket.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:34:39.434 error Caught by controller[0]: at Socket.emit (events.js:400:28) host.ioBroker 2022-01-09 14:34:39.434 error Caught by controller[0]: at Socket.<anonymous> (internal/child_process.js:443:11) host.ioBroker 2022-01-09 14:34:39.433 error Caught by controller[0]: at maybeClose (internal/child_process.js:1058:16) host.ioBroker 2022-01-09 14:34:39.433 error Caught by controller[0]: at ChildProcess.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:34:39.433 error Caught by controller[0]: at ChildProcess.emit (events.js:400:28) host.ioBroker 2022-01-09 14:34:39.433 error Caught by controller[0]: at ChildProcess.exithandler (child_process.js:390:5) host.ioBroker 2022-01-09 14:34:39.433 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 host.ioBroker 2022-01-09 14:34:39.433 error Caught by controller[0]: at new RegExp (<anonymous>) host.ioBroker 2022-01-09 14:34:39.432 error Caught by controller[0]: SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:34:39.341 warn Terminated (UNCAUGHT_EXCEPTION): Without reason backitup.0 2022-01-09 14:34:39.341 info terminating backitup.0 2022-01-09 14:34:39.340 info cleaned everything up... backitup.0 2022-01-09 14:34:39.333 error Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:34:39.333 error SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group at new RegExp (<anonymous>) at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 at ChildProcess.exithandler (child_process.js:390:5) at ChildProcess.emit (events.js:400:28) at ChildProcess.emit (domain.js:475:12) at maybeClose (internal/child_process.js:1058:16) at Socket.<anonymous> (internal/child_process.js:443:11) at Socket.emit (events.js:400:28) at Socket.emit (domain.js:475:12) at Pipe.<anonymous> (net.js:686:12) backitup.0 2022-01-09 14:34:39.333 error uncaught exception: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:34:39.279 info [iobroker] backup was activated at 02:40 every 1 day(s) backitup.0 2022-01-09 14:34:39.252 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:34:38.443 info instance system.adapter.backitup.0 started with pid 18774 host.ioBroker 2022-01-09 14:34:24.968 error Cannot download and install adapter "vis@1.4.7". To retry it disable/enable the adapter or restart host. Also check the error messages in the log! host.ioBroker 2022-01-09 14:34:23.967 info iobroker npm-install: exit 25 host.ioBroker 2022-01-09 14:34:22.956 error iobroker npm-install: host.ioBroker Cannot install iobroker.vis@1.4.7: 6 host.ioBroker 2022-01-09 14:34:22.936 info iobroker npm-install: npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-01-09T14_34_22_924Z-debug.log host.ioBroker 2022-01-09 14:34:22.935 info iobroker npm-install: host.ioBroker 2022-01-09 14:34:22.919 info iobroker npm-install: npm ERR! Exit status 6npm ERR! npm ERR! Failed at the iobroker.vis@1.4.7 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above. host.ioBroker 2022-01-09 14:34:22.919 info iobroker npm-install: npm ERR! iobroker.vis@1.4.7 install: `node main.js --install` host.ioBroker 2022-01-09 14:34:22.914 info iobroker npm-install: npm ERR! errno 6 host.ioBroker 2022-01-09 14:34:22.912 info iobroker npm-install: npm ERR! code ELIFECYCLE vis.0 2022-01-09 14:34:20.687 warn Terminated (UNCAUGHT_EXCEPTION): Without reason vis.0 2022-01-09 14:34:20.686 info terminating vis.0 2022-01-09 14:34:20.182 error Not exists vis.0 2022-01-09 14:34:20.182 error Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2335:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:745:26) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:792:29) at processImmediate (internal/timers.js:466:21) vis.0 2022-01-09 14:34:20.181 error unhandled promise rejection: Not exists vis.0 2022-01-09 14:34:20.181 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). vis.0 2022-01-09 14:34:20.058 info vis license is OK. vis.0 2022-01-09 14:34:19.777 info starting. Version 1.4.7 in /opt/iobroker/node_modules/iobroker.vis, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:34:08.426 info Restart adapter system.adapter.backitup.0 because enabled host.ioBroker 2022-01-09 14:34:08.425 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.ioBroker 2022-01-09 14:34:08.425 error Caught by controller[0]: at Pipe.<anonymous> (net.js:686:12) host.ioBroker 2022-01-09 14:34:08.425 error Caught by controller[0]: at Socket.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:34:08.425 error Caught by controller[0]: at Socket.emit (events.js:400:28) host.ioBroker 2022-01-09 14:34:08.425 error Caught by controller[0]: at Socket.<anonymous> (internal/child_process.js:443:11) host.ioBroker 2022-01-09 14:34:08.425 error Caught by controller[0]: at maybeClose (internal/child_process.js:1058:16) host.ioBroker 2022-01-09 14:34:08.425 error Caught by controller[0]: at ChildProcess.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:34:08.424 error Caught by controller[0]: at ChildProcess.emit (events.js:400:28) host.ioBroker 2022-01-09 14:34:08.424 error Caught by controller[0]: at ChildProcess.exithandler (child_process.js:390:5) host.ioBroker 2022-01-09 14:34:08.424 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 host.ioBroker 2022-01-09 14:34:08.424 error Caught by controller[0]: at new RegExp (<anonymous>) host.ioBroker 2022-01-09 14:34:08.424 error Caught by controller[0]: SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:34:08.344 warn Terminated (UNCAUGHT_EXCEPTION): Without reason backitup.0 2022-01-09 14:34:08.343 info terminating backitup.0 2022-01-09 14:34:08.342 info cleaned everything up... backitup.0 2022-01-09 14:34:08.324 error Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:34:08.324 error SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group at new RegExp (<anonymous>) at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 at ChildProcess.exithandler (child_process.js:390:5) at ChildProcess.emit (events.js:400:28) at ChildProcess.emit (domain.js:475:12) at maybeClose (internal/child_process.js:1058:16) at Socket.<anonymous> (internal/child_process.js:443:11) at Socket.emit (events.js:400:28) at Socket.emit (domain.js:475:12) at Pipe.<anonymous> (net.js:686:12) backitup.0 2022-01-09 14:34:08.323 error uncaught exception: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:34:08.247 info [iobroker] backup was activated at 02:40 every 1 day(s) backitup.0 2022-01-09 14:34:08.220 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:34:07.307 info instance system.adapter.backitup.0 started with pid 18742 host.ioBroker 2022-01-09 14:34:05.099 info iobroker npm-install: npm install iobroker.vis@1.4.7 --loglevel error --prefix "/opt/iobroker" (System call) host.ioBroker 2022-01-09 14:34:05.098 info iobroker npm-install: NPM version: 6.14.15 host.ioBroker 2022-01-09 14:34:03.807 info iobroker install vis@1.4.7 using installedVersion host.ioBroker 2022-01-09 14:34:03.807 warn startInstance cannot find adapter "vis@1.4.7". Try to install it... 4 attempt host.ioBroker 2022-01-09 14:34:02.579 info iobroker npm-install: exit 25 host.ioBroker 2022-01-09 14:34:01.568 error iobroker npm-install: host.ioBroker Cannot install iobroker.vis@1.4.7: 6 host.ioBroker 2022-01-09 14:34:01.545 info iobroker npm-install: npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-01-09T14_34_01_530Z-debug.log host.ioBroker 2022-01-09 14:34:01.545 info iobroker npm-install: host.ioBroker 2022-01-09 14:34:01.525 info iobroker npm-install: npm ERR! Exit status 6npm ERR! npm ERR! Failed at the iobroker.vis@1.4.7 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above. host.ioBroker 2022-01-09 14:34:01.525 info iobroker npm-install: npm ERR! iobroker.vis@1.4.7 install: `node main.js --install` host.ioBroker 2022-01-09 14:34:01.518 info iobroker npm-install: npm ERR! code ELIFECYCLEnpm ERR! errno 6 vis.0 2022-01-09 14:33:59.434 warn Terminated (UNCAUGHT_EXCEPTION): Without reason vis.0 2022-01-09 14:33:59.434 info terminating vis.0 2022-01-09 14:33:58.931 error Not exists vis.0 2022-01-09 14:33:58.931 error Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2335:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:745:26) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:792:29) at processImmediate (internal/timers.js:466:21) vis.0 2022-01-09 14:33:58.930 error unhandled promise rejection: Not exists vis.0 2022-01-09 14:33:58.929 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). vis.0 2022-01-09 14:33:58.816 info vis license is OK. vis.0 2022-01-09 14:33:58.661 info starting. Version 1.4.7 in /opt/iobroker/node_modules/iobroker.vis, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:33:44.291 info iobroker npm-install: npm install iobroker.vis@1.4.7 --loglevel error --prefix "/opt/iobroker" (System call) host.ioBroker 2022-01-09 14:33:44.291 info iobroker npm-install: NPM version: 6.14.15 host.ioBroker 2022-01-09 14:33:43.010 info iobroker install vis@1.4.7 using installedVersion host.ioBroker 2022-01-09 14:33:43.009 warn startInstance cannot find adapter "vis@1.4.7". Try to install it... 3 attempt host.ioBroker 2022-01-09 14:33:42.008 info iobroker npm-install: exit 25 host.ioBroker 2022-01-09 14:33:40.997 error iobroker npm-install: host.ioBroker Cannot install iobroker.vis@1.4.7: 6 host.ioBroker 2022-01-09 14:33:40.974 info iobroker npm-install: npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-01-09T14_33_40_960Z-debug.log host.ioBroker 2022-01-09 14:33:40.973 info iobroker npm-install: host.ioBroker 2022-01-09 14:33:40.955 info iobroker npm-install: npm ERR! npm ERR! Failed at the iobroker.vis@1.4.7 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above. host.ioBroker 2022-01-09 14:33:40.955 info iobroker npm-install: npm ERR! iobroker.vis@1.4.7 install: `node main.js --install`npm ERR! Exit status 6 host.ioBroker 2022-01-09 14:33:40.948 info iobroker npm-install: npm ERR! errno 6 host.ioBroker 2022-01-09 14:33:40.948 info iobroker npm-install: npm ERR! code ELIFECYCLE vis.0 2022-01-09 14:33:38.832 warn Terminated (UNCAUGHT_EXCEPTION): Without reason vis.0 2022-01-09 14:33:38.831 info terminating vis.0 2022-01-09 14:33:38.329 error Not exists vis.0 2022-01-09 14:33:38.329 error Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2335:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:745:26) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:792:29) at processImmediate (internal/timers.js:466:21) vis.0 2022-01-09 14:33:38.328 error unhandled promise rejection: Not exists vis.0 2022-01-09 14:33:38.328 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). vis.0 2022-01-09 14:33:38.212 info vis license is OK. vis.0 2022-01-09 14:33:38.023 info starting. Version 1.4.7 in /opt/iobroker/node_modules/iobroker.vis, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:33:37.282 info Restart adapter system.adapter.backitup.0 because enabled host.ioBroker 2022-01-09 14:33:37.282 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.ioBroker 2022-01-09 14:33:37.282 error Caught by controller[0]: at Pipe.<anonymous> (net.js:686:12) host.ioBroker 2022-01-09 14:33:37.282 error Caught by controller[0]: at Socket.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:33:37.282 error Caught by controller[0]: at Socket.emit (events.js:400:28) host.ioBroker 2022-01-09 14:33:37.281 error Caught by controller[0]: at Socket.<anonymous> (internal/child_process.js:443:11) host.ioBroker 2022-01-09 14:33:37.281 error Caught by controller[0]: at maybeClose (internal/child_process.js:1058:16) host.ioBroker 2022-01-09 14:33:37.281 error Caught by controller[0]: at ChildProcess.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:33:37.281 error Caught by controller[0]: at ChildProcess.emit (events.js:400:28) host.ioBroker 2022-01-09 14:33:37.281 error Caught by controller[0]: at ChildProcess.exithandler (child_process.js:390:5) host.ioBroker 2022-01-09 14:33:37.281 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 host.ioBroker 2022-01-09 14:33:37.281 error Caught by controller[0]: at new RegExp (<anonymous>) host.ioBroker 2022-01-09 14:33:37.280 error Caught by controller[0]: SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:33:37.153 warn Terminated (UNCAUGHT_EXCEPTION): Without reason backitup.0 2022-01-09 14:33:37.152 info terminating backitup.0 2022-01-09 14:33:37.152 info cleaned everything up... backitup.0 2022-01-09 14:33:37.146 error Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:33:37.145 error SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group at new RegExp (<anonymous>) at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 at ChildProcess.exithandler (child_process.js:390:5) at ChildProcess.emit (events.js:400:28) at ChildProcess.emit (domain.js:475:12) at maybeClose (internal/child_process.js:1058:16) at Socket.<anonymous> (internal/child_process.js:443:11) at Socket.emit (events.js:400:28) at Socket.emit (domain.js:475:12) at Pipe.<anonymous> (net.js:686:12) backitup.0 2022-01-09 14:33:37.145 error uncaught exception: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:33:37.092 info [iobroker] backup was activated at 02:40 every 1 day(s) backitup.0 2022-01-09 14:33:37.048 info starting. Version 2.2.2 in /opt/iobroker/node_modules/iobroker.backitup, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:33:36.102 info instance system.adapter.backitup.0 started with pid 18647 host.ioBroker 2022-01-09 14:33:23.526 info iobroker npm-install: npm install iobroker.vis@1.4.7 --loglevel error --prefix "/opt/iobroker" (System call) host.ioBroker 2022-01-09 14:33:23.525 info iobroker npm-install: NPM version: 6.14.15 host.ioBroker 2022-01-09 14:33:22.200 info iobroker install vis@1.4.7 using installedFrom host.ioBroker 2022-01-09 14:33:22.199 warn startInstance cannot find adapter "vis@1.4.7". Try to install it... 2 attempt host.ioBroker 2022-01-09 14:33:21.035 info iobroker npm-install: exit 25 host.ioBroker 2022-01-09 14:33:20.023 error iobroker npm-install: host.ioBroker Cannot install iobroker.vis@1.4.7: 6 host.ioBroker 2022-01-09 14:33:19.996 info iobroker npm-install: npm ERR! A complete log of this run can be found in:npm ERR! /home/iobroker/.npm/_logs/2022-01-09T14_33_19_981Z-debug.log host.ioBroker 2022-01-09 14:33:19.977 info iobroker npm-install: npm ERR! Exit status 6npm ERR! npm ERR! Failed at the iobroker.vis@1.4.7 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above. host.ioBroker 2022-01-09 14:33:19.976 info iobroker npm-install: npm ERR! iobroker.vis@1.4.7 install: `node main.js --install` host.ioBroker 2022-01-09 14:33:19.969 info iobroker npm-install: npm ERR! errno 6 host.ioBroker 2022-01-09 14:33:19.968 info iobroker npm-install: npm ERR! code ELIFECYCLE vis.0 2022-01-09 14:33:17.842 warn Terminated (UNCAUGHT_EXCEPTION): Without reason vis.0 2022-01-09 14:33:17.841 info terminating vis.0 2022-01-09 14:33:17.339 error Not exists vis.0 2022-01-09 14:33:17.338 error Error: Not exists at Object.maybeCallbackWithError (/opt/iobroker/node_modules/iobroker.js-controller/lib/tools.js:2335:17) at ObjectsInRedisClient._readFile (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:745:26) at Immediate.<anonymous> (/opt/iobroker/node_modules/@iobroker/db-objects-redis/lib/objects/objectsInRedisClient.js:792:29) at processImmediate (internal/timers.js:466:21) vis.0 2022-01-09 14:33:17.337 error unhandled promise rejection: Not exists vis.0 2022-01-09 14:33:17.337 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). vis.0 2022-01-09 14:33:17.225 info vis license is OK. vis.0 2022-01-09 14:33:17.052 info starting. Version 1.4.7 in /opt/iobroker/node_modules/iobroker.vis, node: v14.18.2, js-controller: 3.3.22 host.ioBroker 2022-01-09 14:33:06.080 info Restart adapter system.adapter.backitup.0 because enabled host.ioBroker 2022-01-09 14:33:06.080 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.ioBroker 2022-01-09 14:33:06.080 error Caught by controller[0]: at Pipe.<anonymous> (net.js:686:12) host.ioBroker 2022-01-09 14:33:06.080 error Caught by controller[0]: at Socket.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:33:06.080 error Caught by controller[0]: at Socket.emit (events.js:400:28) host.ioBroker 2022-01-09 14:33:06.080 error Caught by controller[0]: at Socket.<anonymous> (internal/child_process.js:443:11) host.ioBroker 2022-01-09 14:33:06.080 error Caught by controller[0]: at maybeClose (internal/child_process.js:1058:16) host.ioBroker 2022-01-09 14:33:06.080 error Caught by controller[0]: at ChildProcess.emit (domain.js:475:12) host.ioBroker 2022-01-09 14:33:06.079 error Caught by controller[0]: at ChildProcess.emit (events.js:400:28) host.ioBroker 2022-01-09 14:33:06.079 error Caught by controller[0]: at ChildProcess.exithandler (child_process.js:390:5) host.ioBroker 2022-01-09 14:33:06.079 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 host.ioBroker 2022-01-09 14:33:06.079 error Caught by controller[0]: at new RegExp (<anonymous>) host.ioBroker 2022-01-09 14:33:06.079 error Caught by controller[0]: SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 14:33:06.010 warn Terminated (UNCAUGHT_EXCEPTION): Without reason backitup.0 2022-01-09 14:33:06.009 info terminating backitup.0 2022-01-09 14:33:06.009 info cleaned everything up... backitup.0 2022-01-09 14:33:06.004 error Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group
Der alte aktuelle ioBroker läuft auf Debian, oder hätte das neu Aufsetzten auch unter Debian passieren sollen, wenn ich dann das Backup mit Backitup einspiele, was aus einem Debian System kommt ?
Hier noch das Log was er noch mit angibt.
2022-01-09T14_48_57_323Z-debug.log
Grüße,
-
@d3ltoroxp
vis@1.4.7
ist eine Beta. Installier die stabile Version. -
@thomas-braun Das macht ja Backitup durch den Restore. Das heißt ich muss in den Admin Einstellungen Repo wieder auf default stellen ? Und wenn es installiert ist wieder auf latest und manuell über Adapter Update nachinstallieren ?
-
@d3ltoroxp sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
2022-01-09 14:34:22.919 info iobroker npm-install: npm ERR! iobroker.vis@1.4.7 install:
node main.js --install
Gleicher Fehler :
https://forum.iobroker.net/topic/51224/fehler-25-bei-vis-adapter-installation
@Thomas-Braun
so wie ich das verstehe , wird das Backup zurückgespielt und das Backup holt sich selber die Version 1.4.7 , da er sie auch vorher schon hatte .@D3ltoroxp
hast du die Version 1.4.7 schon vorher gehabt -
@glasfaser said in Wiederherstellung nach Neuinstallation Backitup Probleme:
hast du die Version 1.4.7 schon vorher gehabt
Genau, hatte sie vorher schon so.
-
https://github.com/ioBroker/ioBroker.vis/issues/440
So assumotion is that vis 1.4.7 is BROKEN for all new installations? Could this be?
-
Ja, das ist halt bei Beta-Ständen möglich. Deswegen setzt man die ja auch nicht generell ein.
Ich würde die vis 1.4.5 aus dem stable installieren und erst dann darauf das Backup mit der Beta-Version draufsatteln. Und dann für den weiteren Dauerbetrieb das stable Repo verwenden.
-
@thomas-braun Was genau sollte ich nun tun, das Backup ist ja soweit eingespielt. ioB stoppen und mit
cd /opt/iobroker npm i iobroker.vis@1.4.5
manuell installieren ?
Bisher bin ich eigentlich sehr gut gefahren mit dem Latest Repo.
-
@d3ltoroxp sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
Bisher bin ich eigentlich sehr gut gefahren mit dem Latest Repo.
Irgendwann halt nicht mehr.
Was ist denn jetzt dein Problem? Eine bestimmte Version einzuspielen sollte doch für erfahrene Beta-Tester keine Hürde darstellen. Ist Grundwissen.
iobroker upgrade iobroker.vis@1.4.5
-
@thomas-braun Weil er ja grad immer noch im Restore Prozess hängt oder nicht ? Und der erste Fehler von der ioB Installation ? Ist das normal ?
Und das taucht ja in einer Schleife auf.
host.ioBroker 2022-01-09 16:10:49.286 info Restart adapter system.adapter.backitup.0 because enabled host.ioBroker 2022-01-09 16:10:49.286 error instance system.adapter.backitup.0 terminated with code 1 (JS_CONTROLLER_STOPPED) host.ioBroker 2022-01-09 16:10:49.285 error Caught by controller[0]: at Pipe.<anonymous> (net.js:686:12) host.ioBroker 2022-01-09 16:10:49.285 error Caught by controller[0]: at Socket.emit (domain.js:475:12) host.ioBroker 2022-01-09 16:10:49.285 error Caught by controller[0]: at Socket.emit (events.js:400:28) host.ioBroker 2022-01-09 16:10:49.285 error Caught by controller[0]: at Socket.<anonymous> (internal/child_process.js:443:11) host.ioBroker 2022-01-09 16:10:49.285 error Caught by controller[0]: at maybeClose (internal/child_process.js:1058:16) host.ioBroker 2022-01-09 16:10:49.285 error Caught by controller[0]: at ChildProcess.emit (domain.js:475:12) host.ioBroker 2022-01-09 16:10:49.285 error Caught by controller[0]: at ChildProcess.emit (events.js:400:28) host.ioBroker 2022-01-09 16:10:49.285 error Caught by controller[0]: at ChildProcess.exithandler (child_process.js:390:5) host.ioBroker 2022-01-09 16:10:49.284 error Caught by controller[0]: at /opt/iobroker/node_modules/iobroker.backitup/lib/list/cifs.js:169:49 host.ioBroker 2022-01-09 16:10:49.284 error Caught by controller[0]: at new RegExp (<anonymous>) host.ioBroker 2022-01-09 16:10:49.284 error Caught by controller[0]: SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group backitup.0 2022-01-09 16:10:49.214 warn Terminated (UNCAUGHT_EXCEPTION): Without reason backitup.0 2022-01-09 16:10:49.213 info terminating
-
@d3ltoroxp sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
Und der erste Fehler von der ioB Installation ?
Welcher Fehler? Da war kein 'Fehler'.
Zu
SyntaxError: Invalid regular expression: /'6o:?'d vfx(v'/: Unterminated group
fällt mir nix ein, hab ich noch nie gesehen. Sieht aber 'kaputt' aus.
-
@thomas-braun kann es sein das die cifs-utils noch nicht installiert sind? (die der backitup vorraussetzt)
-
cifs-utils is already the newest version (2:6.11-3.1).
Sagt mir die Konsole. Daran kann's also nicht liegen. Vis ist nun installiert taucht aber unter Adapter auch nicht auf.
-
Dann dürfte das Backup gar nicht reinkommen. Hier hakelt es aber an der Beta-Version, die lässt sich offenbar im Moment nicht frisch installieren.
-
@d3ltoroxp sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
Bisher bin ich eigentlich sehr gut gefahren mit dem Latest Repo.
passt nicht zu
@d3ltoroxp sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
Da ich mit meinem aktuellen ioBroker Probleme habe
Und dann wieder latest und auch noch einen Container.
Hast du dich inzwischen mit den Eigenheiten eines Containers erfolgreich auseinandergesetzt und weisst wie man diese Problematiken löst? -
@thomas-braun sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
Dann dürfte das Backup gar nicht reinkommen
ich meinte eher, falls er cifs im backitup eingerichtet hatte und durchs backup ja zurück spielt, aber die cifs utils noch gar nicht auf dem frischen System installiert hat.
-
@homoran sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
Hast du dich inzwischen mit den Eigenheiten eines Containers erfolgreich auseinandergesetzt und weisst wie man diese Problematiken löst?
dazu kommt bestimmt ein Folge Thread, wie bekomme ich mein zigbee durchgereicht/zum laufen
-
@crunchip sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
wie bekomme ich mein zigbee durchgereicht
es reicht ja erst einmal: wie bekomme ich meinen mount durchgereicht
-
@homoran said in Wiederherstellung nach Neuinstallation Backitup Probleme:
Hast du dich inzwischen mit den Eigenheiten eines Containers erfolgreich auseinandergesetzt und weisst wie man diese Problematiken löst?
Also das sollte hiermit funktionieren.
Ich hatte auch Debmatic über einen LXC laufen mit durchgereichtem Modul. Ganz so fremd sind mir die LXC nicht auch ext. HDD mounten ist kein Problem, das war alles auf der alten Hardware so.
Fakt ist ja das jetzt der Backitup in Schleife Fehler in die Log schreibt, zwar nicht mehr von der VIS aber sobald der Backitup startet kommen ja die Meldungen vom Host.
Ich wollte jetzt mal schauen ob eine neue Basis Installation mit anschließendem Restore die Fehler mit dem Ram immer noch auftreten.
Und wie gesagt, vor dem ganzen Updaten von nodejs und dem Umzug lief ja alles stabil, ich hatte mit dem System und den Adaptern keine Problem. Also wollte ich nun noch mal eine saubere Install starten und dann drauf aufbauen.
-
@d3ltoroxp sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
Ich wollte jetzt mal schauen ob eine neue Basis Installation mit anschließendem Restore die Fehler mit dem Ram immer noch auftreten.
mag sein, das falls erfolgreich, zwar ein sauberes system hast, dein Problem aber zu 99,8% von deinen Scripten kommt
@d3ltoroxp sagte in Wiederherstellung nach Neuinstallation Backitup Probleme:
vor dem ganzen Updaten
das mag sein, jedoch müssen einige Scripte für die folgenden version wie Js-controller, node, admin, etc... eben angepasst werden. Oder willst du dann alles ohne Updates weiter laufen lassen