Search results

  1. M

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    I would like to know as well, before the update...thx
  2. M

    Proxmox Mail Gateway with MailCow

    You have to whitelist the cows ip in pmg
  3. M

    Proxmox Mail Gateway with MailCow

    Hi really simple. But MailCow has a more efficient Spamfilter. So it is better to just use MailCow.
  4. M

    PBS to Backup NAS

    ok cool didn't know that...but I'm not a fan of preconfigured nases...as seen the last ransomware attacks on qnaps
  5. M

    PBS to Backup NAS

    Sadly QNAP has no Docker support. On my synology thereis an community repository an I can use borg and docker.
  6. M

    PBS to Backup NAS

    I just tested PBS-Docker on a Synology Atom NAS. It ist working very well.
  7. M

    AMD s7150x2 on Proxmox VE 6

    I am running this on pm 6.2...so everything fine.
  8. M

    [SOLVED] [Warning] Latest Patch just broke all my WINDOWS vms. (6.3-4) [Patch Inside] (See #53)

    no the problem is that the new qemu-kvm reorders the virtual pci cards...for me i had to fix the fixeds ips manually. and it it just a windows problem..my linux vms did not change
  9. M

    windows 2019

    I know many good reasons for doing this...the best reason is "only a virtual windows is a good windows" :)
  10. M

    windows 2019

    just like this here...
  11. M

    windows 2019

    my last 2019 rdp server is really fast...change to q35 and do not use host cpu but a version before e.g. skylake-server-no-irbs...always use virtio drivers and my vm has 32gb of ram and turn off ballooning...but 8gb ram for a host is way too less.
  12. M

    Frequency Scaling on i9 9900, always on max Frequency?

    If this doesn´t help add intel_pstate=disable to the line.
  13. M

    Frequency Scaling on i9 9900, always on max Frequency?

    That is simple. Change /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_idle.max_cstate=1 processor.max_cstate=1 audit=0" after that run update-grub and reboot.
  14. M

    ZFS Mount Volume

    ansonsten klappt das wunderbar wenn alles lxc container sind :)
  15. M

    Additional CPU Flags for OPNSense

    args: -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+x2apic,aes,rdrand this is how it works for me :)
  16. M

    [SOLVED] Performanceprobleme, NIC Settings zur Performancesteigerung

    klar so ist es am einfachsten die rechte zu verteilen...wichtig dabei ist das es über den univention domain controlle per gruppen berechtigt ist
  17. M

    [SOLVED] Performanceprobleme, NIC Settings zur Performancesteigerung

    Also ich kann das nicht nachvollziehen. Wir haben nur Samba 4.12.3 Server im Einsatz (LXC auf ZFS) mit Multichannel und SMB3 bin ich schon auf 10Gbit intern gekommen und das von Windows 10 aus.
  18. M

    Full clone feature is not supported for drive 'efidisk0' (500)?

    I had the same issue...changing from virtio-scsi to virtio-block helps...but it is not a solution.