Latest activity

  • 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...
  • D
    daanw reacted to Impact's post in the thread Memory usage statistics with Like Like.
    The percentage depends on a few things but the new PVE default is 10% and for ZoL it's max(total_memory - 1GB, 5/8 × total_memory). I also have a snippet here to easily alter it. I didn't post it before because I don't see a good reason to alter it.
  • B
    Bu66as replied to the thread Hardwarer oder Software RAID.
    Ja, die Enterprise-SSD-Preise sind grade echt kein Spaß. Aber bis April 2027 habt ihr ja noch gut Zeit zum Planen, und auf der Testkiste könnt ihr bis dahin schon mal ordentlich Erfahrung sammeln. Passt schon!
  • A
    Abby2017 replied to the thread Hardwarer oder Software RAID.
    Die Hardware der neuen Systeme und auch des PBS wird dann natürlich mit SSDs sein. Geplant ist unsere neue Hardware für das nächste Geschäftsjahr ab dem 1.4.2027 Wobei die geplanten Hardwarekosten durch die Speicherpreise wohl um einiges...
  • G
    _gabriel replied to the thread Remote PBS Backup.
    if source PBS have static ip, make a firewall rule, VPN is not required, as PBS flow is already over TLS.
  • O
    otmpp replied to the thread Remote PBS Backup.
    That makes sense and I will configure for that then. Time to go connect the VPN and setup the backup! Thank you both for your help!