NEWS
(gelöst) influxdb mir unbekannte Probleme
-
@woupi sagte in (gelöst) influxdb mir unbekannte Probleme:
influxdb.list
sudo rm /etc/apt/sources.list.d/influxdb.list sudo apt update
-
@thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:
sudo apt update
Das wars, hoffe ich
sudo apt update Hit:1 https://repos.influxdata.com/debian stable InRelease Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done 2 packages can be upgraded. Run 'apt list --upgradable' to see them.
-
Das Grafana-Repo fehlt.
-
@thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:
Das Grafana-Repo fehlt.
sudo apt update Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:2 https://repos.influxdata.com/debian stable InRelease Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Get:4 https://apt.grafana.com stable InRelease [5984 B] Hit:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease Get:6 https://apt.grafana.com stable/main amd64 Packages [108 kB] Fetched 114 kB in 0s (230 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 3 packages can be upgraded. Run 'apt list --upgradable' to see them.
Jetzt, sollte es aber passen, hoffen lasse ich jetzt mal weg
-
Da fehlte eben eine Zeile. Immer VOLLSTÄNDIG aus der Konsole kopieren, inkl. der Eingabezeile und der abschließenden neuen Eingabezeile.
-
date && date -u cat /etc/timezone sudo apt full-upgrade
-
@thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:
date && date -u cat /etc/timezone sudo apt full-upgrade
date && date -u Sun Feb 19 16:39:49 UTC 2023 Sun Feb 19 16:39:49 UTC 2023 bernhard@influxdb:~$ cat /etc/timezone Etc/UTC bernhard@influxdb:~$ sudo apt full-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages have been kept back: python3-software-properties software-properties-common The following packages will be upgraded: grafana 1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Need to get 89.3 MB of archives. After this operation, 258 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 https://apt.grafana.com stable/main amd64 grafana amd64 9.3.6 [89.3 MB] Fetched 89.3 MB in 8s (10.8 MB/s) (Reading database ... 30024 files and directories currently installed.) Preparing to unpack .../grafana_9.3.6_amd64.deb ... Unpacking grafana (9.3.6) over (9.3.2) ... Setting up grafana (9.3.6) ... Restarting grafana-server service... OK bernhard@influxdb:~$
-
@woupi Zeitzone setzen, das ist wichtig und keine Kosmetik.
-
@woupi sagte in (gelöst) influxdb mir unbekannte Probleme:
python3-software-properties software-properties-common
Und was klemmt da?
apt install --dry-run python3-software-properties software-properties-common
-
@thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:
@woupi Zeitzone setzen, das ist wichtig und keine Kosmetik.
Jetzt habe ich erstmal das gemacht
bernhard@influxdb:~$ sudo timedatectl set-timezone Europe/Berlin bernhard@influxdb:~$ timedatectl Local time: Sun 2023-02-19 17:47:43 CET Universal time: Sun 2023-02-19 16:47:43 UTC RTC time: n/a Time zone: Europe/Berlin (CET, +0100) System clock synchronized: yes NTP service: inactive RTC in local TZ: no bernhard@influxdb:~$
-
@thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:
apt install --dry-run python3-software-properties software-properties-common
bernhard@influxdb:~$ sudo apt install --dry-run python3-software-properties software-properties-common Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages will be upgraded: python3-software-properties software-properties-common 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Inst software-properties-common [0.99.22.3] (0.99.22.5 Ubuntu:22.04/jammy-updates [all]) [] Inst python3-software-properties [0.99.22.3] (0.99.22.5 Ubuntu:22.04/jammy-updates [all]) Conf software-properties-common (0.99.22.5 Ubuntu:22.04/jammy-updates [all]) Conf python3-software-properties (0.99.22.5 Ubuntu:22.04/jammy-updates [all]) bernhard@influxdb:~$
und jetzt das
-
Sieht das gut aus?
-
@woupi sagte in (gelöst) influxdb mir unbekannte Probleme:
Sieht das gut aus?
Von sudo hatte ich zwar nichts geschrieben, aber sei's drum...
sudo apt update sudo apt full-upgrade
-
Ich bin davon ausgegangen, dass da immer sudo vor muss, sorry. Offensichtlich aber wohl nicht.
Gibt es irgendwo eine Erklärung dafür, wann sudo und wann nicht davor muss?
Aber egal, ich werde mich dran halten und ggf mal danach suchen, kommt mit auf die Liste.sudo apt update Hit:1 https://repos.influxdata.com/debian stable InRelease Hit:2 https://apt.grafana.com stable InRelease Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done 2 packages can be upgraded. Run 'apt list --upgradable' to see them. bernhard@influxdb:~$ sudo apt full-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages have been kept back: python3-software-properties software-properties-common 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. bernhard@influxdb:~$
-
@woupi sagte in (gelöst) influxdb mir unbekannte Probleme:
Gibt es irgendwo eine Erklärung dafür, wann sudo und wann nicht davor muss?
sudo kommt nur dann vor Standardbefehle, wenn die mit root-Rechten ausgeführt werden sollen. Zum nur herumschauen braucht man das aber nicht mit schweren Waffen machen.
Irgendwas klemmt da noch.
sudo apt update sudo apt install python3-software-properties software-properties-common
-
bernhard@influxdb:~$ sudo apt update Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:3 https://repos.influxdata.com/debian stable InRelease Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease Hit:5 https://apt.grafana.com stable InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done 2 packages can be upgraded. Run 'apt list --upgradable' to see them. bernhard@influxdb:~$ sudo apt install python3-software-properties software-properties-common Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages will be upgraded: python3-software-properties software-properties-common 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 42.9 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.5 [14.1 kB] Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.5 [28.8 kB] Fetched 42.9 kB in 0s (219 kB/s) (Reading database ... 30033 files and directories currently installed.) Preparing to unpack .../software-properties-common_0.99.22.5_all.deb ... Unpacking software-properties-common (0.99.22.5) over (0.99.22.3) ... Preparing to unpack .../python3-software-properties_0.99.22.5_all.deb ... Unpacking python3-software-properties (0.99.22.5) over (0.99.22.3) ... Setting up python3-software-properties (0.99.22.5) ... Setting up software-properties-common (0.99.22.5) ... Processing triggers for man-db (2.10.2-1) ... Processing triggers for dbus (1.12.20-2ubuntu4.1) ... bernhard@influxdb:~$
-
Ich hoffe, dass jetzt alles gut ist, vielen vielen Dank auf jeden Fall für deine Geduld und deine Hilfe.
Ohne deine Hilfe hätte ich das nicht hinbekommen.VG
Sascha -
@thomas-braun
Guten Morgen,ich habe gerade festgestellt, dass der lxc statt 46G jetzt nur noch 2,83G hat.
Ich habe keine Ahnung, was dass gestern damit zu tun hatte, aber ganz offensichtlich hat es geholfen.Ich muss mich nochmal ganz Herzlich bei dir bedanken.
Vielen Dank und einen schönen Tag.
VG
Sascha -
@woupi said in (gelöst) influxdb mir unbekannte Probleme:
jetzt nur noch 2,83G hat.
Wow Super, und Daten sind auch noch vorhanden?
... ich kenne übrigens eine Möglichkeit um Proxmox-Container wieder zu verkleinern!
-
@einstein67 sagte in (gelöst) influxdb mir unbekannte Probleme:
@woupi said in (gelöst) influxdb mir unbekannte Probleme:
jetzt nur noch 2,83G hat.
Wow Super, und Daten sind auch noch vorhanden?
Offensichtlich ja, ich vermisse zu mindestens nichts.
... ich kenne übrigens eine Möglichkeit um Proxmox-Container wieder zu verkleinern!
Ok, imo passt ja alles, aber eventuell komme ich da nochmal drauf zurück,
oder meinst Du die von mir auf 100G wieder rückgängig machen?
Das wäre ja eventuell Sinnvoll und dadurch auch jetzt interessant.