Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Diskussion zum neuen Installation-Fixer

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Diskussion zum neuen Installation-Fixer

    This topic has been deleted. Only users with topic management privileges can see it.
    • bahnuhr
      bahnuhr Forum Testing Most Active @apollon77 last edited by

      @apollon77 sagte in Diskussion zum neuen Installation-Fixer:

      Das sollte aber seit dem Installer-Fixer nicht mehr auftreten!

      Bei mir ist das immer noch so.
      Fixer habe ich 2-3 x laufen lassen

      1 Reply Last reply Reply Quote 0
      • wendy2702
        wendy2702 @apollon77 last edited by

        @apollon77 sagte in Diskussion zum neuen Installation-Fixer:

        Das sollte aber seit dem Installer-Fixer nicht mehr auftreten!

        Wie geschrieben: scheinbar tritt es aber noch auf.

        1 Reply Last reply Reply Quote 0
        • apollon77
          apollon77 last edited by

          @wendy2702 @bahnuhr Bitte postet mal die INSTALLER_INFO.txt aus Euren ioBroker-verzeichnissen

          1 Reply Last reply Reply Quote 0
          • wendy2702
            wendy2702 last edited by

            pi@pi-iobroker:~ $ cat /opt/iobroker/INSTALLER_INFO.txt
            Fixer version: 2019-03-03
            Fix date 2019-03-04
            ACL enabled: true
            init system: systemd
            Autostart: systemd
            pi@pi-iobroker:~ $
            
            
            pi@iobroker-garage-gross:~ $ cat /opt/iobroker/INSTALLER_INFO.txt
            Fixer version: 2019-03-03
            Fix date 2019-03-04
            ACL enabled: true
            init system: systemd
            Autostart: systemd
            Fixer version: 2019-03-03
            Fix date 2019-03-04
            ACL enabled: true
            init system: systemd
            Autostart: systemd
            Fixer version: 2019-03-03
            Fix date 2019-03-04
            ACL enabled: true
            init system: systemd
            Autostart: systemd
            Fixer version: 2019-03-05
            Fix date 2019-03-05
            ACL enabled: true
            init system: systemd
            Autostart: systemd
            Fixer version: 2019-03-05
            Fix date 2019-03-06
            ACL enabled: true
            init system: systemd
            Autostart: systemd
            Fixer version: 2019-03-05
            Fix date 2019-03-06
            ACL enabled: true
            init system: systemd
            Autostart: systemd
            pi@iobroker-garage-gross:~ $
            
            
            1 Reply Last reply Reply Quote 0
            • apollon77
              apollon77 last edited by

              Und was sagt? systemctl status iobroker

              1 Reply Last reply Reply Quote 0
              • wendy2702
                wendy2702 last edited by

                pi@pi-iobroker:~ $ systemctl status iobroker
                ● iobroker.service - ioBroker Server
                   Loaded: loaded (/lib/systemd/system/iobroker.service; enabled)
                   Active: active (running) since Di 2019-03-19 19:30:32 CET; 2 days ago
                     Docs: http://iobroker.net
                 Main PID: 19948 (iobroker.js-con)
                   CGroup: /system.slice/iobroker.service
                           ├─19948 iobroker.js-controller
                           ├─19970 io.admin.1
                           ├─19993 io.modbus.3
                           ├─20008 io.tr-064.0
                           └─20035 io.smartmeter.0
                pi@pi-iobroker:~ $
                
                
                pi@iobroker-garage-gross:~ $ systemctl status iobroker
                ● iobroker.service - ioBroker Server
                   Loaded: loaded (/lib/systemd/system/iobroker.service; enabled)
                   Active: active (running) since Do 2019-03-07 11:08:57 CET; 2 weeks 1 days ago
                     Docs: http://iobroker.net
                 Main PID: 10891 (iobroker.js-con)
                   CGroup: /system.slice/iobroker.service
                           ├─ 5181 io.javascript.2
                           ├─10891 iobroker.js-controller
                           └─10928 io.modbus.4
                pi@iobroker-garage-gross:~ $
                
                
                1 Reply Last reply Reply Quote 0
                • bahnuhr
                  bahnuhr Forum Testing Most Active last edited by

                  und das ist der Inhalt von meiner Datei:

                  Fixer version: 2019-03-10
                  Fix date 2019-03-16
                  ACL enabled: true
                  init system: systemd
                  Autostart: systemd
                  Fixer version: 2019-03-10
                  Fix date 2019-03-17
                  ACL enabled: true
                  init system: systemd
                  Autostart: systemd
                  Fixer version: 2019-03-10
                  Fix date 2019-03-18
                  ACL enabled: true
                  init system: systemd
                  Autostart: systemd
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • bahnuhr
                    bahnuhr Forum Testing Most Active last edited by

                    Und dies bei dem anderen Befehl.
                    Warum die ~ kommen, weiß ich nicht.

                    f023cefd-a515-4e28-9e96-b459e2dda26b-image.png

                    1 Reply Last reply Reply Quote 0
                    • AlCalzone
                      AlCalzone Developer last edited by

                      @wendy2702 @bahnuhr
                      Habt ihr in /opt/iobroker/node_modules/iobroker.js-controller oder /opt/iobroker/node_modules/iobroker.js-controller/lib möglicherweise noch eine Datei iobroker.pid oder ähnliches?

                      wendy2702 1 Reply Last reply Reply Quote 0
                      • bahnuhr
                        bahnuhr Forum Testing Most Active last edited by bahnuhr

                        order: iobroker.js-controller -> nein
                        4f907f5b-f63f-48fc-9109-a0fa35b92bb8-image.png

                        order: iobroker.js-controller/lib -> nein
                        82f4bff0-4056-4154-98fb-b084e7943643-image.png

                        In beiden ordnern: nein da ist keine .pid Datei

                        1 Reply Last reply Reply Quote 0
                        • wendy2702
                          wendy2702 @AlCalzone last edited by

                          @AlCalzone sagte in Diskussion zum neuen Installation-Fixer:

                          @wendy2702 @bahnuhr
                          Habt ihr in /opt/iobroker/node_modules/iobroker.js-controller oder /opt/iobroker/node_modules/iobroker.js-controller/lib möglicherweise noch eine Datei iobroker.pid oder ähnliches?

                          Nein, habe ich auch nicht.

                          1 Reply Last reply Reply Quote 0
                          • AlCalzone
                            AlCalzone Developer last edited by

                            @bahnuhr @wendy2702 Ok, war nur ne Vermutung. Ich stocher gerade etwas im Dunkeln...
                            Welche JS-Controller-Version habt ihr?

                            bahnuhr 1 Reply Last reply Reply Quote 0
                            • wendy2702
                              wendy2702 last edited by

                              Version 1.5.7

                              1 Reply Last reply Reply Quote 0
                              • AlCalzone
                                AlCalzone Developer last edited by

                                Ok, wie ist eure DB (States und Objects) konfiguriert? Redis oder File?

                                1 Reply Last reply Reply Quote 0
                                • bahnuhr
                                  bahnuhr Forum Testing Most Active @AlCalzone last edited by

                                  @AlCalzone sagte in Diskussion zum neuen Installation-Fixer:

                                  JS-Controller-Version

                                  1.4.2. bei mir.

                                  @AlCalzone sagte in Diskussion zum neuen Installation-Fixer:

                                  Ok, wie ist eure DB (States und Objects) konfiguriert? Redis oder File?

                                  Was ist das, wo muss ich da schauen?

                                  AlCalzone 1 Reply Last reply Reply Quote 0
                                  • AlCalzone
                                    AlCalzone Developer @bahnuhr last edited by

                                    @bahnuhr sagte in Diskussion zum neuen Installation-Fixer:

                                    Was ist das, wo muss ich da schauen

                                    Dann vermutlich File. Redis musst du manuell aktivieren mit iobroker setup custom

                                    paul53 1 Reply Last reply Reply Quote 0
                                    • paul53
                                      paul53 @AlCalzone last edited by

                                      @AlCalzone sagte:

                                      Redis musst du manuell aktivieren mit

                                      Es sei denn, er hat ein älteres Image verwendet.

                                      Homoran bahnuhr 2 Replies Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @paul53 last edited by

                                        @paul53
                                        Ich musste auswendig lernen, dass er alles auf einem Windows-Notebook macht

                                        paul53 bahnuhr 2 Replies Last reply Reply Quote 0
                                        • paul53
                                          paul53 @Homoran last edited by

                                          @Homoran sagte:

                                          Ich musste auswendig lernen

                                          Dafür bin ich wohl zu alt.

                                          1 Reply Last reply Reply Quote 0
                                          • bahnuhr
                                            bahnuhr Forum Testing Most Active @Homoran last edited by

                                            @Homoran sagte in Diskussion zum neuen Installation-Fixer:

                                            @paul53
                                            Ich musste auswendig lernen, dass er alles auf einem Windows-Notebook macht

                                            Der Rainer ist so klasse 😉

                                            Also:
                                            iob läuft auf win7 Laptop.

                                            daneben ein slave raspi wo smartmeter und mbus drauf läuft.

                                            Und um diesem Raspi geht es hier.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            506
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            fixer installation linux
                                            51
                                            296
                                            48363
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo