Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Nach Shutdown vom Raspberry ioBroker weg

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.7k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    677

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

Nach Shutdown vom Raspberry ioBroker weg

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
rebootproblem
61 Beiträge 4 Kommentatoren 2.9k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • jmeister79J jmeister79

    @Glasfaser das ist jetzt der USB Stick mit 8GB.

    Also halten die doch nicht länger. LOL

    Und nun?

    Nils

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #5

    @jmeister79

    mount | grep ^/dev
    cat /etc/fstab
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    jmeister79J 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @jmeister79

      mount | grep ^/dev
      cat /etc/fstab
      
      jmeister79J Offline
      jmeister79J Offline
      jmeister79
      schrieb am zuletzt editiert von
      #6

      @Thomas-Braun

      pi@iobrokerpi:~ $ mount | grep ^/dev
      /dev/sda2 on / type ext4 (rw,noatime)
      /dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
      pi@iobrokerpi:~ $ cat /etc/fstab
      proc            /proc           proc    defaults          0       0
      PARTUUID=6c586e13-01  /boot           vfat    defaults          0       2
      PARTUUID=6c586e13-02  /               ext4    defaults,noatime  0       1
      # a swapfile is not a swap partition, no line here
      #   use  dphys-swapfile swap[on|off]  for that
      
      //medianas/intern /home/pi/nas_intern cifs username=iobroker,password=xxxxxxxxxxxx,vers=1.0,users,auto,user_xattr 0 0
      
      1 Antwort Letzte Antwort
      0
      • GlasfaserG Glasfaser

        @jmeister79

        Zeige mal :

        cd /opt/iobroker
        
        iobroker status
        iobroker list adapters
        iobroker list instances
        ls -l
        

        und der ioBroker läuft von USB.

        [    3.192557] scsi 0:0:0:0: Direct-Access     Intenso  Micro Line       1.01 PQ: 0 ANSI: 
        [    3.193622] sd 0:0:0:0: [sda] 15669248 512-byte logical blocks: (8.02 GB/7.47 GiB)	
        [    3.193971] sd 0:0:0:0: [sda] Write Protect is off
        [    3.194003] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
        [    3.194374] sd 0:0:0:0: [sda] No Caching mode page found
        [    3.194407] sd 0:0:0:0: [sda] Assuming drive cache: write through
        [    3.197846]  sda: sda1 sda
        [    3.200748] sd 0:0:0:0: [sda] Attached SCSI removable disk
        [    3.236260] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
        [    3.236345] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
        [    3.246542] devtmpfs: mounted
        [    3.254441] Freeing unused kernel memory: 2048K
        

        Ist das der Stick mit 8 GB !?

        EDIT :

        siehe dazu in deinem anderen Thread !
        .
        Link Text
        .

        jmeister79J Offline
        jmeister79J Offline
        jmeister79
        schrieb am zuletzt editiert von
        #7

        @Glasfaser said in Nach Shutdown vom Raspberry ioBroker weg:

        iobroker status
        iobroker list adapters
        iobroker list instances
        ls -l

        pi@iobrokerpi:~ $ iobroker status
        No objects found!
        pi@iobrokerpi:~ $ iobroker list adapters
        No objects found!
        pi@iobrokerpi:~ $ iobroker list instances
        No objects found!
        pi@iobrokerpi:~ $ ls -l
        total 0
        drwxrwxrwx 12 root root 0 Aug 24 17:05 nas_intern
        
        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • jmeister79J jmeister79

          @Glasfaser said in Nach Shutdown vom Raspberry ioBroker weg:

          iobroker status
          iobroker list adapters
          iobroker list instances
          ls -l

          pi@iobrokerpi:~ $ iobroker status
          No objects found!
          pi@iobrokerpi:~ $ iobroker list adapters
          No objects found!
          pi@iobrokerpi:~ $ iobroker list instances
          No objects found!
          pi@iobrokerpi:~ $ ls -l
          total 0
          drwxrwxrwx 12 root root 0 Aug 24 17:05 nas_intern
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #8

          @jmeister79

          cd /opt/iobroker
          ls -la
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          jmeister79J 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @jmeister79

            cd /opt/iobroker
            ls -la
            
            jmeister79J Offline
            jmeister79J Offline
            jmeister79
            schrieb am zuletzt editiert von
            #9

            @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

            cd /opt/iobroker
            ls -la

            pi@iobrokerpi:/opt/iobroker $ ls -la
            total 308
            drwxrwxrwx+   9 iobroker iobroker   4096 Sep 16 14:19 .
            drwxr-xr-x    4 root     root       4096 Oct 21  2019 ..
            drwxrwxrwx+   2 iobroker iobroker   4096 Sep 16 13:10 backups
            drwxrwxrwx+   2 iobroker iobroker  12288 Sep 17 17:08 cache
            -rwxrwxrwx+   1 iobroker iobroker   1049 Oct 21  2019 CHANGELOG_FIXER_LINUX.md
            -rwxrwxrwx+   1 iobroker iobroker   3556 Oct 21  2019 CHANGELOG_INSTALLER_LINUX.md
            -rwxrwxrwx+   1 iobroker iobroker  23988 Oct 21  2019 fix_installation.sh
            drwxrwxrwx+   3 iobroker iobroker   4096 Oct 21  2019 install
            -rwxrwxrwx+   1 iobroker iobroker    371 Sep 16 14:19 INSTALLER_INFO.txt
            lrwxrwxrwx    1 iobroker iobroker     22 Sep 16 14:19 iob -> /opt/iobroker/iobroker
            -rwxr-xr-x+   1 iobroker iobroker    305 Sep 16 14:19 iobroker
            drwxrwxrwx+   8 iobroker iobroker   4096 Sep 15 15:57 iobroker-data
            drwxrwxrwx+   2 iobroker iobroker   4096 Oct 21  2019 lib
            -rwxrwxrwx+   1 iobroker iobroker   1137 Oct 21  2019 LICENSE
            drwxrwxrwx+   2 iobroker iobroker   4096 Sep 26 11:36 log
            drwxrwxrwx+ 805 iobroker iobroker  28672 Sep 15 16:14 node_modules
            -rwxrwxrwx+   1 iobroker iobroker    109 Sep 16 14:18 .npmrc
            -rwxrwxrwx+   1 iobroker iobroker   1861 Sep 15 16:14 package.json
            -rwxrwxrwx+   1 iobroker iobroker 169201 Oct 21  2019 package-lock.json
            -rwxrwxrwx+   1 iobroker iobroker   6101 Oct 21  2019 README.md
            -rwxrwxrwx+   1 iobroker iobroker   5728 Sep 16 15:31 reinstall.js
            
            
            Thomas BraunT GlasfaserG 3 Antworten Letzte Antwort
            0
            • jmeister79J jmeister79

              @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

              cd /opt/iobroker
              ls -la

              pi@iobrokerpi:/opt/iobroker $ ls -la
              total 308
              drwxrwxrwx+   9 iobroker iobroker   4096 Sep 16 14:19 .
              drwxr-xr-x    4 root     root       4096 Oct 21  2019 ..
              drwxrwxrwx+   2 iobroker iobroker   4096 Sep 16 13:10 backups
              drwxrwxrwx+   2 iobroker iobroker  12288 Sep 17 17:08 cache
              -rwxrwxrwx+   1 iobroker iobroker   1049 Oct 21  2019 CHANGELOG_FIXER_LINUX.md
              -rwxrwxrwx+   1 iobroker iobroker   3556 Oct 21  2019 CHANGELOG_INSTALLER_LINUX.md
              -rwxrwxrwx+   1 iobroker iobroker  23988 Oct 21  2019 fix_installation.sh
              drwxrwxrwx+   3 iobroker iobroker   4096 Oct 21  2019 install
              -rwxrwxrwx+   1 iobroker iobroker    371 Sep 16 14:19 INSTALLER_INFO.txt
              lrwxrwxrwx    1 iobroker iobroker     22 Sep 16 14:19 iob -> /opt/iobroker/iobroker
              -rwxr-xr-x+   1 iobroker iobroker    305 Sep 16 14:19 iobroker
              drwxrwxrwx+   8 iobroker iobroker   4096 Sep 15 15:57 iobroker-data
              drwxrwxrwx+   2 iobroker iobroker   4096 Oct 21  2019 lib
              -rwxrwxrwx+   1 iobroker iobroker   1137 Oct 21  2019 LICENSE
              drwxrwxrwx+   2 iobroker iobroker   4096 Sep 26 11:36 log
              drwxrwxrwx+ 805 iobroker iobroker  28672 Sep 15 16:14 node_modules
              -rwxrwxrwx+   1 iobroker iobroker    109 Sep 16 14:18 .npmrc
              -rwxrwxrwx+   1 iobroker iobroker   1861 Sep 15 16:14 package.json
              -rwxrwxrwx+   1 iobroker iobroker 169201 Oct 21  2019 package-lock.json
              -rwxrwxrwx+   1 iobroker iobroker   6101 Oct 21  2019 README.md
              -rwxrwxrwx+   1 iobroker iobroker   5728 Sep 16 15:31 reinstall.js
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #10

              @jmeister79

              ./iobroker status
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              1 Antwort Letzte Antwort
              0
              • jmeister79J jmeister79

                @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                cd /opt/iobroker
                ls -la

                pi@iobrokerpi:/opt/iobroker $ ls -la
                total 308
                drwxrwxrwx+   9 iobroker iobroker   4096 Sep 16 14:19 .
                drwxr-xr-x    4 root     root       4096 Oct 21  2019 ..
                drwxrwxrwx+   2 iobroker iobroker   4096 Sep 16 13:10 backups
                drwxrwxrwx+   2 iobroker iobroker  12288 Sep 17 17:08 cache
                -rwxrwxrwx+   1 iobroker iobroker   1049 Oct 21  2019 CHANGELOG_FIXER_LINUX.md
                -rwxrwxrwx+   1 iobroker iobroker   3556 Oct 21  2019 CHANGELOG_INSTALLER_LINUX.md
                -rwxrwxrwx+   1 iobroker iobroker  23988 Oct 21  2019 fix_installation.sh
                drwxrwxrwx+   3 iobroker iobroker   4096 Oct 21  2019 install
                -rwxrwxrwx+   1 iobroker iobroker    371 Sep 16 14:19 INSTALLER_INFO.txt
                lrwxrwxrwx    1 iobroker iobroker     22 Sep 16 14:19 iob -> /opt/iobroker/iobroker
                -rwxr-xr-x+   1 iobroker iobroker    305 Sep 16 14:19 iobroker
                drwxrwxrwx+   8 iobroker iobroker   4096 Sep 15 15:57 iobroker-data
                drwxrwxrwx+   2 iobroker iobroker   4096 Oct 21  2019 lib
                -rwxrwxrwx+   1 iobroker iobroker   1137 Oct 21  2019 LICENSE
                drwxrwxrwx+   2 iobroker iobroker   4096 Sep 26 11:36 log
                drwxrwxrwx+ 805 iobroker iobroker  28672 Sep 15 16:14 node_modules
                -rwxrwxrwx+   1 iobroker iobroker    109 Sep 16 14:18 .npmrc
                -rwxrwxrwx+   1 iobroker iobroker   1861 Sep 15 16:14 package.json
                -rwxrwxrwx+   1 iobroker iobroker 169201 Oct 21  2019 package-lock.json
                -rwxrwxrwx+   1 iobroker iobroker   6101 Oct 21  2019 README.md
                -rwxrwxrwx+   1 iobroker iobroker   5728 Sep 16 15:31 reinstall.js
                
                
                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                schrieb am zuletzt editiert von Glasfaser
                #11

                @jmeister79

                Oben in meiner Anfrage war

                cd /opt/iobroker
                

                und dann die Befehle

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                jmeister79J 1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @jmeister79

                  Oben in meiner Anfrage war

                  cd /opt/iobroker
                  

                  und dann die Befehle

                  jmeister79J Offline
                  jmeister79J Offline
                  jmeister79
                  schrieb am zuletzt editiert von
                  #12

                  @Glasfaser hab das selbe ergebnis

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • jmeister79J jmeister79

                    @Glasfaser hab das selbe ergebnis

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von Thomas Braun
                    #13

                    @jmeister79

                    which iobroker
                    ls -la /usr/bin/iobroker
                    ls -la /opt/iobroker/iobroker
                    

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    jmeister79J 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @jmeister79

                      which iobroker
                      ls -la /usr/bin/iobroker
                      ls -la /opt/iobroker/iobroker
                      
                      jmeister79J Offline
                      jmeister79J Offline
                      jmeister79
                      schrieb am zuletzt editiert von
                      #14

                      @Thomas-Braun

                      Thomas, zunächst einmal danke dass du dir die Zeit nimmst.

                      Wonach suchst Du genau? Bin bei Linux leider nur soweit bewandert wie ich es immer brauche. Vielleicht kannst du ein zwei worte dazu sagen. Danke Dir

                      Nils

                      pi@iobrokerpi:~ $ which iobroker
                      /usr/bin/iobroker
                      pi@iobrokerpi:~ $ ls -la /usr/bin/iobroker
                      lrwxrwxrwx 1 root root 22 Sep 16 14:19 /usr/bin/iobroker -> /opt/iobroker/iobroker
                      pi@iobrokerpi:~ $ ls -la /opt/iobroker/iobroker
                      -rwxr-xr-x+ 1 iobroker iobroker 305 Sep 16 14:19 /opt/iobroker/iobroker
                      pi@iobrokerpi:~ $
                      
                      1 Antwort Letzte Antwort
                      0
                      • jmeister79J Offline
                        jmeister79J Offline
                        jmeister79
                        schrieb am zuletzt editiert von
                        #15

                        in htop ist kein iobroker aufgelistet.

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • jmeister79J jmeister79

                          @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                          cd /opt/iobroker
                          ls -la

                          pi@iobrokerpi:/opt/iobroker $ ls -la
                          total 308
                          drwxrwxrwx+   9 iobroker iobroker   4096 Sep 16 14:19 .
                          drwxr-xr-x    4 root     root       4096 Oct 21  2019 ..
                          drwxrwxrwx+   2 iobroker iobroker   4096 Sep 16 13:10 backups
                          drwxrwxrwx+   2 iobroker iobroker  12288 Sep 17 17:08 cache
                          -rwxrwxrwx+   1 iobroker iobroker   1049 Oct 21  2019 CHANGELOG_FIXER_LINUX.md
                          -rwxrwxrwx+   1 iobroker iobroker   3556 Oct 21  2019 CHANGELOG_INSTALLER_LINUX.md
                          -rwxrwxrwx+   1 iobroker iobroker  23988 Oct 21  2019 fix_installation.sh
                          drwxrwxrwx+   3 iobroker iobroker   4096 Oct 21  2019 install
                          -rwxrwxrwx+   1 iobroker iobroker    371 Sep 16 14:19 INSTALLER_INFO.txt
                          lrwxrwxrwx    1 iobroker iobroker     22 Sep 16 14:19 iob -> /opt/iobroker/iobroker
                          -rwxr-xr-x+   1 iobroker iobroker    305 Sep 16 14:19 iobroker
                          drwxrwxrwx+   8 iobroker iobroker   4096 Sep 15 15:57 iobroker-data
                          drwxrwxrwx+   2 iobroker iobroker   4096 Oct 21  2019 lib
                          -rwxrwxrwx+   1 iobroker iobroker   1137 Oct 21  2019 LICENSE
                          drwxrwxrwx+   2 iobroker iobroker   4096 Sep 26 11:36 log
                          drwxrwxrwx+ 805 iobroker iobroker  28672 Sep 15 16:14 node_modules
                          -rwxrwxrwx+   1 iobroker iobroker    109 Sep 16 14:18 .npmrc
                          -rwxrwxrwx+   1 iobroker iobroker   1861 Sep 15 16:14 package.json
                          -rwxrwxrwx+   1 iobroker iobroker 169201 Oct 21  2019 package-lock.json
                          -rwxrwxrwx+   1 iobroker iobroker   6101 Oct 21  2019 README.md
                          -rwxrwxrwx+   1 iobroker iobroker   5728 Sep 16 15:31 reinstall.js
                          
                          
                          GlasfaserG Offline
                          GlasfaserG Offline
                          Glasfaser
                          schrieb am zuletzt editiert von Glasfaser
                          #16

                          @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

                          drwxrwxrwx+ 2 iobroker iobroker 4096 Sep 26 11:36 log

                          das ist das letzte Lebenszeichen ....

                          Zeige mal :

                          which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                          

                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                          jmeister79J 1 Antwort Letzte Antwort
                          0
                          • jmeister79J jmeister79

                            in htop ist kein iobroker aufgelistet.

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #17

                            @jmeister79
                            Und jag den Fixer mal über das System:

                            curl -sL https://iobroker.net/fix.sh | bash -
                            

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            jmeister79J 1 Antwort Letzte Antwort
                            0
                            • GlasfaserG Glasfaser

                              @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

                              drwxrwxrwx+ 2 iobroker iobroker 4096 Sep 26 11:36 log

                              das ist das letzte Lebenszeichen ....

                              Zeige mal :

                              which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                              
                              jmeister79J Offline
                              jmeister79J Offline
                              jmeister79
                              schrieb am zuletzt editiert von
                              #18

                              @Glasfaser said in Nach Shutdown vom Raspberry ioBroker weg:

                              which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

                              Hatte letzte woche einmal komplett geupdatet. also müsste es recht frisch sein.
                              Der Stick ist von letzter Woche Komplett gesichert. Und gestern nacht lief ein backitup. also sind hopfen und malz nicht verloren. Aber wäre mal interessant zu wissen was nun wieder schief gelaufen ist...

                              pi@iobrokerpi:~ $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                              /usr/bin/nodejs
                              v12.18.4
                              /usr/bin/node
                              v12.18.4
                              /usr/bin/npm
                              6.14.6
                              nodejs:
                                Installed: 12.18.4-1nodesource1
                                Candidate: 12.18.4-1nodesource1
                                Version table:
                               *** 12.18.4-1nodesource1 500
                                      500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                                      100 /var/lib/dpkg/status
                                   10.21.0~dfsg-1~deb10u1+rpi1 500
                                      500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                              pi@iobrokerpi:~ $
                              
                              1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @jmeister79
                                Und jag den Fixer mal über das System:

                                curl -sL https://iobroker.net/fix.sh | bash -
                                
                                jmeister79J Offline
                                jmeister79J Offline
                                jmeister79
                                schrieb am zuletzt editiert von
                                #19

                                @Thomas-Braun

                                
                                ==========================================================================
                                
                                    Welcome to the ioBroker installation fixer!
                                    Script version: 2020-06-15
                                
                                    You might need to enter your password a couple of times.
                                
                                ==========================================================================
                                
                                
                                ==========================================================================
                                    Installing prerequisites (1/3)
                                ==========================================================================
                                
                                Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
                                Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
                                Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                                Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [331 kB]
                                Get:5 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
                                Get:6 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58.7 kB]
                                Fetched 13.4 MB in 13s (1,007 kB/s)
                                Reading package lists... Done
                                Installed gcc-c++
                                
                                ==========================================================================
                                    Checking ioBroker user and directory permissions (2/3)
                                ==========================================================================
                                
                                Created /etc/sudoers.d/iobroker
                                Fixing directory permissions...
                                chown: changing ownership of '/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/node_modules/jest-resolve-dependencies/node_modules/ansi-styles/readme.md': Structure needs cleaning
                                chown: changing ownership of '/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/node_modules/jest-resolve-dependencies/node_modules/ansi-styles/readme.md': Structure needs cleaning
                                This system does not support setting default permissions.
                                Do not use npm to manually install adapters unless you know what you are doing!
                                
                                ==========================================================================
                                    Checking autostart (3/3)
                                ==========================================================================
                                
                                Enabling autostart...
                                Autostart enabled!
                                
                                ==========================================================================
                                
                                    Your installation was fixed successfully
                                    Run iobroker start to start ioBroker again!
                                
                                ==========================================================================
                                
                                
                                GlasfaserG HomoranH 2 Antworten Letzte Antwort
                                0
                                • jmeister79J jmeister79

                                  @Thomas-Braun

                                  
                                  ==========================================================================
                                  
                                      Welcome to the ioBroker installation fixer!
                                      Script version: 2020-06-15
                                  
                                      You might need to enter your password a couple of times.
                                  
                                  ==========================================================================
                                  
                                  
                                  ==========================================================================
                                      Installing prerequisites (1/3)
                                  ==========================================================================
                                  
                                  Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
                                  Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
                                  Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                                  Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [331 kB]
                                  Get:5 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
                                  Get:6 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58.7 kB]
                                  Fetched 13.4 MB in 13s (1,007 kB/s)
                                  Reading package lists... Done
                                  Installed gcc-c++
                                  
                                  ==========================================================================
                                      Checking ioBroker user and directory permissions (2/3)
                                  ==========================================================================
                                  
                                  Created /etc/sudoers.d/iobroker
                                  Fixing directory permissions...
                                  chown: changing ownership of '/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/node_modules/jest-resolve-dependencies/node_modules/ansi-styles/readme.md': Structure needs cleaning
                                  chown: changing ownership of '/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/node_modules/jest-resolve-dependencies/node_modules/ansi-styles/readme.md': Structure needs cleaning
                                  This system does not support setting default permissions.
                                  Do not use npm to manually install adapters unless you know what you are doing!
                                  
                                  ==========================================================================
                                      Checking autostart (3/3)
                                  ==========================================================================
                                  
                                  Enabling autostart...
                                  Autostart enabled!
                                  
                                  ==========================================================================
                                  
                                      Your installation was fixed successfully
                                      Run iobroker start to start ioBroker again!
                                  
                                  ==========================================================================
                                  
                                  
                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von
                                  #20

                                  @jmeister79
                                  und jetzt :

                                  cd /opt/iobroker
                                  
                                  iobroker start
                                  
                                  iobroker status 
                                  
                                  iobroker list instances
                                  

                                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                  jmeister79J 1 Antwort Letzte Antwort
                                  0
                                  • GlasfaserG Glasfaser

                                    @jmeister79
                                    und jetzt :

                                    cd /opt/iobroker
                                    
                                    iobroker start
                                    
                                    iobroker status 
                                    
                                    iobroker list instances
                                    
                                    jmeister79J Offline
                                    jmeister79J Offline
                                    jmeister79
                                    schrieb am zuletzt editiert von
                                    #21

                                    @Glasfaser

                                    :-(

                                    
                                    pi@iobrokerpi:~ $ cd /opt/iobroker
                                    pi@iobrokerpi:/opt/iobroker $
                                    pi@iobrokerpi:/opt/iobroker $ iobroker start
                                    pi@iobrokerpi:/opt/iobroker $
                                    pi@iobrokerpi:/opt/iobroker $ iobroker status
                                    No objects found!
                                    pi@iobrokerpi:/opt/iobroker $
                                    pi@iobrokerpi:/opt/iobroker $ iobroker list instances
                                    No objects found!
                                    
                                    
                                    Thomas BraunT 1 Antwort Letzte Antwort
                                    0
                                    • jmeister79J jmeister79

                                      @Thomas-Braun

                                      
                                      ==========================================================================
                                      
                                          Welcome to the ioBroker installation fixer!
                                          Script version: 2020-06-15
                                      
                                          You might need to enter your password a couple of times.
                                      
                                      ==========================================================================
                                      
                                      
                                      ==========================================================================
                                          Installing prerequisites (1/3)
                                      ==========================================================================
                                      
                                      Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
                                      Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
                                      Hit:3 https://deb.nodesource.com/node_12.x buster InRelease
                                      Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [331 kB]
                                      Get:5 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
                                      Get:6 http://raspbian.raspberrypi.org/raspbian buster/contrib armhf Packages [58.7 kB]
                                      Fetched 13.4 MB in 13s (1,007 kB/s)
                                      Reading package lists... Done
                                      Installed gcc-c++
                                      
                                      ==========================================================================
                                          Checking ioBroker user and directory permissions (2/3)
                                      ==========================================================================
                                      
                                      Created /etc/sudoers.d/iobroker
                                      Fixing directory permissions...
                                      chown: changing ownership of '/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/node_modules/jest-resolve-dependencies/node_modules/ansi-styles/readme.md': Structure needs cleaning
                                      chown: changing ownership of '/opt/iobroker/node_modules/iobroker.zigbee/node_modules/zigbee-herdsman/node_modules/jest-resolve-dependencies/node_modules/ansi-styles/readme.md': Structure needs cleaning
                                      This system does not support setting default permissions.
                                      Do not use npm to manually install adapters unless you know what you are doing!
                                      
                                      ==========================================================================
                                          Checking autostart (3/3)
                                      ==========================================================================
                                      
                                      Enabling autostart...
                                      Autostart enabled!
                                      
                                      ==========================================================================
                                      
                                          Your installation was fixed successfully
                                          Run iobroker start to start ioBroker again!
                                      
                                      ==========================================================================
                                      
                                      
                                      HomoranH Nicht stören
                                      HomoranH Nicht stören
                                      Homoran
                                      Global Moderator Administrators
                                      schrieb am zuletzt editiert von
                                      #22

                                      @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

                                      This system does not support setting default permissions.

                                      das habt ihr aber gesehen?

                                      kein Support per PN! - Fragen im Forum stellen -
                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      GlasfaserG 1 Antwort Letzte Antwort
                                      0
                                      • HomoranH Homoran

                                        @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

                                        This system does not support setting default permissions.

                                        das habt ihr aber gesehen?

                                        GlasfaserG Offline
                                        GlasfaserG Offline
                                        Glasfaser
                                        schrieb am zuletzt editiert von Glasfaser
                                        #23

                                        @Homoran

                                        Ja ..

                                        ist bei mir auch ( Syn Docker ) , deshalb nicht beachtet :

                                        ==========================================================================                              
                                            Checking ioBroker user and directory permissions (2/3)                                              
                                        ==========================================================================                              
                                                                                                                                                
                                        Created /etc/sudoers.d/iobroker                                                                         
                                        sudo: Hostname iobroker kann nicht aufgelöst werden: Der Name oder der Dienst ist nicht bekannt        
                                        sudo: Hostname iobroker kann nicht aufgelöst werden: Der Name oder der Dienst ist nicht bekannt        
                                        Fixing directory permissions...                                                                         
                                        This system does not support setting default permissions.                                               
                                        Do not use npm to manually install adapters unless you know what you are doing!                         
                                                                                                                                                
                                        ========================================================================== 
                                        

                                        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                        HomoranH 1 Antwort Letzte Antwort
                                        0
                                        • GlasfaserG Glasfaser

                                          @Homoran

                                          Ja ..

                                          ist bei mir auch ( Syn Docker ) , deshalb nicht beachtet :

                                          ==========================================================================                              
                                              Checking ioBroker user and directory permissions (2/3)                                              
                                          ==========================================================================                              
                                                                                                                                                  
                                          Created /etc/sudoers.d/iobroker                                                                         
                                          sudo: Hostname iobroker kann nicht aufgelöst werden: Der Name oder der Dienst ist nicht bekannt        
                                          sudo: Hostname iobroker kann nicht aufgelöst werden: Der Name oder der Dienst ist nicht bekannt        
                                          Fixing directory permissions...                                                                         
                                          This system does not support setting default permissions.                                               
                                          Do not use npm to manually install adapters unless you know what you are doing!                         
                                                                                                                                                  
                                          ========================================================================== 
                                          
                                          HomoranH Nicht stören
                                          HomoranH Nicht stören
                                          Homoran
                                          Global Moderator Administrators
                                          schrieb am zuletzt editiert von
                                          #24

                                          @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:

                                          Syn Docker

                                          dann bin ich wieder ganz still 😴

                                          kein Support per PN! - Fragen im Forum stellen -
                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                          Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          GlasfaserG 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          385

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe