Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. InfluxDB
    5. Problem mit influxdb1 in Proxmox

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Problem mit influxdb1 in Proxmox

    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Altersrentner @wendy2702 last edited by Altersrentner

      @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

      Für dich sollte gelten:

      Tut mir leid, ich hatte den Betreff schon gelesen und probiert, aber

      root@pve:~# cat /var/log/journalctl
      cat: /var/log/journalctl: No such file or directory
      root@pve:~# 
      

      Da kommt auch nichts.

      @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

      Ist das eigentlich ein Laptop oder Desktop oder welche HW auf dem Proxmox läuft?

      es ist ein Lenovo Thinkcentre M900

      @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

      Bei dem Befehl muss natürlich das X durch die Bezeichnung deiner tatsächlich verfügbaren Laufwerke ersetzt werden:

      Bitte, was muss ich hiervon einstellen?

      root@pve:~# lsblk
      NAME                         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
      sda                            8:0    0   2.7T  0 disk 
      └─sda1                         8:1    0   2.7T  0 part /media/usbfestplatte
      nvme0n1                      259:0    0 238.5G  0 disk 
      ├─nvme0n1p1                  259:1    0  1007K  0 part 
      ├─nvme0n1p2                  259:2    0     1G  0 part /boot/efi
      └─nvme0n1p3                  259:3    0 237.5G  0 part 
        ├─pve-swap                 252:0    0     8G  0 lvm  [SWAP]
        ├─pve-root                 252:1    0  69.4G  0 lvm  /
        ├─pve-data_tmeta           252:2    0   1.4G  0 lvm  
        │ └─pve-data-tpool         252:4    0 141.2G  0 lvm  
        │   ├─pve-data             252:5    0 141.2G  1 lvm  
        │   ├─pve-vm--152--disk--0 252:6    0     8G  0 lvm  
        │   ├─pve-vm--151--disk--0 252:7    0     8G  0 lvm  
        │   ├─pve-vm--101--disk--0 252:8    0     4M  0 lvm  
        │   ├─pve-vm--101--disk--1 252:9    0    32G  0 lvm  
        │   ├─pve-vm--100--disk--1 252:10   0   159G  0 lvm  
        │   ├─pve-vm--102--disk--0 252:11   0    32G  0 lvm  
        │   └─pve-vm--103--disk--0 252:12   0    25G  0 lvm  
        └─pve-data_tdata           252:3    0 141.2G  0 lvm  
          └─pve-data-tpool         252:4    0 141.2G  0 lvm  
            ├─pve-data             252:5    0 141.2G  1 lvm  
            ├─pve-vm--152--disk--0 252:6    0     8G  0 lvm  
            ├─pve-vm--151--disk--0 252:7    0     8G  0 lvm  
            ├─pve-vm--101--disk--0 252:8    0     4M  0 lvm  
            ├─pve-vm--101--disk--1 252:9    0    32G  0 lvm  
            ├─pve-vm--100--disk--1 252:10   0   159G  0 lvm  
            ├─pve-vm--102--disk--0 252:11   0    32G  0 lvm  
            └─pve-vm--103--disk--0 252:12   0    25G  0 lvm  
      root@pve:~# smartctl -a /
      

      Ich glaube das Folgende:

      root@pve:~# smartctl -a /dev/sda1
      smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.8.12-8-pve] (local build)
      Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
      
      === START OF INFORMATION SECTION ===
      Vendor:               TOSHIBA
      Product:              External USB 3.0
      Revision:             5438
      Compliance:           SPC-4
      User Capacity:        3,000,592,979,968 bytes [3.00 TB]
      Logical block size:   512 bytes
      Physical block size:  4096 bytes
      Serial number:        20171123008939F
      Device type:          disk
      Local Time is:        Fri May 23 14:55:55 2025 CEST
      SMART support is:     Unavailable - device lacks SMART capability.
      
      === START OF READ SMART DATA SECTION ===
      Current Drive Temperature:     0 C
      Drive Trip Temperature:        0 C
      
      Read defect list: asked for grown list but didn't get it
      Error Counter logging not supported
      
      Device does not support Self Test logging
      r
      

      MfG

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

        @altersrentner sagte in Problem mit influxdb1 in Proxmox:

        cat /var/log/journalctl

        OK.

        Dann solltest du mal das Log durchsuchen und die mit den entsprechenden Optionen Aufrufen.

        https://wiki.ubuntuusers.de/systemd/journalctl/

        ich würde mal per angeschlossener Tastatur und Monitor das laufen lassen:

        journalctl -f
        

        Da kannst du dann live verfolgen wenn etwas passiert und siehst es auf dem Monitor

        Parallel würde ich das log mit Datum vor dem letzten "hänger" mal prüfen mit der Option:

        --since=DATUM	Zeigt alle Logeinträge ab dem Datum DATUM an. Datum hat folgendes Format "JJJJ-MM-TT HH:MM:SS", also z.B. "2016-01-17 12:00:00".
        
        A 2 Replies Last reply Reply Quote 0
        • A
          Altersrentner @wendy2702 last edited by

          @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

          ich würde mal per angeschlossener Tastatur und Monitor das laufen lassen:

          Danke!
          Das läuft.
          Bin mal gespannt was da raus kommt.
          Übrigens, auf dem ioBroker ist unter InfluxDB V4.02 angezeigt.
          Kann das weiter helfen?
          MfG Michael

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @Altersrentner last edited by

            @altersrentner sagte in Problem mit influxdb1 in Proxmox:

            auf dem ioBroker ist unter InfluxDB V4.02 angezeigt.

            du musst zwei Dinge auseinander halten!

            • die influxDB, das ist ein Fremdprogramm.
            • Der influx Adapter, das ist ein Teil von ioBroker
              • dazu wird die von dir genannte Version gehören
            A 1 Reply Last reply Reply Quote 0
            • A
              Altersrentner @Homoran last edited by

              @homoran
              Danke für den Hinweis
              MfG Michael

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

                @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

                ich würde mal per angeschlossener Tastatur und Monitor das laufen lassen:

                Hallo,
                soeben ist der Proxmox Server ausgestiegen
                Das ist der Scren vom iob mit der laufenden Uhrzeit
                8a6e253b-c1fb-4e46-a947-f4459ec7eb69-image.png
                Mal sehen wie sie morgen früh aussieht.
                Das sind alle wichtigen Log Meldungen
                folgt über anderen PC
                MfG Michael

                wendy2702 A 2 Replies Last reply Reply Quote 0
                • wendy2702
                  wendy2702 @Altersrentner last edited by

                  @altersrentner was ist denn auf dem Bildschirm am Server zu sehen?

                  1 Reply Last reply Reply Quote 0
                  • A
                    Altersrentner @Altersrentner last edited by

                    @altersrentner sagte in Problem mit influxdb1 in Proxmox:

                    folgt über anderen PC

                    Hier die Logs

                    May 23 17:06:52 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:06:56 pve pvedaemon[1049]: <root@pam> successful auth for user 'root@pam'
                    May 23 17:07:02 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:07:02 pve pvestatd[1032]: metrics send er
                    
                    May 23 17:14:19 pve postfix/qmgr[1000]: 328FA80E94: from=<root@pve.fritz.box>, size=6473, nrcpt=1 (queue active)
                    May 23 17:14:19 pve postfix/qmgr[1000]: 2F29480ED3: from=<root@pve.fritz.box>, size=6483, nrcpt=1 (queue active)
                    May 23 17:14:19 pve postfix/qmgr[1000]: 2F75E805CB: from=<root@pve.fritz.box>, size=6476, nrcpt=1 (queue active)
                    May 23 17:14:19 pve postfix/smtp[156192]: 328FA80E94: host mx01.t-online.de[194.25.134.72] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156193]: 2F29480ED3: host mx01.t-online.de[194.25.134.72] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156194]: 2F75E805CB: host mx02.t-online.de[194.25.134.9] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156193]: 2F29480ED3: host mx03.t-online.de[194.25.134.73] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156194]: 2F75E805CB: host mx03.t-online.de[194.25.134.73] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156192]: 328FA80E94: host mx02.t-online.de[194.25.134.9] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156192]: 328FA80E94: host mx03.t-online.de[194.25.134.73] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156194]: 2F75E805CB: host mx01.t-online.de[194.25.134.72] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156193]: 2F29480ED3: host mx02.t-online.de[194.25.134.9] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 17:14:19 pve postfix/smtp[156194]: 2F75E805CB: to=<m-baer@t-online.de>, relay=mx00.t-online.de[194.25.134.8]:25, delay=79148, delays=79148/0.02/0.22/0, dsn=4.0.0, status=deferred (host mx00.t-online.de[194.25.134.8] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL))
                    May 23 17:14:19 pve postfix/smtp[156192]: 328FA80E94: to=<m-baer@t-online.de>, relay=mx00.t-online.de[194.25.134.8]:25, delay=79148, delays=79148/0.01/0.24/0, dsn=4.0.0, status=deferred (host mx00.t-online.de[194.25.134.8] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL))
                    May 23 17:14:19 pve postfix/smtp[156193]: 2F29480ED3: to=<m-baer@t-online.de>, relay=mx00.t-online.de[194.25.134.8]:25, delay=79148, delays=79148/0.01/0.23/0, dsn=4.0.0, status=deferred (host mx00.t-online.de[194.25.134.8] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL))
                    May 23 17:14:22 pve pvestatd[1032]: metrics send err
                    
                    May 23 17:16:12 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:16:16 pve pveproxy[135111]: worker exit
                    May 23 17:16:16 pve pveproxy[1055]: worker 135111 finished
                    May 23 17:16:16 pve pveproxy[1055]: starting 1 worker(s)
                    May 23 17:16:16 pve pveproxy[1055]: worker 156930 started
                    May 23 17:16:22 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:16:22 pve pvestatd[1032]: metrics sen
                    
                    May 23 17:16:52 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:17:01 pve CRON[157183]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
                    May 23 17:17:01 pve CRON[157185]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
                    May 23 17:17:01 pve CRON[157183]: pam_unix(cron:session): session closed for user root
                    May 23 17:17:02 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    
                    May 23 17:21:52 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:21:56 pve pvedaemon[1048]: <root@pam> successful auth for user 'root@pam'
                    May 23 17:22:02 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 2
                    
                    May 23 17:26:12 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:26:16 pve pveproxy[146734]: worker exit
                    May 23 17:26:16 pve pveproxy[1055]: worker 146734 finished
                    May 23 17:26:16 pve pveproxy[1055]: starting 1 worker(s)
                    May 23 17:26:16 pve pveproxy[1055]: worker 160473 started
                    May 23 17:26:22 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:26:22 pve pvesta
                    
                    May 23 17:36:52 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:36:56 pve pvedaemon[1048]: <root@pam> successful auth for user 'root@pam'
                    May 23 17:37:02 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:37:02 
                    
                    May 23 17:58:12 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 17:58:21 pve kernel: perf: interrupt took too long (2503 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
                    May 23 17:58:22 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    
                    May 23 18:24:12 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 18:24:19 pve postfix/qmgr[1000]: 328FA80E94: from=<root@pve.fritz.box>, size=6473, nrcpt=1 (queue active)
                    May 23 18:24:19 pve postfix/qmgr[1000]: 2F29480ED3: from=<root@pve.fritz.box>, size=6483, nrcpt=1 (queue active)
                    May 23 18:24:19 pve postfix/qmgr[1000]: 2F75E805CB: from=<root@pve.fritz.box>, size=6476, nrcpt=1 (queue active)
                    May 23 18:24:19 pve postfix/smtp[181030]: 328FA80E94: host mx02.t-online.de[194.25.134.9] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181032]: 2F75E805CB: host mx02.t-online.de[194.25.134.9] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181031]: 2F29480ED3: host mx01.t-online.de[194.25.134.72] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181030]: 328FA80E94: host mx01.t-online.de[194.25.134.72] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181032]: 2F75E805CB: host mx01.t-online.de[194.25.134.72] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181031]: 2F29480ED3: host mx00.t-online.de[194.25.134.8] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181030]: 328FA80E94: host mx03.t-online.de[194.25.134.73] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181032]: 2F75E805CB: host mx00.t-online.de[194.25.134.8] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181031]: 2F29480ED3: host mx03.t-online.de[194.25.134.73] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL)
                    May 23 18:24:19 pve postfix/smtp[181032]: 2F75E805CB: to=<m-baer@t-online.de>, relay=mx03.t-online.de[194.25.134.73]:25, delay=83348, delays=83348/0.01/0.23/0, dsn=4.0.0, status=deferred (host mx03.t-online.de[194.25.134.73] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL))
                    May 23 18:24:19 pve postfix/smtp[181030]: 328FA80E94: to=<m-baer@t-online.de>, relay=mx00.t-online.de[194.25.134.8]:25, delay=83348, delays=83348/0.01/0.24/0, dsn=4.0.0, status=deferred (host mx00.t-online.de[194.25.134.8] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL))
                    May 23 18:24:19 pve postfix/smtp[181031]: 2F29480ED3: to=<m-baer@t-online.de>, relay=mx02.t-online.de[194.25.134.9]:25, delay=83348, delays=83348/0.01/0.24/0, dsn=4.0.0, status=deferred (host mx02.t-online.de[194.25.134.9] refused to talk to me: 554 IP=93.227.19.79 - Dialup/transient IP not allowed. Use a mailgateway or contact toda@rx.t-online.de if obsolete. (DIAL))
                    May 23 18:24:22 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    
                    May 23 18:42:22 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 18:42:28 pve systemd[1]: Starting man-db.service - Daily man-db regeneration...
                    May 23 18:42:28 pve systemd[1]: man-db.service: Deactivated successfully.
                    May 23 18:42:28 pve systemd[1]: Finished man-db.service - Daily man-db regeneration.
                    May 23 18:42:32 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    
                    May 23 21:00:02 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 21:00:02 pve pvescheduler[236627]: <root@pam> starting task UPID:pve:00039C54:003B20F9:6830C5B2:vzdump::root@pam:
                    May 23 21:00:02 pve pvescheduler[236628]: INFO: starting new backup job: vzdump --quiet 1 --notes-template '{{guestname}}' --mailnotification failure --exclude 100,102 --all 1 --mode snapshot --storage usbfestplatte --mailto m-baer@t-online.de --prune-backups 'keep-last=5' --compress zstd
                    May 23 21:00:10 pve pvescheduler[236628]: INFO: Starting Backup of VM 101 (qemu)
                    May 23 21:00:12 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    
                    ay 23 21:01:03 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 21:01:07 pve pvescheduler[236628]: INFO: Finished Backup of VM 101 (00:01:05)
                    May 23 21:01:07 pve pvescheduler[236628]: INFO: Starting Backup of VM 103 (lxc)
                    May 23 21:01:07 pve dmeventd[411]: No longer monitoring thin pool pve-data-tpool.
                    May 23 21:01:07 pve dmeventd[411]: Monitoring thin pool pve-data-tpool.
                    May 23 21:01:08 pve kernel: EXT4-fs (dm-13): mounted filesystem b28d7bf8-8863-49ef-b33e-cc4aeedfacb3 ro without journal. Quota mode: none.
                    May 23 21:01:12 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 21:01:12 pve pvestatd[1032]: metrics send error 'proxmox': 4
                    
                    May 23 21:02:42 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 21:02:49 pve kernel: EXT4-fs (dm-13): unmounting filesystem b28d7bf8-8863-49ef-b33e-cc4aeedfacb3.
                    May 23 21:02:49 pve pvescheduler[236628]: INFO: Finished Backup of VM 103 (00:01:42)
                    May 23 21:02:49 pve pvescheduler[236628]: INFO: Starting Backup of VM 151 (lxc)
                    May 23 21:02:50 pve dmeventd[411]: No longer monitoring thin pool pve-data-tpool.
                    May 23 21:02:50 pve dmeventd[411]: Monitoring thin pool pve-data-tpool.
                    May 23 21:02:50 pve kernel: EXT4-fs (dm-13): mounted filesystem d92ac896-2715-4e99-9cd2-81c872d2d5fe ro without journal. Quota mode: none.
                    May 23 21:02:52 pve pvestatd[1032]: metrics s
                    
                    May 23 21:03:23 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 21:03:28 pve kernel: EXT4-fs (dm-13): unmounting filesystem bf09adc6-5518-4966-8e71-726b717b9d0b.
                    May 23 21:03:28 pve pvescheduler[236628]: INFO: Finished Backup of VM 152 (00:00:13)
                    May 23 21:03:28 pve pvescheduler[236628]: INFO: Backup job finished successfully
                    May 23 21:03:32 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    
                    May 23 22:21:52 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                    May 23 22:21:57 pve pvedaemon[1048]: <root@pam> successful auth for user 'root@pam'
                    
                    

                    Letzter Eitrag ist vor Absturz
                    MfG Michael

                    wendy2702 2 Replies Last reply Reply Quote 0
                    • wendy2702
                      wendy2702 @Altersrentner last edited by

                      @altersrentner du siehst aber schon das da gerade Backups von den VMs gemacht werden?

                      Dann ist es normal das z.b. iob nicht erreichbar ist.

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

                        @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

                        Dann ist es normal das z.b. iob nicht erreichbar ist.

                        Guten Morgen,
                        Ja, aber warum ist diese Unterbrechung/ nicht Erreichbarkeit
                        erst seit ca. einer Woche? Vorher Ist mir das nicht aufgefallen,
                        denn Proxmox und damit ioBroker müssen anschließend wieder gestartet sein.
                        Wo kann man "automatisch starten nach Backup" einstellen?
                        Wünsch ein schönes Wochenende
                        MfG

                        Meister Mopper 1 Reply Last reply Reply Quote 0
                        • Meister Mopper
                          Meister Mopper @Altersrentner last edited by Meister Mopper

                          @altersrentner

                          Das ganze zeigt, dass es ein Netzwerkproblem gibt. Im Proxmox-Forum wird dieses Phänomen seit den beiden letzten Kernel beschrieben.

                          Da wird offensichtlich die Netzwerkkarte nicht ordentlich angesprochen und die Hardware steigt aus.
                          Im log sollte da so etwas auftauchen:
                          proxmox kernel: e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang

                          Als workaround kann man temporär versuchen, das tcp checksum offloading auszuschalten und damit von der cpu durchführen zu lassen. Dann hat man zumindest die Gewissheit, dass es am Kernel hängt.

                          Vorgehensweise:
                          (das Ganze ist temporär und läuft bis zum nächsten reboot)

                          root@HA-PVE-01:~# ethtool -K eno1 tx off rx off
                          Actual changes:
                          tx-checksum-ip-generic: off
                          tx-tcp-segmentation: off [not requested]
                          tx-tcp6-segmentation: off [not requested]
                          rx-checksum: off
                          

                          Das NIC (hier: eno1) muss man natürlich an den tatsächlichen Namen anpassen.

                          Diesen erfährt man in der /etc/network/interfaces

                          nano /etc/network/interfaces

                          auto lo
                          iface lo inet loopback
                          
                          iface eno1 inet manual
                          
                          auto vmbr0
                          iface vmbr0 inet static
                                  address 192.168.1.7/24
                                  gateway 192.168.1.1
                                  bridge-ports eno1
                                  bridge-stp off
                                  bridge-fd 0
                          

                          Der Name des NIC steht hinter iface.

                          Ich finde, einen Versuch ist es wert.

                          A 1 Reply Last reply Reply Quote 0
                          • A
                            Altersrentner @Meister Mopper last edited by

                            @meister-mopper sagte in Problem mit influxdb1 in Proxmox:

                            Das ganze zeigt, dass es ein Netzwerkproblem gib

                            Danke für die Unterstützung.
                            Ich lasse jetzt nochmal

                            journalctl -f
                            

                            laufen um zu sehen, ob es so einen Eintrag gibt.
                            Melde mich wieder.
                            MfG Michael

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

                              @altersrentner zeige doch mal die Einstellungen in Proxmox für die automatischen Backups .

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

                                @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

                                zeige doch mal die Einstellungen in Proxmox für die automatischen Backups .

                                Guten Morgen und einen schönen Sonntag,
                                Antwort erst heute, da gestern anderweitig verhindert.
                                Zur Situation. Es gab gestern zwei Abstürze, einmal gegen 12Uhr
                                und dann wie gewohnt abends.
                                Was mir heute aufgefallen ist, ist das Backups mit Fehlermeldungen laufen.
                                Und zwar Influx

                                09:02:42.531DEBUGjavascriptsfound Script: Skript_Hzg_über_WP_5Uhr_ein
                                09:02:42.746DEBUGjavascriptsTry deleting the Javascript tmp directory: "/opt/iobroker/backups/tmpScripts"
                                09:02:42.787DEBUGjavascriptsJavascript tmp directory "/opt/iobroker/backups/tmpScripts" successfully deleted
                                09:02:42.795DEBUGjavascriptsBackup created: /opt/iobroker/backups/javascripts_2025_05_25-09_02_29_backupiobroker.tar.gz
                                09:02:42.830DEBUGjavascriptsdone
                                09:02:44.104DEBUGgoogledriveGoogle Drive: Copy iobroker_2025_05_25-09_02_03_backupiobroker.tar.gz...
                                09:02:49.644ERRORgoogledriveGoogle Drive: File "/opt/iobroker/backups/influxDB_2025_05_25-09_02_07_backupiobroker.tar.gz" not found
                                09:02:49.771DEBUGgoogledriveGoogle Drive: Copy historyDB_2025_05_25-09_02_08_backupiobroker.tar.gz...
                                09:03:23.616DEBUGgoogledriveGoogle Drive: Copy zigbee.1_2025_05_25-09_02_23_backupiobroker.tar.gz...
                                09:03:25.349DEBUGgoogledriveGoogle Drive: Copy grafana_2025_05_25-09_02_24_backupiobroker.tar.gz...
                                09:03:27.017DEBUGgoogledriveGoogle Drive: Copy javascripts_2025_05_25-09_02_29_backupiobroker.tar.gz...
                                09:03:28.564DEBUGgoogledrivedone
                                09:03:28.739ERRORcleanBackup files not deleted from /opt/iobroker/backups because some errors.
                                09:03:28.762DEBUGcleandone
                                09:03:28.911DEBUGhistoryHTMLnew history html values created
                                09:03:28.995DEBUGhistoryHTMLdone
                                09:03:29.109DEBUGhistoryJSONnew history json values created
                                09:03:29.151DEBUGhistoryJSONdone
                                09:03:30.013DEBUGpushoverdone
                                09:03:31.663DEBUGnotificationAdmin notification will be sent
                                

                                Hier die gewünschte Backup Ansicht
                                42574204-3d27-4866-8d69-d6270dd62ff6-image.png

                                @meister-mopper sagte in Problem mit influxdb1 in Proxmox:

                                proxmox kernel: e1000e 0000:00:1f.6 eno1: Detected Hardware Unit Hang

                                Leider gab es einen Eintrag in dieser Art nicht.

                                MfG Michael

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

                                  @altersrentner kann es sein das du deine Backups von Proxmox und iobroker (backitup) zeitgleich machen lässt?

                                  Und wieso zu einer Zeit zu der man möglicherweise noch, wie du scheinbar, durch das runterfahren der jeweiligen Container gestört wird.

                                  Zu den Abstürzen fehlen wieder jegliche Infos. So kann man dir schwer bis garnicht helfen.

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

                                    @wendy2702

                                    kann es sein das du deine Backups von Proxmox und iobroker (backitup) zeitgleich machen lässt?

                                    Hallo,
                                    nein, Backitup macht um 03 Uhr und Proxmox um21 Uhr

                                    Zu den Abstürzen fehlen wieder jegliche Infos.

                                    Ja ich habe eben keine Infos. Die Logs sagen nichts
                                    Es kommt immer der Fehler

                                    May 25 18:20:30 pve pvestatd[1043]: metrics send error 'proxmox': 404 Not Found
                                    

                                    und wenn es so weit ist friert Proxmox ein, kein weiterer Logeintrag.
                                    Strom aus und wieder ein und dann läuft es wieder.
                                    Wie bekomme ich nur die Fehlermeldung beseitigt.
                                    Wo kann ich da suchen.
                                    Habe heute erst mal meinen PI auf den neusten Stand gebracht.
                                    damit ich eine Ausweichmöglichkeit habe.
                                    MfG Michael

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

                                      @altersrentner sagte in Problem mit influxdb1 in Proxmox:

                                      @wendy2702

                                      kann es sein das du deine Backups von Proxmox und iobroker (backitup) zeitgleich machen lässt?

                                      Hallo,
                                      nein, Backitup macht um 03 Uhr und Proxmox um21 Uhr

                                      Wieso steht dann in deinem letzten log ein Zeitstempel von 9 Uhr ?

                                      Ich kann nicht glauben das in keinem log bei dem Absturz irgendwas steht.

                                      Was siehst du bei dem Absturz denn auf dem angeschlossenen Monitor?

                                      Kannst du dann über die angeschlossene Tastatur noch was eingeben?

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

                                        @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

                                        Wieso steht dann in deinem letzten log ein Zeitstempel von 9 Uhr ?

                                        Kann ich das nachträglich noch einsehen?

                                        @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

                                        Was siehst du bei dem Absturz denn auf dem angeschlossenen Monitor?

                                        Genau das was ich in meiner Zusammenfassung gezeigt hatte.
                                        Das waren die letzten Zeilen, Zeitstempel ist zu sehen

                                        May 23 21:03:23 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                                        May 23 21:03:28 pve kernel: EXT4-fs (dm-13): unmounting filesystem bf09adc6-5518-4966-8e71-726b717b9d0b.
                                        May 23 21:03:28 pve pvescheduler[236628]: INFO: Finished Backup of VM 152 (00:00:13)
                                        May 23 21:03:28 pve pvescheduler[236628]: INFO: Backup job finished successfully
                                        May 23 21:03:32 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                                         
                                        May 23 22:21:52 pve pvestatd[1032]: metrics send error 'proxmox': 404 Not Found
                                        May 23 22:21:57 pve pvedaemon[1048]: <root@pam> successful auth for user 'root@pam'
                                        

                                        Zwischen 21:03:32 und 22:21:52 waren nur Fehlermeldungen

                                        @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

                                        Kannst du dann über die angeschlossene Tastatur noch was eingeben?

                                        nein

                                        wendy2702 crunchip 3 Replies Last reply Reply Quote 0
                                        • wendy2702
                                          wendy2702 @Altersrentner last edited by

                                          @altersrentner was hast du denn über die Tastatur probiert/ gemacht?

                                          Deaktiviere doch mal die Backups von Proxmox.

                                          Verstehe die Häufigkeit eh nicht.

                                          Kann es sein das die Festplatte mit Backups voll ist?

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

                                            @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

                                            Deaktiviere doch mal die Backups von Proxmox.

                                            Wo muss ich das machen?

                                            @wendy2702 sagte in Problem mit influxdb1 in Proxmox:

                                            Kann es sein das die Festplatte mit Backups voll ist?

                                            Nein, es werden nur 5 aufgehoben

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            973
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            influxdb1 metrix proxmox
                                            7
                                            112
                                            3480
                                            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