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. Diskussion zum neuen Installation-Fixer

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    330

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

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

Diskussion zum neuen Installation-Fixer

Scheduled Pinned Locked Moved ioBroker Allgemein
installationfixerlinux
296 Posts 51 Posters 65.1k Views 34 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.
  • Merlin123M Offline
    Merlin123M Offline
    Merlin123
    wrote on last edited by
    #91

    Fixer lief durch, iobroker startet.

    Was ich aber (vermutlich mangels Linux Know-How) nicht verstehe:

    root@orangepiplus2e:~# su - iobroker
    This account is currently not available.
    root@orangepiplus2e:~# cat /etc/passwd
    root:x:0:0:root:/root:/bin/bash
    
    [...]
    
    iobroker:x:1000:1000::/home/iobroker:/usr/sbin/nologin
    root@orangepiplus2e:~#
    
    

    aber iobroker scheint unter iobroker zu laufen:

    root@orangepiplus2e:~# ps -ef|grep iobroker
    iobroker   937     1 22 17:30 ?        00:01:03 iobroker.js-controller
    iobroker  1135   937  6 17:30 ?        00:00:18 io.admin.0
    iobroker  1168   937  0 17:30 ?        00:00:02 io.discovery.0
    iobroker  1190   937  1 17:30 ?        00:00:03 io.ping.0
    iobroker  1205   937  1 17:31 ?        00:00:03 io.web.0
    iobroker  1221   937  1 17:31 ?        00:00:03 io.history.0
    iobroker  1238   937  9 17:31 ?        00:00:25 io.javascript.0
    iobroker  1261   937  1 17:31 ?        00:00:02 io.fritzbox.0
    iobroker  1294   937  6 17:31 ?        00:00:15 io.hue.0
    iobroker  1312   937  1 17:31 ?        00:00:04 io.scenes.0
    iobroker  1447   937  2 17:31 ?        00:00:06 io.harmony.0
    iobroker  1465   937  4 17:32 ?        00:00:09 io.systeminfo.0
    iobroker  1479   937  1 17:32 ?        00:00:03 io.email.0
    iobroker  1498   937  3 17:32 ?        00:00:06 io.cloud.0
    iobroker  1539   937  2 17:32 ?        00:00:05 io.knx.0
    iobroker  1581   937  3 17:32 ?        00:00:07 io.alexa2.0
    iobroker  1595   937  2 17:32 ?        00:00:04 io.landroid-s.0
    iobroker  1609   937  1 17:32 ?        00:00:03 io.backitup.0
    iobroker  1625   937  5 17:32 ?        00:00:09 io.iot.0
    iobroker  1635   937  1 17:32 ?        00:00:02 io.text2command.0
    iobroker  1663   937  3 17:32 ?        00:00:05 io.fritzdect.0
    iobroker  1672   937  2 17:32 ?        00:00:03 io.shelly.0
    iobroker  1707   937  2 17:33 ?        00:00:02 node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js upgrade javascript
    iobroker  1731  1707  0 17:33 ?        00:00:00 /bin/sh -c npm install iobroker.javascript@4.1.5 --production --save --prefix "/opt/iobroker"
    iobroker  1732  1731 99 17:33 ?        00:02:21 npm
    root      1773  1431  0 17:35 pts/0    00:00:00 grep iobroker
    

    ist damit alles OK?

    Beta-Tester

    1 Reply Last reply
    0
    • apollon77A Offline
      apollon77A Offline
      apollon77
      wrote on last edited by
      #92

      Ja das passt. Der User existiert nur für Berechtigungen und das der Prozess dort läuft. Ein Login als der User ist nicht geplant und nicht nötig. Von daher...

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      1 Reply Last reply
      1
      • C Offline
        C Offline
        CrazyCreator
        wrote on last edited by
        #93

        Was soll ich sagen, seht selber:

        Last login: Thu Feb 28 00:58:09 on ttys000
        MBX-MKII-LAN:~ crazycreator$ ssh crazycreator@192.168.1.30
        crazycreator@192.168.1.30's password: 
        Linux ioBroker 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64
        
        The programs included with the Debian GNU/Linux system are free software;
        the exact distribution terms for each program are described in the
        individual files in /usr/share/doc/*/copyright.
        
        Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
        permitted by applicable law.
        Last login: Thu Feb 28 00:58:19 2019 from 192.168.1.3
        crazycreator@ioBroker:~$ iobroker stop
        crazycreator@ioBroker:~$ curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/fix_installation.sh | bash -
        ioBroker or some processes are still running:
         io.tankerkoenig.0
         io.harmony.0
         io.tankerkoenig.0
         io.admin.0
         io.discovery.0
         io.web.0
         io.bmw.0
         io.info.0
         io.denon.0
         io.netatmo.0
         io.terminal.0
         io.socketio.0
         io.yahka.0
         io.ham.0
         io.statistics.0
         io.scenes.0
         io.cloud.0
         io.zwave.0
         io.synology.0
         io.javascript.0
         io.sql.0
         io.zigbee.0
         io.ble.0
         io.backitup.0
        Please stop them first and try again!
        crazycreator@ioBroker:~$ 
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        1 Reply Last reply
        0
        • R Offline
          R Offline
          RappiRN
          Most Active
          wrote on last edited by RappiRN
          #94

          Hast du mal

          cd /opt/iobroker
          

          probiert? Und dann

          iobroker stop
          

          In deinem log fehlt irgendwie die "stop"-Meldung.
          ALternativ kann es auch sein, dass du den anderen "stop"-Befehl verwenden musst, den kann ich dir leider nicht komplett nennen.

          Enrico

          1 Reply Last reply
          0
          • C Offline
            C Offline
            CrazyCreator
            wrote on last edited by
            #95

            So aber jetzt in sauber bzw. komplett und mit Ordnerwechsel vorher:

            Last login: Thu Feb 28 00:59:05 on ttys000
            MBX-MKII-LAN:~ crazycreator$ ssh crazycreator@192.168.1.30
            crazycreator@192.168.1.30's password: 
            Linux ioBroker 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64
            
            The programs included with the Debian GNU/Linux system are free software;
            the exact distribution terms for each program are described in the
            individual files in /usr/share/doc/*/copyright.
            
            Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
            permitted by applicable law.
            Last login: Thu Feb 28 00:59:11 2019 from 192.168.1.3
            crazycreator@ioBroker:~$ cd /opt/iobroker
            crazycreator@ioBroker:/opt/iobroker$ iobroker stop
            iobroker controller daemon is not running
            crazycreator@ioBroker:/opt/iobroker$ curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/fix_installation.sh | bash -
            ioBroker or some processes are still running:
             io.tankerkoenig.0
             io.harmony.0
             io.tankerkoenig.0
             io.admin.0
             io.discovery.0
             io.web.0
             io.bmw.0
             io.info.0
             io.denon.0
             io.netatmo.0
             io.terminal.0
             io.socketio.0
             io.yahka.0
             io.ham.0
             io.statistics.0
             io.scenes.0
             io.cloud.0
             io.zwave.0
             io.synology.0
             io.javascript.0
             io.sql.0
             io.zigbee.0
             io.ble.0
             io.backitup.0
            Please stop them first and try again!
            crazycreator@ioBroker:/opt/iobroker$ 
            
            1 Reply Last reply
            0
            • R Offline
              R Offline
              RappiRN
              Most Active
              wrote on last edited by
              #96

              Ok, dann wäre noch die Frage, ist denn dein ioBroker überhaupt in /opt/iobroker installiert?
              Hast du die neue, jetzt aktuelle Version oder noch die alte Version zum installieren verwendet?

              Ich suche mal nach dem anderen Stop-Befehl.

              Enrico

              1 Reply Last reply
              0
              • R Offline
                R Offline
                RappiRN
                Most Active
                wrote on last edited by
                #97

                Schon gefunden:

                sudo systemctl stop iobroker
                

                Gehts damit?

                Enrico

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  CrazyCreator
                  wrote on last edited by
                  #98

                  Hab hinbekommen ....

                  Der "iobroker stop" mußte mit sudo vornedran ausgeführt werden

                  Dann hat er nur noch io.tankerkönig und io.zwave bemängelt.
                  iobroker wieder gestartet, die beiden ausgeschaltet.

                  sudo iobroker stop

                  dann die bash und siehe da es geht

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    Matten
                    wrote on last edited by
                    #99

                    Wie komme ich nach dem Installation Fixer auf den neuen User? Eine Passwortabfrage kam nicht und wenn ich den User wechseln möchte (su) sagt mir Linux das kein Passwort vorhanden ist. Wie komme ich in den ioBroker Ordner?

                    Hardware: NUC 386i, Proxmox: als VM ioBroker, HomeMatic, Hue(Zigbee), UnifiAC, Visualisierung: 24 Zoll Touchscreen Portrait Modus

                    HomoranH 1 Reply Last reply
                    0
                    • M Matten

                      Wie komme ich nach dem Installation Fixer auf den neuen User? Eine Passwortabfrage kam nicht und wenn ich den User wechseln möchte (su) sagt mir Linux das kein Passwort vorhanden ist. Wie komme ich in den ioBroker Ordner?

                      HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by Homoran
                      #100

                      @Matten sagte in Diskussion zum neuen Installation-Fixer:

                      auf den neuen User?

                      Du arbeitest wie bisher weiter.
                      Der neue User iobroker ist NUR für ioBroker selbst

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

                      M 1 Reply Last reply
                      0
                      • HomoranH Homoran

                        @Matten sagte in Diskussion zum neuen Installation-Fixer:

                        auf den neuen User?

                        Du arbeitest wie bisher weiter.
                        Der neue User iobroker ist NUR für ioBroker selbst

                        M Offline
                        M Offline
                        Matten
                        wrote on last edited by
                        #101

                        @Homoran :Danke! Zwave läuft wie erwartet nicht nach dem Fix.

                        Hardware: NUC 386i, Proxmox: als VM ioBroker, HomeMatic, Hue(Zigbee), UnifiAC, Visualisierung: 24 Zoll Touchscreen Portrait Modus

                        AlCalzoneA apollon77A 2 Replies Last reply
                        0
                        • M Matten

                          @Homoran :Danke! Zwave läuft wie erwartet nicht nach dem Fix.

                          AlCalzoneA Offline
                          AlCalzoneA Offline
                          AlCalzone
                          Developer
                          wrote on last edited by
                          #102

                          @Matten sagte in Diskussion zum neuen Installation-Fixer:

                          @Homoran :Danke! Zwave läuft wie erwartet nicht nach dem Fix.

                          Wie äußert sich das? Ich hatte keinerlei Probleme mit ZWave.

                          Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

                          1 Reply Last reply
                          0
                          • M Matten

                            @Homoran :Danke! Zwave läuft wie erwartet nicht nach dem Fix.

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            wrote on last edited by
                            #103

                            @Matten Was ist genau der Fehler bei zwave?

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            M 1 Reply Last reply
                            0
                            • BlackmikeB Offline
                              BlackmikeB Offline
                              Blackmike
                              wrote on last edited by
                              #104

                              der neue Installatoinsfixer überschreibt einträge, die die Start / Ende Abhängigkeit von redis-serivce festlegen. Fiel auf, als die VM wieder ewig beim Neustart festhing. Liess sich aber manuell wieder korrigieren.

                              Black

                              die Wahrheit ist ein Chor aus Wind

                              M 1 Reply Last reply
                              0
                              • apollon77A Offline
                                apollon77A Offline
                                apollon77
                                wrote on last edited by
                                #105

                                Wird in der nächsten version gefixt sein. Danke

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                1 Reply Last reply
                                0
                                • apollon77A apollon77

                                  @Matten Was ist genau der Fehler bei zwave?

                                  M Offline
                                  M Offline
                                  Matten
                                  wrote on last edited by
                                  #106

                                  @apollon77 Zwave startete nicht mehr. Das ist ja eh immer wieder ein Thema. Ich arbeite mit Debian in Virtual Box. Wenn ich die Maschine über die Virtual Box starte kann Zwave die Lib nicht finden. Alle Lösungsversuche im Forum (lib, lib64 usw.) haben nicht geholfen. Starte ich die Maschine über VBoxService, zum Beispiel beim Neustart des Rechners oder manuell wird Zwave zu 100% gestartet.

                                  Ich musste nach dem Fixen Zwave neu installieren und habe gleich die durch mich (und ich glaube Du nutzt sie auch) genutzte Dev-Branch wieder installiert. Die war natürlich damit auch weg.

                                  Hardware: NUC 386i, Proxmox: als VM ioBroker, HomeMatic, Hue(Zigbee), UnifiAC, Visualisierung: 24 Zoll Touchscreen Portrait Modus

                                  AlCalzoneA 1 Reply Last reply
                                  0
                                  • BlackmikeB Blackmike

                                    der neue Installatoinsfixer überschreibt einträge, die die Start / Ende Abhängigkeit von redis-serivce festlegen. Fiel auf, als die VM wieder ewig beim Neustart festhing. Liess sich aber manuell wieder korrigieren.

                                    Black

                                    M Offline
                                    M Offline
                                    Matten
                                    wrote on last edited by
                                    #107

                                    @Blackmike Was waren die Auswirkungen und wie hast Du es repariert? Mein Das Wetter Adapter spinnt nämlich seit dem Fix. Ist jetzt nicht so schlimm, er bekommt sich immer wieder ein, aber muss ja nicht sein.

                                    6e434e2e-faf1-4409-ad61-a928c010c365-image.png

                                    Hardware: NUC 386i, Proxmox: als VM ioBroker, HomeMatic, Hue(Zigbee), UnifiAC, Visualisierung: 24 Zoll Touchscreen Portrait Modus

                                    apollon77A 1 Reply Last reply
                                    0
                                    • BlackmikeB Offline
                                      BlackmikeB Offline
                                      Blackmike
                                      wrote on last edited by
                                      #108

                                      hmm, deine fehlermeldungen hatt eich nicht. bei mir ist immo umzug der beiden iobrokersystem (spielsystem und produktivsystem) auf intel nuk unter Proxmox auf VM . Unterbau ist das aktuelle debian.

                                      also iobroker komplett neuinstallation (musste ja auch, da die alte von einem Orange Pi kommt mit arm architektur).

                                      dabei drüber gefallen, dass bei einsatz von redis die VM nicht vernünftig runterfährt (ist ein bekannter effekt, da gabs für früherere versionen auch einen eintrag in der FAQ zu, aber mit dem ganz neuen installer gings nicht)

                                      Ok, nu gehts da auch.

                                      Auffällig war, dass ich ein backup nicht einspielen konnte auf ein leeres System, was schon den aktuellen js-controller mit 1.5.7 hatte. das tats nicht

                                      die Wahrheit ist ein Chor aus Wind

                                      1 Reply Last reply
                                      0
                                      • M Offline
                                        M Offline
                                        Matten
                                        wrote on last edited by
                                        #109

                                        Danke!
                                        Eben ist mir noch ein Bug aufgefallen. Nach meiner neuen Zwave Installation muss ich natürlich die Geräte in iot wieder hinzufügen. Das mag er derzeit nicht tun. Nach Drücken von + erscheint meine Objektauswahl, bestätige ich einen Schalter erscheint das Fenster zur Namensfestlegung nicht. Hat jemand eine Idee?

                                        Hardware: NUC 386i, Proxmox: als VM ioBroker, HomeMatic, Hue(Zigbee), UnifiAC, Visualisierung: 24 Zoll Touchscreen Portrait Modus

                                        apollon77A 1 Reply Last reply
                                        0
                                        • M Matten

                                          @Blackmike Was waren die Auswirkungen und wie hast Du es repariert? Mein Das Wetter Adapter spinnt nämlich seit dem Fix. Ist jetzt nicht so schlimm, er bekommt sich immer wieder ein, aber muss ja nicht sein.

                                          6e434e2e-faf1-4409-ad61-a928c010c365-image.png

                                          apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          wrote on last edited by
                                          #110

                                          @Matten Letze Version von Daswetter installieren.Da ist das gefixt

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          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

                                          576

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          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