Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. influx db kein start möglich

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    influx db kein start möglich

    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      JoergH @Fridolin01 last edited by

      @fridolin01 Was sagt denn systemctl status influxdb.service" and "journalctl -xe" ?

      F 1 Reply Last reply Reply Quote 0
      • F
        Fridolin01 @JoergH last edited by

        @joergh

        Folgendes steht dort:
        gertz@gertz:~$ sudo systemctl status influxdb.service
        ● influxdb.service - InfluxDB is an open-source, distributed, time series database
        Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
        Active: failed (Result: exit-code) since Wed 2022-01-19 09:59:28 UTC; 6min ago
        Docs: https://docs.influxdata.com/influxdb/
        Process: 29100 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=1/FAILURE)
        Main PID: 2410 (code=exited, status=0/SUCCESS)

        Jan 19 09:59:28 gertz systemd[1]: influxdb.service: Service hold-off time over, scheduling restart.
        Jan 19 09:59:28 gertz systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
        Jan 19 09:59:28 gertz systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
        Jan 19 09:59:28 gertz systemd[1]: influxdb.service: Start request repeated too quickly.
        Jan 19 09:59:28 gertz systemd[1]: influxdb.service: Failed with result 'exit-code'.
        Jan 19 09:59:28 gertz systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.

        Verstehe aber nur Bahnhof 😞

        crunchip 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Fridolin01 last edited by Thomas Braun

          @fridolin01 sagte in influx db kein start möglich:

          ich scheitere gerade grandios an der install meines influx db

          Wie und was wurde da genau installiert?

          apt policy influxdb
          

          Und bitte die Zeitzone richtig setzen, da scheint mir noch die Null-Zeit aktiv zu sein.

          F 1 Reply Last reply Reply Quote 0
          • F
            Fridolin01 @Thomas Braun last edited by

            @thomas-braun

            influxdb:
            Installed: 1.8.10-1
            Candidate: 1.8.10-1
            Version table:
            *** 1.8.10-1 500
            500 https://repos.influxdata.com/debian bionic/stable amd64 Packages
            100 /var/lib/dpkg/status
            1.1.1+dfsg1-4 500
            500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Fridolin01 last edited by

              @fridolin01

              Bitte für Konsolen-Output CodeTags verwenden.

              Zeitzone gesetzt?

              sudo systemctl stop influxdb
              sudo systemctl start influxdb
              
              F 1 Reply Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @Fridolin01 last edited by

                @fridolin01 sagte in influx db kein start möglich:

                influxdb.service: Start request repeated too quickly.

                da gabs ein Problem beim Versionswechsel des startscripts, könnte dieses sein
                https://github.com/influxdata/influxdb/issues/21967#issuecomment-889695265

                kannst mal probieren

                sudo chmod +x /usr/lib/influxdb/scripts/influxd-systemd-start.sh
                sudo systemctl restart influxdb.service
                
                1 Reply Last reply Reply Quote 0
                • F
                  Fridolin01 @Thomas Braun last edited by

                  @thomas-braun

                  Ja Zeitzone angepasst
                  geht leider immer noch nicht 😞

                  F crunchip 2 Replies Last reply Reply Quote 0
                  • F
                    Fridolin01 @Fridolin01 last edited by

                    @fridolin01

                    Hier nochmal die Fehler in der Konsole

                    The unit influxdb.service has entered the 'failed' state with result 'exit-code'.
                    Jan 19 12:29:46 gertz systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
                    -- Subject: A start job for unit influxdb.service has failed
                    -- Defined-By: systemd
                    -- Support: http://www.ubuntu.com/support
                    --
                    -- A start job for unit influxdb.service has finished with a failure.
                    --
                    -- The job identifier is 4103 and the job result is failed.
                    Jan 19 12:29:47 gertz systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
                    -- Subject: Automatic restarting of a unit has been scheduled
                    -- Defined-By: systemd
                    -- Support: http://www.ubuntu.com/support
                    --
                    -- Automatic restarting of the unit influxdb.service has been scheduled, as the result for
                    -- the configured Restart= setting for the unit.
                    Jan 19 12:29:47 gertz systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
                    -- Subject: A stop job for unit influxdb.service has finished
                    -- Defined-By: systemd
                    -- Support: http://www.ubuntu.com/support
                    --
                    -- A stop job for unit influxdb.service has finished.
                    --
                    -- The job identifier is 4182 and the job result is done.
                    Jan 19 12:29:47 gertz systemd[1]: influxdb.service: Start request repeated too quickly.
                    Jan 19 12:29:47 gertz systemd[1]: influxdb.service: Failed with result 'exit-code'.
                    -- Subject: Unit failed
                    -- Defined-By: systemd
                    -- Support: http://www.ubuntu.com/support
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Fridolin01 last edited by

                      @fridolin01

                      Hast du das startskript angepasst?

                      1 Reply Last reply Reply Quote 0
                      • crunchip
                        crunchip Forum Testing Most Active @Fridolin01 last edited by

                        @fridolin01 probiere es mit

                        sudo chmod +x /usr/lib/influxdb/scripts/influxd-systemd-start.sh
                        sudo systemctl restart influxdb.service
                        

                        ansonsten musst du das startscript ändern und von v 1.8.7 einspielen

                        F 1 Reply Last reply Reply Quote 0
                        • F
                          Fridolin01 @crunchip last edited by

                          @crunchip

                          das habe ich getestet
                          funktioniert leider nicht

                          wie spiele ich denn gezielt die 1.8.7 ein?
                          Sry habe mich seit mehr als einem Jahr nicht damit beschäftigt

                          crunchip 1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Fridolin01 last edited by

                            @fridolin01 bin nur am handy, schau mal hier
                            https://forum.iobroker.net/post/662088

                            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

                            469
                            Online

                            32.0k
                            Users

                            80.4k
                            Topics

                            1.3m
                            Posts

                            failed influx influx-db influxdb
                            4
                            13
                            796
                            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