Search results

  1. U

    frisch aufgesetzter PVE Server hat keine Verbindung zum Internet

    Wenn du keine zwingenden Gründe für OVS hast würde ich bei linux bridge bleiben ansonsten poste deine /etc/network/interfaces, sowie die Ausgabe von: brctl show ip a l ip r l ip r get 8.8.8.8 Kannst du dein GW anpingen?
  2. U

    Proxmox Mail Gateway 8.1 available

    Congratulations, i have just upgraded. Why is clamav still the afaik vulnerable version 1.0.3+dfsg-1~deb12u1 from 2023? It is marked as vulnerable on https://security-tracker.debian.org/tracker/CVE-2024-20328
  3. U

    ZFS-98% storage full!

    Please post output of zfs list and zfs list -t snapshot
  4. U

    Wie allesAktuell halten?? Welche Update´s etc??

    root@debian85:# ls -l /usr/local/bin/topgrade zeigt die Eigenschaften von der Datei topgrade in /usr/local/bin
  5. U

    Storage mit Shell durchsuchen und Festplatten manuell hineinkopieren

    Ich kenne kein FS, das Füllstände von über 80 oder 90% dauerhaft goutiert. Mit ZFS gewinnst du dank Kompression Speicherplatz
  6. U

    Storage mit Shell durchsuchen und Festplatten manuell hineinkopieren

    Du kannst qcow2 images auf Directory storage anlegen, aber bei ZFS werden container als subvolumes im ZFS Pool und kvm images als zvols abgebildet. Wenn du unbedingt qcow2 images haben willst musst du dein zfs als directory storage anlegen, es gibt aber eigentlich keinen grund das zu tun ;)...
  7. U

    Storage mit Shell durchsuchen und Festplatten manuell hineinkopieren

    lvs or lvdisplay shows your logical volumes (LV), they are part of a volume group (VG), which has one or more physical volumes (PV, aka Disks or partitions). LVs are a block storage on which there can be a Filesystem (for Containers) or a whole virtual Disk (for VMs)
  8. U

    [SOLVED] LVM Voll ?

    Logisches Volume vergößern: lvextend -L +10G /dev/vg00/lv01 Danach Filesystem auf LV vergrößern, ist abhängig vom eingesetzten FS: z.B. für ext2,3,4 resize2fs /dev/vg00/lv01 für XFS: xfs_growfs /dev/vg00/lv01 mit Proxmox Container (unabhängig von Storage und Filesystem): Platz checken...
  9. U

    BTRFS Error Messages on boot while detecting Disks of KVMs

    No the zvol is on the host, it is the Disk for the guest, the guest has ext4, but somehow the BTRFS driver probes these filesystems, i think erronously
  10. U

    Docs mention syslog, GUI refers to syslog, there's no syslog

    Some windows people even use syslog when they speak about the abomination that is EventLog ;)
  11. U

    Docs mention syslog, GUI refers to syslog, there's no syslog

    1. Syslog is just short for system log, what you mean i would call a "(remote) syslog server", syslog protocol is syslog protocol or remote syslogin my view 2. If you had a syslog server with a unified log under proxmox, it would be under Datacenter in the gui, NOT under the hosts (which would...
  12. U

    BTRFS Error Messages on boot while detecting Disks of KVMs

    I get these error messages on booting the pve host, this is a zvol of a Linux kvm guest: Feb 17 18:51:42 pve kernel: BTRFS error: device /dev/zd80p2 already registered with a higher generation, found 3423 expect 114966 Feb 17 18:51:42 pve kernel: BTRFS error: device /dev/zd64p2 already...
  13. U

    Wie allesAktuell halten?? Welche Update´s etc??

    Momentan benutze ich updaterfor proxmox auf meinem privaten proxmox, weil ich es ausprobieren will, topgrade auf meinen Laptops, weil es alles updatet, nicht nur deb packages sondern auch flatpak snap pip ... Beruflich apt-dater, Firmenpolicy Probier's aus
  14. U

    Forced reinstall Proxmox booting from iso

    qemu-system-x86_64 -m 4096 -hda /dev/sda -hdb /dev/SDB -cdrom https://delaemdelo.org/proxmox-ve_7.4-1.iso -boot d
  15. U

    Convert Proxmox LXC to a regular VM

    If you mount it on the host you have the problem with the shifted UID / GIDs in unprivileged containers
  16. U

    Wie allesAktuell halten?? Welche Update´s etc??

    Es gibt jetzt auch https://github.com/BassT23/Proxmox
  17. U

    Convert Proxmox LXC to a regular VM

    In principle to create a vm from your lxc: (Sorry if i omit something, i am writing this from memory) 1. create a virtual machine with the same distribution, basic install. 2. boot that vm with a LIVE system 3. In the Livesystem mount the filesystem(s) under /target ( mkdir /target; mount...
  18. U

    Rebooted Proxmox and getting grub screen with no information

    Put the HD back in, grub probably has its file on that. if that boots we can fix it
  19. U

    RTL8125BG AsRock driver

    ethtool enp5s0 ip a l ip r l ping 192.168.1.254