Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. tgirard

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 34
    • Best 0
    • Groups 1

    tgirard

    @tgirard

    0
    Reputation
    37
    Profile views
    34
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tgirard Follow
    Starter

    Latest posts made by tgirard

    • RE: [gelöst] Web-Adapter ab 7.0.3 - Problem mit älterem Android

      @enzos Ebenso mit altem iPad, welches nur noch auf iOS 15.8.4 aktualisiert werden kann (hängt aber an der Wand und tut sonst seinen Dienst).
      Vis lädt nicht mit web 7.0.8 oder 7.0.9. Downgrade auf 6.3.1 hat das Problem gelöst.
      (log auf debug level hat keinen Fehler angezeigt).

      posted in ioBroker Allgemein
      T
      tgirard
    • RE: Kein zurück? Möchte wieder auf node 6.x

      keine Chance…

      sudo iobroker start

      Starting iobroker controller daemon...

      iobroker controller daemon failed to start: 2

      Error: 2

      Wenn ich nur wüsste, wie ich auf ioBroker mit node 6.x zurück könnte. Dort lief es so schön stabil. Jetzt alles tot. schade, sehr.

      posted in ioBroker Allgemein
      T
      tgirard
    • RE: Kein zurück? Möchte wieder auf node 6.x

      ja…. sind (leider) installiert.

      aber der Fehler: usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory

      => habe Folgendes versucht:

      sudo apt-get --reinstall install libc6 libc6-dev

      werde berichten.

      posted in ioBroker Allgemein
      T
      tgirard
    • RE: Kein zurück? Möchte wieder auf node 6.x

      Danke Homoran, darauf bin ich vor 70 Sekunden gestossen… Werde das gleich mal kontrollieren und melde mich!

      posted in ioBroker Allgemein
      T
      tgirard
    • RE: Kein zurück? Möchte wieder auf node 6.x

      habe ich versucht…..

      Ist eine Linus Station auf QNAP, hat bisher problemlos funktioniert. Ubuntu ist 16.04 (neuer geht nicht wegen QNAP).

      Habe bei der Installation unter anderem bekommen:

      ! > unix-dgram@0.2.3 install /opt/iobroker/node_modules/unix-dgram
      ! > node-gyp rebuild
      ! make: Entering directory '/opt/iobroker/node_modules/unix-dgram/build'
      ! CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
      ! In file included from /usr/include/errno.h:28:0,
      ! from /root/.node-gyp/8.14.0/include/node/uv/errno.h:25,
      ! from /root/.node-gyp/8.14.0/include/node/uv.h:48,
      ! from ../node_modules/nan/nan.h:46,
      ! from ../src/unix_dgram.cc:5:
      ! /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory
      ! compilation terminated.

      danke schon mal für die Hilfe!

      posted in ioBroker Allgemein
      T
      tgirard
    • Kein zurück? Möchte wieder auf node 6.x

      Kann ich nicht zurück auf node 6.x? Habe es versucht, aber dann lässt sich ioBroker nicht installieren.

      Die aktuelle node 8.x abhängige Version funktioniert leider nicht.

      zB läuft reinstall.sh nicht, sondern gibt folgende Fehler:

      ! > unix-dgram@0.2.3 install /opt/iobroker/node_modules/unix-dgram
      ! > node-gyp rebuild
      ! make: Entering directory '/opt/iobroker/node_modules/unix-dgram/build'
      ! CXX(target) Release/obj.target/unix_dgram/src/unix_dgram.o
      ! In file included from /usr/include/errno.h:28:0,
      ! from /home/admin/.node-gyp/8.14.0/include/node/uv/errno.h:25,
      ! from /home/admin/.node-gyp/8.14.0/include/node/uv.h:48,
      ! from ../node_modules/nan/nan.h:46,
      ! from ../src/unix_dgram.cc:5:
      ! /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory
      ! compilation terminated.
      ! unix_dgram.target.mk:101: recipe for target 'Release/obj.target/unix_dgram/src/unix_dgram.o' failed
      ! make: *** [Release/obj.target/unix_dgram/src/unix_dgram.o] Error 1
      ! make: Leaving directory '/opt/iobroker/node_modules/unix-dgram/build'
      ! gyp ERR! build error
      ! gyp ERR! stack Error: make failed with exit code: 2
      ! gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
      ! gyp ERR! stack at emitTwo (events.js:126:13)
      ! gyp ERR! stack at ChildProcess.emit (events.js:214:7)
      ! gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
      ! gyp ERR! System Linux 4.2.8
      ! gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
      ! gyp ERR! cwd /opt/iobroker/node_modules/unix-dgram
      ! gyp ERR! node -v v8.14.0
      ! gyp ERR! node-gyp -v v3.8.0
      ! gyp ERR! not ok
      ! > ursa-optional@0.9.10 install /opt/iobroker/node_modules/ursa-optional
      ! > node rebuild.js
      ! ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
      ! > iobroker.js-controller@1.4.2 install /opt/iobroker/node_modules/iobroker.js-controller
      ! > node iobroker.js setup first
      ! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 (node_modules/unix-dgram):
      ! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: unix-dgram@0.2.3 install: node-gyp rebuild
      ! npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
      ! + iobroker.js-controller@1.4.2
      ! added 158 packages from 126 contributors and audited 1648 packages in 24.422s
      ! found 23 vulnerabilities (17 low, 6 high)
      ! run npm audit fix to fix them, or npm audit for details
      ! DONE iobroker.js-controller
      ! got /opt/iobroker/node_modules/iobroker.discovery/admin
      ! upload [5] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/words.js words.js application/javascript
      ! upload [4] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings_m.html settings_m.html text/html
      ! upload [3] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/settings.html settings.html text/html
      ! upload [2] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index_m.html index_m.html text/html
      ! upload [1] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/index.html index.html text/html
      ! upload [0] discovery.admin /opt/iobroker/node_modules/iobroker.discovery/admin/discovery.png discovery.png image/png
      ! got /opt/iobroker/node_modules/iobroker.admin/admin
      ! upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
      ! upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
      ! upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
      ! upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
      ! ./reinstall.sh: line 34: unexpected EOF while looking for matching `"'
      ! ./reinstall.sh: line 37: syntax error: unexpected end of file

      Habe heute sieben mal das Betriebssystem neu installiert. Irgendwie nicht so lustig. Somit aktuell kein ioBroker mehr. Schade….

      Kann irgendjemand helfen? Bitte!

      posted in ioBroker Allgemein
      T
      tgirard
    • RE: Restore funktioniert nicht !

      noch ein Zusatz:

      Ich habe jetzt ioBroker nochmals neu installiert und nach der Installation mit sudo iobroker stop beendet. Dann reinstall.sh ausgeführt und bekomme die gleiche Fehlermeldung? Funktioniert bei Euch reinstall.sh ?

      posted in ioBroker Allgemein
      T
      tgirard
    • Restore funktioniert nicht !

      Bitte um Hilfe !! 😮

      Meine Javascript-Instanz funktionierte nicht mehr (wenn ich Javascript aktiviere, beendet sich ioBroker).

      Also habe ich ein backup gemacht und nach der neuen Anleitung installiert.

      Dann 'backups' erstellt und das backup dorthin kopiert, restore und dann reinstall.sh gestartet….

      jetzt bekomme ich aber immer:

      ! + iobroker.js-controller@1.4.2
      ! added 158 packages from 126 contributors and audited 1648 packages in 16.278s
      ! found 23 vulnerabilities (17 low, 6 high)
      ! run npm audit fix to fix them, or npm audit for details
      ! DONE iobroker.js-controller
      ! Cannot find io-package.json in null
      ! Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
      ! Cannot find io-package.json in null
      ! Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
      ! Cannot find io-package.json in null
      ! …... (geht immer so weiter)
      ! Cannot find io-package.json in null
      ! Cannot parse null/io-package.json:Error: ENOENT: no such file or directory, open 'null/io-package.json'
      ! got /opt/iobroker/node_modules/iobroker.admin/admin
      ! upload [3] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/words.js words.js application/javascript
      ! upload [2] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index_m.html index_m.html text/html
      ! upload [1] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/index.html index.html text/html
      ! upload [0] admin.admin /opt/iobroker/node_modules/iobroker.admin/admin/admin.png admin.png image/png
      ! ./reinstall.sh: line 34: unexpected EOF while looking for matching `"'
      ! ./reinstall.sh: line 37: syntax error: unexpected end of file

      kann mir bitte jemand helfen? Vielen Dank! Thierry

      posted in ioBroker Allgemein
      T
      tgirard
    • RE: Crash nach Speichern von Javascript

      gibt es hier etwas Neues? Ich habe leider dieses ärgerliche Problem immer noch. Da macht Skripten leider weniger Spass….

      Weiss jemand eine Lösung?

      Danke

      posted in Error/Bug
      T
      tgirard
    • RE: Crash nach Speichern von Javascript

      gut, dass ich nicht alleine bin 😉

      Ich habe übrigens auch ein backup eingespielt (auch via tar komprimiert). Dann aber darüber nochmals iobroker installiert.

      Das Problem habe ich immer noch… hoffentlich findet jemand eine Lösung!

      schönes Wochenende

      posted in Error/Bug
      T
      tgirard
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo