Latest activity

  • 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...
  • J
    Das nfs-common.service is masked ist auf PVE normal, der Dienst ist per Default maskiert. Geht ganz einfach: systemctl unmask nfs-common systemctl enable --now nfs-common Aber ehrlich gesagt, für deinen Use Case würd ich VirtioFS nehmen. Das...
  • fba
    fba reacted to Philipp's post in the thread Proxmox Virtual Environment 9.2 available! with Like Like.
    Hello PatoGB, I just found out, if you do not need "application-aware processing" (just do not enable it), then this combi works fine. Details: I received the error "Failed to prepare disks for backup" or so and my backup did not start for each...
  • YaZoal
    Looks like it is discussed in the German thread below: https://forum.proxmox.com/threads/proxmox-8-upgrade-auf-9-fehler-im-log-fenster-bei-einem-lxc.177793/post-824450
  • M
    There is, but not in gui. as mentioned before it can be done from CLI.
  • T
    Hi 1- The first incoming e-mail after the e-mail update in the log line "Jun 10 12:32:21 pmg9 pmg-smtp-filter[125550]: 3202C86A292F1C81ECA: accept mail to <metin2@benimsitem.com> (D538E3203C7) (rule: default-accept)". 2- No, I haven't made...
  • powersupport
    Hi, I can understand your concern. In your case, VM B is not really a separate machine but a refreshed copy of VM A, so keeping the same UUID would help avoid licensing issues and reduce administrative work. As far as I know, there is...
  • B
    Bu66as reacted to Abby2017's post in the thread Hardwarer oder Software RAID with Like Like.
    So war auch unser Plan, genügend Zeit zum testen und "spielen" zu haben :)
  • K
    kokoon replied to the thread e1000 driver hang.
    So disabling offloading is a definite workaround for it, I gather. That's good enough for me, just a homelab in question here.
  • K
    kokoon replied to the thread e1000 driver hang.
    6.8.12-29-pve
  • V
    Hi, One way to do this would be, by using fdisk utility fdisk /dev/hda. Type p (it will print partition table) Type n (for creating a new partition) Press enter (it will take the default value) Press enter (it will take last cyclinder as...
  • V
    Thank you so much. I am trying to use the remaining of my drive.
  • fiona
    fiona replied to the thread Updated to 8.2 - DMA error.
    It might be the same issue as reported upstream here: https://bugzilla.kernel.org/show_bug.cgi?id=221234 A fix for that will be included in the next 6.8 kernel version which is expected to come in the following days/weeks.
  • D
    daanw replied to the thread Memory usage statistics.
    Yes, great that this was addressed. But the old default might still be in place in OP's PVE. It might be something else, but people wondering about 50 plus a bit % memory usage on a system using ZFS are quite common. :)
  • A
    Abby2017 replied to the thread Hardwarer oder Software RAID.
    So war auch unser Plan, genügend Zeit zum testen und "spielen" zu haben :)
  • O
    otmpp replied to the thread Remote PBS Backup.
    The source does have a static IP but is that TLS still secured since they are self-signed certs? I'm afraid I don't have much experience configuring firewall rules so if you happen to have a good resource I could trawl through to learn would be...