Recent content by sterzy

  1. sterzy

    Anmeldung im WebGui ungültig, wenn eine PVE im Cluster ein Problem hat

    Jup dann war /etc/pve an der stelle nicht korrekt am Laufen bzw. evtl. nur read-only gemountet. In dem Fall ist ein Login über unsere API nicht möglich, über PAM (CLI) aber schon. Das lässt sich an der Stelle nur schwer verhindern, wenn TFA verwendet werden soll.
  2. sterzy

    Anmeldung im WebGui ungültig, wenn eine PVE im Cluster ein Problem hat

    Das Journal speichert das :) Also, wenn der Zeitraum noch ca. bekannt ist einfach dorthin scrollen oder z.B. mit --from und --since einschränken. Ja so weit ich das gerade im Kopf hab, sollten alle relevanten Config-Files hier unter /etc/pve liegen. Das sollte bei einem funktionalen Cluster auf...
  3. sterzy

    Anmeldung im WebGui ungültig, wenn eine PVE im Cluster ein Problem hat

    Hallo, gibt es eventuell mehr Infos zu den gescheiterten Logins im Journal (journalctl)? Außerdem wäre es praktisch zu wissen welche Cookies gesetzt waren, wenn das noch nachvollziehbar ist.
  4. sterzy

    [SOLVED] Does PBS make use of atime?

    Proxmox Backup Server needs at least relatime for the garbage collection to work correctly (see [1]). So yes, the atime property is needed, but for performance reasons only relatime is used (not standard atime). From man 7 zfsprops: [1]: https://pbs.proxmox.com/docs/maintenance.html#gc-background
  5. sterzy

    [SOLVED] How do I login

    The login prompt should show you an address to connect to (something like https://192.168.178.34:8006 or similar). You need to open a browser on a different device and type that in. Make sure that other device is on the same network as you Proxmox VE host. From there, you should be able to log...
  6. sterzy

    where i can report a problem with Trixie LXC?

    Over in our bugzilla would be right place, but check if something has already been reported (for example [2]). [1]: https://bugzilla.proxmox.com/ [2]: https://bugzilla.proxmox.com/show_bug.cgi?id=6777
  7. sterzy

    Git broken?

    Thanks, we are aware of this and a fix is being worked on. Thanks for reporting this to us, though!
  8. sterzy

    After Proxmox Update to 8.4.12 web GUI is all black - Colortheme: Dark mode

    I doubt this is an issue just due to the color scheme, but if you want to change it, clearing the cookies and making sure your system prefers light color schemes should work. Can you post the output of pveversion --verbose and als the output of apt policy please? Also please check if the...
  9. sterzy

    WebUI problem after migration pbs 3 to 4

    Good point, I guess some bookworm based installations have already switched to the new deb822 format. In that case you need to adapt the .sources instead. However, running apt update and then apt policy should always show you the currently configured repositories. So checking that, especially...
  10. sterzy

    GET /api2/json: 401 Unauthorized

    Sounds a bit like Chrome is not handling the cookies correctly there. Maybe something is interfering there, but hard to tell from the information provided. You need to check what exactly each request is doing in the network tab of the developer tools of the browser. It's a bit tricky to walk you...
  11. sterzy

    GET /api2/json: 401 Unauthorized

    Did you make sure to reboot the server and refresh the user interface with CTRL+SHIFT+R? What does your journal say when you try to log in and load a page? Could you also tell me whether you have any errors in the browser's consoles? That is typically accessible by pressing F12 and selecting...
  12. sterzy

    PBS Upgrade broke my server

    You have Bookworm and Trixie repositories configured. Please remove the bookworm repositories and configure Debian Trixie repositories correctly. Otherwise, the upgrade cannot work. You seem to be using a local mirror, make sure that it also contains the Debian Trixie repositories. The output of...
  13. sterzy

    PBS Upgrade broke my server

    Hey, How did you upgrade the packages? With apt dist-upgrade? Also, can you post the output of the following commands? apt policy pbs3to4 --full proxmox-backup-manager version --verbose Thanks!
  14. sterzy

    WebUI problem after migration pbs 3 to 4

    No problem, if your issue has been resolved, please mark this thread as “Solved” by clicking the “Edit Thread” button on top and adding the “Solved” prefix. Thanks!
  15. sterzy

    WebUI problem after migration pbs 3 to 4

    Ah sorry i missed that before, but you only seem to have Proxmox VE repository installed, not a Proxmox Backup Server one. Install it with the following command: cat > /etc/apt/sources.list.d/proxmox.sources << EOF Types: deb URIs: http://download.proxmox.com/debian/pbs Suites: trixie...