Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK

    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      GOETSCHHOFER @Meister Mopper last edited by

      @meister-mopper said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

      @goetschhofer sagte in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

      Mit welchem Befehl kann ich denn im RSP feststellen, wem ein Verzeichnis gehört ?

      Das ist jetzt aber nicht wirklich Dein Ernst? Steht doch hier

      Sorry, dies habe ich in der Fülle der Antworten überlesen.
      Aber danke nochmals für den Hinweis, gute Info für mich zum Abfragen der Berechtigungen. 👍

      i@raspberrypi:~ $ getfacl /home/pi/influx_backup
      getfacl: Entferne führende '/' von absoluten Pfadnamen
      # file: home/pi/influx_backup
      # owner: pi
      # group: pi
      user::rwx
      group::r-x
      other::r-x
      
      
      1 Reply Last reply Reply Quote 0
      • G
        GOETSCHHOFER @Homoran last edited by

        @homoran said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

        never - nur weil du auf WIN mit der Maus etwas verschiebst, hast du noch lange nicht auf OS-Ebene damit gearbeitet

        Habe ich auch nicht.

        G 1 Reply Last reply Reply Quote 0
        • G
          GOETSCHHOFER @GOETSCHHOFER last edited by

          @crunchip

          Habe jetzt die Dateien meines influx_backup vom RSP in das Verzeichnis /home/karl/influx_backup mit FileZilla kopiert.

          Jetzt möchte ich das restore machen.

          Influxdb gestoppt.

          sudo service influxdb stop
          

          Wollte jetzt das restore im LXC-Influxdb starten, bekomme aber mit und ohne sudo eine Fehlermeldung ?
          Ist dies auch wieder ein Rechteproblem ?

          Danke

          karl@LXC-INFLUXDB-192:~$ sudo influxd restore -metadir /var/lib/influxdb/meta /home/karl/influx_backup
          restore: no metastore backups in /home/karl/influx_backup
          karl@LXC-INFLUXDB-192:~$ influxd restore -metadir /var/lib/influxdb/meta /home/karl/influx_backup
          restore: no metastore backups in /home/karl/influx_backup
          karl@LXC-INFLUXDB-192:~$ 
          
          karl@LXC-INFLUXDB-192:~$ cd /home/karl/influx_backup
          karl@LXC-INFLUXDB-192:~/influx_backup$ ls
          20210511T155550Z.manifest     20210511T155550Z.s34.tar.gz
          20210511T155550Z.meta         20210511T155550Z.s42.tar.gz
          20210511T155550Z.s106.tar.gz  20210511T155550Z.s50.tar.gz
          20210511T155550Z.s114.tar.gz  20210511T155550Z.s58.tar.gz
          20210511T155550Z.s122.tar.gz  20210511T155550Z.s66.tar.gz
          20210511T155550Z.s130.tar.gz  20210511T155550Z.s74.tar.gz
          20210511T155550Z.s17.tar.gz   20210511T155550Z.s82.tar.gz
          20210511T155550Z.s2.tar.gz    20210511T155550Z.s9.tar.gz
          20210511T155550Z.s22.tar.gz   20210511T155550Z.s90.tar.gz
          20210511T155550Z.s26.tar.gz   20210511T155550Z.s98.tar.gz
          
          
          simatec 1 Reply Last reply Reply Quote 0
          • simatec
            simatec Developer Most Active @GOETSCHHOFER last edited by

            @goetschhofer

            influxd restore -portable /home/karl/influx_backup
            
            G 1 Reply Last reply Reply Quote 1
            • G
              GOETSCHHOFER @simatec last edited by GOETSCHHOFER

              @simatec said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

              @goetschhofer

              influxd restore -portable /home/karl/influx_backup
              

              Connection refused ?

              karl@LXC-INFLUXDB-192:~$ influxd restore -portable /home/karl/influx_backup
              2021/05/11 19:53:04 error updating meta: dial tcp [::1]:8088: connect: connection refused
              restore: dial tcp [::1]:8088: connect: connection refused
              karl@LXC-INFLUXDB-192:~$ cd /home/karl/influx_backup
              karl@LXC-INFLUXDB-192:~/influx_backup$ ls
              20210511T155550Z.manifest     20210511T155550Z.s122.tar.gz  20210511T155550Z.s22.tar.gz  20210511T155550Z.s50.tar.gz  20210511T155550Z.s82.tar.gz
              20210511T155550Z.meta         20210511T155550Z.s130.tar.gz  20210511T155550Z.s26.tar.gz  20210511T155550Z.s58.tar.gz  20210511T155550Z.s9.tar.gz
              20210511T155550Z.s106.tar.gz  20210511T155550Z.s17.tar.gz   20210511T155550Z.s34.tar.gz  20210511T155550Z.s66.tar.gz  20210511T155550Z.s90.tar.gz
              20210511T155550Z.s114.tar.gz  20210511T155550Z.s2.tar.gz    20210511T155550Z.s42.tar.gz  20210511T155550Z.s74.tar.gz  20210511T155550Z.s98.tar.gz
              karl@LXC-INFLUXDB-192:~/influx_backup$ cd ..
              karl@LXC-INFLUXDB-192:~$ 
              
              simatec 1 Reply Last reply Reply Quote 0
              • simatec
                simatec Developer Most Active @GOETSCHHOFER last edited by simatec

                @goetschhofer
                Zeige mal den Inhalt mit

                ls -la /home/karl/influx_backup
                
                Homoran G 2 Replies Last reply Reply Quote 1
                • Homoran
                  Homoran Global Moderator Administrators @simatec last edited by Homoran

                  @simatec da ist doch auch root der besitzer weil mit sudo angelegt

                  https://forum.iobroker.net/topic/44660/anfänger-sucht-hilfe-bei-install-proxmox-auf-intelnuc8i3bek/453?_=1620760608168

                  1 Reply Last reply Reply Quote 1
                  • G
                    GOETSCHHOFER @simatec last edited by

                    @simatec said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                    @goetschhofer
                    Zeige mal den Inhalt mit

                    ls -la /home/karl/influx_backup
                    
                    karl@LXC-INFLUXDB-192:~$ ls -la /home/karl/influx_backup
                    total 142636
                    drwxr-xr-x 2 karl karl     4096 May 11 18:03 .
                    drwxr-xr-x 4 karl karl     4096 May 11 10:17 ..
                    -rw-r--r-- 1 karl karl     3497 May 11 18:03 20210511T155550Z.manifest
                    -rw-r--r-- 1 karl karl     1910 May 11 18:03 20210511T155550Z.meta
                    -rw-r--r-- 1 karl karl  8307532 May 11 18:03 20210511T155550Z.s106.tar.gz
                    -rw-r--r-- 1 karl karl  7224900 May 11 18:03 20210511T155550Z.s114.tar.gz
                    -rw-r--r-- 1 karl karl   992861 May 11 18:03 20210511T155550Z.s122.tar.gz
                    -rw-r--r-- 1 karl karl      451 May 11 18:03 20210511T155550Z.s130.tar.gz
                    -rw-r--r-- 1 karl karl  8367834 May 11 18:03 20210511T155550Z.s17.tar.gz
                    -rw-r--r-- 1 karl karl 11342603 May 11 18:03 20210511T155550Z.s2.tar.gz
                    -rw-r--r-- 1 karl karl  8597960 May 11 18:03 20210511T155550Z.s22.tar.gz
                    -rw-r--r-- 1 karl karl  8315454 May 11 18:03 20210511T155550Z.s26.tar.gz
                    -rw-r--r-- 1 karl karl  8513733 May 11 18:03 20210511T155550Z.s34.tar.gz
                    -rw-r--r-- 1 karl karl  8699546 May 11 18:03 20210511T155550Z.s42.tar.gz
                    -rw-r--r-- 1 karl karl  8897025 May 11 18:03 20210511T155550Z.s50.tar.gz
                    -rw-r--r-- 1 karl karl  9454253 May 11 18:03 20210511T155550Z.s58.tar.gz
                    -rw-r--r-- 1 karl karl  9940257 May 11 18:03 20210511T155550Z.s66.tar.gz
                    -rw-r--r-- 1 karl karl  9730418 May 11 18:03 20210511T155550Z.s74.tar.gz
                    -rw-r--r-- 1 karl karl  9946303 May 11 18:03 20210511T155550Z.s82.tar.gz
                    -rw-r--r-- 1 karl karl  7854382 May 11 18:03 20210511T155550Z.s9.tar.gz
                    -rw-r--r-- 1 karl karl  9948009 May 11 18:03 20210511T155550Z.s90.tar.gz
                    -rw-r--r-- 1 karl karl  9869648 May 11 18:03 20210511T155550Z.s98.tar.gz
                    karl@LXC-INFLUXDB-192:~$ 
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @GOETSCHHOFER last edited by

                      @goetschhofer

                      Ist der karl berechtigt mit influx in der Form zu agieren?

                      G 1 Reply Last reply Reply Quote 1
                      • G
                        GOETSCHHOFER @Thomas Braun last edited by GOETSCHHOFER

                        @thomas-braun

                        Hallo Thomas,

                        kann ich hier mit getfacl nicht die Berechtigungen für den BN=karl abfragen ?
                        Beim pi war das möglich oder mache ich hier etwas falsch ?

                        Habe es gerade gesehen, bei der vorigen Abfrage ist ja der BN=karl angeführt.

                        karl@LXC-INFLUXDB-192:~$ getfacl /home/karl/influx_backup
                        -bash: getfacl: command not found
                        karl@LXC-INFLUXDB-192:~$ cd /home/karl/influx_backup
                        karl@LXC-INFLUXDB-192:~/influx_backup$ getfac1
                        -bash: getfac1: command not found
                        karl@LXC-INFLUXDB-192:~/influx_backup$ getfacl /home/karl/influx_backup
                        -bash: getfacl: command not found
                        karl@LXC-INFLUXDB-192:~/influx_backup$ getfacl /home/karl/             
                        -bash: getfacl: command not found
                        karl@LXC-INFLUXDB-192:~/influx_backup$ 
                        
                        crunchip 1 Reply Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                          @goetschhofer debian LXC Container sind nur auf minimal ausgelegt, diverse Dinge müssen bei gebrauch nachinstalliert werden.
                          sowie auch sudo oder curl nach installieren musstest um die Befehle zu nutzen

                          G 1 Reply Last reply Reply Quote 1
                          • G
                            GOETSCHHOFER @crunchip last edited by

                            @crunchip said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                            @goetschhofer debian LXC Container sind nur auf minimal ausgelegt, diverse Dinge müssen bei gebrauch nachinstalliert werden.
                            sowie auch sudo oder curl nach installieren musstest um die Befehle zu nutzen

                            D. h. es müsste dieser Block durchgeführt werden ?

                            Der user karl ist ja schon da, kann ich wahrscheinlich weglassen ?

                            apt update & apt upgrade
                            dpkg-reconfigure tzdata
                            apt install sudo curl
                            adduser karl
                            usermod -aG sudo karl
                             
                            
                            crunchip 1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                              @goetschhofer nein das hast du doch schon, Pakete die du da installiert hattest, war sudo und curl

                              sudo apt-get install acl
                              
                              G 1 Reply Last reply Reply Quote 1
                              • G
                                GOETSCHHOFER @crunchip last edited by

                                @crunchip said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                @goetschhofer nein das hast du doch schon, Pakete die du da installiert hattest, war sudo und curl

                                sudo apt-get install acl
                                

                                Ja, dies habe ich mir auch gedacht, zumindest soweit ich mich erinnern kann.

                                Habe das restore jetzt mit und ohne sudo durchgeführt, aber immer noch gleiche Fehlermeldung. 😢

                                karl@LXC-INFLUXDB-192:~$ sudo apt-get install acl
                                [sudo] password for karl: 
                                Reading package lists... Done
                                Building dependency tree       
                                Reading state information... Done
                                The following NEW packages will be installed:
                                  acl
                                0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
                                Need to get 60.3 kB of archives.
                                After this operation, 211 kB of additional disk space will be used.
                                Get:1 http://ftp.debian.org/debian buster/main amd64 acl amd64 2.2.53-4 [60.3 kB]
                                Fetched 60.3 kB in 0s (470 kB/s)
                                Selecting previously unselected package acl.
                                (Reading database ... 20942 files and directories currently installed.)
                                Preparing to unpack .../acl_2.2.53-4_amd64.deb ...
                                Unpacking acl (2.2.53-4) ...
                                Setting up acl (2.2.53-4) ...
                                Processing triggers for man-db (2.8.5-2) ...
                                karl@LXC-INFLUXDB-192:~$ influxd restore -portable /home/karl/influx_backup
                                2021/05/12 09:25:30 error updating meta: dial tcp [::1]:8088: connect: connection refused
                                restore: dial tcp [::1]:8088: connect: connection refused
                                karl@LXC-INFLUXDB-192:~$ sudo influxd restore -portable /home/karl/influx_backup
                                2021/05/12 09:25:51 error updating meta: dial tcp [::1]:8088: connect: connection refused
                                restore: dial tcp [::1]:8088: connect: connection refused
                                karl@LXC-INFLUXDB-192:~$ 
                                
                                simatec 2 Replies Last reply Reply Quote 0
                                • simatec
                                  simatec Developer Most Active @GOETSCHHOFER last edited by

                                  @goetschhofer Zeige mal bitte deine influxdb.conf
                                  Speziell den teil der bind

                                  G 1 Reply Last reply Reply Quote 1
                                  • simatec
                                    simatec Developer Most Active @GOETSCHHOFER last edited by

                                    @goetschhofer

                                    influxd restore -portable -db Datenbankname /home/karl/influx_backup
                                    
                                    G 1 Reply Last reply Reply Quote 1
                                    • G
                                      GOETSCHHOFER @simatec last edited by

                                      @simatec said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                      @goetschhofer Zeige mal bitte deine influxdb.conf
                                      Speziell den teil der bind

                                      Hätte mit abgefragt, aber da sehe ich nichts ?

                                      sudo nano /etc/influxdb/influxdb.conf 
                                      

                                      14e41a3a-ae26-4204-8785-9f98305ffcd3-image.png

                                      crunchip 2 Replies Last reply Reply Quote 0
                                      • G
                                        GOETSCHHOFER @simatec last edited by

                                        @simatec said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                        @goetschhofer

                                        influxd restore -portable -db Datenbankname /home/karl/influx_backup
                                        

                                        Weiß nicht ob dies richtig ist, aber ich habe mal Datenbankname mit influxdb ersetzt ?

                                        karl@LXC-INFLUXDB-192:~$ influxd restore -portable -db Datenbankname /home/karl/influx_backup
                                        2021/05/12 09:47:25 error updating meta: dial tcp [::1]:8088: connect: connection refused
                                        restore: dial tcp [::1]:8088: connect: connection refused
                                        karl@LXC-INFLUXDB-192:~$ influxd restore -portable -db influxdb /home/karl/influx_backup
                                        2021/05/12 09:48:00 error updating meta: dial tcp [::1]:8088: connect: connection refused
                                        restore: dial tcp [::1]:8088: connect: connection refused
                                        karl@LXC-INFLUXDB-192:~$ 
                                        
                                        crunchip 1 Reply Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active @GOETSCHHOFER last edited by

                                          @goetschhofer nein iobroker heisst deine Datenbank

                                          G 1 Reply Last reply Reply Quote 1
                                          • G
                                            GOETSCHHOFER @crunchip last edited by

                                            @crunchip said in Anfänger sucht Hilfe bei Install. proxmox auf INTELNUC8i3BEK:

                                            @goetschhofer nein iobroker heisst deine Datenbank

                                            karl@LXC-INFLUXDB-192:~$ influxd restore -portable -db iobroker /home/karl/influx_backup
                                            2021/05/12 09:51:11 error updating meta: dial tcp [::1]:8088: connect: connection refused
                                            restore: dial tcp [::1]:8088: connect: connection refused
                                            karl@LXC-INFLUXDB-192:~$ 
                                            
                                            G 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            659
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            16
                                            1008
                                            189589
                                            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