Search results

  1. R

    Decrease a VM Disk Size

    Hi, I shrinked a Vm from 600GB to 320GB by load a LiveCD and shrinking via gparted. That worked fine so far, but the GUI -> VM -> Hardware still show 600GB. How to change the displayed size?
  2. R

    /bin/sh: 1: /usr/local/bin/log2ram-check.sh: not found

    Hi, root@pve:~# grep -sR "log2ram" /etc /etc/logrotate.d/log2ram/log2ram.logrotate:/var/log/log2ram.log /etc/mtab:log2ram /var/log tmpfs rw,nosuid,nodev,noexec,noatime,size=131072k,mode=755,inode64 0 0 /etc/log2ram.conf:# Configuration file for Log2Ram (https://github.com/azlux/log2ram) under...
  3. R

    /bin/sh: 1: /usr/local/bin/log2ram-check.sh: not found

    Hallo, ich bekomme über den Notification Dienst (Gotify) die immer wiederkehrende Benachrichtigung: Cron <root@pve> /usr/local/bin/log2ram-check.sh pve-gue vor 49 s /bin/sh: 1: /usr/local/bin/log2ram-check.sh: not found Was heißt das genau und wie kann ich das abstellen? Gruß
  4. R

    Can' unlock delete LXC

    Hi, the GUI shows a locked LXC which is locked. I'm trying to unlock remove this LXC but it's not possible to do this: root@nab:/etc/pve/nodes/nab/lxc# pct unlock 100 Configuration file 'nodes/nab/lxc/100.conf' does not exist: root@nab:/etc/pve/nodes/nab/lxc# ls -al total 5 drwxr-xr-x 2...
  5. R

    VM (PBS) "fwbr203i0: port 2(tap203i0) entered blocking state"

    Hi, I`m runnig a Proymox Backup Servas as a VM in PVE enviroment. The PS always looses LAN connection from time to time. Everytime when the VM looses connection the System log of the PVE shoes the message: Jun 05 14:50:31 NAB6 kernel: fwbr203i0: port 1(fwln203i0) entered blocking state Jun 05...
  6. R

    GUI Bootdisk size

    Hallo, bei allen VM`s wird in der Übersicht die Belegung (in%) der Harddisk nicht angezeigt, bei den lxc Container wird alles richtig angezeigt. Ist das ein bekann`ter Bug und wenn ja, was kann man tun?
  7. R

    [SOLVED] Wireguard VPN Problem mit einzelnem Host

    Problem gefunden: Ohh was eine komisch Geschichte... Die Ubuntu VM nutze ich für meine Docker Container. Ein Container (Wallabag) kreiert ein (Docker) Netzwerk 192.168.16.0/20. Das "überlappt" sich mit dem IP-Bereich eines VLANs (192.168.16.0/24). Solange der Container Netzwerk aktiv ist kann...
  8. R

    [SOLVED] Wireguard VPN Problem mit einzelnem Host

    Hallo, ich verbinde meine Netzwerke über eine VPN Verbindung. Standort 1 FritzBox 192.168.20.1 RaspberryPi mit Wireguard Standort 2 UDM Pro 192.168.10.1 Management LAN 192.168.10.0/24 (div. VLANs, u.a. 192.168.16.0/24) Proxmox lxc mit Wiregard Das Problem ist folgendes: Ich bekomme mit...
  9. R

    [SOLVED] spice Console

    "das kommt darauf an wohin du dich zum webinterface verbindest." Ich habe einen Moment gebraucht bis ich den Satz verstanden habe... ‍ Die IP des webinterface war die des "alten" Node (192.168.10.2). Wenn ich die PVE Oberfläche (Cluster) mit der IP des neuen Node (192.168.10.3) öffne...
  10. R

    [SOLVED] spice Console

    Hallo, ich hatte eine Mint-VM auf einem meiner Notes (192.168.10.2) laufen und habe auf diese via Spice zugegriffen, was ohne Probleme funktioniert hat. Jetzt habe ich ein neues Node (192.168.10.5) dem Cluster hinzugefügt und die Mint-VM auf das neue Node migriert. Die VM an sich läuft, aber...
  11. R

    Beitrag bitte löschen

    Ja, da hast du recht, Ich hatte mich in meinem Beitrag missverständlich ausgedrückt. Die "(externe USB HDD" war an eines Synology Diskstation angeschlossen und über einen NFS mount (fstab-Eintag) mit der VM verbunden. Nachdem ich die HDD an der Diskstation entfernt hatte, kam die oben gezeigt...
  12. R

    Beitrag bitte löschen

    Hallo, ich habe eine VM (Debian) als Docker Host eingerichtet. Daran war eine Laufwerk (externe USB HDD) verbunden, auf der nur Daten für einen Nextcloud Container abgelegt waren. Die HDD ist leider abgeraucht und wurde entsprechend entfernt, auch in der Hardware Konfiguration der VM...
  13. R

    Fehlermeldung beim Update

    Hallo, ich bekomme folgende Fehlermeldung, wenn ich die Updatefunktion auf dem Host ausführe: starting apt-get update Hit:1 http://security.debian.org bullseye-security InRelease Hit:2 http://download.proxmox.com/debian/pve bullseye InRelease Hit:3 http://ftp.de.debian.org/debian bullseye...
  14. R

    lxc update

    Heißt dann einfach mal abwarten, oder?
  15. R

    lxc update

    root@InfluxDB:~# apt update OK:1 http://archive.ubuntu.com/ubuntu jammy InRelease Holen:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB] Holen:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [597 kB] Holen:4 http://security.ubuntu.com/ubuntu...
  16. R

    lxc update

    Hallo, ich versuche meine lxc-Container upzudaten, bekomme aber immer wieder folgende Fehlermeldung (sowohl Debian als auch Ubuntu): The following packages have been kept back: libnss-systemd libpam-systemd libsystemd0 libudev1 systemd systemd-sysv systemd-timesyncd udev 0 upgraded, 0 newly...
  17. R

    [SOLVED] SMB auf LXC Container

    OK habs, dann mal nach stundenlanger Suche herausgefunden.... Nicht die iptables haben die (Samba)-Ports blockiert, sonder ufw. Nach: sudo ufw allow Samba funktioniert alles alles wie es soll.
  18. R

    [SOLVED] SMB auf LXC Container

    Hallo, ich versuche einen SMB Server auf einem Container zu installieren. Die Installation klappt wie gewohnt, aber der Server (192.168.10.63) ist von einem anderen lxc z.B. via smbclient nicht erreichbar, Ping funktioniert. Hier erstmal die config des Containers: arch: amd64 cores: 4...
  19. R

    Backup Proxmox Host mit Proxmox Backup Client

    Hi, kann man auf dem PVE Host den Proxmox Backup Client installieren und somit den Host sichern? Oder welche Möglichkeiten gibt es den PVE Host zu sichern? Gruß