Search results

  1. V

    Proxmox with systemd-boot - any way to access rescue mode?

    Hi, I'm currently trying to debug an issue with Proxmox hanging on boot (link). I seem to remember that in the blue Proxmox GRUB menu - you could go into Advanced, and there was an option for some kind of Rescue mode. However, my system seems to be using `systemd-boot` - I see the black/white...
  2. V

    Updated to Proxmox 8.4 - boot is now stuck at "Create System Users"

    Hi, I have a Proxmox machine that I updated recently. It's been up for a few months, but I hadn't rebooted it until now - so I did a quick "apt update, apt dist-upgrade", followed by a reboot. (I did see the web UI was updated to 8.4.1). However, on rebooting, the machine seems to have hung at...
  3. V

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    @Stoiko - Really appreciate the suggestion to compare ip link - however, it seems the kernel thing might be a red herring....or maybe I'm reading it wrong. This is really frustrating and I'm super confused. This is the latest 6.11 kernel on Proxmox: # uname -a Linux grandstand-vm02...
  4. V

    Opt-in Linux 6.11 Kernel for Proxmox VE 8 available on test & no-subscription

    I'm running Proxmox 8.3, with the 6.11 kernel - and I'm hitting an issue where the VM guests don't have network connectivity on first startup - until you toggle the network interface up then down (e.g. ifup, ifdown) - and then on some hosts, even that doesn't work =(...
  5. V

    Linux VM guests have no network connectivity (PVE 8.3, Kernel 6.11)

    I recently upgraded from Proxmox 8.2 to Proxmox 8.3. I also opted into the 6.11 kernel (apt install proxmox-kernel-6.11). My guest VMs are mostly Debian hosts - I noticed that many of them seemed to have no network connectivity after rebooting PVE after the update. However, toggling the network...
  6. V

    Integration Proxmox with G Suite for authentication?

    @blindrain Did you manage to get Google accounts with OpenID working? Or what issues did you hit?
  7. V

    LDAP Sync - still seems to add suspended/inactive users?

    Hi, We're using the LDAP sync feature (https://forum.proxmox.com/threads/new-ldap-sync-feature-questions-around-full-sync-and-eta.69260/) - and I've noticed that it doesn't seem to take into account whether a user is active or not (i.e. suspended in Google Workspace). So it appears to add...
  8. V

    Proxmox LDAP Sync - Hard Limit on number of users?

    Of course - I've raised https://bugzilla.proxmox.com/show_bug.cgi?id=3492 to track this.
  9. V

    Proxmox LDAP Sync - Hard Limit on number of users?

    Aha, this is maybe another of those "640K ought to be enough for anybody" moments ;). (Possibly an apocryphal quote). For our specific use case, I'm very confident that boosting it to 1MB would resolve our issue. (Assuming it scales linearly). We were around 3000 users before, we added another...
  10. V

    Proxmox LDAP Sync - Hard Limit on number of users?

    So I found an earlier patch, where we increased the limit from 128Kb to 512Kb, back in 2016: https://lists.proxmox.com/pipermail/pve-devel/2016-September/022699.html https://lists.proxmox.com/pipermail/pve-devel/2020-August/044639.html Is it viable at all to increase this limit again? (e.g. to...
  11. V

    Proxmox LDAP Sync - Hard Limit on number of users?

    It's probably around 4000-4500 - it's used as an internal lab for experimenting with VMs. It's a four-node cluster, each node has around 2TB of memory, and 128 cores, so we can get some decent utilisation. Obviously it won't be concurrent usage from all the users at once, but a portion of them...
  12. V

    Proxmox LDAP Sync - Hard Limit on number of users?

    Are there any workarounds we can use, to get a larger user.cfg file?
  13. V

    Proxmox LDAP Sync - Hard Limit on number of users?

    Hmm, what happens beyond that point? Or is there any way to increase this limit in pmxcfs? (I think we probably have around 5000-ish users - it's possible the overhead, or metadata per user that's boosting it up - but we are close).
  14. V

    Any way to rebuild missing EFI volume from a ZFS mirrored pair?

    Hi, OK, I have a Proxmox 6.4 cluster I set up. The boot volume is a mirrored ZFS setup, with 2 x 1TB disks (/dev/nvme1n1 and /dev/nvme5n1). I fat-fingered it, and accidentally ran ceph-volume lvm zap on one of the two disks (/dev/nvme5n1) accidentally *sad face*. The ZFS volume itself on the...
  15. V

    Proxmox LDAP Sync - Hard Limit on number of users?

    Hi, Does anybody know if there's a hard limit on the number of users that the LDAP sync in Proxmox can do? Or is the below a bug? I have a Proxmox 6.4 cluster, and I'm trying to an LDAP sync as follows: pveum realm sync "anguslab.io" --full --purge --scope both However, after running...
  16. V

    Network connectivity broken in 5.11.21-1?

    Thanks! I can confirm that adding the suffix "np0" to the original device name "enp1s0" resolved the issue. Should I also rename the iface enp1s0 near the top fo the files as well? auto lo iface lo inet loopback iface enp1s0 inet manual iface enp3s0f3u1u3c2 inet manual iface eno1 inet...
  17. V

    Network connectivity broken in 5.11.21-1?

    Hmm, this is the output of ip addr, with the 5.4 kernel: # ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft...
  18. V

    Network connectivity broken in 5.11.21-1?

    Hi I have just setup a new Proxmox system that I've recently set up on Proxmox 6.4. Network card is a Mellanox ConnectX-5 with 100Gbe ports. I've also installed the latest 5.11 kernel to test this out. I know that 5.11.x was working on previous installs on this system. However, when I did an...
  19. V

    Ceph Pacific is out! =)

    Ceph Pacific (16.2.0) just got announced: https://ceph.io/releases/v16-2-0-pacific-released/ Yay! =) There should be Debian Buster packages available. Any chance we can get this in the testing Ceph repo soon? Would love to kick the tyres.
  20. V

    Auth Module openid-connect

    @Glowsome How are things going? What sort of issues did you hit? Anything we or anybody else could help with maybe? =) Really appreciate you kick-starting this awesome effort.