Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. InfluxDB
    5. InfluxDB 2 BackItUp Error

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    InfluxDB 2 BackItUp Error

    This topic has been deleted. Only users with topic management privileges can see it.
    • Fredi009sg
      Fredi009sg last edited by Fredi009sg

      Hallo zusammen ich habe aktuell folgendes Problem mit BackItup und InfluxDB 2.

      Ich bekomme, sobald ich eine Backup starte folgenden Error:

      2023/07/13 12:31:29 INFO: Downloading metadata snapshot
      Error: failed to backup metadata: failed to download metadata snapshot: 401 Unauthorized: read:authorizations is unauthorized

      Wo liegt das Problem ?

      Marc Berg 1 Reply Last reply Reply Quote 0
      • Marc Berg
        Marc Berg Most Active @Fredi009sg last edited by

        @fredi009sg sagte in InfluxDB 2 BackItUp Error:

        Wo liegt das Problem ?

        Eine Suche im Forum

        https://forum.iobroker.net/search?term=401 Unauthorized&in=titlesposts

        würde 265 Treffer für dein Problem ergeben.

        Fredi009sg 1 Reply Last reply Reply Quote 0
        • Fredi009sg
          Fredi009sg @Marc Berg last edited by

          @marc-berg

          Danke erstmal dafür..

          Ich habe jetzt mal nach folgender Anleitung versucht einen Token zu erstellen :

          https://github.com/simatec/ioBroker.backitup/wiki/Diverse-Anleitungen-für-ioBroker.backitup#token-für-influxdb-2x-backup-richtig-erstellen

          Das erstellen über GUI funktioniert auch ABER wenn ich über putty

          "influx auth list -t <TOKEN> --json" (für Token habe ich natürlich den Token eingesetzt) eingeben bekomme ich folgenden Fehler :

          -bash: /usr/local/bin/influx: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei

          Neuschwansteini 1 Reply Last reply Reply Quote 0
          • Neuschwansteini
            Neuschwansteini @Fredi009sg last edited by

            @fredi009sg

            da stimmt was mit der installation von influx nicht, wenn er die Datei erst gar nicht ausfuehren kann...
            Erleuchte unsere Glaskugel mit mehr Infos zum System, dann gibts mehr hilfreiche Tips.. 🙂

            Fredi009sg 1 Reply Last reply Reply Quote 0
            • Fredi009sg
              Fredi009sg @Neuschwansteini last edited by

              @ilovegym

              ich hab influx unglücklicherweise nicht über den paketmanager installiert...

              wie kann ich die manuelle installation deinstallieren ?

              Thomas Braun T 2 Replies Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Fredi009sg last edited by Thomas Braun

                @fredi009sg sagte in InfluxDB 2 BackItUp Error:

                ich hab influx unglücklicherweise nicht über den paketmanager installiert...

                Sondern wie?

                Wofür ist der Paketmanager da?

                1 Reply Last reply Reply Quote 0
                • T
                  TT-Tom @Fredi009sg last edited by

                  @fredi009sg

                  sage doch mal mehr über dein System und wie hast du influx manuell installiert.

                  Fredi009sg Thomas Braun 2 Replies Last reply Reply Quote 0
                  • Fredi009sg
                    Fredi009sg @TT-Tom last edited by

                    @tt-tom

                    Raspi 4 - Was willste noch wissen ?

                    1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @TT-Tom last edited by

                      @tt-tom sagte in InfluxDB 2 BackItUp Error:

                      @Fredi009sg

                      und wie hast du influx manuell installiert.

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

                        Ich habe jetzt nochmal komplett deinstalliert und über die YT Anleitung von Eddy ( https://youtu.be/abV4YRHXb5I ) installiert.

                        Über die Webadresse könnte ich jetzt die Konfiguration druchführen.

                        Wenn ich aber in putty influx setup eingeben bekomme ich folgenden fehler.

                        pi@raspberrypi:~ $ influx setup
                        -bash: /usr/local/bin/influx: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei

                        Thomas Braun ? 2 Replies Last reply Reply Quote 0
                        • Neuschwansteini
                          Neuschwansteini last edited by

                          @fredi009sg

                          Hmm Glaskugel hat bei Raspi 4 mal kurz aufgeleuchtet, bleibt aber wegen fehlenden Informationen dunkel…

                          Fredi009sg 1 Reply Last reply Reply Quote 0
                          • Fredi009sg
                            Fredi009sg @Neuschwansteini last edited by

                            @ilovegym

                            OS: Debian GNU/Linux 11 (bullseye) aarch64
                            Host: Raspberry Pi 4 Model B Rev 1.2
                            Kernel: 6.1.21-v8+
                            Uptime: 44 mins
                            Packages: 1519 (dpkg), 4 (snap)
                            Shell: bash 5.1.4
                            Resolution: 1920x1080, 1920x1080
                            Theme: PiXflat [GTK3]
                            Icons: PiXflat [GTK3]
                            Terminal: /dev/pts/0
                            CPU: BCM2835 (4) @ 1.500GHz
                            Memory: 1374MiB / 3793MiB

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

                              @fredi009sg

                              so kommt man hier nicht voran.
                              Zeig mal bitte die Ausgabe (Langfassung) von

                              iob diag
                              

                              hier in Codetags.
                              Und lies Dir auch erstmal folgendes durch, als Neuling hier im Forum:

                              https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge

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

                                @fredi009sg

                                Desktop ausknipsen, Kiste rebooten.
                                Wenn da noch nicht viel gemacht wurde würde ich bei Null mit dem Lite-Release neuanfangen.

                                1 Reply Last reply Reply Quote 1
                                • Fredi009sg
                                  Fredi009sg @DJMarc75 last edited by Homoran

                                  @djmarc75 said in InfluxDB 2 BackItUp Error:

                                  @fredi009sg

                                  so kommt man hier nicht voran.
                                  Zeig mal bitte die Ausgabe (Langfassung) von

                                  iob diag
                                  

                                  hier in Codetags.
                                  Und lies Dir auch erstmal folgendes durch, als Neuling hier im Forum:

                                  https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge

                                  Skript v.2023-04-16
                                  
                                  *** BASE SYSTEM ***
                                  Model           : Raspberry Pi 4 Model B Rev 1.2
                                  Architecture    : aarch64
                                  Docker          : false
                                  Virtualization  : none
                                  Distributor ID: Debian
                                  Description:    Debian GNU/Linux 11 (bullseye)
                                  Release:        11
                                  Codename:       bullseye
                                  
                                  PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
                                  NAME="Debian GNU/Linux"
                                  VERSION_ID="11"
                                  VERSION="11 (bullseye)"
                                  VERSION_CODENAME=bullseye
                                  ID=debian
                                  HOME_URL="https://www.debian.org/"
                                  SUPPORT_URL="https://www.debian.org/support"
                                  BUG_REPORT_URL="https://bugs.debian.org/"
                                  
                                  Systemuptime and Load:
                                   15:33:55 up 54 min,  3 users,  load average: 2.06, 1.83, 1.85
                                  CPU threads: 4
                                  
                                  Raspberry only:
                                  throttled=0x0
                                  Other values than 0x0 hint to temperature/voltage problems
                                  temp=65.7'C
                                  volt=0.8438V
                                  
                                  *** Time and Time Zones ***
                                                 Local time: Thu 2023-07-13 15:33:55 CEST
                                             Universal time: Thu 2023-07-13 13:33:55 UTC
                                                   RTC time: n/a
                                                  Time zone: Europe/Berlin (CEST, +0200)
                                  System clock synchronized: yes
                                                NTP service: active
                                            RTC in local TZ: no
                                  
                                  *** User and Groups ***
                                  pi
                                  /home/pi
                                  pi adm dialout cdrom sudo audio video plugdev games users input render netdev lpadmin gpio i2c spi iobroker
                                  
                                  *** X-Server-Setup ***
                                  X-Server:       true
                                  Desktop:
                                  Terminal:       tty
                                  Boot Target:    graphical.target
                                  
                                  *** MEMORY ***
                                                 total        used        free      shared  buff/cache   available
                                  Mem:            3.8G        1.0G        578M        390M        2.2G        2.3G
                                  Swap:           1.0G        888M        135M
                                  Total:          4.8G        1.9G        714M
                                  
                                           3793 M total memory
                                           1014 M used memory
                                           1829 M active memory
                                            880 M inactive memory
                                            579 M free memory
                                              3 M buffer memory
                                           2195 M swap cache
                                           1023 M total swap
                                            888 M used swap
                                            135 M free swap
                                  
                                  Raspberry only:
                                  oom events: 0
                                  lifetime oom required: 0 Mbytes
                                  total time in oom handler: 0 ms
                                  max time spent in oom handler: 0 ms
                                  
                                  *** FILESYSTEM ***
                                  Filesystem     Type      Size  Used Avail Use% Mounted on
                                  /dev/root      ext4      118G   22G   91G  19% /
                                  devtmpfs       devtmpfs  1.7G     0  1.7G   0% /dev
                                  tmpfs          tmpfs     1.9G  260M  1.6G  14% /dev/shm
                                  tmpfs          tmpfs     759M  1.4M  758M   1% /run
                                  tmpfs          tmpfs     5.0M  4.0K  5.0M   1% /run/lock
                                  /dev/loop0     squashfs  105M  105M     0 100% /snap/core/15425
                                  /dev/loop1     squashfs  105M  105M     0 100% /snap/core/15515
                                  /dev/loop2     squashfs   60M   60M     0 100% /snap/core20/1953
                                  /dev/loop3     squashfs   60M   60M     0 100% /snap/core20/1977
                                  /dev/loop4     squashfs  2.2M  2.2M     0 100% /snap/modem-manager/524
                                  /dev/loop5     squashfs  2.2M  2.2M     0 100% /snap/modem-manager/490
                                  /dev/sda1      vfat      253M   49M  204M  20% /boot
                                  tmpfs          tmpfs     380M   24K  380M   1% /run/user/1000
                                  
                                  Messages concerning ext4 filesystem in dmesg:
                                  [Thu Jul 13 14:39:54 2023] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1080M@60 video=HDMI-A-2:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:BA:49:88 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=tty1 root=PARTUUID=bb9f1717-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
                                  [Thu Jul 13 14:39:56 2023] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
                                  [Thu Jul 13 14:39:56 2023] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                                  [Thu Jul 13 14:39:58 2023] EXT4-fs (sda2): re-mounted. Quota mode: none.
                                  
                                  Show mounted filesystems (real ones only):
                                  TARGET                    SOURCE     FSTYPE   OPTIONS
                                  /                         /dev/sda2  ext4     rw,noatime
                                  |-/snap/core/15425        /dev/loop0 squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/core/15515        /dev/loop1 squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/core20/1953       /dev/loop2 squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/core20/1977       /dev/loop3 squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/modem-manager/524 /dev/loop4 squashfs ro,nodev,relatime,errors=continue
                                  |-/snap/modem-manager/490 /dev/loop5 squashfs ro,nodev,relatime,errors=continue
                                  `-/boot                   /dev/sda1  vfat     rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,flush,errors=remount-ro
                                  
                                  Files in neuralgic directories:
                                  
                                  /var:
                                  11G     /var/
                                  5.1G    /var/log
                                  3.8G    /var/log/journal/ea825a1e4f9840ffafb11a3068c2f00a
                                  3.8G    /var/log/journal
                                  2.8G    /var/lib
                                  
                                  Archived and active journals take up 3.7G in the file system.
                                  
                                  /opt/iobroker/backups:
                                  113M    /opt/iobroker/backups/
                                  
                                  /opt/iobroker/iobroker-data:
                                  412M    /opt/iobroker/iobroker-data/
                                  287M    /opt/iobroker/iobroker-data/files
                                  88M     /opt/iobroker/iobroker-data/files/echarts.admin
                                  67M     /opt/iobroker/iobroker-data/backup-objects
                                  57M     /opt/iobroker/iobroker-data/files/echarts
                                  
                                  The five largest files in iobroker-data are:
                                  32M     /opt/iobroker/iobroker-data/objects.jsonl
                                  23M     /opt/iobroker/iobroker-data/files/echarts/static/js/main.eb0afecd.js.map
                                  23M     /opt/iobroker/iobroker-data/files/echarts.admin/static/js/main.7952f0f7.js.map
                                  23M     /opt/iobroker/iobroker-data/files/echarts.admin/chart/static/js/main.eb0afecd.js.map
                                  17M     /opt/iobroker/iobroker-data/files/echarts/preview/static/js/main.1b04901d.js.map
                                  
                                  *** NodeJS-Installation ***
                                  
                                  /usr/bin/nodejs         v16.20.1
                                  /usr/bin/node           v16.20.1
                                  /usr/bin/npm            8.19.4
                                  /usr/bin/npx            8.19.4
                                  
                                  
                                  nodejs:
                                    Installed: 16.20.1-deb-1nodesource1
                                    Candidate: 16.20.1-deb-1nodesource1
                                    Version table:
                                   *** 16.20.1-deb-1nodesource1 500
                                          500 https://deb.nodesource.com/node_16.x bullseye/main arm64 Packages
                                          100 /var/lib/dpkg/status
                                       12.22.12~dfsg-1~deb11u4 500
                                          500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages
                                       12.22.12~dfsg-1~deb11u3 500
                                          500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                  
                                  Temp directories causing npm8 problem: 0
                                  No problems detected
                                  
                                  *** ioBroker-Installation ***
                                  
                                  ioBroker Status
                                  iobroker is running on this host.
                                  
                                  
                                  Objects type: jsonl
                                  States  type: jsonl
                                  
                                  MULTIHOSTSERVICE/enabled: false
                                  
                                  Core adapters versions
                                  js-controller:  4.0.24
                                  admin:          6.3.5
                                  javascript:     7.0.3
                                  
                                  Adapters from github:   0
                                  
                                  Adapter State
                                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.backitup.0               : backitup              : raspberrypi                              -  enabled
                                  + system.adapter.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 8080
                                    system.adapter.icons-mfd-png.0          : icons-mfd-png         : raspberrypi                              - disabled
                                    system.adapter.influxdb.0               : influxdb              : raspberrypi                              - disabled, port: 8086
                                  + system.adapter.info.0                   : info                  : raspberrypi                              -  enabled
                                  + system.adapter.javascript.0             : javascript            : raspberrypi                              -  enabled
                                  + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 0.0.0.0
                                    system.adapter.openligadb.0             : openligadb            : raspberrypi                              - disabled
                                  + system.adapter.rpi2.0                   : rpi2                  : raspberrypi                              -  enabled
                                    system.adapter.rssfeed.0                : rssfeed               : raspberrypi                              - disabled
                                  + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                  + system.adapter.sourceanalytix.0         : sourceanalytix        : raspberrypi                              -  enabled
                                    system.adapter.sql.0                    : sql                   : raspberrypi                              - disabled, port: 3306
                                  + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5000
                                    system.adapter.vis.0                    : vis                   : raspberrypi                              -  enabled
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  + system.adapter.whatsapp-cmb.0           : whatsapp-cmb          : raspberrypi                              -  enabled
                                  + system.adapter.yahka.1                  : yahka                 : raspberrypi                              -  enabled
                                  
                                  + instance is alive
                                  
                                  Enabled adapters with bindings
                                  + system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                                  + system.adapter.deconz.0                 : deconz                : raspberrypi                              -  enabled, port: 8080
                                  + system.adapter.node-red.0               : node-red              : raspberrypi                              -  enabled, port: 1880, bind: 0.0.0.0
                                  + system.adapter.shelly.0                 : shelly                : raspberrypi                              -  enabled, port: 1882, bind: 0.0.0.0
                                  + system.adapter.synology.0               : synology              : raspberrypi                              -  enabled, port: 5000
                                  + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                                  
                                  ioBroker-Repositories
                                  stable        : http://download.iobroker.net/sources-dist.json
                                  beta          : http://download.iobroker.net/sources-dist-latest.json
                                  
                                  Active repo(s): stable
                                  
                                  Installed ioBroker-Instances
                                  Used repository: stable
                                  Adapter    "admin"        : 6.3.5    , installed 6.3.5
                                  Adapter    "backitup"     : 2.6.23   , installed 2.6.23
                                  Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                  Adapter    "denon"        : 1.15.2   , installed 1.15.2
                                  Adapter    "echarts"      : 1.5.1    , installed 1.5.1
                                  Adapter    "hue-extended" : 2.0.0    , installed 2.0.0
                                  Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                  Adapter    "icons-mfd-png": 1.1.0    , installed 1.1.0
                                  Adapter    "influxdb"     : 3.2.0    , installed 3.2.0
                                  Adapter    "info"         : 1.9.26   , installed 1.9.26
                                  Adapter    "javascript"   : 7.0.3    , installed 7.0.3
                                  Controller "js-controller": 4.0.24   , installed 4.0.24
                                  Adapter    "lgtv"         : 1.1.10   , installed 1.1.10
                                  Adapter    "node-red"     : 4.0.3    , installed 4.0.3
                                  Adapter    "openligadb"   : 1.2.4    , installed 1.2.4
                                  Adapter    "openweathermap": 0.3.9   , installed 0.3.9
                                  Adapter    "parser"       : 1.3.2    , installed 1.3.2
                                  Adapter    "rest-api"     : 1.1.0    , installed 1.1.0
                                  Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                  Adapter    "rssfeed"      : 2.6.1    , installed 2.6.1
                                  Adapter    "shelly"       : 6.4.1    , installed 6.4.1
                                  Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                  Adapter    "socketio"     : 4.2.0    , installed 4.2.0
                                  Adapter    "sonos"        : 2.3.1    , installed 2.3.1
                                  Adapter    "sql"          : 2.2.0    , installed 2.2.0
                                  Adapter    "synology"     : 2.1.13   , installed 2.1.13
                                  Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                  Adapter    "vis-bars"     : 0.1.4    , installed 0.1.4
                                  Adapter    "vis-colorpicker": 2.0.3  , installed 2.0.3
                                  Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                  Adapter    "vis-icontwo"  : 0.96.0   , installed 0.96.0
                                  Adapter    "vis-inventwo" : 3.3.1    , installed 3.3.1
                                  Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                  Adapter    "vis-metro"    : 1.2.0    , installed 1.2.0
                                  Adapter    "web"          : 4.3.0    , installed 4.3.0
                                  Adapter    "whatsapp-cmb" : 0.2.3    , installed 0.2.3
                                  Adapter    "ws"           : 1.3.0    , installed 1.3.0
                                  Adapter    "yahka"        : 0.17.0   , installed 0.17.0
                                  
                                  Objects and States
                                  Please stand by - This may take a while
                                  Objects:        2966
                                  States:         2690
                                  
                                  *** OS-Repositories and Updates ***
                                  Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                  Hit:2 http://deb.debian.org/debian bullseye InRelease
                                  Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
                                  Hit:4 https://repos.influxdata.com/debian bullseye InRelease
                                  Hit:5 http://deb.debian.org/debian bullseye-updates InRelease
                                  Hit:6 https://download.docker.com/linux/debian bullseye InRelease
                                  Hit:7 http://deb.debian.org/debian bullseye-backports InRelease
                                  Hit:8 https://deb.nodesource.com/node_16.x bullseye InRelease
                                  Hit:9 https://apt.grafana.com stable InRelease
                                  Hit:10 https://phoscon.de/apt/deconz bullseye InRelease
                                  Reading package lists...
                                  Pending Updates: 0
                                  
                                  *** Listening Ports ***
                                  Active Internet connections (only servers)
                                  Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode      PID/Program name
                                  tcp        0      0 0.0.0.0:56433           0.0.0.0:*               LISTEN      107        15967      1029/rpc.statd
                                  tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      1000       15616      443/deCONZ
                                  tcp        0      0 0.0.0.0:2000            0.0.0.0:*               LISTEN      0          17014      1432/docker-proxy
                                  tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      0          14991      659/vncserver-x11-c
                                  tcp        0      0 0.0.0.0:1880            0.0.0.0:*               LISTEN      1001       28079      1924/node-red
                                  tcp        0      0 0.0.0.0:8383            0.0.0.0:*               LISTEN      1000       24162      2407/electron.js
                                  tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          13797      662/sshd: /usr/sbin
                                  tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      1001       17840      995/iobroker.js-con
                                  tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      1001       19669      995/iobroker.js-con
                                  tcp        0      0 0.0.0.0:43061           0.0.0.0:*               LISTEN      1001       27906      2436/io.yahka.1
                                  tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          13843      689/nginx: master p
                                  tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      0          832        1/init
                                  tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN      1000       15018      443/deCONZ
                                  tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      0          14959      642/cupsd
                                  tcp6       0      0 :::40627                :::*                    LISTEN      107        15971      1029/rpc.statd
                                  tcp6       0      0 :::8081                 :::*                    LISTEN      1001       19789      1789/io.admin.0
                                  tcp6       0      0 :::8082                 :::*                    LISTEN      1001       25235      2424/io.web.0
                                  tcp6       0      0 :::8086                 :::*                    LISTEN      998        61310      13292/influxd
                                  tcp6       0      0 :::2000                 :::*                    LISTEN      0          17019      1440/docker-proxy
                                  tcp6       0      0 :::5900                 :::*                    LISTEN      0          14990      659/vncserver-x11-c
                                  tcp6       0      0 ::1:631                 :::*                    LISTEN      0          14958      642/cupsd
                                  tcp6       0      0 :::22                   :::*                    LISTEN      0          13799      662/sshd: /usr/sbin
                                  tcp6       0      0 :::80                   :::*                    LISTEN      0          13844      689/nginx: master p
                                  tcp6       0      0 :::111                  :::*                    LISTEN      0          1165       1/init
                                  tcp6       0      0 :::9115                 :::*                    LISTEN      117        1613       454/prometheus-blac
                                  tcp6       0      0 :::3000                 :::*                    LISTEN      116        17879      993/grafana
                                  udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       19253      2335/io.deconz.0
                                  udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       19251      2335/io.deconz.0
                                  udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1001       19248      2335/io.deconz.0
                                  udp        0      0 0.0.0.0:1900            0.0.0.0:*                           1000       2039       443/deCONZ
                                  udp        0      0 0.0.0.0:68              0.0.0.0:*                           0          13932      982/dhcpcd
                                  udp        0      0 0.0.0.0:111             0.0.0.0:*                           0          11955      1/init
                                  udp        0      0 0.0.0.0:631             0.0.0.0:*                           0          14981      676/cups-browsed
                                  udp        0      0 127.0.0.1:781           0.0.0.0:*                           0          15961      1029/rpc.statd
                                  udp        0      0 224.0.0.251:5353        0.0.0.0:*                           1000       23036      2602/index.html#Hom
                                  udp        0      0 224.0.0.251:5353        0.0.0.0:*                           1000       23034      2602/index.html#Hom
                                  udp        0      0 224.0.0.251:5353        0.0.0.0:*                           1000       23032      2602/index.html#Hom
                                  udp        0      0 0.0.0.0:5353            0.0.0.0:*                           108        1917       439/avahi-daemon: r
                                  udp        0      0 0.0.0.0:5683            0.0.0.0:*                           1001       20313      1982/io.shelly.0
                                  udp        0      0 0.0.0.0:40564           0.0.0.0:*                           108        1919       439/avahi-daemon: r
                                  udp        0      0 0.0.0.0:34445           0.0.0.0:*                           107        15965      1029/rpc.statd
                                  udp6       0      0 :::1900                 :::*                                1001       19254      2335/io.deconz.0
                                  udp6       0      0 :::1900                 :::*                                1001       19252      2335/io.deconz.0
                                  udp6       0      0 :::1900                 :::*                                1001       19250      2335/io.deconz.0
                                  udp6       0      0 :::1900                 :::*                                1001       19249      2335/io.deconz.0
                                  udp6       0      0 :::55184                :::*                                107        15969      1029/rpc.statd
                                  udp6       0      0 :::47167                :::*                                108        1920       439/avahi-daemon: r
                                  udp6       0      0 :::111                  :::*                                0          1168       1/init
                                  udp6       0      0 :::546                  :::*                                0          13948      982/dhcpcd
                                  udp6       0      0 :::5353                 :::*                                108        1918       439/avahi-daemon: r
                                  
                                  *** Log File - Last 25 Lines ***
                                  
                                  2023-07-13 15:28:00.037  - info: javascript.0 (1812) script.js.common.Vis_aktualisieren: Vis aktualisiert
                                  2023-07-13 15:30:00.041  - info: javascript.0 (1812) script.js.common.Vis_aktualisieren: Vis aktualisiert
                                  2023-07-13 15:30:00.225  - info: web.0 (2424) <== Disconnect system.user.admin from ::ffff:192.168.160.37 vis.0
                                  2023-07-13 15:30:02.936  - info: web.0 (2424) ==> Connected system.user.admin from ::ffff:192.168.160.37
                                  2023-07-13 15:32:00.049  - info: javascript.0 (1812) script.js.common.Vis_aktualisieren: Vis aktualisiert
                                  2023-07-13 15:34:00.028  - info: javascript.0 (1812) script.js.common.Vis_aktualisieren: Vis aktualisiert
                                  2023-07-13 15:34:00.410  - info: web.0 (2424) <== Disconnect system.user.admin from ::ffff:192.168.160.37 vis.0
                                  2023-07-13 15:34:03.274  - info: web.0 (2424) ==> Connected system.user.admin from ::ffff:192.168.160.37
                                  

                                  **MOD-EDIT: Code in code-tags gesetzt!``

                                  DJMarc75 1 Reply Last reply Reply Quote 0
                                  • DJMarc75
                                    DJMarc75 @Fredi009sg last edited by

                                    @fredi009sg in CODETAGS einsetzen bitte.
                                    wie das geht steht alles hier drin
                                    https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge

                                    Homoran 1 Reply Last reply Reply Quote 0
                                    • Fredi009sg
                                      Fredi009sg last edited by Fredi009sg

                                      Über den Befehl sudo systemctl status influxdb sehe ich, dass der Service läuft und ich kann über die Webseite die Einrichtung starten.

                                      Weiterhin kann ich aber über influx setup diese nicht starten.

                                      Grundsätzlich brauche ich einen Token für BackItUp.

                                      pi@raspberrypi:~ $ sudo systemctl status influxdb
                                      ```influxdb.service - InfluxDB is an open-source, distributed, time series database
                                           Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
                                           Active: active (running) since Thu 2023-07-13 15:10:47 CEST; 29min ago
                                             Docs: https://docs.influxdata.com/influxdb/
                                          Process: 13291 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=0/SUCCESS)
                                         Main PID: 13292 (influxd)
                                            Tasks: 9 (limit: 3932)
                                              CPU: 5.189s
                                           CGroup: /system.slice/influxdb.service
                                                   └─13292 /usr/bin/influxd
                                      
                                      Jul 13 15:25:20 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:25:20.630612Z lvl=info msg=Unauthorized log_id=0i~qr3v0000 error="authorization not found"
                                      Jul 13 15:25:30 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:25:30.639551Z lvl=info msg=Unauthorized log_id=0i~qr3v0000 error="authorization not found"
                                      Jul 13 15:25:40 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:25:40.649854Z lvl=info msg=Unauthorized log_id=0i~qr3v0000 error="authorization not found"
                                      Jul 13 15:25:50 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:25:50.658906Z lvl=info msg=Unauthorized log_id=0i~qr3v0000 error="authorization not found"
                                      Jul 13 15:26:00 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:26:00.667691Z lvl=info msg=Unauthorized log_id=0i~qr3v0000 error="authorization not found"
                                      Jul 13 15:26:10 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:26:10.676095Z lvl=info msg=Unauthorized log_id=0i~qr3v0000 error="authorization not found"
                                      Jul 13 15:26:20 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:26:20.699380Z lvl=info msg=Unauthorized log_id=0i~qr3v0000 error="authorization not found"
                                      Jul 13 15:26:30 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:26:30.708714Z lvl=info msg=Unauthorized log_id=0i~qr3v0000 error="authorization not found"
                                      Jul 13 15:40:47 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:40:47.226212Z lvl=info msg="Retention policy deletion check (start)" log_id=0i~qr3v0000 service=retentio>
                                      Jul 13 15:40:47 raspberrypi influxd-systemd-start.sh[13292]: ts=2023-07-13T13:40:47.227493Z lvl=info msg="Retention policy deletion check (end)" log_id=0i~qr3v0000 service=retention >
                                      T 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @DJMarc75 last edited by

                                        @djmarc75 sagte in InfluxDB 2 BackItUp Error:

                                        CODETAGS einsetzen bitte.

                                        die sind doch im Output drin, wenn man sie nicht rausoperiert

                                        1 Reply Last reply Reply Quote 0
                                        • T
                                          TT-Tom @Fredi009sg last edited by TT-Tom

                                          @fredi009sg

                                          Warum richtest du sie nicht über Website ein? Da bekommst du auch den Token für Backitup bzw. den Influx Adapter.
                                          Welche Version von Influx hast du installiert??
                                          Hast du die influx-cli installiert???

                                          1 Reply Last reply Reply Quote 0
                                          • ?
                                            A Former User @Fredi009sg last edited by A Former User

                                            @fredi009sg sagte in InfluxDB 2 BackItUp Error:

                                            pi@raspberrypi:~ $ influx setup
                                            -bash: /usr/local/bin/influx: Kann die Binärdatei nicht ausführen: Fehler im Format der Programmdatei

                                            Moin,

                                            Du hast schlicht und ergreifend die falsche Binär Datei installiert, eine die nicht für Dein Raspi ist.

                                            sudo file /usr/local/bin/influx*
                                            

                                            Da kommt dann eine Ausgabe, die Dir sagt, für welche CPU Architektur diese Datei ist.

                                            Da Du zwei Pakete brauchst, einmal den Datenbankmanager influxd und einmal den Client, zum Backup machen influx, hast Du die richtige Architektur des Datenbankmanagers genommen und die falsche für den Client.

                                            Beispiel

                                            $ file /usr/bin/influx*
                                            /usr/bin/influx:  ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2bc954d6fdfb7d16de125fd391a386f4918b3bbe, for GNU/Linux 4.4.0, stripped
                                            /usr/bin/influxd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8f3719307508ee5ed2625282f0922e3facd89b60, for GNU/Linux 4.4.0, stripped
                                            

                                            Aber ist eh Jacke, wie Hose, Du solltest das richtig über die Repositories installieren.

                                            Wie man das macht, steht auf der Seite https://docs.influxdata.com/influxdb/v2.2/install/?t=Linux

                                            VG
                                            Bernd

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            522
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            40
                                            1252
                                            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