Hallo Leute,
ich bin hier am echt verzweifeln. Bin sowohl Linux und Iobroker Rookie und habe vor ein paar Wochen damit angefangen.
Habe mir das 2 gb strech geladen und ein paar Adapter.
Nach einiger Zeit komme ich einfach nicht mehr auf die Broker Seite. Ich habe in meiner Not schon das zweite mal die Speicherkarte gekillt weil ich gedacht habe sie wäre kaputt. Jetzt habe ich das zum dritten Mal. Alles was ich gebastelt habe ist futsch weil ich nicht hinbekomme ein Backup zu mache.
Ich habe auch keine Scrips am laufen gehabt und nix, aber nach ca 3 Tagen startet der Broker nicht mehr .
Anfangs kann ich noch über Putty auf das Pi zugreifen und da habe ich so einiges probiert. Seit dem letzten Reboot über Putty komme ich damit aber auch nicht mehr auf das Pi.
hier mal ein Auszug vielleicht könnt ihr mir helfen :
pi@ioBroker-RasPi:/opt/iobroker $ iobroker -v
1.4.2
pi@ioBroker-RasPi:/opt/iobroker $ npm -v
6.4.1
pi@ioBroker-RasPi:/opt/iobroker $ ps -A | grep iobroker
11693 ? 00:00:09 iobroker.js-con
12002 ? 00:00:04 iobroker.js-con
pi@ioBroker-RasPi:/opt/iobroker $ sudo iobroker start
iobroker controller daemon already running. PID: 12002
pi@ioBroker-RasPi:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs
2019-05-13 20:48:22.619 - info: host.ioBroker-RasPi iobroker.js-controller version 1.4.2 js-controller starting
2019-05-13 20:48:22.624 - info: host.ioBroker-RasPi Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
2019-05-13 20:48:22.625 - info: host.ioBroker-RasPi hostname: ioBroker-RasPi, node: v10.15.3
2019-05-13 20:48:22.628 - info: host.ioBroker-RasPi ip addresses: 192.168.178.47 2003:c5:df2b:9e00:6507:c77f:bba3:7ad8 fe80::df90:85ef:3be8:7d56
2019-05-13 20:48:22.724 - info: host.ioBroker-RasPi inMem-objects listening on port 9001
2019-05-13 20:48:22.741 - error: Another instance is running or some application uses port!
2019-05-13 20:48:22.742 - error: uncaught exception: listen EADDRINUSE: address already in use 127.0.0.1:9001
2019-05-13 20:48:22.749 - info: iobroker _restart
2019-05-13 20:48:22.779 - info: host.ioBroker-RasPi InMemoryDB connected
Cannot find view "system"
Cannot find view "system"
2019-05-13 20:48:22.793 - error: host.ioBroker-RasPi _design/system missing - call node iobroker.js setup
2019-05-13 20:48:23.270 - info: iobroker Starting node restart.js
2019-05-13 20:48:23.294 - info: iobroker exit 0
ENOSPC: no space left on device, write
Error: ENOSPC: no space left on device, write
at Object.writeSync (fs.js:568:3)
at Object.writeFileSync (fs.js:1199:26)
at Timeout.saveConfig [as _onTimeout] (/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemServer.js:1897:16)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)
pi@ioBroker-RasPi:/opt/iobroker $ ^C
pi@ioBroker-RasPi:/opt/iobroker $
vielleicht könnt ihr damit was anfangen.
gruß
Edit by eric2905, Code-Tags eingefügt