Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Praktische Anwendungen (Showcase)
  4. [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

[HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren

Geplant Angeheftet Gesperrt Verschoben Praktische Anwendungen (Showcase)
131 Beiträge 23 Kommentatoren 34.1k Aufrufe 29 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • H Honnkoponko

    ich habe Lösung gefunden

    wendy2702W Online
    wendy2702W Online
    wendy2702
    schrieb am zuletzt editiert von
    #117

    @honnkoponko sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

    ich habe Lösung gefunden

    Aha, und wofür?

    Bitte keine Fragen per PN, die gehören ins Forum!

    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

    H 1 Antwort Letzte Antwort
    0
    • wendy2702W wendy2702

      @honnkoponko sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

      ich habe Lösung gefunden

      Aha, und wofür?

      H Offline
      H Offline
      Honnkoponko
      schrieb am zuletzt editiert von
      #118

      @wendy2702
      ich hatte Problem mit v1.x zu 2.x update.
      Musste mehrmals neu installieren aber am Ende hat geklappt und funtkioniert jetzt :)

      1 Antwort Letzte Antwort
      0
      • T Offline
        T Offline
        tklein
        schrieb am zuletzt editiert von
        #119

        hi,

        ich kann auf proxmox auf meiner linux ct keine influxdb installieren.

        The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
        
        

        kommt, nachdem ich folgendes gemacht habe:

        influxdb login: root
        Password: 
        Linux influxdb 6.8.12-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-1 (2024-08-05T16:17Z) 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: Mon Jul  7 15:59:12 UTC 2025 on tty1
        root@influxdb:~# sudo
        -bash: sudo: command not found
        root@influxdb:~# get update
        -bash: get: command not found
        root@influxdb:~# uname -m
        x86_64
        root@influxdb:~# cat /etc/debian_version
        12.11
        root@influxdb:~# getconf LONG_BIT
        64
        root@influxdb:~# cat /etc/*release
        PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
        NAME="Debian GNU/Linux"
        VERSION_ID="12"
        VERSION="12 (bookworm)"
        VERSION_CODENAME=bookworm
        ID=debian
        HOME_URL="https://www.debian.org/"
        SUPPORT_URL="https://www.debian.org/support"
        BUG_REPORT_URL="https://bugs.debian.org/"
        root@influxdb:~# wget -q https://repos.influxdata.com/influxdata-archive_compat.key
        root@influxdb:~# echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
        -bash: sudo: command not found
        root@influxdb:~# echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | tee /etc/apt/so
        urces.list.d/influxdata.list
        deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
        root@influxdb:~# cat influxdata-archive_compat.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
        -bash: gpg: command not found
        root@influxdb:~# install gpg
        install: missing destination file operand after 'gpg'
        Try 'install --help' for more information.
        root@influxdb:~# apt install gnupg
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        The following additional packages will be installed:
          dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libksba8 libnpth0 pinentry-curses
        Suggested packages:
          dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon pinentry-doc
        The following NEW packages will be installed:
          dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libksba8 libnpth0 pinentry-curses
        0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
        Need to get 7881 kB of archives.
        After this operation, 16.0 MB of additional disk space will be used.
        Do you want to continue? [Y/n] Y
        Get:1 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
        Get:2 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB]
        Get:3 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
        Get:4 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
        Get:5 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB]
        Get:6 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1093 kB]
        Get:7 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB]
        Get:8 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1.1 [949 kB]
        Get:9 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
        Get:10 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB]
        Get:11 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB]
        Get:12 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB]
        Get:13 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB]
        Get:14 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB]                                                                        
        Fetched 7881 kB in 12s (641 kB/s)                                                                                                                            
        Selecting previously unselected package libassuan0:amd64.
        (Reading database ... 19137 files and directories currently installed.)
        Preparing to unpack .../00-libassuan0_2.5.5-5_amd64.deb ...
        Unpacking libassuan0:amd64 (2.5.5-5) ...
        Selecting previously unselected package gpgconf.
        Preparing to unpack .../01-gpgconf_2.2.40-1.1_amd64.deb ...
        Unpacking gpgconf (2.2.40-1.1) ...
        Selecting previously unselected package libksba8:amd64.
        Preparing to unpack .../02-libksba8_1.6.3-2_amd64.deb ...
        Unpacking libksba8:amd64 (1.6.3-2) ...
        Selecting previously unselected package libnpth0:amd64.
        Preparing to unpack .../03-libnpth0_1.6-3_amd64.deb ...
        Unpacking libnpth0:amd64 (1.6-3) ...
        Selecting previously unselected package dirmngr.
        Preparing to unpack .../04-dirmngr_2.2.40-1.1_amd64.deb ...
        Unpacking dirmngr (2.2.40-1.1) ...
        Selecting previously unselected package gnupg-l10n.
        Preparing to unpack .../05-gnupg-l10n_2.2.40-1.1_all.deb ...
        Unpacking gnupg-l10n (2.2.40-1.1) ...
        Selecting previously unselected package gnupg-utils.
        Preparing to unpack .../06-gnupg-utils_2.2.40-1.1_amd64.deb ...
        Unpacking gnupg-utils (2.2.40-1.1) ...
        Selecting previously unselected package gpg.
        Preparing to unpack .../07-gpg_2.2.40-1.1_amd64.deb ...
        Unpacking gpg (2.2.40-1.1) ...
        Selecting previously unselected package pinentry-curses.
        Preparing to unpack .../08-pinentry-curses_1.2.1-1_amd64.deb ...
        Unpacking pinentry-curses (1.2.1-1) ...
        Selecting previously unselected package gpg-agent.
        Preparing to unpack .../09-gpg-agent_2.2.40-1.1_amd64.deb ...
        Unpacking gpg-agent (2.2.40-1.1) ...
        Selecting previously unselected package gpg-wks-client.
        Preparing to unpack .../10-gpg-wks-client_2.2.40-1.1_amd64.deb ...
        Unpacking gpg-wks-client (2.2.40-1.1) ...
        Selecting previously unselected package gpg-wks-server.
        Preparing to unpack .../11-gpg-wks-server_2.2.40-1.1_amd64.deb ...
        Unpacking gpg-wks-server (2.2.40-1.1) ...
        Selecting previously unselected package gpgsm.
        Preparing to unpack .../12-gpgsm_2.2.40-1.1_amd64.deb ...
        Unpacking gpgsm (2.2.40-1.1) ...
        Selecting previously unselected package gnupg.
        Preparing to unpack .../13-gnupg_2.2.40-1.1_all.deb ...
        Unpacking gnupg (2.2.40-1.1) ...
        Setting up libksba8:amd64 (1.6.3-2) ...
        Setting up libnpth0:amd64 (1.6-3) ...
        Setting up libassuan0:amd64 (2.5.5-5) ...
        Setting up gnupg-l10n (2.2.40-1.1) ...
        Setting up gpgconf (2.2.40-1.1) ...
        Setting up gpg (2.2.40-1.1) ...
        Setting up gnupg-utils (2.2.40-1.1) ...
        Setting up pinentry-curses (1.2.1-1) ...
        Setting up gpg-agent (2.2.40-1.1) ...
        Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket -> /usr/lib/systemd/user/gpg-agent-browser.socket.
        Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket -> /usr/lib/systemd/user/gpg-agent-extra.socket.
        Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket -> /usr/lib/systemd/user/gpg-agent-ssh.socket.
        Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket -> /usr/lib/systemd/user/gpg-agent.socket.
        Setting up gpgsm (2.2.40-1.1) ...
        Setting up dirmngr (2.2.40-1.1) ...
        Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket -> /usr/lib/systemd/user/dirmngr.socket.
        Setting up gpg-wks-server (2.2.40-1.1) ...
        Setting up gpg-wks-client (2.2.40-1.1) ...
        Setting up gnupg (2.2.40-1.1) ...
        Processing triggers for man-db (2.11.2-2) ...
        Processing triggers for libc-bin (2.36-9+deb12u10) ...
        root@influxdb:~# apt install lsb-release
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        The following NEW packages will be installed:
          lsb-release
        0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
        Need to get 6416 B of archives.
        After this operation, 17.4 kB of additional disk space will be used.
        Get:1 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
        Fetched 6416 B in 10s (626 B/s)   
        Selecting previously unselected package lsb-release.
        (Reading database ... 19392 files and directories currently installed.)
        Preparing to unpack .../lsb-release_12.0-1_all.deb ...
        Unpacking lsb-release (12.0-1) ...
        Setting up lsb-release (12.0-1) ...
        Processing triggers for man-db (2.11.2-2) ...
        root@influxdb:~# apt update && apt install -y influxdb2
        Hit:1 http://security.debian.org bookworm-security InRelease
        Hit:2 http://deb.debian.org/debian bookworm InRelease                       
        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease               
        Get:4 https://repos.influxdata.com/debian stable InRelease [6907 B]         
        Err:4 https://repos.influxdata.com/debian stable InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        Reading package lists... Done
        W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
        N: Updating from such a repository can't be done securely, and is therefore disabled by default.
        N: See apt-secure(8) manpage for repository creation and user configuration details.
        **root@influxdb:~# apt update**
        Hit:1 http://security.debian.org bookworm-security InRelease                                              
        Hit:2 http://deb.debian.org/debian bookworm InRelease                                                     
        Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
        Get:4 https://repos.influxdata.com/debian stable InRelease [6907 B]
        Err:4 https://repos.influxdata.com/debian stable InRelease
          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        Reading package lists... Done
        W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
        E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
        N: Updating from such a repository can't be done securely, and is therefore disabled by default.
        N: See apt-secure(8) manpage for repository creation and user configuration details.
        
        **root@influxdb:~# apt install influxdb2**
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        E: Unable to locate package influxdb2
        

        was kann ich machen?

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • T tklein

          hi,

          ich kann auf proxmox auf meiner linux ct keine influxdb installieren.

          The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
          
          

          kommt, nachdem ich folgendes gemacht habe:

          influxdb login: root
          Password: 
          Linux influxdb 6.8.12-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-1 (2024-08-05T16:17Z) 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: Mon Jul  7 15:59:12 UTC 2025 on tty1
          root@influxdb:~# sudo
          -bash: sudo: command not found
          root@influxdb:~# get update
          -bash: get: command not found
          root@influxdb:~# uname -m
          x86_64
          root@influxdb:~# cat /etc/debian_version
          12.11
          root@influxdb:~# getconf LONG_BIT
          64
          root@influxdb:~# cat /etc/*release
          PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
          NAME="Debian GNU/Linux"
          VERSION_ID="12"
          VERSION="12 (bookworm)"
          VERSION_CODENAME=bookworm
          ID=debian
          HOME_URL="https://www.debian.org/"
          SUPPORT_URL="https://www.debian.org/support"
          BUG_REPORT_URL="https://bugs.debian.org/"
          root@influxdb:~# wget -q https://repos.influxdata.com/influxdata-archive_compat.key
          root@influxdb:~# echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
          -bash: sudo: command not found
          root@influxdb:~# echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | tee /etc/apt/so
          urces.list.d/influxdata.list
          deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
          root@influxdb:~# cat influxdata-archive_compat.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
          -bash: gpg: command not found
          root@influxdb:~# install gpg
          install: missing destination file operand after 'gpg'
          Try 'install --help' for more information.
          root@influxdb:~# apt install gnupg
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          The following additional packages will be installed:
            dirmngr gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libksba8 libnpth0 pinentry-curses
          Suggested packages:
            dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon pinentry-doc
          The following NEW packages will be installed:
            dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libksba8 libnpth0 pinentry-curses
          0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
          Need to get 7881 kB of archives.
          After this operation, 16.0 MB of additional disk space will be used.
          Do you want to continue? [Y/n] Y
          Get:1 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
          Get:2 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1.1 [564 kB]
          Get:3 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
          Get:4 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
          Get:5 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1.1 [792 kB]
          Get:6 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1.1 [1093 kB]
          Get:7 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1.1 [927 kB]
          Get:8 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1.1 [949 kB]
          Get:9 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
          Get:10 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1.1 [695 kB]
          Get:11 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1.1 [541 kB]
          Get:12 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1.1 [531 kB]
          Get:13 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1.1 [671 kB]
          Get:14 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1.1 [846 kB]                                                                        
          Fetched 7881 kB in 12s (641 kB/s)                                                                                                                            
          Selecting previously unselected package libassuan0:amd64.
          (Reading database ... 19137 files and directories currently installed.)
          Preparing to unpack .../00-libassuan0_2.5.5-5_amd64.deb ...
          Unpacking libassuan0:amd64 (2.5.5-5) ...
          Selecting previously unselected package gpgconf.
          Preparing to unpack .../01-gpgconf_2.2.40-1.1_amd64.deb ...
          Unpacking gpgconf (2.2.40-1.1) ...
          Selecting previously unselected package libksba8:amd64.
          Preparing to unpack .../02-libksba8_1.6.3-2_amd64.deb ...
          Unpacking libksba8:amd64 (1.6.3-2) ...
          Selecting previously unselected package libnpth0:amd64.
          Preparing to unpack .../03-libnpth0_1.6-3_amd64.deb ...
          Unpacking libnpth0:amd64 (1.6-3) ...
          Selecting previously unselected package dirmngr.
          Preparing to unpack .../04-dirmngr_2.2.40-1.1_amd64.deb ...
          Unpacking dirmngr (2.2.40-1.1) ...
          Selecting previously unselected package gnupg-l10n.
          Preparing to unpack .../05-gnupg-l10n_2.2.40-1.1_all.deb ...
          Unpacking gnupg-l10n (2.2.40-1.1) ...
          Selecting previously unselected package gnupg-utils.
          Preparing to unpack .../06-gnupg-utils_2.2.40-1.1_amd64.deb ...
          Unpacking gnupg-utils (2.2.40-1.1) ...
          Selecting previously unselected package gpg.
          Preparing to unpack .../07-gpg_2.2.40-1.1_amd64.deb ...
          Unpacking gpg (2.2.40-1.1) ...
          Selecting previously unselected package pinentry-curses.
          Preparing to unpack .../08-pinentry-curses_1.2.1-1_amd64.deb ...
          Unpacking pinentry-curses (1.2.1-1) ...
          Selecting previously unselected package gpg-agent.
          Preparing to unpack .../09-gpg-agent_2.2.40-1.1_amd64.deb ...
          Unpacking gpg-agent (2.2.40-1.1) ...
          Selecting previously unselected package gpg-wks-client.
          Preparing to unpack .../10-gpg-wks-client_2.2.40-1.1_amd64.deb ...
          Unpacking gpg-wks-client (2.2.40-1.1) ...
          Selecting previously unselected package gpg-wks-server.
          Preparing to unpack .../11-gpg-wks-server_2.2.40-1.1_amd64.deb ...
          Unpacking gpg-wks-server (2.2.40-1.1) ...
          Selecting previously unselected package gpgsm.
          Preparing to unpack .../12-gpgsm_2.2.40-1.1_amd64.deb ...
          Unpacking gpgsm (2.2.40-1.1) ...
          Selecting previously unselected package gnupg.
          Preparing to unpack .../13-gnupg_2.2.40-1.1_all.deb ...
          Unpacking gnupg (2.2.40-1.1) ...
          Setting up libksba8:amd64 (1.6.3-2) ...
          Setting up libnpth0:amd64 (1.6-3) ...
          Setting up libassuan0:amd64 (2.5.5-5) ...
          Setting up gnupg-l10n (2.2.40-1.1) ...
          Setting up gpgconf (2.2.40-1.1) ...
          Setting up gpg (2.2.40-1.1) ...
          Setting up gnupg-utils (2.2.40-1.1) ...
          Setting up pinentry-curses (1.2.1-1) ...
          Setting up gpg-agent (2.2.40-1.1) ...
          Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket -> /usr/lib/systemd/user/gpg-agent-browser.socket.
          Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket -> /usr/lib/systemd/user/gpg-agent-extra.socket.
          Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket -> /usr/lib/systemd/user/gpg-agent-ssh.socket.
          Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket -> /usr/lib/systemd/user/gpg-agent.socket.
          Setting up gpgsm (2.2.40-1.1) ...
          Setting up dirmngr (2.2.40-1.1) ...
          Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket -> /usr/lib/systemd/user/dirmngr.socket.
          Setting up gpg-wks-server (2.2.40-1.1) ...
          Setting up gpg-wks-client (2.2.40-1.1) ...
          Setting up gnupg (2.2.40-1.1) ...
          Processing triggers for man-db (2.11.2-2) ...
          Processing triggers for libc-bin (2.36-9+deb12u10) ...
          root@influxdb:~# apt install lsb-release
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          The following NEW packages will be installed:
            lsb-release
          0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
          Need to get 6416 B of archives.
          After this operation, 17.4 kB of additional disk space will be used.
          Get:1 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
          Fetched 6416 B in 10s (626 B/s)   
          Selecting previously unselected package lsb-release.
          (Reading database ... 19392 files and directories currently installed.)
          Preparing to unpack .../lsb-release_12.0-1_all.deb ...
          Unpacking lsb-release (12.0-1) ...
          Setting up lsb-release (12.0-1) ...
          Processing triggers for man-db (2.11.2-2) ...
          root@influxdb:~# apt update && apt install -y influxdb2
          Hit:1 http://security.debian.org bookworm-security InRelease
          Hit:2 http://deb.debian.org/debian bookworm InRelease                       
          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease               
          Get:4 https://repos.influxdata.com/debian stable InRelease [6907 B]         
          Err:4 https://repos.influxdata.com/debian stable InRelease
            The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          Reading package lists... Done
          W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
          N: Updating from such a repository can't be done securely, and is therefore disabled by default.
          N: See apt-secure(8) manpage for repository creation and user configuration details.
          **root@influxdb:~# apt update**
          Hit:1 http://security.debian.org bookworm-security InRelease                                              
          Hit:2 http://deb.debian.org/debian bookworm InRelease                                                     
          Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
          Get:4 https://repos.influxdata.com/debian stable InRelease [6907 B]
          Err:4 https://repos.influxdata.com/debian stable InRelease
            The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          Reading package lists... Done
          W: GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
          E: The repository 'https://repos.influxdata.com/debian stable InRelease' is not signed.
          N: Updating from such a repository can't be done securely, and is therefore disabled by default.
          N: See apt-secure(8) manpage for repository creation and user configuration details.
          
          **root@influxdb:~# apt install influxdb2**
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          E: Unable to locate package influxdb2
          

          was kann ich machen?

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #120

          @tklein

          Was veranstaltest du da? Und dann noch mit vollem root-Zugang.

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          T 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @tklein

            Was veranstaltest du da? Und dann noch mit vollem root-Zugang.

            T Offline
            T Offline
            tklein
            schrieb am zuletzt editiert von
            #121

            @thomas-braun kann es halt (noch) nicht besser.

            was/wie kann ich besser machen. hatte eine frische ct angelegt. dann wollte ich influxdb2 installieren, damit ich die daten aus meinem iobroker in die db schreiben kann.

            viele videos/tut haben bei mir nicht geklappt. :-(

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • T tklein

              @thomas-braun kann es halt (noch) nicht besser.

              was/wie kann ich besser machen. hatte eine frische ct angelegt. dann wollte ich influxdb2 installieren, damit ich die daten aus meinem iobroker in die db schreiben kann.

              viele videos/tut haben bei mir nicht geklappt. :-(

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #122

              @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

              was/wie kann ich besser machen.

              Zunächst legt man sich einen User an, den man statt des root verwendet.
              Wie das geht steht u.a. in der Anleitung, wie man man den ioBroker richtig auf einem lxc installiert.

              Und mit diesem user funktionieren dann auch die Befehle von hier:

              https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

              Vorausgesetzt, dass gpg usw. bereits vorhanden ist. Ist bei richtigen Installationen der Fall, bei Containern halt nicht unbedingt. (Weswegen ich auch Container nicht für Linux-Anfänger empfehlen würde...)

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              T 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                was/wie kann ich besser machen.

                Zunächst legt man sich einen User an, den man statt des root verwendet.
                Wie das geht steht u.a. in der Anleitung, wie man man den ioBroker richtig auf einem lxc installiert.

                Und mit diesem user funktionieren dann auch die Befehle von hier:

                https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                Vorausgesetzt, dass gpg usw. bereits vorhanden ist. Ist bei richtigen Installationen der Fall, bei Containern halt nicht unbedingt. (Weswegen ich auch Container nicht für Linux-Anfänger empfehlen würde...)

                T Offline
                T Offline
                tklein
                schrieb am zuletzt editiert von
                #123

                @thomas-braun den iob hatte ich auch als ct angelegt. das hat soweit geklappt. für influxdb wollte ich eine separate installation.
                dann werde ich mal schauen wie ich linux als lxc installiert bekomme.
                danke dir für deine hilfe!

                Thomas BraunT 2 Antworten Letzte Antwort
                0
                • T tklein

                  @thomas-braun den iob hatte ich auch als ct angelegt. das hat soweit geklappt. für influxdb wollte ich eine separate installation.
                  dann werde ich mal schauen wie ich linux als lxc installiert bekomme.
                  danke dir für deine hilfe!

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #124

                  @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                  für influxdb wollte ich eine separate installation.

                  Aber deine Turnübungen da oben waren doch im ioBroker-Container, oder nicht?

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  T 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                    für influxdb wollte ich eine separate installation.

                    Aber deine Turnübungen da oben waren doch im ioBroker-Container, oder nicht?

                    T Offline
                    T Offline
                    tklein
                    schrieb am zuletzt editiert von
                    #125

                    @thomas-braun nee, die baucghlandung waren im influx ct

                    1 Antwort Letzte Antwort
                    0
                    • T tklein

                      @thomas-braun den iob hatte ich auch als ct angelegt. das hat soweit geklappt. für influxdb wollte ich eine separate installation.
                      dann werde ich mal schauen wie ich linux als lxc installiert bekomme.
                      danke dir für deine hilfe!

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #126

                      @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                      dann werde ich mal schauen wie ich linux als lxc installiert bekomme.

                      ???
                      LXC IST ein LinuXContainer. Was willst du denn da 'Linux' installieren?

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      T 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                        dann werde ich mal schauen wie ich linux als lxc installiert bekomme.

                        ???
                        LXC IST ein LinuXContainer. Was willst du denn da 'Linux' installieren?

                        T Offline
                        T Offline
                        tklein
                        schrieb am zuletzt editiert von
                        #127

                        @thomas-braun sorry habe da CT/VM und LxC durcheinandergeworfen

                        Thomas BraunT 1 Antwort Letzte Antwort
                        0
                        • T Offline
                          T Offline
                          tklein
                          schrieb am zuletzt editiert von
                          #128

                          @thomas-braun said in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                          @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                          was/wie kann ich besser machen.

                          Zunächst legt man sich einen User an, den man statt des root verwendet.
                          Wie das geht steht u.a. in der Anleitung, wie man man den ioBroker richtig auf einem lxc installiert.
                          --> welche Anleitung kannst du empfehlen. Finde oft nur welche, wo mit curl die Scriptdatei aufgerufen wird

                          Und mit diesem user funktionieren dann auch die Befehle von hier:

                          https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                          Vorausgesetzt, dass gpg usw. bereits vorhanden ist. Ist bei richtigen Installationen der Fall, bei Containern halt nicht unbedingt. (Weswegen ich auch Container nicht für Linux-Anfänger empfehlen würde...)
                          --> was würdest du empfehlen?

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • T tklein

                            @thomas-braun sorry habe da CT/VM und LxC durcheinandergeworfen

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #129

                            @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                            sorry habe da CT/VM und LxC durcheinandergeworfen

                            Und genau das (neben dem wirren Zeug von weiter oben) zeigt mir, das du nicht im entferntesten weißt, was du da warum veranstaltest.

                            Im jedem Beruf, Hobby, Sport oder sonst im Leben startest du auch nicht in der Profiklasse sondern musst dir die Grundlagen drauf schaffen und erstmal in den Einsteigerklassen etwas Luft schnupperrn.

                            Nur bei IT-Themen scheint das nicht erforderlich zu sein. Klar, tut ja auch nicht weh, wenn die Kiste total schief gegen die Wand fährt. Zieht man halt den nächsten Container aus dem Hut, kost ja nix.

                            Ich würde empfehlen, erstmal mit einem Raspberry oder ähnlichem zu lernen. Und wenn du da sattelfest bist und solche Grundlagen wie 'Navigation durch das Dateisystem', 'Paketmanager' usw. drauf hast, dann würde ich mir einen LXC oder sowas ans Bein binden.

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            1 Antwort Letzte Antwort
                            0
                            • T tklein

                              @thomas-braun said in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                              @tklein sagte in [HowTo] InfluxDB 2.1 auf Debian 11 (proxmox CT) installieren:

                              was/wie kann ich besser machen.

                              Zunächst legt man sich einen User an, den man statt des root verwendet.
                              Wie das geht steht u.a. in der Anleitung, wie man man den ioBroker richtig auf einem lxc installiert.
                              --> welche Anleitung kannst du empfehlen. Finde oft nur welche, wo mit curl die Scriptdatei aufgerufen wird

                              Und mit diesem user funktionieren dann auch die Befehle von hier:

                              https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                              Vorausgesetzt, dass gpg usw. bereits vorhanden ist. Ist bei richtigen Installationen der Fall, bei Containern halt nicht unbedingt. (Weswegen ich auch Container nicht für Linux-Anfänger empfehlen würde...)
                              --> was würdest du empfehlen?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #130

                              @tklein

                              Installation von z. B. ioBroker in einem LXC ist hier ausführlich beschrieben.
                              Inklusive der Anlage eines users mit sudo-Recht.

                              https://www.iobroker.net/#de/documentation/install/proxmox.md

                              Linux-Werkzeugkasten:
                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                              NodeJS Fixer Skript:
                              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                              1 Antwort Letzte Antwort
                              0
                              • T Offline
                                T Offline
                                tklein
                                schrieb am zuletzt editiert von
                                #131

                                @thomas-braun danke

                                1 Antwort Letzte Antwort
                                0
                                Antworten
                                • In einem neuen Thema antworten
                                Anmelden zum Antworten
                                • Älteste zuerst
                                • Neuste zuerst
                                • Meiste Stimmen


                                Support us

                                ioBroker
                                Community Adapters
                                Donate

                                631

                                Online

                                32.4k

                                Benutzer

                                81.4k

                                Themen

                                1.3m

                                Beiträge
                                Community
                                Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                ioBroker Community 2014-2025
                                logo
                                • Anmelden

                                • Du hast noch kein Konto? Registrieren

                                • Anmelden oder registrieren, um zu suchen
                                • Erster Beitrag
                                  Letzter Beitrag
                                0
                                • Home
                                • Aktuell
                                • Tags
                                • Ungelesen 0
                                • Kategorien
                                • Unreplied
                                • Beliebt
                                • GitHub
                                • Docu
                                • Hilfe