Search results

  1. 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...
  2. sterzy

    Proxmox Backup Server 4.0 released!

    Hi, this should be fixed in PBS 4.0.12-1, hope that helps :)
  3. 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.
  4. 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...
  5. 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)?
  6. 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.
  7. 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...
  8. 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? -...
  9. 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
  10. 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)...
  11. 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...
  12. 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...
  13. sterzy

    [SOLVED] Proxmox VE Fragen an die Community

    Danke für die Infos, was sagt denn der Befehl df -h /var/tmp?
  14. 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!
  15. 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...
  16. 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.
  17. 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!
  18. sterzy

    [SOLVED] Custom CPU model is behaving abnormally.

    So I looked into the “CPU Flags” you mention here are “Hyper-V Enlightenments” (hv_spinlocks, hv_reset) [1]. Can you try simply adding this line to your config: args: -cpu...
  19. sterzy

    [SOLVED] Custom CPU model is behaving abnormally.

    I think you are just misunderstanding the format here. The documentation [1] here mentions that each flag you want to specify, needs to be prefixed by either a “+” or a “-”. If you prefix the flag with a “+” it will be enabled. If the flag is otherwise enabled, prefixing it with “-” would...
  20. sterzy

    [SOLVED] Custom CPU model is behaving abnormally.

    Yes that makes sense, I'm assuming this fixes the issue for you? If so, please mark this thread as solved by adding the “Solved” prefix via the “Edit Thread” menu above. Thanks!