Search results

  1. A

    Provide selection of the kernel version in the installer

    What is the current status of this issue ? Have you managed to get the BCM57416 working reliably ?
  2. A

    [SOLVED] Multiple DKIM

    > [SOLVED] - Multiple DKIM - New reply to watched thread Seeing this in my mailbox got me excited, but false alarm :)
  3. A

    Cannot stop a "non running" garbage collection job

    My bad, we can actually see that garbage collect job from the Dashboard page. It's at 29%. No idea why it didn't show on the other page. Topic can be considered closed.
  4. A

    Cannot stop a "non running" garbage collection job

    Hi, We have the following odd behavior root@backup:~# proxmox-backup-manager garbage-collection status rpool ┌──────────────────┬────────────────────────────────────────────────────────────────────────────────────┐ │ Name │ Value...
  5. A

    Correct way to enable AppArmor inside an unprivileged LXC

    Up. I tried applying tons of restrictions using systemd inside the LXC instead (InaccessiblePaths, NoExecPaths...), but clearly that's twisting its purpose and AppArmor would be the right tool for the job.
  6. A

    Correct way to enable AppArmor inside an unprivileged LXC

    Hi, Can someone with solid experience in AppArmor + PVE confirm if this is the correct way to enable AppArmor inside an unprivileged LXC? The goal is to add specific profiles within the LXC to enhance security. Here's the line I'm considering for /etc/pve/lxc/XXX.conf lxc.mount.entry...
  7. A

    Problem with restoring backups from PBS (Proxmox Backup Server).

    Thanks for the reply. > have you actually mounted the containers root filesystem before starting the restore I did not. I ended up dumping a backup on a basic folder storage, to be able to use pct restore, which did work.
  8. A

    Problem with restoring backups from PBS (Proxmox Backup Server).

    I'm currently having the same issue. Initially I wanted to restore a privileged to unprivileged. The WebUI fails on that so I added added the necessary parameters in CLI but it throws the same errors as OP. lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client...
  9. A

    Any plans for aarch/arm64 support in Proxmox Backup Client?

    Could someone from the Proxmox team clarify the challenges in offering arm64 .deb packages or a deb-src repository? Some of us may be able to contribute PR, hardware, or financial resources to help. Just to state the obvious but, arm64 is gaining serious steam so this topic should become of...
  10. A

    Interfacing PMG with a Neural Network for spam score alteration

    I've applied the patch and can confirm that it works great. If I may suggest something though, CustomCheck doesn't follow the same casing as other rules. For consistency sake it could be more appropriate to display it as CUSTOM_CHECK
  11. A

    Interfacing PMG with a Neural Network for spam score alteration

    Thank you for investigating :) Indeed, the script returns in the [-2,2] range which include negative values for emails it deems to be probably not spam.
  12. A

    Interfacing PMG with a Neural Network for spam score alteration

    The output seems aligned with what the documentation states. Yet I still get custom check error: got unexpected output! root@spamfilter:~# /usr/local/bin/pmg-custom-check v1 /var/spool/pmg/spam/A0/2F9A966700405B62A0 v1 SCORE: 1.91 Am I missing something regarding what the custom check is...
  13. A

    Interfacing PMG with a Neural Network for spam score alteration

    I used the Custom Check Interface feature of PMG. I have a script that properly queries my model and returns a score. But I cannot see that score anywhere in the X-SPAM-LEVEL. Is this expected ? Script is in /usr/local/bin/pmg-custom-check `custom_check 1` has been changed to /etc/pmg/pmg.conf...
  14. A

    Interfacing PMG with a Neural Network for spam score alteration

    There seems to be a way by creating a SpamAssassin Perl plugin, which in turn would call the python script or API. If no recommendations are made around here, I will try this method and update the thread. Hopefully that could help others.
  15. A

    Interfacing PMG with a Neural Network for spam score alteration

    Hi, I have trained a small model with highly curated spam and ham from our own PMG instance. The model is behaving extremely well and I would like to use it to alter the spam score from PMG's spamassassin slightly. Currently, * the model can be ran in CLI in a conda env * it accepts an .eml...
  16. A

    Convert privileged to unprivileged container

    Apparently, this should do the trick, although cumbersome.
  17. A

    Convert privileged to unprivileged container

    I'm trying to convert a privileged to unprivileged container. The backup is on PBS, is there a way to fix/bypass this ? Knowing that "The official Proxmox VE way is backup and restore." I guess there should be at least a workaround. Error: error extracting archive - encountered unexpected...
  18. A

    Lots of ZFS @___replicate__ snapshots remaining

    They are all still replicated. There are multiple snapshots for the same disks. For example 103 disk 2 has : 1693227600 -> August 28th 2023 and 1702302303 -> December 11th 2023 119 disk 0 has : 1680785150 -> April 6th 023 and 1702302328 -> December 11th 2023
  19. A

    Conbee 2 not working with USB Passtrough

    I have a Conbee2 passthru to an unprivileged LXC (Using ZHA, not Zibee2mqtt) and on a 8.1 host. So it should work using KVM/Qemu for you. Although I had to chmod 777 the /dev/ttyACM0 on the host, which is less that ideal. edit: actually I have two. One at work on a host plugged in USB2, the...
  20. A

    Lots of ZFS @___replicate__ snapshots remaining

    Upping the thread (impressed by the volume of posts in this forum!)