Recent content by sterzy

  1. sterzy

    [SOLVED] OIDC in the mobile interface

    The patch was applied in the meantime, so the fix will be implemented in the next version of pve-yew-mobile-gui ^^
  2. sterzy

    [SOLVED] OIDC in the mobile interface

    Can you make sure that the caches are empty, to reload the page, and that no realm is set as default realm and try again? This should work in that case. For the default realm bug, I have already sent a patch here [1]. So this will be fixed soon too. [1]...
  3. sterzy

    [SOLVED] OIDC in the mobile interface

    Oh also, did you set a default realm per chance? Seems there might be a bug there, and we don't support default realms in PVE fully yet.
  4. sterzy

    [SOLVED] OIDC in the mobile interface

    Can you try to empty all caches as well? It might be that your browser is caching the relevant WASM binary, essentially keeping you on a version pre-update. Removing the cookies alone is not enough.
  5. sterzy

    [SOLVED] OCI container not functional (postgres latest)

    Great to hear, please mark this thread as solved, so others with a similar issue can find it more easily. Click the “Edit thread” button above and select the “SOLVED” prefix to do so. Thanks!
  6. sterzy

    [SOLVED] OCI container not functional (postgres latest)

    Postgres containers need the password set via an environment variable if I remember correctly. If the password cannot be found they'll print a warning and then shut themselves off. Sadly we currently have no proper way of capturing that warning so it looks like nothing is happening to you. Try...
  7. sterzy

    [SOLVED] Ceph Installation offline

    Please mark this thread as “Solved”, so others can find it quicker if they need the same information. You can do so by clicking the “Edit thread” button above and selecting the “Solved” prefix. Thanks!
  8. sterzy

    [SOLVED] Ceph Installation offline

    You can use the Proxmox Offline Mirror [1] to provide an offline repository for your host. Then you can set up Ceph as you usually would via the GUI or the pveceph command by selecting the manual repository. [1]: https://pom.proxmox.com/
  9. sterzy

    Proxmox Virtual Environment 9.1 available!

    Given that Proxmox VE 9.1 provides support for OCI images as application containers, you can now run Docker containers through Proxmox VE directly. They get more or less “translated” to LXC containers. This feature is still a tech preview, though.
  10. sterzy

    Multiple nodes without a cluster

    The currently planned feature set is available in the roadmap [1]. It is subject to change. If you find something missing, you can open a feature request over in our Bugzilla [2]. [1]: https://pve.proxmox.com/wiki/Proxmox_Datacenter_Manager_Roadmap [2]: https://bugzilla.proxmox.com/
  11. sterzy

    Docker integration

    Generally this causes issues between our use of Apparmor and other parts of our code base over and over again. So we heavily discourage it. However, with the release of Proxmox VE 9.1 you can use OCI templates for application containers on Proxmox VE. This means that you can run Docker...
  12. sterzy

    pve8to9 - 256 >= 2048 ?

    Yes, sorry. Yep, looks OK I'd say, the patch my colleague send will fix the issue in question, and you should be good to go :)
  13. sterzy

    pve8to9 - 256 >= 2048 ?

    I think this is just an oversight on our end. To be sure it'd be useful if you could run the follow command: openssl x509 -in /etc/pve/local/pve-ssl.pem -noout -text | grep "Algorithm" and post it's output here. Context: The security level of a signature key depends on the amount of entropy it...
  14. sterzy

    [SOLVED] PDM: Adding fresh installed PVE causes api error

    These two logs are fine, it would have been interesting to see whether there are any authentication related issues here, but it doesn't look like it. I think at this point logs will not be super helpful as we don't log contents of the requests (for good reason) and tend to return 200 error cases...