Search results

  1. sterzy

    [SOLVED] PBS 4 having problems with API tokens?

    No problem, but happy to hear this works again!
  2. sterzy

    High load on opnsense vm after upgrade to pve 9

    Yes the memory accounting logic here has changed. This is more or less expected, see [1]. [1]: https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#VM_Memory_Consumption_Shown_is_Higher
  3. sterzy

    [SOLVED] PBS 4 having problems with API tokens?

    Hm this seems to work just fine for me. Can you open the developer console of your browser (typically accessible via F12) and navigate to the “Network” tab and see check what the result for the /proxy request for that widget are? It seems even if you tell homepage to provide debug logging it...
  4. sterzy

    [SOLVED] PBS 4 having problems with API tokens?

    Hi, thanks for reporting this! That's curious, especially given your curl command works just fine. Not sure what homepage is doing here specifically, but I'll try to reproduce this. Can you maybe also post some logs from homepage itself if you have those? If you opened an issue with homepage...
  5. sterzy

    Proxmox Backup Server 4.0 released!

    Hi, this should be fixed in PBS 4.0.12-1, hope that helps :)
  6. sterzy

    Upgraded to 9.0.3, experiencing 2 issues

    You should remove the repo from the /etc/apt/sources.list and keep the one in the /etc/apt/sources.list.d/proxmox.source file. The problem with your screenshot is not quite clear to me. You should move the old ceph.list file once the new trixie repo has been activated.
  7. sterzy

    Error on pve8to9: CT does not support unified cgroup v2 layout

    Thanks, yes it does, seems that our regex here does not pick up on this way of naming libsystemd-shared, send a patch: https://lore.proxmox.com/pve-devel/20250806134843.266183-1-s.sterz@proxmox.com/T/#u For now, it should be safe to ignore this warning in this case specifically. Since, this...
  8. sterzy

    Error on pve8to9: CT does not support unified cgroup v2 layout

    Hi, what systemd version does the container use? And what does the command find / -name "libsystemd-shared-*.so" 2> /dev/null return in the container (ideally you could run that as root)?
  9. sterzy

    Proxmox Backup Server 4.0 BETA released!

    Can you post the logs of that? The log above look like you can't log in at all: This for example indicates that pam could not authenticate you at all.
  10. sterzy

    Proxmox Backup Server 4.0 BETA released!

    I think this is probably unrelated to the issue with pam here though. If I remember correctly, we have changed some dependencies there, but I am not too familiar with the TFA part of our authentication code. Regarding the authentication error - lines, the still occur on PBS 4.0.11 or 4.0.10 for...
  11. sterzy

    Proxmox Backup Server 4.0 BETA released!

    Hey again, a couple of questions just to clarify: - You can't log in at all or do you get logged out again immediately after you initially logged in? - Do the log lines with authentication error - SUCCESS (0) still happen when you log in after the update? If so did you reboot the machine? -...
  12. sterzy

    Proxmox Backup Server 4.0 BETA released!

    Ok so the somewhat confusing log message makes sense now and I send a patch for it here [1]. I'll look into what exactly is happening here, though. [1]: https://lore.proxmox.com/pbs-devel/20250805154820.324167-1-s.sterz@proxmox.com/T/#u
  13. sterzy

    Proxmox Backup Server 4.0 BETA released!

    Thank you, can you try to log in via ssh and update to the latest version right now? Installing from the ISO, it seems that PAM has some problem logging in. Especially this part: authentication failure; rhost=[::ffff:10.10.10.1]:42160 user=root@pam msg=authentication error - SUCCESS (0)...
  14. sterzy

    auditd.service not running

    Proxmox VE does not install auditd by default. If you want to use it, you should install it via apt install auditd. The message you see come from some other part of the kernel using a related mechanism to limit the amount of log messages. By default, the Linux kernel is configured so that the...
  15. sterzy

    [SOLVED] Proxmox 9 Beta / Datacenter manager

    Depends, both are not stable releases at this point, so there aren't many guarantees about what will and will not work. That being said, in general the Proxmox VE API is fairly stable and there this should work at least in theory. Please note though, that you should use neither in production at...
  16. sterzy

    [SOLVED] Proxmox VE Fragen an die Community

    Danke für die Infos, was sagt denn der Befehl df -h /var/tmp?
  17. sterzy

    [SOLVED] Proxmox VE Fragen an die Community

    Wenn warten eine Option in dem Fall ist, dann ja. Am besten auf der Node mal journalctl -f ausführen während der Upload läuft und dann den Output hier posten. Bitte gerne!
  18. sterzy

    [SOLVED] Proxmox VE Fragen an die Community

    ZFS over iSCSI hilft leider in dem Fall nicht viel, wenn Synology selbst nicht das ZFS anbietet. Leider ist die Benennung hier etwas verwirrend, aber ZFS over iSCSI bedeutet, dass auf einem Host ZFS Volumen via iSCSI an ein PVE Cluster zur Verfügung gestellt werden. Nicht, dass auf einer iSCSI...
  19. sterzy

    Proxmox France support

    Well I think the problem would be that we don't have many French-speakers on staff, so it'd be hard to moderate a French-language forum for us. But this is just my two cents.
  20. sterzy

    Missing console on CTs

    Glad to hear that. You could try to debug this further, but to be honest, this is somewhat expected. You can mark this thread as “solved” by clicking the “Edit Thread” button on top and selecting the “Solved” prefix. This helps other user with the same problem find a solution. Thanks!