Search results

  1. hregis

    [SOLVED] Proxmox 7.3-4 Grub upgrade problem

    ok i resolved my problem with this procedure, this is for an OVH server with 2 disk SSD in soft RAID with LVM partition ! start your server in rescue mode (rescue64-pro) mount /dev/md126 /mnt mount -o bind /proc /mnt/proc mount -o bind /sys /mnt/sys mount -o bind /dev /mnt/dev mount...
  2. hregis

    [SOLVED] Proxmox 7.3-4 Grub upgrade problem

    no, this is after last apt upgrade (proxmox 7.3-4): Found linux image: /boot/vmlinuz-5.15.83-1-pve Found initrd image: /boot/initrd.img-5.15.83-1-pve Found linux image: /boot/vmlinuz-5.15.64-1-pve Found initrd image: /boot/initrd.img-5.15.64-1-pve Found linux image: /boot/vmlinuz-5.15.39-3-pve...
  3. hregis

    [SOLVED] Proxmox 7.3-4 Grub upgrade problem

    Hello, same problem after this, message after reboot : grub_disk_native_sectors not found
  4. hregis

    [SOLVED] Proxmox 7.3-4 Grub upgrade problem

    Hello, thanks, but i have this message when i start "upgrade-grub" Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check GRUB_DISABLE_OS_PROBER documentation entry. done
  5. hregis

    [SOLVED] Proxmox 7.3-4 Grub upgrade problem

    Hello I have a cluster of 3 Proxmox servers at OVH, on one of the servers I did an "apt upgrade" and I got this message during the upgrade: Warning: os-prober will not be executed to detect other bootable partitions. Systems on them will not be added to the GRUB boot configuration. Check...
  6. hregis

    [SOLVED] Unable to login with WebAuthn

    great !!! it's ok thank you so much @wbumiller have a good day
  7. hregis

    [SOLVED] Unable to login with WebAuthn

    i try but i have this error message when i want to add my key The clients relying party origin does not match our servers information Thanks
  8. hregis

    [SOLVED] Unable to login with WebAuthn

    hi @t.lamprecht I had to set the "Require TFA" parameter in "Realms" to "none" and there I can choose between "totp" and "webauthn" when connecting. it works well ! :) With the "OATH/TOTP" parameter it does not work... On the other hand, on a cluster, the "Webauthn Settings" parameter...
  9. hregis

    [SOLVED] Unable to login with WebAuthn

    Hi, So clearly webauthn is not working?
  10. hregis

    [SOLVED] Network problem after upgrade 6 to 7

    The solution is simple, remove these two parameters from "GRUB_CMDLINE_LINUX_DEFAULT" in "/etc/default/grub" biosdevname=0 net.ifnames=0 thhen run an "update_grub2" and edit the "/etc/network/interfaces" file to replace "ethX" with "enoX" I am closing this thread thank you
  11. hregis

    [SOLVED] Network problem after upgrade 6 to 7

    Hi @spirit I think I know where it came from, when updating from 6 to 7 I was asked if I wanted to replace the "/etc/default/grub" file with the new version or keep the current version, and like I had no info on the subject, I replaced the current version. It seems to me that in this file we...
  12. hregis

    [SOLVED] Network problem after upgrade 6 to 7

    Hello, Following the update from Proxmox 6 to 7, I followed a whole bunch of procedures and advice, but I can't get the network cards to work, I have error messages constantly scrolling (see all in down) and even by modifying the config of the interfaces to the bare minimum, like a first...
  13. hregis

    Host reboot problem

    Hi I reboot the "secondary" host after apt upgrade and the "primary" host reboot too !! why ? (Quorum with 2 hosts only with drbd) look attach-file for proxmox version of "primary" host before apt upgrade, and "secondary" after apt upgrade. Thanks
  14. hregis

    [SOLVED] Can't start new VM with proxmox 4.3 !

    Ok I found it! The update crashed the configuration of drbdmanage. replace: storage-plugin = drbdmanage.storage.lvm_thinlv.LvmThinLv by: storage-plugin = drbdmanage.storage.lvm.Lvm Modify config with Choose a storage plugin, and insert it in the config like
  15. hregis

    [SOLVED] Can't start new VM with proxmox 4.3 !

    Hi, after upgrade proxmox with the latest 4.3, I have an error message when starting a new VM : (the VMs created before the update works fine) kvm: -drive file=/dev/drbd/by-res/vm-502-disk-1/0,if=none,id=drive-virtio0,cache=writethrough,format=raw,aio=threads,detect-zeroes=on: Could not open...
  16. hregis

    Proxmox Host restarted (Ram usage)

    hi and what is your solution please ! :) Thanks
  17. hregis

    Proxmox doesn't work after adding node to a cluster

    ok thank you @wosp i change the ip and now the corosync in second node start, but... :-) i have again this error in syslog: and the result of "pvecm status" : server 1: server 2 (new node): thank you for your help
  18. hregis

    Proxmox doesn't work after adding node to a cluster

    and how to change the IP address to listen? Thank you
  19. hregis

    Proxmox doesn't work after adding node to a cluster

    and since my backups on the first server crashes !! I confess that I am a little tired of proxmox 4, I only have problems with respect to the prior release! I find it extremely unstable !!!
  20. hregis

    Proxmox doesn't work after adding node to a cluster

    I followed the procedure described here: on the first server that is in production for a while and that has never been a cluster, I launched this command: the result of "pvecm status" : on the new second server i launched this command: and I had the errors mentioned above. the content...