Search results

  1. sterzy

    Regex matching PMG 7.3

    Ah, I see this particular regex is automatically anchored. Then yeah, you'll need to use this one instead .*\.lol, which will be anchored and become this regex ^.*\.lol$. So it will match the beginning of a line (“^”), then any character zero or more times (“.*”), then the string “.lol” and then...
  2. sterzy

    Warum gibt es eigentlich kein secureboot bei Proxmox

    Ja, wobei der eigentliche Vorteil ja wäre, dass du weißt, dass das was da gebootet wird auch von uns kommt ;)
  3. sterzy

    installing ceph in pve8 nosub repo

    Hey, yeah, that is intentional. The command will use the enterprise repo by default. Which does not work if you don't have a subscription. You could try pveceph install --repository no-subscription instead to use the no-subscription repo. [1]: https://pve.proxmox.com/pve-docs/pveceph.1.html
  4. sterzy

    Warum gibt es eigentlich kein secureboot bei Proxmox

    Hallo! Damit das klappt, muss der Bootloader mit einem bestimmten Key signiert werden. Da leider bei den meisten Systemen nur Public Keys von Microsoft hinterlegt sind, muss der Bootloader auch mit dem entsprechenden Private Key signiert werden. Um dem ein bisschen auszuweichen, kann man eine...
  5. sterzy

    Regex matching PMG 7.3

    The regex you posted demands at least one subdomain. So “lockermaster.lol” does not match this regex, but “a.lockermaster.lol” does. Also note that .* at the beginning can make this regex very inefficient. Small break down of the regex: .*: match any character as often as possible. This leads...
  6. sterzy

    PVE 7.4-16 NoVNC Cannot Connect unless pveproxy restarted

    This should be fine and yes this is exactly what we recommend in this case [1]: So just run pvecm updatecerts. [1]: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_remove_a_cluster_node
  7. sterzy

    pve 8 and pre Quincy hyperconverged ceph versions possible

    The reason we mention that for hyperconverged clusters is, that PVE 8 does not support any other Ceph versions currently. Hence, updating to Quincy after upgrading results in an untested and unsupported setup. So we can't give any guarantees about how well that will work. Additionally, our...
  8. sterzy

    [SOLVED] Cluster upgrade 7 to 8

    The main problem you'd run into is likely live migration from newer systems back to older systems. This is generally not supported and may result in crashes or freezes of your VMs. There may also be new features available on newer nodes that won't work as intended if a VM is migrated back. You...
  9. sterzy

    ZFS pool folder

    From the commands you provided I can only see that rpool ist mounted at /rpool and rpool/ROOT is mounted on /. So unless you specifically mounted something else there /var/lib/vz would be part of rpool/ROOT, which is automatically mounted by ZFS. To get more info about what is mounted where, you...
  10. sterzy

    PBS SWAP auf zweite SSD

    Grundsätzlich haben wir mit Swap nicht die besten Erfahrungen gemacht. Was für ein Filesystem wird denn verwendet? Bzw. wie sieht es mit RAID aus? Wie viel RAM hast du denn zur Verfügung?
  11. sterzy

    PBS SWAP auf zweite SSD

    Hallo! Wieso möchtest du denn das so einrichten? Also welche Erwartungen hast du den an so ein Setup und bist du dich sicher, dass das der beste Weg ist das zu erzielen?
  12. sterzy

    API extern ereichbar

    Bin mir nicht sicher wie das „extern“ gemeint ist, aber ja sollte klappen [1]. [1]: https://pmg.proxmox.com/pmg-docs/api-viewer/index.html
  13. sterzy

    Verbrauchter Speicherplatz

    Das sollte angezeigt werden, wenn du die VM auswählst und dort dann auf das Summary gehst. Da gibt es dann eine Kachel wo der Status, Name, CPU, RAM und Storage verbrauch angezeigt werden sollte.
  14. sterzy

    Is 802.3ad bonding still not supported for corosync?

    Hey, yeah, this was changed fairly recently [1]. Ideally for Corosync you don't want a bond, you should just hand over the interfaces to Corosync directly. It will handle switching the links better than if you give it a bond. [1]: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff;h=4ab400d1
  15. sterzy

    PBS LDAP Issue

    Hey, first off, the PVE config is not identical to the PBS one, so it may not work as expected. PVE and PBS use different LDAP implementations. Secondly, I am not sure what you are trying to do in your last post, but you don't need to add the PAM or PVE realms to your...
  16. sterzy

    PBS LDAP Issue

    Since this fix is taking longer than I expected (sorry for that), you can use this work around for now: Edit the file /etc/proxmox-backup/domains.cfg like so ldap: <realm-name> base-dn <base-dn> bind-dn <bind-dn> mode <ldap|ldaps|ldap+starttls> server1 <server> server2...
  17. sterzy

    PBS LDAP Issue

    Ah it seems you ran into an issue with the new flow for creating LDAP realms. Sorry this is a bug it seems. The query used to check whether the LDAP connection would work seems to exceed a size limit and fails. The part handling this logic only checks whether the query succeeds, not why it...
  18. sterzy

    sync group failed - authentication failed - invalid ticket - expired

    Danke für das Log und die Paketversionen. Kannst du evtl. noch die folgenden Informationen posten, das würde uns beim Reproduzieren vermutlich helfen: Die Konfiguration des Syncjobs (findest du in /etc/proxmox-backup/sync.cfg). Die Konfiguration des Remotes, bitte hier nicht vergessen...
  19. sterzy

    network error failed to start raise network interfaces

    Yeah, you have a typo there. It should be “address” not "adress". Try changing that, and then you should be able to do systemctl restart networking.service or ifup -a to bring up your network.
  20. sterzy

    network error failed to start raise network interfaces

    Hi, could you post the contents of the file /etc/network/interfaces? Ideally between tags to preserve the formatting. From the log that you showed you didn't specify an address for vmbr0 so it could not be brought up. Take a look at the “Network Configuration” section [1] of the manual for...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!