Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Update auf neue Nodejs klappt nicht

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    13
    1
    146

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.3k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Update auf neue Nodejs klappt nicht

Scheduled Pinned Locked Moved ioBroker Allgemein
46 Posts 4 Posters 4.0k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B bergi_37

    Ok, danke soweit. Habe das Image geladen und installiert. In meinem "alten" Docker habe ich aber keinen Mount Punkt?!

    Siehe Bild:

    mount.png

    Somit kann ich den auch nicht im "neuen" Docker kopieren. Wenn ich den "neuen" Docker startet, bekomme ich keine Verbindung zum ioB Interface...

    CodierknechtC Online
    CodierknechtC Online
    Codierknecht
    Developer Most Active
    wrote on last edited by Codierknecht
    #6

    @bergi_37
    Das ist Dein "alter" Container?
    Wo hat der denn dann seine Daten abgelegt? Oder zeigst Du hier nur das halbe Bild?

    Zeig bitte mal Deine Einstellungen für:

    • Volume
    • Port-Einstellungen
    • Netzwerk
    • Umgebung

    Aber bitte komplett!

    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
    HmIP|ZigBee|Tasmota|Unifi
    Zabbix Certified Specialist
    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

    B 1 Reply Last reply
    0
    • CodierknechtC Codierknecht

      @bergi_37
      Das ist Dein "alter" Container?
      Wo hat der denn dann seine Daten abgelegt? Oder zeigst Du hier nur das halbe Bild?

      Zeig bitte mal Deine Einstellungen für:

      • Volume
      • Port-Einstellungen
      • Netzwerk
      • Umgebung

      Aber bitte komplett!

      B Offline
      B Offline
      bergi_37
      wrote on last edited by
      #7

      @codierknecht

      Das sind alle Einstellungen die im "Docker 1" zu sehen sind:

      5.png 4.png 3.png 2.png 1.png

      CodierknechtC 1 Reply Last reply
      0
      • B bergi_37

        @codierknecht

        Das sind alle Einstellungen die im "Docker 1" zu sehen sind:

        5.png 4.png 3.png 2.png 1.png

        CodierknechtC Online
        CodierknechtC Online
        Codierknecht
        Developer Most Active
        wrote on last edited by
        #8

        @bergi_37
        OK, Du hast den also im Host-Mode betrieben. Dann braucht es zumindest kein Portmapping.

        Aber wo stecken die Daten?
        Hast Du im Container irgendwie ein Verzeichnis auf der Synology gemountet?
        Es muss auf der Syno doch ein Verzeichnis dafür existieren.
        823280dc-860a-4088-a103-fbe56d91fd10-image.png

        Was sagt

        findmnt
        

        auf der Konsole des alten Containers?

        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
        HmIP|ZigBee|Tasmota|Unifi
        Zabbix Certified Specialist
        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

        B 1 Reply Last reply
        0
        • CodierknechtC Codierknecht

          @bergi_37
          OK, Du hast den also im Host-Mode betrieben. Dann braucht es zumindest kein Portmapping.

          Aber wo stecken die Daten?
          Hast Du im Container irgendwie ein Verzeichnis auf der Synology gemountet?
          Es muss auf der Syno doch ein Verzeichnis dafür existieren.
          823280dc-860a-4088-a103-fbe56d91fd10-image.png

          Was sagt

          findmnt
          

          auf der Konsole des alten Containers?

          B Offline
          B Offline
          bergi_37
          wrote on last edited by
          #9

          @codierknecht said in Update auf neue Nodejs klappt nicht:

          Hm, da ist bei mir kein Ordner?

          filestation.png

          Und findmnt zeigt das hier:

          findmnt.png

          CodierknechtC 1 Reply Last reply
          0
          • B bergi_37

            @codierknecht said in Update auf neue Nodejs klappt nicht:

            Hm, da ist bei mir kein Ordner?

            filestation.png

            Und findmnt zeigt das hier:

            findmnt.png

            CodierknechtC Online
            CodierknechtC Online
            Codierknecht
            Developer Most Active
            wrote on last edited by
            #10

            @bergi_37
            Alter Schwede - das scheint dann aber schon etwas in die Jahre gekommen zu sein :fearful:

            Hast Du ein aktuelles Backup?

            Leg doch mal unter "docker" ein neues Verzeichnis "iobroker" an und mounte das für den Container nach "/opt/iobroker/".
            Damit sollte der ioB zumindest schon mal starten und erreichbar sein.

            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
            HmIP|ZigBee|Tasmota|Unifi
            Zabbix Certified Specialist
            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

            1 Reply Last reply
            0
            • B Offline
              B Offline
              bergi_37
              wrote on last edited by bergi_37
              #11

              Ok, habe den Ordner angelegt und auch den Mount Punkt.

              mnt2.png

              file2.png

              Das sind die gestarteten Prozesse:
              prozesse.png

              Habe den Container dann neu gestartet. Das steht im Protokoll:

               
              
              --------------------------------------------------------------------------------
              
              -------------------------     2022-12-02 11:07:00      -------------------------
              
              --------------------------------------------------------------------------------
              
              -----                                                                      -----
              
              ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
              
              ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
              
              ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
              
              ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
              
              ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
              
              ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
              
              -----                                                                      -----
              
              -----              Welcome to your ioBroker Docker container!              -----
              
              -----                    Startupscript is now running!                     -----
              
              -----                          Please be patient!                          -----
              
              --------------------------------------------------------------------------------
              
               
              
              --------------------------------------------------------------------------------
              
              -----                          System Information                          -----
              
              -----                    arch:                x86_64                       -----
              
              -----                    hostname:            buanet-iobroker2             -----
              
              -----                                                                      -----
              
              -----                          Version Information                         -----
              
              -----                    image:               v7.1.2                       -----
              
              -----                    build:               2022-11-12T20:56:04+00:00    -----
              
              -----                    node:                v16.18.1                     -----
              
              -----                    npm:                 8.19.2                       -----
              
              -----                                                                      -----
              
              -----                        Environment Variables                         -----
              
              -----                    SETGID:              1000                         -----
              
              -----                    SETUID:              1000                         -----
              
              --------------------------------------------------------------------------------
              
               
              
              --------------------------------------------------------------------------------
              
              -----                  Step 1 of 5: Preparing container                   -----
              
              --------------------------------------------------------------------------------
              
               
              
              Updating Linux packages on first run...
              
              (Reading database ... 
              (Reading database ... 5%
              (Reading database ... 10%
              (Reading database ... 15%
              (Reading database ... 20%
              (Reading database ... 25%
              (Reading database ... 30%
              (Reading database ... 35%
              (Reading database ... 40%
              (Reading database ... 45%
              (Reading database ... 50%
              (Reading database ... 55%
              (Reading database ... 60%
              (Reading database ... 65%
              (Reading database ... 70%
              (Reading database ... 75%
              (Reading database ... 80%
              (Reading database ... 85%
              (Reading database ... 90%
              (Reading database ... 95%
              (Reading database ... 100%
              (Reading database ... 29424 files and directories currently installed.)
              
              Preparing to unpack .../libk5crypto3_1.18.3-6+deb11u3_amd64.deb ...
              
              Unpacking libk5crypto3:amd64 (1.18.3-6+deb11u3) over (1.18.3-6+deb11u2) ...
              
              Setting up libk5crypto3:amd64 (1.18.3-6+deb11u3) ...
              
              (Reading database ... 
              (Reading database ... 5%
              (Reading database ... 10%
              (Reading database ... 15%
              (Reading database ... 20%
              (Reading database ... 25%
              (Reading database ... 30%
              (Reading database ... 35%
              (Reading database ... 40%
              (Reading database ... 45%
              (Reading database ... 50%
              (Reading database ... 55%
              (Reading database ... 60%
              (Reading database ... 65%
              (Reading database ... 70%
              (Reading database ... 75%
              (Reading database ... 80%
              (Reading database ... 85%
              (Reading database ... 90%
              (Reading database ... 95%
              (Reading database ... 100%
              (Reading database ... 29424 files and directories currently installed.)
              
              Preparing to unpack .../libkrb5support0_1.18.3-6+deb11u3_amd64.deb ...
              
              Unpacking libkrb5support0:amd64 (1.18.3-6+deb11u3) over (1.18.3-6+deb11u2) ...
              
              Setting up libkrb5support0:amd64 (1.18.3-6+deb11u3) ...
              
              (Reading database ... 
              (Reading database ... 5%
              (Reading database ... 10%
              (Reading database ... 15%
              (Reading database ... 20%
              (Reading database ... 25%
              (Reading database ... 30%
              (Reading database ... 35%
              (Reading database ... 40%
              (Reading database ... 45%
              (Reading database ... 50%
              (Reading database ... 55%
              (Reading database ... 60%
              (Reading database ... 65%
              (Reading database ... 70%
              (Reading database ... 75%
              (Reading database ... 80%
              (Reading database ... 85%
              (Reading database ... 90%
              (Reading database ... 95%
              (Reading database ... 100%
              (Reading database ... 29424 files and directories currently installed.)
              
              Preparing to unpack .../libkrb5-3_1.18.3-6+deb11u3_amd64.deb ...
              
              Unpacking libkrb5-3:amd64 (1.18.3-6+deb11u3) over (1.18.3-6+deb11u2) ...
              
              Setting up libkrb5-3:amd64 (1.18.3-6+deb11u3) ...
              
              (Reading database ... 
              (Reading database ... 5%
              (Reading database ... 10%
              (Reading database ... 15%
              (Reading database ... 20%
              (Reading database ... 25%
              (Reading database ... 30%
              (Reading database ... 35%
              (Reading database ... 40%
              (Reading database ... 45%
              (Reading database ... 50%
              (Reading database ... 55%
              (Reading database ... 60%
              (Reading database ... 65%
              (Reading database ... 70%
              (Reading database ... 75%
              (Reading database ... 80%
              (Reading database ... 85%
              (Reading database ... 90%
              (Reading database ... 95%
              (Reading database ... 100%
              (Reading database ... 29424 files and directories currently installed.)
              
              Preparing to unpack .../libgssapi-krb5-2_1.18.3-6+deb11u3_amd64.deb ...
              
              Unpacking libgssapi-krb5-2:amd64 (1.18.3-6+deb11u3) over (1.18.3-6+deb11u2) ...
              
              Setting up libgssapi-krb5-2:amd64 (1.18.3-6+deb11u3) ...
              
              Processing triggers for libc-bin (2.31-13+deb11u5) ...
              
              Done.
              
               
              
              Registering maintenance script as command... Done.
              
               
              
              --------------------------------------------------------------------------------
              
              -----             Step 2 of 5: Detecting ioBroker installation             -----
              
              

              Aber ich kann den ioB nicht erreichen?!

              CodierknechtC 1 Reply Last reply
              0
              • B bergi_37

                Ok, habe den Ordner angelegt und auch den Mount Punkt.

                mnt2.png

                file2.png

                Das sind die gestarteten Prozesse:
                prozesse.png

                Habe den Container dann neu gestartet. Das steht im Protokoll:

                 
                
                --------------------------------------------------------------------------------
                
                -------------------------     2022-12-02 11:07:00      -------------------------
                
                --------------------------------------------------------------------------------
                
                -----                                                                      -----
                
                ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                
                ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                
                ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                
                ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                
                ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                
                ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                
                -----                                                                      -----
                
                -----              Welcome to your ioBroker Docker container!              -----
                
                -----                    Startupscript is now running!                     -----
                
                -----                          Please be patient!                          -----
                
                --------------------------------------------------------------------------------
                
                 
                
                --------------------------------------------------------------------------------
                
                -----                          System Information                          -----
                
                -----                    arch:                x86_64                       -----
                
                -----                    hostname:            buanet-iobroker2             -----
                
                -----                                                                      -----
                
                -----                          Version Information                         -----
                
                -----                    image:               v7.1.2                       -----
                
                -----                    build:               2022-11-12T20:56:04+00:00    -----
                
                -----                    node:                v16.18.1                     -----
                
                -----                    npm:                 8.19.2                       -----
                
                -----                                                                      -----
                
                -----                        Environment Variables                         -----
                
                -----                    SETGID:              1000                         -----
                
                -----                    SETUID:              1000                         -----
                
                --------------------------------------------------------------------------------
                
                 
                
                --------------------------------------------------------------------------------
                
                -----                  Step 1 of 5: Preparing container                   -----
                
                --------------------------------------------------------------------------------
                
                 
                
                Updating Linux packages on first run...
                
                (Reading database ... 
                (Reading database ... 5%
                (Reading database ... 10%
                (Reading database ... 15%
                (Reading database ... 20%
                (Reading database ... 25%
                (Reading database ... 30%
                (Reading database ... 35%
                (Reading database ... 40%
                (Reading database ... 45%
                (Reading database ... 50%
                (Reading database ... 55%
                (Reading database ... 60%
                (Reading database ... 65%
                (Reading database ... 70%
                (Reading database ... 75%
                (Reading database ... 80%
                (Reading database ... 85%
                (Reading database ... 90%
                (Reading database ... 95%
                (Reading database ... 100%
                (Reading database ... 29424 files and directories currently installed.)
                
                Preparing to unpack .../libk5crypto3_1.18.3-6+deb11u3_amd64.deb ...
                
                Unpacking libk5crypto3:amd64 (1.18.3-6+deb11u3) over (1.18.3-6+deb11u2) ...
                
                Setting up libk5crypto3:amd64 (1.18.3-6+deb11u3) ...
                
                (Reading database ... 
                (Reading database ... 5%
                (Reading database ... 10%
                (Reading database ... 15%
                (Reading database ... 20%
                (Reading database ... 25%
                (Reading database ... 30%
                (Reading database ... 35%
                (Reading database ... 40%
                (Reading database ... 45%
                (Reading database ... 50%
                (Reading database ... 55%
                (Reading database ... 60%
                (Reading database ... 65%
                (Reading database ... 70%
                (Reading database ... 75%
                (Reading database ... 80%
                (Reading database ... 85%
                (Reading database ... 90%
                (Reading database ... 95%
                (Reading database ... 100%
                (Reading database ... 29424 files and directories currently installed.)
                
                Preparing to unpack .../libkrb5support0_1.18.3-6+deb11u3_amd64.deb ...
                
                Unpacking libkrb5support0:amd64 (1.18.3-6+deb11u3) over (1.18.3-6+deb11u2) ...
                
                Setting up libkrb5support0:amd64 (1.18.3-6+deb11u3) ...
                
                (Reading database ... 
                (Reading database ... 5%
                (Reading database ... 10%
                (Reading database ... 15%
                (Reading database ... 20%
                (Reading database ... 25%
                (Reading database ... 30%
                (Reading database ... 35%
                (Reading database ... 40%
                (Reading database ... 45%
                (Reading database ... 50%
                (Reading database ... 55%
                (Reading database ... 60%
                (Reading database ... 65%
                (Reading database ... 70%
                (Reading database ... 75%
                (Reading database ... 80%
                (Reading database ... 85%
                (Reading database ... 90%
                (Reading database ... 95%
                (Reading database ... 100%
                (Reading database ... 29424 files and directories currently installed.)
                
                Preparing to unpack .../libkrb5-3_1.18.3-6+deb11u3_amd64.deb ...
                
                Unpacking libkrb5-3:amd64 (1.18.3-6+deb11u3) over (1.18.3-6+deb11u2) ...
                
                Setting up libkrb5-3:amd64 (1.18.3-6+deb11u3) ...
                
                (Reading database ... 
                (Reading database ... 5%
                (Reading database ... 10%
                (Reading database ... 15%
                (Reading database ... 20%
                (Reading database ... 25%
                (Reading database ... 30%
                (Reading database ... 35%
                (Reading database ... 40%
                (Reading database ... 45%
                (Reading database ... 50%
                (Reading database ... 55%
                (Reading database ... 60%
                (Reading database ... 65%
                (Reading database ... 70%
                (Reading database ... 75%
                (Reading database ... 80%
                (Reading database ... 85%
                (Reading database ... 90%
                (Reading database ... 95%
                (Reading database ... 100%
                (Reading database ... 29424 files and directories currently installed.)
                
                Preparing to unpack .../libgssapi-krb5-2_1.18.3-6+deb11u3_amd64.deb ...
                
                Unpacking libgssapi-krb5-2:amd64 (1.18.3-6+deb11u3) over (1.18.3-6+deb11u2) ...
                
                Setting up libgssapi-krb5-2:amd64 (1.18.3-6+deb11u3) ...
                
                Processing triggers for libc-bin (2.31-13+deb11u5) ...
                
                Done.
                
                 
                
                Registering maintenance script as command... Done.
                
                 
                
                --------------------------------------------------------------------------------
                
                -----             Step 2 of 5: Detecting ioBroker installation             -----
                
                

                Aber ich kann den ioB nicht erreichen?!

                CodierknechtC Online
                CodierknechtC Online
                Codierknecht
                Developer Most Active
                wrote on last edited by
                #12

                Sieht doch schon mal gut aus ;-)

                @bergi_37 sagte in Update auf neue Nodejs klappt nicht:

                Aber ich kann den ioB nicht erreichen?!

                Kriegst Du eine Fehlermeldung?

                Horcht bei Dir etwas anderes auf den Port 8081?
                Mit welchem Port bist Du bisher da rangekommen?
                Hast Du den 8081 in der Firewall blockiert?

                "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                HmIP|ZigBee|Tasmota|Unifi
                Zabbix Certified Specialist
                Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  bergi_37
                  wrote on last edited by
                  #13

                  Also bisher bin im mit dem "alten" Conatainer immer über die http://xxx.xxx.xxx.xx:8081/ drauf gekommen.

                  Der "alte" Container ist gestoppt.

                  Habe keine Fehlermeldung bekommen. Nur das was in dem Protokll steht.

                  CodierknechtC 1 Reply Last reply
                  0
                  • B bergi_37

                    Also bisher bin im mit dem "alten" Conatainer immer über die http://xxx.xxx.xxx.xx:8081/ drauf gekommen.

                    Der "alte" Container ist gestoppt.

                    Habe keine Fehlermeldung bekommen. Nur das was in dem Protokll steht.

                    CodierknechtC Online
                    CodierknechtC Online
                    Codierknecht
                    Developer Most Active
                    wrote on last edited by Codierknecht
                    #14

                    @bergi_37
                    Na dann warte noch bis er komplett fertig ist ... dort steht ja am Ende Step 2 of 5

                    BTW: Du brauchst hier Deine interne IP nicht zu verschleiern. Die existiert nur in Deinem Netz und sieht bei fast allen nahezu identisch aus (192.168.178.x:8081)

                    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                    HmIP|ZigBee|Tasmota|Unifi
                    Zabbix Certified Specialist
                    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                    1 Reply Last reply
                    0
                    • B Offline
                      B Offline
                      bergi_37
                      wrote on last edited by
                      #15

                      hm, das Protokoll sieht jetzt am Ende so aus:

                      log.png

                      Aber ich erreche den ioB nicht?!

                      CodierknechtC 1 Reply Last reply
                      0
                      • B bergi_37

                        hm, das Protokoll sieht jetzt am Ende so aus:

                        log.png

                        Aber ich erreche den ioB nicht?!

                        CodierknechtC Online
                        CodierknechtC Online
                        Codierknecht
                        Developer Most Active
                        wrote on last edited by
                        #16

                        @bergi_37
                        Was sagt denn der Browser?

                        "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                        Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                        HmIP|ZigBee|Tasmota|Unifi
                        Zabbix Certified Specialist
                        Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                        1 Reply Last reply
                        0
                        • B Offline
                          B Offline
                          bergi_37
                          wrote on last edited by
                          #17

                          Fehlermeldung im Firefox:

                          Fehler: Verbindung fehlgeschlagen
                          
                          Firefox kann keine Verbindung zu dem Server unter 192.168.178.99:8081 aufbauen.
                          
                          CodierknechtC 1 Reply Last reply
                          0
                          • B bergi_37

                            Fehlermeldung im Firefox:

                            Fehler: Verbindung fehlgeschlagen
                            
                            Firefox kann keine Verbindung zu dem Server unter 192.168.178.99:8081 aufbauen.
                            
                            CodierknechtC Online
                            CodierknechtC Online
                            Codierknecht
                            Developer Most Active
                            wrote on last edited by
                            #18

                            @bergi_37
                            Du nimmst aber schon http:// und nicht https:// ?

                            "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                            Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                            HmIP|ZigBee|Tasmota|Unifi
                            Zabbix Certified Specialist
                            Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                            B 1 Reply Last reply
                            0
                            • CodierknechtC Codierknecht

                              @bergi_37
                              Du nimmst aber schon http:// und nicht https:// ?

                              B Offline
                              B Offline
                              bergi_37
                              wrote on last edited by
                              #19

                              @codierknecht

                              Ja, nehme http://

                              Habe gerade nochmal den "alten" Container gestartet, den erreiche ich sofort über die URL. Habe ihn dann wieder gestoppt und den "neuen" Container gestartet, den erreich eich nicht?

                              CodierknechtC 1 Reply Last reply
                              0
                              • B bergi_37

                                @codierknecht

                                Ja, nehme http://

                                Habe gerade nochmal den "alten" Container gestartet, den erreiche ich sofort über die URL. Habe ihn dann wieder gestoppt und den "neuen" Container gestartet, den erreich eich nicht?

                                CodierknechtC Online
                                CodierknechtC Online
                                Codierknecht
                                Developer Most Active
                                wrote on last edited by
                                #20

                                @bergi_37
                                Wenn Du den neuen Contaier gestartet hast und in der Syno doppelklickst ... steht dort etwas im Protokoll?
                                7d78d2a9-b11b-43cc-83d0-edbb3bba3043-image.png

                                "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                HmIP|ZigBee|Tasmota|Unifi
                                Zabbix Certified Specialist
                                Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                GlasfaserG 1 Reply Last reply
                                0
                                • CodierknechtC Codierknecht

                                  @bergi_37
                                  Wenn Du den neuen Contaier gestartet hast und in der Syno doppelklickst ... steht dort etwas im Protokoll?
                                  7d78d2a9-b11b-43cc-83d0-edbb3bba3043-image.png

                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  wrote on last edited by
                                  #21

                                  @codierknecht

                                  Lese nur nebenbei ...

                                  Wo kommt denn bei einem neuen Container , wo noch nie ein Mount wa , das her vom 12.11 !?

                                  9a1d9187-b389-40a5-83de-de1770084e39-grafik.png

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

                                  CodierknechtC 1 Reply Last reply
                                  0
                                  • GlasfaserG Glasfaser

                                    @codierknecht

                                    Lese nur nebenbei ...

                                    Wo kommt denn bei einem neuen Container , wo noch nie ein Mount wa , das her vom 12.11 !?

                                    9a1d9187-b389-40a5-83de-de1770084e39-grafik.png

                                    CodierknechtC Online
                                    CodierknechtC Online
                                    Codierknecht
                                    Developer Most Active
                                    wrote on last edited by
                                    #22

                                    @glasfaser
                                    Der Screenshot ist mit Sicherheit nach dem ersten Start seines neuen Containers mit Mount entstanden.
                                    Das steckt ja im Image drin ... sieht bei meinem aktiven ioB ähnlich aus.
                                    77eef7fe-36e4-4978-8f8a-c3f28080cec1-image.png

                                    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

                                    Proxmox 9.1.1 LXC|8 GB|Core i7-6700
                                    HmIP|ZigBee|Tasmota|Unifi
                                    Zabbix Certified Specialist
                                    Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

                                    1 Reply Last reply
                                    0
                                    • B Offline
                                      B Offline
                                      bergi_37
                                      wrote on last edited by
                                      #23

                                      Bei mir im Protokoll steht das hier:

                                       
                                      
                                      --------------------------------------------------------------------------------
                                      -------------------------     2022-12-02 13:22:47      -------------------------
                                      --------------------------------------------------------------------------------
                                      -----                                                                      -----
                                      ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                                      ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                      ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                      ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                      ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                      ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                      -----                                                                      -----
                                      -----              Welcome to your ioBroker Docker container!              -----
                                      -----                    Startupscript is now running!                     -----
                                      -----                          Please be patient!                          -----
                                      --------------------------------------------------------------------------------
                                       
                                      
                                      --------------------------------------------------------------------------------
                                      -----                          System Information                          -----
                                      -----                    arch:                x86_64                       -----
                                      -----                    hostname:            buanet-iobroker2             -----
                                      -----                                                                      -----
                                      -----                          Version Information                         -----
                                      -----                    image:               v7.1.2                       -----
                                      -----                    build:               2022-11-12T20:56:04+00:00    -----
                                      -----                    node:                v16.18.1                     -----
                                      -----                    npm:                 8.19.2                       -----
                                      -----                                                                      -----
                                      
                                      -----                        Environment Variables                         -----
                                      -----                    SETGID:              1000                         -----
                                      -----                    SETUID:              1000                         -----
                                      --------------------------------------------------------------------------------
                                      
                                       --------------------------------------------------------------------------------
                                      -----                  Step 1 of 5: Preparing container                   -----
                                      --------------------------------------------------------------------------------
                                      
                                      This is not the first run of this container. Skipping first run preparation.
                                      
                                      --------------------------------------------------------------------------------
                                      -----             Step 2 of 5: Detecting ioBroker installation             -----
                                      --------------------------------------------------------------------------------
                                      
                                      Existing installation of ioBroker detected in "/opt/iobroker".
                                      --------------------------------------------------------------------------------
                                      
                                      -----             Step 3 of 5: Checking ioBroker installation              -----
                                      
                                      --------------------------------------------------------------------------------
                                      
                                      (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                      
                                       Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                       
                                      Hostname in ioBroker matches the hostname of this container.
                                      
                                      No action required.
                                      
                                      --------------------------------------------------------------------------------
                                      -----                Step 4 of 5: Applying special settings                -----
                                      --------------------------------------------------------------------------------
                                      
                                      Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                      For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                                      
                                      --------------------------------------------------------------------------------
                                      -----                    Step 5 of 5: ioBroker startup                     -----
                                      --------------------------------------------------------------------------------
                                      
                                       Starting ioBroker...
                                      
                                       ##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                                      host.buanet-iobroker2 check instance "system.adapter.admin.0" for host "buanet-iobroker2"
                                      host.buanet-iobroker2 check instance "system.adapter.discovery.0" for host "buanet-iobroker2"
                                      host.buanet-iobroker2 check instance "system.adapter.backitup.0" for host "buanet-iobroker2"
                                      

                                      Mehr ist dann nicht...da kommt nix mehr zu...

                                      GlasfaserG 1 Reply Last reply
                                      0
                                      • B Offline
                                        B Offline
                                        bergi_37
                                        wrote on last edited by
                                        #24

                                        In den Einstellungen der beiden Container habe ich eine Unstimmigkeit gefunden.

                                        Im "alten" steht bei "Netzwerk": host

                                        Im "neuen" steht bei "Netzwerk": bridge

                                        Ist das richtig? Ich habe das nicht eingetragen. Oder kann /muss ich das im "neuen" ändern?

                                        CodierknechtC 1 Reply Last reply
                                        0
                                        • B bergi_37

                                          Bei mir im Protokoll steht das hier:

                                           
                                          
                                          --------------------------------------------------------------------------------
                                          -------------------------     2022-12-02 13:22:47      -------------------------
                                          --------------------------------------------------------------------------------
                                          -----                                                                      -----
                                          ----- ██╗  ██████╗  ██████╗  ██████╗   ██████╗  ██╗  ██╗ ███████╗ ██████╗  -----
                                          ----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
                                          ----- ██║ ██║   ██║ ██████╔╝ ██████╔╝ ██║   ██║ █████╔╝  █████╗   ██████╔╝ -----
                                          ----- ██║ ██║   ██║ ██╔══██╗ ██╔══██╗ ██║   ██║ ██╔═██╗  ██╔══╝   ██╔══██╗ -----
                                          ----- ██║ ╚██████╔╝ ██████╔╝ ██║  ██║ ╚██████╔╝ ██║  ██╗ ███████╗ ██║  ██║ -----
                                          ----- ╚═╝  ╚═════╝  ╚═════╝  ╚═╝  ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚══════╝ ╚═╝  ╚═╝ -----
                                          -----                                                                      -----
                                          -----              Welcome to your ioBroker Docker container!              -----
                                          -----                    Startupscript is now running!                     -----
                                          -----                          Please be patient!                          -----
                                          --------------------------------------------------------------------------------
                                           
                                          
                                          --------------------------------------------------------------------------------
                                          -----                          System Information                          -----
                                          -----                    arch:                x86_64                       -----
                                          -----                    hostname:            buanet-iobroker2             -----
                                          -----                                                                      -----
                                          -----                          Version Information                         -----
                                          -----                    image:               v7.1.2                       -----
                                          -----                    build:               2022-11-12T20:56:04+00:00    -----
                                          -----                    node:                v16.18.1                     -----
                                          -----                    npm:                 8.19.2                       -----
                                          -----                                                                      -----
                                          
                                          -----                        Environment Variables                         -----
                                          -----                    SETGID:              1000                         -----
                                          -----                    SETUID:              1000                         -----
                                          --------------------------------------------------------------------------------
                                          
                                           --------------------------------------------------------------------------------
                                          -----                  Step 1 of 5: Preparing container                   -----
                                          --------------------------------------------------------------------------------
                                          
                                          This is not the first run of this container. Skipping first run preparation.
                                          
                                          --------------------------------------------------------------------------------
                                          -----             Step 2 of 5: Detecting ioBroker installation             -----
                                          --------------------------------------------------------------------------------
                                          
                                          Existing installation of ioBroker detected in "/opt/iobroker".
                                          --------------------------------------------------------------------------------
                                          
                                          -----             Step 3 of 5: Checking ioBroker installation              -----
                                          
                                          --------------------------------------------------------------------------------
                                          
                                          (Re)setting permissions (This might take a while! Please be patient!)... Done.
                                          
                                           Fixing "sudo-bug" by replacing sudo with gosu... Done.
                                           
                                          Hostname in ioBroker matches the hostname of this container.
                                          
                                          No action required.
                                          
                                          --------------------------------------------------------------------------------
                                          -----                Step 4 of 5: Applying special settings                -----
                                          --------------------------------------------------------------------------------
                                          
                                          Some adapters have special requirements/ settings which can be activated by the use of environment variables.
                                          For more information see ioBroker Docker Image Docs (https://docs.buanet.de/iobroker-docker-image/docs/).
                                          
                                          --------------------------------------------------------------------------------
                                          -----                    Step 5 of 5: ioBroker startup                     -----
                                          --------------------------------------------------------------------------------
                                          
                                           Starting ioBroker...
                                          
                                           ##### #### ### ## # iobroker.js-controller log output # ## ### #### #####
                                          host.buanet-iobroker2 check instance "system.adapter.admin.0" for host "buanet-iobroker2"
                                          host.buanet-iobroker2 check instance "system.adapter.discovery.0" for host "buanet-iobroker2"
                                          host.buanet-iobroker2 check instance "system.adapter.backitup.0" for host "buanet-iobroker2"
                                          

                                          Mehr ist dann nicht...da kommt nix mehr zu...

                                          GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          wrote on last edited by
                                          #25

                                          @bergi_37

                                          Teste mal mit einem neuen Image ohne Mount , was ist dann !?

                                          Auch mal einen anderen Browser mal genutzt ...

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

                                          B 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

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

                                          544

                                          Online

                                          32.7k

                                          Users

                                          82.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe