Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Port lass sich mit SSH nicht ändern

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Port lass sich mit SSH nicht ändern

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
46 Beiträge 5 Kommentatoren 3.0k Aufrufe 4 Watching
  • Ä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.
  • H heli-wolf

    @homoran
    wie kann ich das überprüfen?

    HomoranH Nicht stören
    HomoranH Nicht stören
    Homoran
    Global Moderator Administrators
    schrieb am zuletzt editiert von
    #8

    @heli-wolf sagte in Port lass sich mit SSH nicht ändern:

    wie kann ich das überprüfen?

    dmesg

    Ich kann zwar mal drübersehen, weiß aber nicht wirklich was alles bedutet.
    Vielleicht sieht sich @Thomas-Braun das dann mal an

    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

    1 Antwort Letzte Antwort
    0
    • H heli-wolf

      @homoran
      wie kann ich das überprüfen?

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

      @heli-wolf
      Bei ssh / ssl kann ich dir vermutlich nicht weiterhelfen.
      Bin Netzwerklegastheniker.
      Das Dateisystem ruft aber ggf. in

      dmesg | grep -i ext4
      

      um Hilfe.

      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

      HomoranH 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @heli-wolf
        Bei ssh / ssl kann ich dir vermutlich nicht weiterhelfen.
        Bin Netzwerklegastheniker.
        Das Dateisystem ruft aber ggf. in

        dmesg | grep -i ext4
        

        um Hilfe.

        HomoranH Nicht stören
        HomoranH Nicht stören
        Homoran
        Global Moderator Administrators
        schrieb am zuletzt editiert von
        #10

        @thomas-braun sagte in Port lass sich mit SSH nicht ändern:

        Bei ssh / ssl kann ich dir vermutlich nicht weiterhelfen.

        brauchst du auch nicht - er ist ja drauf

        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        1 Antwort Letzte Antwort
        0
        • H heli-wolf

          Hallo, ich habe meinen IoBroker standardmäßig auf Port 8081.
          Der Zugriff über ssh ist möglich, aber mit den von mir angewandten Befehlen lässt sich dieser nicht ändern.
          derzeit sieht der admin.0 folgendermaßen aus:
          b49f5dca-f72f-419b-8949-e9fadd3e4cfa-grafik.png

          Mein Befehl zur Portänderung lautet:
          iobroker set admin.0 --port 7081

          das ignoriert er aber. Was mache ich da falsch??
          Kann mir bitte wer weiterhelfen.

          lg Wolfgang

          F Offline
          F Offline
          fastfoot
          schrieb am zuletzt editiert von
          #11

          @heli-wolf sagte in Port lass sich mit SSH nicht ändern:

          Mein Befehl zur Portänderung lautet:

          Ob das so funktioniert, der Port wird normal bei der Installation angegeben.

          • Installiere eine 2te Instanz --> iobroker add admin --port 7082
          • iobroker stop admin.0
          • gehe auf iobroker unter Port 7082 und ändere den Port der ersten Instanz auf 7081
          • jetzt kannst du die neue Instanz löschen, sobald der gewünschte Zugriff klappt

          iobroker läuft unter Docker auf QNAP TS-451+
          SkriptRecovery: https://forum.iobroker.net/post/930558

          HomoranH 1 Antwort Letzte Antwort
          0
          • F fastfoot

            @heli-wolf sagte in Port lass sich mit SSH nicht ändern:

            Mein Befehl zur Portänderung lautet:

            Ob das so funktioniert, der Port wird normal bei der Installation angegeben.

            • Installiere eine 2te Instanz --> iobroker add admin --port 7082
            • iobroker stop admin.0
            • gehe auf iobroker unter Port 7082 und ändere den Port der ersten Instanz auf 7081
            • jetzt kannst du die neue Instanz löschen, sobald der gewünschte Zugriff klappt
            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #12

            @fastfoot sagte in Port lass sich mit SSH nicht ändern:

            Ob das so funktioniert,

            ja!

            kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            F 1 Antwort Letzte Antwort
            0
            • HomoranH Homoran

              @fastfoot sagte in Port lass sich mit SSH nicht ändern:

              Ob das so funktioniert,

              ja!

              F Offline
              F Offline
              fastfoot
              schrieb am zuletzt editiert von
              #13

              @homoran sagte in Port lass sich mit SSH nicht ändern:

              @fastfoot sagte in Port lass sich mit SSH nicht ändern:

              Ob das so funktioniert,

              ja!

              hast Recht, aber da kommt auch eine succesful Message, beim TE scheinbar nicht. Das könnte mit SSL zusammenhängen. Mit meiner Lösung kommt er jedenfalls wieder auf die GUI

              Falls schon der neue JS-Controller eingesetzt wird, könnte es ein Problem mit LetsEncrypt sein, welches nur noch 443 als Port akzeptiert. Das ist aber sehr geraten, habe nur was darüber gelesen

              iobroker läuft unter Docker auf QNAP TS-451+
              SkriptRecovery: https://forum.iobroker.net/post/930558

              HomoranH 1 Antwort Letzte Antwort
              0
              • F fastfoot

                @homoran sagte in Port lass sich mit SSH nicht ändern:

                @fastfoot sagte in Port lass sich mit SSH nicht ändern:

                Ob das so funktioniert,

                ja!

                hast Recht, aber da kommt auch eine succesful Message, beim TE scheinbar nicht. Das könnte mit SSL zusammenhängen. Mit meiner Lösung kommt er jedenfalls wieder auf die GUI

                Falls schon der neue JS-Controller eingesetzt wird, könnte es ein Problem mit LetsEncrypt sein, welches nur noch 443 als Port akzeptiert. Das ist aber sehr geraten, habe nur was darüber gelesen

                HomoranH Nicht stören
                HomoranH Nicht stören
                Homoran
                Global Moderator Administrators
                schrieb am zuletzt editiert von
                #14

                @fastfoot sagte in Port lass sich mit SSH nicht ändern:

                Mit meiner Lösung kommt er jedenfalls wieder auf die GUI

                vorausgesetzt, dass die neue Instanz auch angelegt wird und nicht wegen RO im Nirvana verschwindet

                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                H 1 Antwort Letzte Antwort
                0
                • HomoranH Homoran

                  @fastfoot sagte in Port lass sich mit SSH nicht ändern:

                  Mit meiner Lösung kommt er jedenfalls wieder auf die GUI

                  vorausgesetzt, dass die neue Instanz auch angelegt wird und nicht wegen RO im Nirvana verschwindet

                  H Offline
                  H Offline
                  heli-wolf
                  schrieb am zuletzt editiert von
                  #15

                  so vielen Dank für eure Anregungen und Hilfen.
                  Also ich habe jetzt versucht
                  iobroker add admin --port 7082
                  iobroker stop admin.0
                  danach habe ich mir die aufgelisteten Instanzen mit "iobroker list instances" angesehen
                  alles unverändert wie immer.
                  ich vermute auch dass auf die karte nur mehr lesend zugegriffen werden kann.
                  muss ich den PI neu aufsetzen?
                  wie kann ich den derzeitigen Installationszustand wieder aufspielen.

                  HomoranH 1 Antwort Letzte Antwort
                  0
                  • H heli-wolf

                    so vielen Dank für eure Anregungen und Hilfen.
                    Also ich habe jetzt versucht
                    iobroker add admin --port 7082
                    iobroker stop admin.0
                    danach habe ich mir die aufgelisteten Instanzen mit "iobroker list instances" angesehen
                    alles unverändert wie immer.
                    ich vermute auch dass auf die karte nur mehr lesend zugegriffen werden kann.
                    muss ich den PI neu aufsetzen?
                    wie kann ich den derzeitigen Installationszustand wieder aufspielen.

                    HomoranH Nicht stören
                    HomoranH Nicht stören
                    Homoran
                    Global Moderator Administrators
                    schrieb am zuletzt editiert von
                    #16

                    @heli-wolf sagte in Port lass sich mit SSH nicht ändern:

                    ich vermute auch dass auf die karte nur mehr lesend zugegriffen werden kann.

                    hast du mal den Befehl von Thomas abgesetzt?

                    Das Ergebnis sehe ich zumindest nicht

                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    H 1 Antwort Letzte Antwort
                    0
                    • HomoranH Homoran

                      @heli-wolf sagte in Port lass sich mit SSH nicht ändern:

                      ich vermute auch dass auf die karte nur mehr lesend zugegriffen werden kann.

                      hast du mal den Befehl von Thomas abgesetzt?

                      Das Ergebnis sehe ich zumindest nicht

                      H Offline
                      H Offline
                      heli-wolf
                      schrieb am zuletzt editiert von Homoran
                      #17

                      @homoran
                      das habe ich jetzt gerade gemacht, aber leider sagt mir das nichts ?

                      
                      pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                      [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                      [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                      [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                      [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                      pi@ioBroker-RasPi4:/opt/iobroker $ pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                      [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                      -bash: pi@ioBroker-RasPi4:/opt/iobroker: Datei oder Verzeichnis nicht gefunden
                      [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                      [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                      [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                      -bash: [: Fehlende `]'
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                      -bash: Syntaxfehler beim unerwarteten Wort `('
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                      -bash: Syntaxfehler beim unerwarteten Wort `('
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                      -bash: Syntaxfehler beim unerwarteten Wort `('
                      pi@ioBroker-RasPi4:/opt/iobroker $ pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                      [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                      [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                      [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                      [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                      -bash: pi@ioBroker-RasPi4:/opt/iobroker: Datei oder Verzeichnis nicht gefunden
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                      -bash: [: Fehlende `]'
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                      -bash: Syntaxfehler beim unerwarteten Wort `('
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                      -bash: Syntaxfehler beim unerwarteten Wort `('
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                      -bash: Syntaxfehler beim unerwarteten Wort `('
                      pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)^C
                      pi@ioBroker-RasPi4:/opt/iobroker $
                      
                      
                      HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                      0
                      • H heli-wolf

                        @homoran
                        das habe ich jetzt gerade gemacht, aber leider sagt mir das nichts ?

                        
                        pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                        [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                        [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                        [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                        pi@ioBroker-RasPi4:/opt/iobroker $ pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                        [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                        -bash: pi@ioBroker-RasPi4:/opt/iobroker: Datei oder Verzeichnis nicht gefunden
                        [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                        [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                        -bash: [: Fehlende `]'
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                        -bash: Syntaxfehler beim unerwarteten Wort `('
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        -bash: Syntaxfehler beim unerwarteten Wort `('
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                        -bash: Syntaxfehler beim unerwarteten Wort `('
                        pi@ioBroker-RasPi4:/opt/iobroker $ pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                        [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                        [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                        [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                        -bash: pi@ioBroker-RasPi4:/opt/iobroker: Datei oder Verzeichnis nicht gefunden
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                        -bash: [: Fehlende `]'
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                        -bash: Syntaxfehler beim unerwarteten Wort `('
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                        -bash: Syntaxfehler beim unerwarteten Wort `('
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                        -bash: Syntaxfehler beim unerwarteten Wort `('
                        pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)^C
                        pi@ioBroker-RasPi4:/opt/iobroker $
                        
                        
                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von Homoran
                        #18

                        Mach bitte noch einmal einfach dmesg

                        Hier glaube ich liegt der Hase im Pfeffer.
                        @heli-wolf sagte in Port lass sich mit SSH nicht ändern:

                        VFS: Mounted root (ext4 filesystem) readonly on device 179:2. -bash: Syntaxfehler beim unerwarteten Wort `('

                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        1 Antwort Letzte Antwort
                        0
                        • H heli-wolf

                          @homoran
                          das habe ich jetzt gerade gemacht, aber leider sagt mir das nichts ?

                          
                          pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                          [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                          [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                          [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                          pi@ioBroker-RasPi4:/opt/iobroker $ pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                          [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                          -bash: pi@ioBroker-RasPi4:/opt/iobroker: Datei oder Verzeichnis nicht gefunden
                          [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                          [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                          -bash: [: Fehlende `]'
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                          -bash: Syntaxfehler beim unerwarteten Wort `('
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          -bash: Syntaxfehler beim unerwarteten Wort `('
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                          -bash: Syntaxfehler beim unerwarteten Wort `('
                          pi@ioBroker-RasPi4:/opt/iobroker $ pi@ioBroker-RasPi4:/opt/iobroker $ dmesg | grep -i ext4
                          [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                          [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                          [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                          -bash: pi@ioBroker-RasPi4:/opt/iobroker: Datei oder Verzeichnis nicht gefunden
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec000    00 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=ye    s rootwait
                          -bash: [: Fehlende `]'
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                          -bash: Syntaxfehler beim unerwarteten Wort `('
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                          -bash: Syntaxfehler beim unerwarteten Wort `('
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                          -bash: Syntaxfehler beim unerwarteten Wort `('
                          pi@ioBroker-RasPi4:/opt/iobroker $ [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)^C
                          pi@ioBroker-RasPi4:/opt/iobroker $
                          
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #19

                          @heli-wolf @Homoran

                          Das schaut vom Grundsatz her gut aus. Der Rest ist ein verunglückter Copy&Paste in die Konsole.

                          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

                          H 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @heli-wolf @Homoran

                            Das schaut vom Grundsatz her gut aus. Der Rest ist ein verunglückter Copy&Paste in die Konsole.

                            H Offline
                            H Offline
                            heli-wolf
                            schrieb am zuletzt editiert von
                            #20

                            So jetzt mal nur dmesg

                            pi@ioBroker-RasPi4:/opt/iobroker $ dmesg
                            [    0.000000] Booting Linux on physical CPU 0x0
                            [    0.000000] Linux version 4.19.58-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1245 SMP Fri Jul 12 17:25:51 BST 2019
                            [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
                            [    0.000000] CPU: div instructions available: patching division code
                            [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
                            [    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
                            [    0.000000] Memory policy: Data cache writealloc
                            [    0.000000] cma: Reserved 8 MiB at 0x3ac00000
                            [    0.000000] On node 0 totalpages: 242688
                            [    0.000000]   Normal zone: 2133 pages used for memmap
                            [    0.000000]   Normal zone: 0 pages reserved
                            [    0.000000]   Normal zone: 242688 pages, LIFO batch:63
                            [    0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
                            [    0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
                            [    0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096
                            [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                            [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240555
                            [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                            [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
                            [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
                            [    0.000000] Memory: 939088K/970752K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23472K reserved, 8192K cma-reserved)
                            [    0.000000] Virtual kernel memory layout:
                                               vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                                               fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                                               vmalloc : 0xbb800000 - 0xff800000   (1088 MB)
                                               lowmem  : 0x80000000 - 0xbb400000   ( 948 MB)
                                               modules : 0x7f000000 - 0x80000000   (  16 MB)
                                                 .text : 0x(ptrval) - 0x(ptrval)   (9184 kB)
                                                 .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
                                                 .data : 0x(ptrval) - 0x(ptrval)   ( 630 kB)
                                                  .bss : 0x(ptrval) - 0x(ptrval)   ( 822 kB)
                            [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                            [    0.000000] ftrace: allocating 26351 entries in 78 pages
                            [    0.000000] rcu: Hierarchical RCU implementation.
                            [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                            [    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
                            [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
                            [    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
                            [    0.000023] Switching to timer-based delay loop, resolution 52ns
                            [    0.000284] Console: colour dummy device 80x30
                            [    0.000906] console [tty1] enabled
                            [    0.000963] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
                            [    0.001009] pid_max: default: 32768 minimum: 301
                            [    0.001366] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
                            [    0.001402] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
                            [    0.002343] CPU: Testing write buffer coherency: ok
                            [    0.002827] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                            [    0.003498] Setting up static identity map for 0x100000 - 0x10003c
                            [    0.003668] rcu: Hierarchical SRCU implementation.
                            [    0.004487] smp: Bringing up secondary CPUs ...
                            [    0.005348] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                            [    0.006276] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                            [    0.007135] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                            [    0.007255] smp: Brought up 1 node, 4 CPUs
                            [    0.007338] SMP: Total of 4 processors activated (153.60 BogoMIPS).
                            [    0.007362] CPU: All CPU(s) started in HYP mode.
                            [    0.007382] CPU: Virtualization extensions available.
                            [    0.008377] devtmpfs: initialized
                            [    0.021277] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
                            [    0.021550] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                            [    0.021599] futex hash table entries: 1024 (order: 4, 65536 bytes)
                            [    0.022205] pinctrl core: initialized pinctrl subsystem
                            [    0.023091] NET: Registered protocol family 16
                            [    0.026047] DMA: preallocated 1024 KiB pool for atomic coherent allocations
                            [    0.031728] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                            [    0.031765] hw-breakpoint: maximum watchpoint size is 8 bytes.
                            [    0.031984] Serial: AMBA PL011 UART driver
                            [    0.034282] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
                            [    0.069162] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
                            [    0.071088] SCSI subsystem initialized
                            [    0.071325] usbcore: registered new interface driver usbfs
                            [    0.071408] usbcore: registered new interface driver hub
                            [    0.071521] usbcore: registered new device driver usb
                            [    0.090297] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-07-09 14:40, variant start
                            [    0.100129] raspberrypi-firmware soc:firmware: Firmware hash is 6c3fe3f096a93de3b34252ad98cdccadeb534be2
                            [    0.111791] clocksource: Switched to clocksource arch_sys_counter
                            [    0.201549] VFS: Disk quotas dquot_6.6.0
                            [    0.201659] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                            [    0.201863] FS-Cache: Loaded
                            [    0.202089] CacheFiles: Loaded
                            [    0.212101] NET: Registered protocol family 2
                            [    0.212885] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
                            [    0.212950] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
                            [    0.213081] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
                            [    0.213286] TCP: Hash tables configured (established 8192 bind 8192)
                            [    0.213441] UDP hash table entries: 512 (order: 2, 16384 bytes)
                            [    0.213507] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
                            [    0.213835] NET: Registered protocol family 1
                            [    0.214416] RPC: Registered named UNIX socket transport module.
                            [    0.214443] RPC: Registered udp transport module.
                            [    0.214465] RPC: Registered tcp transport module.
                            [    0.214487] RPC: Registered tcp NFSv4.1 backchannel transport module.
                            [    0.216191] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
                            [    0.219231] Initialise system trusted keyrings
                            [    0.219441] workingset: timestamp_bits=14 max_order=18 bucket_order=4
                            [    0.229162] FS-Cache: Netfs 'nfs' registered for caching
                            [    0.229753] NFS: Registering the id_resolver key type
                            [    0.229798] Key type id_resolver registered
                            [    0.229820] Key type id_legacy registered
                            [    0.229851] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                            [    0.232200] Key type asymmetric registered
                            [    0.232230] Asymmetric key parser 'x509' registered
                            [    0.232297] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
                            [    0.232477] io scheduler noop registered
                            [    0.232502] io scheduler deadline registered (default)
                            [    0.232705] io scheduler cfq registered
                            [    0.232729] io scheduler mq-deadline registered (default)
                            [    0.232753] io scheduler kyber registered
                            [    0.235885] bcm2708_fb soc:fb: FB found 1 display(s)
                            [    0.244890] Console: switching to colour frame buffer device 82x26
                            [    0.251714] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
                            [    0.258462] bcm2835-rng 3f104000.rng: hwrng registered
                            [    0.261142] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
                            [    0.266449] vc-sm: Videocore shared memory driver
                            [    0.269197] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
                            [    0.285062] brd: module loaded
                            [    0.297640] loop: module loaded
                            [    0.300697] Loading iSCSI transport class v2.0-870.
                            [    0.303871] libphy: Fixed MDIO Bus: probed
                            [    0.306379] usbcore: registered new interface driver lan78xx
                            [    0.308839] usbcore: registered new interface driver smsc95xx
                            [    0.311193] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                            [    0.341498] dwc_otg 3f980000.usb: base=(ptrval)
                            [    0.544156] Core Release: 2.80a
                            [    0.546530] Setting default values for core params
                            [    0.548970] Finished setting default values for core params
                            [    0.751701] Using Buffer DMA mode
                            [    0.754101] Periodic Transfer Interrupt Enhancement - disabled
                            [    0.756518] Multiprocessor Interrupt Enhancement - disabled
                            [    0.758883] OTG VER PARAM: 0, OTG VER FLAG: 0
                            [    0.761219] Dedicated Tx FIFOs mode
                            [    0.763921] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad04000 dma = 0xfad04000 len=9024
                            [    0.768482] FIQ FSM acceleration enabled for :
                                           Non-periodic Split Transactions
                                           Periodic Split Transactions
                                           High-Speed Isochronous Endpoints
                                           Interrupt/Control Split Transaction hack enabled
                            [    0.779355] dwc_otg: Microframe scheduler enabled
                            [    0.779413] WARN::hcd_init_fiq:457: FIQ on core 1
                            [    0.781633] WARN::hcd_init_fiq:458: FIQ ASM at 80650e04 length 36
                            [    0.783838] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
                            [    0.786091] dwc_otg 3f980000.usb: DWC OTG Controller
                            [    0.788344] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
                            [    0.790657] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
                            [    0.792978] Init: Port Power? op_state=1
                            [    0.795211] Init: Power Port (0)
                            [    0.797626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
                            [    0.802156] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                            [    0.804570] usb usb1: Product: DWC OTG Controller
                            [    0.806936] usb usb1: Manufacturer: Linux 4.19.58-v7+ dwc_otg_hcd
                            [    0.809356] usb usb1: SerialNumber: 3f980000.usb
                            [    0.812321] hub 1-0:1.0: USB hub found
                            [    0.814589] hub 1-0:1.0: 1 port detected
                            [    0.817349] dwc_otg: FIQ enabled
                            [    0.817355] dwc_otg: NAK holdoff enabled
                            [    0.817360] dwc_otg: FIQ split-transaction FSM enabled
                            [    0.817371] Module dwc_common_port init
                            [    0.817665] usbcore: registered new interface driver usb-storage
                            [    0.820112] mousedev: PS/2 mouse device common for all mice
                            [    0.823312] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                            [    0.825931] bcm2835-cpufreq: min=600000 max=1200000
                            [    0.828751] sdhci: Secure Digital Host Controller Interface driver
                            [    0.831157] sdhci: Copyright(c) Pierre Ossman
                            [    0.833952] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
                            [    0.836852] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
                            [    0.839516] sdhci-pltfm: SDHCI platform and OF driver helper
                            [    0.843621] ledtrig-cpu: registered to indicate activity on CPUs
                            [    0.846380] hidraw: raw HID events driver (C) Jiri Kosina
                            [    0.849134] usbcore: registered new interface driver usbhid
                            [    0.851755] usbhid: USB HID core driver
                            [    0.855069] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
                            [    0.859194] [vc_sm_connected_init]: start
                            [    0.868024] [vc_sm_connected_init]: end - returning 0
                            [    0.871550] Initializing XFRM netlink socket
                            [    0.874005] NET: Registered protocol family 17
                            [    0.876497] Key type dns_resolver registered
                            [    0.879330] Registering SWP/SWPB emulation handler
                            [    0.882438] registered taskstats version 1
                            [    0.884838] Loading compiled-in X.509 certificates
                            [    0.894463] uart-pl011 3f201000.serial: cts_event_workaround enabled
                            [    0.896982] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
                            [    0.903838] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
                            [    0.906366] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
                            [    0.934986] sdhost: log_buf @ (ptrval) (fad07000)
                            [    0.972278] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                            [    0.976248] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                            [    0.980099] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                            [    0.985121] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                            [    0.987240] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
                            [    0.990610] of_cfs_init
                            [    0.992765] of_cfs_init: OK
                            [    0.995248] Waiting for root device PARTUUID=52e4cf4c-02...
                            [    1.041915] Indeed it is in host mode hprt0 = 00021501
                            [    1.109320] random: fast init done
                            [    1.128536] mmc0: host does not support reading read-only switch, assuming write-enable
                            [    1.136070] mmc0: new high speed SDHC card at address aaaa
                            [    1.139504] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
                            [    1.148201]  mmcblk0: p1 p2
                            [    1.177296] mmc1: new high speed SDIO card at address 0001
                            [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                            [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                            [    1.200260] devtmpfs: mounted
                            [    1.207863] Freeing unused kernel memory: 1024K
                            [    1.210491] Run /sbin/init as init process
                            [    1.251856] usb 1-1: new high-speed USB device number 2 using dwc_otg
                            [    1.254466] Indeed it is in host mode hprt0 = 00001101
                            [    1.492181] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
                            [    1.497370] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                            [    1.500900] hub 1-1:1.0: USB hub found
                            [    1.503797] hub 1-1:1.0: 5 ports detected
                            [    1.799335] systemd[1]: System time before build time, advancing clock.
                            [    1.821842] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
                            [    1.930678] NET: Registered protocol family 10
                            [    1.934745] Segment Routing with IPv6
                            [    1.952185] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
                            [    1.957740] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                            [    1.963448] smsc95xx v1.0.6
                            [    1.976599] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
                            [    1.986432] systemd[1]: Detected architecture arm.
                            [    2.015948] systemd[1]: Set hostname to <ioBroker-RasPi4>.
                            [    2.030433] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
                            [    2.055603] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d3:e9:79
                            [    2.353977] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
                            [    2.363328] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
                            [    2.822596] random: systemd: uninitialized urandom read (16 bytes read)
                            [    2.836894] random: systemd: uninitialized urandom read (16 bytes read)
                            [    2.840713] systemd[1]: Listening on udev Control Socket.
                            [    2.847918] random: systemd: uninitialized urandom read (16 bytes read)
                            [    2.851267] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
                            [    2.871513] systemd[1]: Listening on Syslog Socket.
                            [    2.883388] systemd[1]: Created slice system-getty.slice.
                            [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                            [    3.779110] systemd-journald[105]: Received request to flush runtime journal from PID 1
                            [    4.310726] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                            [    4.314331] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                            [    4.314348] [vc_sm_connected_init]: start
                            [    4.318570] [vc_sm_connected_init]: installed successfully
                            [    4.324294] media: Linux media interface: v0.10
                            [    4.381102] videodev: Linux video capture interface: v2.00
                            [    4.478204] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                            [    4.478877] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                            [    4.501761] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                            [    4.504093] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                            [    4.513047] bcm2835_audio soc:audio: card created with 8 channels
                            [    4.527474] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                            [    4.545106] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                            [    4.545120] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                            [    4.552383] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                            [    4.552397] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                            [    4.560985] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                            [    4.561000] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                            [    4.723929] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                            [    4.854692] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                            [    4.924318] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
                            [    4.929991] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
                            [    4.930286] usbcore: registered new interface driver brcmfmac
                            [    5.138368] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
                            [    5.138501] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
                            [    5.139542] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
                            [    6.274702] random: crng init done
                            [    6.274733] random: 7 urandom warning(s) missed due to ratelimiting
                            [    6.403259] uart-pl011 3f201000.serial: no DMA platform data
                            [    6.404685] 8021q: 802.1Q VLAN Support v1.8
                            [    6.863083] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
                            [    6.863096] brcmfmac: power management disabled
                            [    7.223992] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
                            [    8.810902] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
                            [   11.318267] Bluetooth: Core ver 2.22
                            [   11.318364] NET: Registered protocol family 31
                            [   11.318371] Bluetooth: HCI device and connection manager initialized
                            [   11.318392] Bluetooth: HCI socket layer initialized
                            [   11.318405] Bluetooth: L2CAP socket layer initialized
                            [   11.318446] Bluetooth: SCO socket layer initialized
                            [   11.337284] Bluetooth: HCI UART driver ver 2.3
                            [   11.337300] Bluetooth: HCI UART protocol H4 registered
                            [   11.337389] Bluetooth: HCI UART protocol Three-wire (H5) registered
                            [   11.337605] Bluetooth: HCI UART protocol Broadcom registered
                            [   11.718745] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                            [   11.718753] Bluetooth: BNEP filters: protocol multicast
                            [   11.718771] Bluetooth: BNEP socket layer initialized
                            pi@ioBroker-RasPi4:/opt/iobroker $
                            
                            
                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • H heli-wolf

                              So jetzt mal nur dmesg

                              pi@ioBroker-RasPi4:/opt/iobroker $ dmesg
                              [    0.000000] Booting Linux on physical CPU 0x0
                              [    0.000000] Linux version 4.19.58-v7+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1245 SMP Fri Jul 12 17:25:51 BST 2019
                              [    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
                              [    0.000000] CPU: div instructions available: patching division code
                              [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
                              [    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
                              [    0.000000] Memory policy: Data cache writealloc
                              [    0.000000] cma: Reserved 8 MiB at 0x3ac00000
                              [    0.000000] On node 0 totalpages: 242688
                              [    0.000000]   Normal zone: 2133 pages used for memmap
                              [    0.000000]   Normal zone: 0 pages reserved
                              [    0.000000]   Normal zone: 242688 pages, LIFO batch:63
                              [    0.000000] random: get_random_bytes called from start_kernel+0xac/0x4b4 with crng_init=0
                              [    0.000000] percpu: Embedded 17 pages/cpu s39488 r8192 d21952 u69632
                              [    0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*4096
                              [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
                              [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 240555
                              [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=52e4cf4c-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                              [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
                              [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
                              [    0.000000] Memory: 939088K/970752K available (8192K kernel code, 629K rwdata, 2176K rodata, 1024K init, 821K bss, 23472K reserved, 8192K cma-reserved)
                              [    0.000000] Virtual kernel memory layout:
                                                 vector  : 0xffff0000 - 0xffff1000   (   4 kB)
                                                 fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
                                                 vmalloc : 0xbb800000 - 0xff800000   (1088 MB)
                                                 lowmem  : 0x80000000 - 0xbb400000   ( 948 MB)
                                                 modules : 0x7f000000 - 0x80000000   (  16 MB)
                                                   .text : 0x(ptrval) - 0x(ptrval)   (9184 kB)
                                                   .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
                                                   .data : 0x(ptrval) - 0x(ptrval)   ( 630 kB)
                                                    .bss : 0x(ptrval) - 0x(ptrval)   ( 822 kB)
                              [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
                              [    0.000000] ftrace: allocating 26351 entries in 78 pages
                              [    0.000000] rcu: Hierarchical RCU implementation.
                              [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
                              [    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
                              [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
                              [    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
                              [    0.000023] Switching to timer-based delay loop, resolution 52ns
                              [    0.000284] Console: colour dummy device 80x30
                              [    0.000906] console [tty1] enabled
                              [    0.000963] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
                              [    0.001009] pid_max: default: 32768 minimum: 301
                              [    0.001366] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
                              [    0.001402] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
                              [    0.002343] CPU: Testing write buffer coherency: ok
                              [    0.002827] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
                              [    0.003498] Setting up static identity map for 0x100000 - 0x10003c
                              [    0.003668] rcu: Hierarchical SRCU implementation.
                              [    0.004487] smp: Bringing up secondary CPUs ...
                              [    0.005348] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
                              [    0.006276] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
                              [    0.007135] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
                              [    0.007255] smp: Brought up 1 node, 4 CPUs
                              [    0.007338] SMP: Total of 4 processors activated (153.60 BogoMIPS).
                              [    0.007362] CPU: All CPU(s) started in HYP mode.
                              [    0.007382] CPU: Virtualization extensions available.
                              [    0.008377] devtmpfs: initialized
                              [    0.021277] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
                              [    0.021550] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
                              [    0.021599] futex hash table entries: 1024 (order: 4, 65536 bytes)
                              [    0.022205] pinctrl core: initialized pinctrl subsystem
                              [    0.023091] NET: Registered protocol family 16
                              [    0.026047] DMA: preallocated 1024 KiB pool for atomic coherent allocations
                              [    0.031728] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
                              [    0.031765] hw-breakpoint: maximum watchpoint size is 8 bytes.
                              [    0.031984] Serial: AMBA PL011 UART driver
                              [    0.034282] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
                              [    0.069162] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
                              [    0.071088] SCSI subsystem initialized
                              [    0.071325] usbcore: registered new interface driver usbfs
                              [    0.071408] usbcore: registered new interface driver hub
                              [    0.071521] usbcore: registered new device driver usb
                              [    0.090297] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-07-09 14:40, variant start
                              [    0.100129] raspberrypi-firmware soc:firmware: Firmware hash is 6c3fe3f096a93de3b34252ad98cdccadeb534be2
                              [    0.111791] clocksource: Switched to clocksource arch_sys_counter
                              [    0.201549] VFS: Disk quotas dquot_6.6.0
                              [    0.201659] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                              [    0.201863] FS-Cache: Loaded
                              [    0.202089] CacheFiles: Loaded
                              [    0.212101] NET: Registered protocol family 2
                              [    0.212885] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
                              [    0.212950] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
                              [    0.213081] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
                              [    0.213286] TCP: Hash tables configured (established 8192 bind 8192)
                              [    0.213441] UDP hash table entries: 512 (order: 2, 16384 bytes)
                              [    0.213507] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
                              [    0.213835] NET: Registered protocol family 1
                              [    0.214416] RPC: Registered named UNIX socket transport module.
                              [    0.214443] RPC: Registered udp transport module.
                              [    0.214465] RPC: Registered tcp transport module.
                              [    0.214487] RPC: Registered tcp NFSv4.1 backchannel transport module.
                              [    0.216191] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
                              [    0.219231] Initialise system trusted keyrings
                              [    0.219441] workingset: timestamp_bits=14 max_order=18 bucket_order=4
                              [    0.229162] FS-Cache: Netfs 'nfs' registered for caching
                              [    0.229753] NFS: Registering the id_resolver key type
                              [    0.229798] Key type id_resolver registered
                              [    0.229820] Key type id_legacy registered
                              [    0.229851] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
                              [    0.232200] Key type asymmetric registered
                              [    0.232230] Asymmetric key parser 'x509' registered
                              [    0.232297] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
                              [    0.232477] io scheduler noop registered
                              [    0.232502] io scheduler deadline registered (default)
                              [    0.232705] io scheduler cfq registered
                              [    0.232729] io scheduler mq-deadline registered (default)
                              [    0.232753] io scheduler kyber registered
                              [    0.235885] bcm2708_fb soc:fb: FB found 1 display(s)
                              [    0.244890] Console: switching to colour frame buffer device 82x26
                              [    0.251714] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 656x416
                              [    0.258462] bcm2835-rng 3f104000.rng: hwrng registered
                              [    0.261142] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
                              [    0.266449] vc-sm: Videocore shared memory driver
                              [    0.269197] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
                              [    0.285062] brd: module loaded
                              [    0.297640] loop: module loaded
                              [    0.300697] Loading iSCSI transport class v2.0-870.
                              [    0.303871] libphy: Fixed MDIO Bus: probed
                              [    0.306379] usbcore: registered new interface driver lan78xx
                              [    0.308839] usbcore: registered new interface driver smsc95xx
                              [    0.311193] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
                              [    0.341498] dwc_otg 3f980000.usb: base=(ptrval)
                              [    0.544156] Core Release: 2.80a
                              [    0.546530] Setting default values for core params
                              [    0.548970] Finished setting default values for core params
                              [    0.751701] Using Buffer DMA mode
                              [    0.754101] Periodic Transfer Interrupt Enhancement - disabled
                              [    0.756518] Multiprocessor Interrupt Enhancement - disabled
                              [    0.758883] OTG VER PARAM: 0, OTG VER FLAG: 0
                              [    0.761219] Dedicated Tx FIFOs mode
                              [    0.763921] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad04000 dma = 0xfad04000 len=9024
                              [    0.768482] FIQ FSM acceleration enabled for :
                                             Non-periodic Split Transactions
                                             Periodic Split Transactions
                                             High-Speed Isochronous Endpoints
                                             Interrupt/Control Split Transaction hack enabled
                              [    0.779355] dwc_otg: Microframe scheduler enabled
                              [    0.779413] WARN::hcd_init_fiq:457: FIQ on core 1
                              [    0.781633] WARN::hcd_init_fiq:458: FIQ ASM at 80650e04 length 36
                              [    0.783838] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
                              [    0.786091] dwc_otg 3f980000.usb: DWC OTG Controller
                              [    0.788344] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
                              [    0.790657] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
                              [    0.792978] Init: Port Power? op_state=1
                              [    0.795211] Init: Power Port (0)
                              [    0.797626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
                              [    0.802156] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
                              [    0.804570] usb usb1: Product: DWC OTG Controller
                              [    0.806936] usb usb1: Manufacturer: Linux 4.19.58-v7+ dwc_otg_hcd
                              [    0.809356] usb usb1: SerialNumber: 3f980000.usb
                              [    0.812321] hub 1-0:1.0: USB hub found
                              [    0.814589] hub 1-0:1.0: 1 port detected
                              [    0.817349] dwc_otg: FIQ enabled
                              [    0.817355] dwc_otg: NAK holdoff enabled
                              [    0.817360] dwc_otg: FIQ split-transaction FSM enabled
                              [    0.817371] Module dwc_common_port init
                              [    0.817665] usbcore: registered new interface driver usb-storage
                              [    0.820112] mousedev: PS/2 mouse device common for all mice
                              [    0.823312] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
                              [    0.825931] bcm2835-cpufreq: min=600000 max=1200000
                              [    0.828751] sdhci: Secure Digital Host Controller Interface driver
                              [    0.831157] sdhci: Copyright(c) Pierre Ossman
                              [    0.833952] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
                              [    0.836852] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
                              [    0.839516] sdhci-pltfm: SDHCI platform and OF driver helper
                              [    0.843621] ledtrig-cpu: registered to indicate activity on CPUs
                              [    0.846380] hidraw: raw HID events driver (C) Jiri Kosina
                              [    0.849134] usbcore: registered new interface driver usbhid
                              [    0.851755] usbhid: USB HID core driver
                              [    0.855069] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
                              [    0.859194] [vc_sm_connected_init]: start
                              [    0.868024] [vc_sm_connected_init]: end - returning 0
                              [    0.871550] Initializing XFRM netlink socket
                              [    0.874005] NET: Registered protocol family 17
                              [    0.876497] Key type dns_resolver registered
                              [    0.879330] Registering SWP/SWPB emulation handler
                              [    0.882438] registered taskstats version 1
                              [    0.884838] Loading compiled-in X.509 certificates
                              [    0.894463] uart-pl011 3f201000.serial: cts_event_workaround enabled
                              [    0.896982] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
                              [    0.903838] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
                              [    0.906366] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
                              [    0.934986] sdhost: log_buf @ (ptrval) (fad07000)
                              [    0.972278] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
                              [    0.976248] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                              [    0.980099] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
                              [    0.985121] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
                              [    0.987240] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
                              [    0.990610] of_cfs_init
                              [    0.992765] of_cfs_init: OK
                              [    0.995248] Waiting for root device PARTUUID=52e4cf4c-02...
                              [    1.041915] Indeed it is in host mode hprt0 = 00021501
                              [    1.109320] random: fast init done
                              [    1.128536] mmc0: host does not support reading read-only switch, assuming write-enable
                              [    1.136070] mmc0: new high speed SDHC card at address aaaa
                              [    1.139504] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
                              [    1.148201]  mmcblk0: p1 p2
                              [    1.177296] mmc1: new high speed SDIO card at address 0001
                              [    1.185686] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
                              [    1.189970] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
                              [    1.200260] devtmpfs: mounted
                              [    1.207863] Freeing unused kernel memory: 1024K
                              [    1.210491] Run /sbin/init as init process
                              [    1.251856] usb 1-1: new high-speed USB device number 2 using dwc_otg
                              [    1.254466] Indeed it is in host mode hprt0 = 00001101
                              [    1.492181] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcdDevice= 2.00
                              [    1.497370] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                              [    1.500900] hub 1-1:1.0: USB hub found
                              [    1.503797] hub 1-1:1.0: 5 ports detected
                              [    1.799335] systemd[1]: System time before build time, advancing clock.
                              [    1.821842] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
                              [    1.930678] NET: Registered protocol family 10
                              [    1.934745] Segment Routing with IPv6
                              [    1.952185] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, bcdDevice= 2.00
                              [    1.957740] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
                              [    1.963448] smsc95xx v1.0.6
                              [    1.976599] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
                              [    1.986432] systemd[1]: Detected architecture arm.
                              [    2.015948] systemd[1]: Set hostname to <ioBroker-RasPi4>.
                              [    2.030433] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument
                              [    2.055603] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d3:e9:79
                              [    2.353977] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
                              [    2.363328] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
                              [    2.822596] random: systemd: uninitialized urandom read (16 bytes read)
                              [    2.836894] random: systemd: uninitialized urandom read (16 bytes read)
                              [    2.840713] systemd[1]: Listening on udev Control Socket.
                              [    2.847918] random: systemd: uninitialized urandom read (16 bytes read)
                              [    2.851267] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
                              [    2.871513] systemd[1]: Listening on Syslog Socket.
                              [    2.883388] systemd[1]: Created slice system-getty.slice.
                              [    3.624943] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
                              [    3.779110] systemd-journald[105]: Received request to flush runtime journal from PID 1
                              [    4.310726] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
                              [    4.314331] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
                              [    4.314348] [vc_sm_connected_init]: start
                              [    4.318570] [vc_sm_connected_init]: installed successfully
                              [    4.324294] media: Linux media interface: v0.10
                              [    4.381102] videodev: Linux video capture interface: v2.00
                              [    4.478204] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                              [    4.478877] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
                              [    4.501761] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
                              [    4.504093] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
                              [    4.513047] bcm2835_audio soc:audio: card created with 8 channels
                              [    4.527474] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
                              [    4.545106] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
                              [    4.545120] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
                              [    4.552383] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
                              [    4.552397] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
                              [    4.560985] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
                              [    4.561000] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
                              [    4.723929] cfg80211: Loading compiled-in X.509 certificates for regulatory database
                              [    4.854692] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
                              [    4.924318] brcmfmac: F1 signature read @0x18000000=0x1541a9a6
                              [    4.929991] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
                              [    4.930286] usbcore: registered new interface driver brcmfmac
                              [    5.138368] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43430-sdio for chip BCM43430/1
                              [    5.138501] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
                              [    5.139542] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM43430/1 wl0: Oct 23 2017 03:55:53 version 7.45.98.38 (r674442 CY) FWID 01-e58d219f
                              [    6.274702] random: crng init done
                              [    6.274733] random: 7 urandom warning(s) missed due to ratelimiting
                              [    6.403259] uart-pl011 3f201000.serial: no DMA platform data
                              [    6.404685] 8021q: 802.1Q VLAN Support v1.8
                              [    6.863083] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
                              [    6.863096] brcmfmac: power management disabled
                              [    7.223992] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
                              [    8.810902] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
                              [   11.318267] Bluetooth: Core ver 2.22
                              [   11.318364] NET: Registered protocol family 31
                              [   11.318371] Bluetooth: HCI device and connection manager initialized
                              [   11.318392] Bluetooth: HCI socket layer initialized
                              [   11.318405] Bluetooth: L2CAP socket layer initialized
                              [   11.318446] Bluetooth: SCO socket layer initialized
                              [   11.337284] Bluetooth: HCI UART driver ver 2.3
                              [   11.337300] Bluetooth: HCI UART protocol H4 registered
                              [   11.337389] Bluetooth: HCI UART protocol Three-wire (H5) registered
                              [   11.337605] Bluetooth: HCI UART protocol Broadcom registered
                              [   11.718745] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
                              [   11.718753] Bluetooth: BNEP filters: protocol multicast
                              [   11.718771] Bluetooth: BNEP socket layer initialized
                              pi@ioBroker-RasPi4:/opt/iobroker $
                              
                              
                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #21

                              @heli-wolf
                              Der Kernel ist steinalt.

                              sudo  apt update
                              sudo apt dist-upgrade
                              sudo reboot
                              

                              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

                              H 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @heli-wolf
                                Der Kernel ist steinalt.

                                sudo  apt update
                                sudo apt dist-upgrade
                                sudo reboot
                                
                                H Offline
                                H Offline
                                heli-wolf
                                schrieb am zuletzt editiert von
                                #22

                                ich vermute er hat zuwenig Speicherplatz?

                                pi@ioBroker-RasPi4:/opt/iobroker $ sudo apt update
                                Holen:1 http://archive.raspberrypi.org/debian buster InRelease [32,8 kB]
                                Fehl:1 http://archive.raspberrypi.org/debian buster InRelease
                                  Fehler beim Schreiben der Ausgabedatei - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar) [IP: 46.235.231.151 80]
                                Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                                Fehl:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                  Fehler beim Schreiben der Ausgabedatei - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar) [IP: 93.93.128.193 80]
                                Ign:3 https://deb.nodesource.com/node_10.x buster InRelease
                                Fehl:4 https://deb.nodesource.com/node_10.x buster Release
                                  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate.  Could not handshake: Error in the certificate verification. [IP: 23.6.112.43 443]
                                Paketlisten werden gelesen... Fehler!
                                E: Das Depot »https://deb.nodesource.com/node_10.x buster Release« enthält keine Release-Datei mehr.
                                N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                                N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                                E: Schreibfehler - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar)
                                E: E/A-Fehler beim Speichern des Quell-Zwischenspeichers
                                E: Die Paketliste oder die Statusdatei konnte nicht eingelesen oder geöffnet werden.
                                pi@ioBroker-RasPi4:/opt/iobroker $ sudo apt dist-upgrade
                                Paketlisten werden gelesen... Fehler!
                                E: Schreibfehler - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar)
                                E: Schreibfehler - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar)
                                E: Die Paketliste oder die Statusdatei konnte nicht eingelesen oder geöffnet werden.
                                pi@ioBroker-RasPi4:/opt/iobroker $ sudo reboot
                                
                                
                                HomoranH 1 Antwort Letzte Antwort
                                0
                                • H heli-wolf

                                  ich vermute er hat zuwenig Speicherplatz?

                                  pi@ioBroker-RasPi4:/opt/iobroker $ sudo apt update
                                  Holen:1 http://archive.raspberrypi.org/debian buster InRelease [32,8 kB]
                                  Fehl:1 http://archive.raspberrypi.org/debian buster InRelease
                                    Fehler beim Schreiben der Ausgabedatei - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar) [IP: 46.235.231.151 80]
                                  Holen:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15,0 kB]
                                  Fehl:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
                                    Fehler beim Schreiben der Ausgabedatei - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar) [IP: 93.93.128.193 80]
                                  Ign:3 https://deb.nodesource.com/node_10.x buster InRelease
                                  Fehl:4 https://deb.nodesource.com/node_10.x buster Release
                                    Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate.  Could not handshake: Error in the certificate verification. [IP: 23.6.112.43 443]
                                  Paketlisten werden gelesen... Fehler!
                                  E: Das Depot »https://deb.nodesource.com/node_10.x buster Release« enthält keine Release-Datei mehr.
                                  N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                                  N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                                  E: Schreibfehler - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar)
                                  E: E/A-Fehler beim Speichern des Quell-Zwischenspeichers
                                  E: Die Paketliste oder die Statusdatei konnte nicht eingelesen oder geöffnet werden.
                                  pi@ioBroker-RasPi4:/opt/iobroker $ sudo apt dist-upgrade
                                  Paketlisten werden gelesen... Fehler!
                                  E: Schreibfehler - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar)
                                  E: Schreibfehler - write (28: Auf dem Gerät ist kein Speicherplatz mehr verfügbar)
                                  E: Die Paketliste oder die Statusdatei konnte nicht eingelesen oder geöffnet werden.
                                  pi@ioBroker-RasPi4:/opt/iobroker $ sudo reboot
                                  
                                  
                                  HomoranH Nicht stören
                                  HomoranH Nicht stören
                                  Homoran
                                  Global Moderator Administrators
                                  schrieb am zuletzt editiert von
                                  #23

                                  @heli-wolf df -h

                                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                  H 1 Antwort Letzte Antwort
                                  0
                                  • HomoranH Homoran

                                    @heli-wolf df -h

                                    H Offline
                                    H Offline
                                    heli-wolf
                                    schrieb am zuletzt editiert von
                                    #24
                                    pi@ioBroker-RasPi4:/opt/iobroker $ df -h
                                    Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
                                    /dev/root       3,4G    3,4G     0  100% /
                                    devtmpfs        459M       0  459M    0% /dev
                                    tmpfs           464M       0  464M    0% /dev/shm
                                    tmpfs           464M     18M  446M    4% /run
                                    tmpfs           5,0M    4,0K  5,0M    1% /run/lock
                                    tmpfs           464M       0  464M    0% /sys/fs/cgroup
                                    /dev/mmcblk0p1  253M     40M  214M   16% /boot
                                    tmpfs            93M       0   93M    0% /run/user/1000
                                    
                                    
                                    Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                    0
                                    • H heli-wolf
                                      pi@ioBroker-RasPi4:/opt/iobroker $ df -h
                                      Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
                                      /dev/root       3,4G    3,4G     0  100% /
                                      devtmpfs        459M       0  459M    0% /dev
                                      tmpfs           464M       0  464M    0% /dev/shm
                                      tmpfs           464M     18M  446M    4% /run
                                      tmpfs           5,0M    4,0K  5,0M    1% /run/lock
                                      tmpfs           464M       0  464M    0% /sys/fs/cgroup
                                      /dev/mmcblk0p1  253M     40M  214M   16% /boot
                                      tmpfs            93M       0   93M    0% /run/user/1000
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      schrieb am zuletzt editiert von Thomas Braun
                                      #25

                                      @heli-wolf
                                      Wie erwartet ist dein / rappelvoll.

                                      Die Karte ist doch größer, hast du kein Resizing bei der Installation durchgeführt?

                                      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
                                      • H heli-wolf
                                        pi@ioBroker-RasPi4:/opt/iobroker $ df -h
                                        Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
                                        /dev/root       3,4G    3,4G     0  100% /
                                        devtmpfs        459M       0  459M    0% /dev
                                        tmpfs           464M       0  464M    0% /dev/shm
                                        tmpfs           464M     18M  446M    4% /run
                                        tmpfs           5,0M    4,0K  5,0M    1% /run/lock
                                        tmpfs           464M       0  464M    0% /sys/fs/cgroup
                                        /dev/mmcblk0p1  253M     40M  214M   16% /boot
                                        tmpfs            93M       0   93M    0% /run/user/1000
                                        
                                        
                                        HomoranH Nicht stören
                                        HomoranH Nicht stören
                                        Homoran
                                        Global Moderator Administrators
                                        schrieb am zuletzt editiert von
                                        #26

                                        @heli-wolf Du hast nur eine 4 GB-Karte drin?????
                                        die ist voll, dann kann da auch nichts mehr geschrieben werden

                                        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                        H 1 Antwort Letzte Antwort
                                        0
                                        • HomoranH Homoran

                                          @heli-wolf Du hast nur eine 4 GB-Karte drin?????
                                          die ist voll, dann kann da auch nichts mehr geschrieben werden

                                          H Offline
                                          H Offline
                                          heli-wolf
                                          schrieb am zuletzt editiert von
                                          #27

                                          ich muss ehrlich gestehen ich weiß nicht was RESIZING ist, daher habe ich es mit Sicherheit nicht durchgeführt.

                                          Thomas BraunT HomoranH 2 Antworten Letzte Antwort
                                          0
                                          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

                                          721

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

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

                                          • Du hast noch kein Konto? Registrieren

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