Latest activity

  • R
    Heyho zusammen, ich hatte gerade ein ganz speziellen Fehler. Ich habe an einem Außenstandort einen Proxmox-Host mit einigen VMs stehen. Ich habe nun endlich Hardware für den zweiten Host vor Ort und wollte ein Cluster erstellen. Auf der...
  • T
    Hi, I obtained it with this command: journalctl --since "2026-06-10 10:00:00" --until "2026-06-10 13:00:00" > /tmp/antispam-journal.txt pmg-log-tracker -v -s -g -l 2000 It doesn't work without specifying a time range. pmg-log-tracker -v -s...
  • J
    Know little about Gluster, so can't compare features/performance, but wanted to clarify some points regarding Ceph (again): Among other tasks, Ceph MON will provide a copy of the CRUSH map to every component in the Ceph cluster, including...
  • S
    Secundo° replied to the thread nVidia driver install error.
    Thanks. I had the same issue with an RTX 5060 Ti and enabling above 4G Decoding fixed it for me and I was able to install the driver. Interestingly I also had no video output at all after the POST screen. While POSTing and in UEFI BIOS it worked...
  • J
    Johannes S replied to the thread Kernel Live Patching.
    Und KernelCare hat das ja laut dem OP eingestellt. Ich bin aber auch im Team "Clustern für Hochverfügbarkeit und wenn man keinen Cluster hat, dann scheint es ja nicht so wichtig zu sein, dann muss halt eine kurze Downtime drin sein"
  • S
    Secundo° reacted to g4m3r7ag's post in the thread nVidia driver install error with Like Like.
    I decided to give up with the potential 9.1 issues and formatted the boot disk, reinstalled with a Proxmox 8.4 image, restored the VMs and started attempting this again. I was still getting the same error on 8.4 with the 6.8 kernel. I have...
  • J
    Johannes S reacted to Bu66as's post in the thread Kernel Live Patching with Like Like.
    Falk hat recht, ohne Redundanz wird das auf Dauer eng. Aber praktischer ist es, ZFS Replication (pvesr) zwischen den Hosts einzurichten, das geht auch mit lokalem Storage. Dann kannst du VMs live migrieren, den Node in Ruhe rebooten und...
  • T
    Hi Stoiko As always, you're a star. Thank you! Cheers Toby
  • K
    Khensu replied to the thread snapshot + lvm.
    I can see that there is a patch available and that it got implemented a few days ago. https://git.proxmox.com/?p=qemu-server.git;a=commit;h=30e41d065623380cd4106f0524326c4da75b1cc9 Just waiting for a version bump I assume. This will probably take...
  • R
    Danke für die Hinweise und Rückmeldungen. Dann muss ich meine geerbte Umgebung mal gerade ziehen.
  • M
    Hi I am looking at setting up a proxmox backup server at home to backup my vms from my office I currently have a dream machine SE in my office that can handle the vpn connection but what i was wondering is what would i use on my pbs to...
  • S
    Aging Time passt mit den 30000. Allerdings finde ich die lösung länger laufender ARP Einträge auch nicht sonderlich schön. root@pmfw1:~# cat /sys/class/net/vmbr001/bridge/ageing_time 30000 Das die Bridge aufgrund fehlender MAC/ARP Einträge das...
  • VictorSTS
    VictorSTS reacted to robertlukan's post in the thread [SOLVED] VirtIO and Qemu-GA with Like Like.
    More details here: https://gitlab.com/qemu-project/qemu/-/issues/3286
  • S
    slammers67 replied to the thread Updated to 8.2 - DMA error.
    For my HP Proliant DL380P Gen8, kernel 6.8.12-23 works 6.8.12-25 crashes I added the intel_iommu=off and it had no affect
  • S
    I had success with disabling ipv6 in LXC (tried with ubuntu 24) with this script.
  • Stoiko Ivanov
    The timestamp looks wrong - did you take that from `/var/log/syslog` ? - this is the place the log-tracker looks for its logs - please check that /var/log/syslog contains timestamps like `2026-06-10T00:23:42.810698+02:00` - instead of `Jun 10...
  • J
    Johannes S reacted to Bu66as's post in the thread Albtraum Ransomware with Like Like.
    Guter Punkt, @rprengel. Anomalie-Erkennung auf Backup-Ebene (Dedup-Rate) und direkt in der VM (Datei-Aktivität) ergänzen sich gut. Beim automatischen Reagieren sollte man eher konservativ sein. VM runterfahren ist noch vertretbar, aber alles...
  • J
    Johannes S reacted to rprengel's post in the thread Albtraum Ransomware with Like Like.
    Hallo, wir prüfen hier Windows VMs auf ungewöhliche Datei-Aktivitäten (lesen/schreiben). Bei Auffälligkeiten fährt die VM automatisch runter. Alles weitere ist "Handarbeit" für die Admins anhand einer definierten Vorgehensweise und hängt von den...
  • J
    Johannes S reacted to Bu66as's post in the thread Albtraum Ransomware with Like Like.
    Was @Falk R. sagt: PBS schreibt deduplizierte Chunks, die alten Backups bleiben intakt. Das ist schon mal die halbe Miete. Und @bl1mp hat recht, die Dedup-Rate ist genau die Metrik die du willst. In den PBS-Task-Logs siehst du nach jedem Backup...
  • J
    For your local LVM-thin results, a couple things to check: is iothread=1 actually set on the SCSI controller? Should be default with virtio-scsi-single on recent PVE but I've seen cases where it wasn't. Also try aio=io_uring instead of the...