Recent content by Riesling.Dry

  1. R

    ZFS TRIM on Proxmox

    I am absolutely NOT sure, but I now did zpool set autotrim=on rpool (cheers @news :°) and hope it will free up some space :) Where can I see this CRON job? Doenst show in the normal crontab. What other issue could fill up the disk or why is it so full if trim is run regularly?
  2. R

    ZFS TRIM on Proxmox

    commands zpool vs. zfs ! Ha! I mixed them up, silly me! Thanks man! :)
  3. R

    PVE 9.x cannot be installed from .iso image file

    As I wrote, that is exactly what I did (and do since years w. proxmox): simply "burn" the .iso to a USB stick :) But it would be a nice feature to be able to boot the proxmox installer from the file, just like it works w. all other distros I tried, like Debian, Ubuntu, fedora, manjaro, mint, you...
  4. R

    ZFS TRIM on Proxmox

    How is trim or autotrim used or set in proxmox, GUI or commandline? I have a PVE host w. 4x8TB RAID Z1-0 and only ONE large CT of 12TB. rpool has 31,99TB but only 320GB free, 31,66TB allocated. I wonder where the "missing" 20TB went (o.k. ~20% for the RAID blocks, the OS, meta-data, logs, etc...
  5. R

    PVE 9.x cannot be installed from .iso image file

    Dear Proxmox Team, I just tried to install a phresh PVE host from the 9.1-1.iso downloaded from here and stored on a ventoy stick (E2B or similar) on which I keep all my OS images. That didn't work out... :rolleyes: I remember the day when it wasn't possible to install PVE from a USB Stick...
  6. R

    PMG to detect FAKE To: Adresses in mail headers

    Merci bien, cher Fabian, just to clarify: our user is receiving these SPAM emails w. FAKE headers through our PMG. We only use it for receiving mail and for SPAM protection, currently not for sending email. SPF, DKIM and DMARC won't probably help in this case, but please correct me if I'm...
  7. R

    PMG to detect FAKE To: Adresses in mail headers

    Hi, we just set up a phresh PMG and the SPAM Mail quoted below got through. User has a catch-all Domain and gets a LOT of emails using FAKE To: addresses. In the example below, mail "seems" to go To: <office@hsmart.ro> but has X-Original-To: pg@[clients Domain name]. Neither we nor client have...
  8. R

    How to increase Receive-Buffer (RX-Buffer) in LXC Container?

    cuz the behaviour didn't seem to change... Great, thanks for confirming that! working on that :) What would you propose - maybe we missed something and and addl. ideas/proposals are very much appreciated, thanks in advance. Cheers, ~R.
  9. R

    How to increase Receive-Buffer (RX-Buffer) in LXC Container?

    PVE 8.4.1 Debian 12 LXC VE also Debian 12 NameServer on VE is under a so called pseudo-random subdomain (PRSD) attack. Basically a bot-net is flooding DNS w. MASSES of silly requests. The VE is at 98% idle but legit requests do not come through, apparently due to the Receive- or RX-Buffer...
  10. R

    PBS ERROR: permission denied on: /etc/ssl/private

    Thanks for this thread, explanations and the solutions! Maybe in future releases, avoid this 'problem' by simply preventing user from adding '/' (a.k.a. root) as datastore entry :) Cheers, ~R.
  11. R

    vzdump --exclude-path syntax command-line

    Thank you Fiona, glad to know it was not my dullness but an actual flaw - do you give bugbounties?! ;) Cheers, ~R.
  12. R

    vzdump --exclude-path syntax command-line

    Thank you @fiona ! The traling slash was the cause of the problem - without it, it worked! Many thanks for your help :) Cheers, ~R.
  13. R

    vzdump --exclude-path syntax command-line

    I used leading and trailing slash: vzdump 333 --ionice 1 --storage extern --exclude-path /opt/plexmedia/ see OP :) acc. https://pve.proxmox.com/pve-docs/vzdump.1.html so I used the leading / to also exclude any sub-directories matching the pattern (i.e. /opt/plexmedia/movies/...
  14. R

    vzdump --exclude-path syntax command-line

    Hi Fiona, thanks for your reply. it should, but it obviously doesn't, as the backup ist still running and has meanwhile grown to 5.3T: 167837705 5.3T -rw-r--r-- 1 root 5.3T May 28 13:39 vzdump-lxc-333-2024_05_27-12_04_23.dat Soon, when it will run out of disk-space, backup will fail and...
  15. R

    vzdump --exclude-path syntax command-line

    Hi there, I want to backup a VE/CT to an external HD. Just the core system, OS (Deb11) w. basic setting, but without the data (plex media lib w. ~10TB) After reading wiki, I started the dump via command-line and get: INFO: starting new backup job: vzdump 333 --ionice 1 --storage extern...