Search results

  1. C

    Proxmox Backup Server 4.0 BETA released!

    Hmmm - I still see this with 4.0.11.. The journal logs for the entire login to logged out are: Aug 07 06:56:55 pbs unix_chkpwd[829]: password check failed for user (root) Aug 07 06:56:55 pbs proxmox-backup-api[615]: pam_unix(proxmox-backup-auth:auth): authentication failure; logname= uid=0...
  2. C

    Proxmox Backup Server 4.0 BETA released!

    It occurs in 4.0.10 - even after reboots etc. I can't see a 4.0.11 anywhere at the moment. Also, I can login ok, but normally get logged out again quickly. The journal seems to show the auth failures, and the login session will be invalidated within a couple of page loads.
  3. C

    Proxmox Backup Server 4.0 BETA released!

    I'm using Edge on linux (Fedora 42). No customisation of PAM, and only minimal changes to the underlying OS. I don't seem to see any errors for /api2/* in the journal when using a PBS realm user. EDIT: After adding a 2FA WebAuthn device to the PBS realm user, I logged out, then tried to log...
  4. C

    Proxmox Backup Server 4.0 BETA released!

    For what its worth - I'm getting this too. Aug 06 16:06:07 pbs unix_chkpwd[23232]: password check failed for user (root) Aug 06 16:06:07 pbs proxmox-backup-api[612]: pam_unix(proxmox-backup-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=<ip> user=root Aug 06...
  5. C

    Proxmox Backup Server 4.0 BETA released!

    Has anyone had this issue with the installed kernels after the update to the PBS Beta? root@pbs:~# apt update Hit:1 http://ftp.au.debian.org/debian trixie InRelease Hit:2 http://ftp.au.debian.org/debian trixie-updates InRelease Hit:3 http://security.debian.org...
  6. C

    [SOLVED] The backup (passkey) elligibility of this device has changed, meaning it must be re-enrolled for security validation

    I've noticed with the change to PVE9 and PBS4 betas that I've had a lot of problems with my passkeys giving the following error message: Aug 06 13:57:34 pbs proxmox-backup-api[26218]: Credential backup elligibility has changed! Aug 06 13:57:34 pbs proxmox-backup-api[26218]: error in 2nd factor...
  7. C

    Proxmox VE 9.0 BETA released!

    Reality is though, nobody is going to do that :D I'm guessing we can just disable the pve-test repo and enable the no-subscription one?
  8. C

    Proxmox Backup Server 4.0 BETA released!

    Nah - nothing to do with the update. Was more me switching from grub -> systemd-boot. My error :) Fair enough - I think I wrote that request :) I might convert a couple of ones I've manually hacked in to non-encrypted to test out the auto-sync jobs etc and go from there until that feature...
  9. C

    Proxmox Backup Server 4.0 BETA released!

    I upgraded to PBS 4.0.8 today, mostly seems to be fine. Is there any update on using LUKS encrypted disks as removable storage?
  10. C

    Proxmox VE 9.0 BETA released!

    Hmmm - I'm on 9.0.0~12 and I don't see any of these new graphs...
  11. C

    Inteligence Artificial implementation

    So.... Bayes with more inefficiency?
  12. C

    Inteligence Artificial implementation

    You mean like Bayes filtering?
  13. C

    9.0 Beta - VM Fails to start - get_drive_id: no interface

    Thanks guys. Installed these updates just now: Get:1 http://download.proxmox.com/debian/pve trixie/pve-test amd64 apparmor amd64 4.1.1-pmx1 [711 kB] Get:2 http://download.proxmox.com/debian/pve trixie/pve-test amd64 libapparmor1 amd64 4.1.1-pmx1 [43.8 kB] Get:3...
  14. C

    9.0 Beta - VM Fails to start - get_drive_id: no interface

    I ran into this today doing an upgrade on a 2 node cluster: proxmox-ve: 9.0.0 (running kernel: 6.14.8-1-pve) pve-manager: 9.0.0~10 (running version: 9.0.0~10/0fef50945ccd3b7e) proxmox-kernel-helper: 9.0.0 proxmox-kernel-6.14.8-1-pve-signed: 6.14.8-1 proxmox-kernel-6.14: 6.14.8-1...
  15. C

    Proxmox VE 9.0 BETA released!

    Looks like the torrent is dead. Happy to add seeding to it, but would need *someone* to have the complete torrent first. Adding a web source doesn't help as the metadata isn't complete atm.
  16. C

    How to disable Validity RBL lookups in SpamAssassin

    I figured I'd try and fix this on my setup, as I keep getting: Jul 16 18:12:02 mailfilter pmg-smtp-filter[112488]: WARNING: check: dns_block_rule RCVD_IN_VALIDITY_RPBL_BLOCKED hit, creating /root/.spamassassin/dnsblock_bl.score.senderscore.com (This means DNSBL blocked you due to too many...
  17. C

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    For what its worth, I run Fedora 42 in all my VMs with most having ballooning enabled and I don't see this :|
  18. C

    Spamhaus commercial data query service (extended DNSBL) integration

    Copy the main.cf.in template from /var/lib/pmg/templates/ to /etc/pmg/templates/ and add your edits. Then run: pmgconfig sync --restart 1 you'll need to randomly check changes between the distributed template and your template in case things change. When you do hashmaps, make a new directory...