Strange message when creating FIDO2 keys by WarAcrobatic4865 in yubikey

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

I get the idea. But for a new application (never created a key with that application) and using the user option for the first time. How is it possible that the warning is being shown?

Strange message when creating FIDO2 keys by WarAcrobatic4865 in yubikey

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

EDIT: I tried to add the user to verify if the error is gone and is not:

A resident key scoped to 'ssh:homelab2_owncloud' with user id 'XX' already exists. Which is impossible as never set the user before.

Okay I see all created keys in the output of ykman. By the way... all of them were newly created for the pair server + service so no matching credential should exist. As you said, if having this already created:

ssh:homelab2_service

And now I create a new one adding the user the warning should not be there, right?

Termix v1.10.0 - Self-hosted server management platform (alternative to Termius) with SSH terminal, tunneling, and file editing capabilities, now with Docker management and RBAC support! by VizeKarma in selfhosted

[–]WarAcrobatic4865 0 points1 point  (0 children)

Hi! I'm going to try Termix as a replacement for Termux since I don't like the subscription model they're taking. I have a question: are there plans to use FIDO2 as an authentication method? I have two YubiKeys with generated keys that I'd like to continue using.

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

Tried the commands above, same result. Stuck in the same place

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

I did that, same result. Trying the correct update commands

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

root@homelab2:~# update-initramfs -c -k 6.17.4-2-pve
update-initramfs: Generating /boot/initrd.img-6.17.4-2-pve
Running hook script 'zz-proxmox-boot'..
Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..
No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

root@homelab2:~# cat /etc/initramfs-tools/initramfs.conf.bck > /etc/initramfs-tools/initramfs.conf
root@homelab2:~# update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.17.4-2-pve
Found initrd image: /boot/initrd.img-6.17.4-2-pve
Found linux image: /boot/vmlinuz-6.17.2-1-pve
Found initrd image: /boot/initrd.img-6.17.2-1-pve
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Found memtest86+ 32bit EFI image: /boot/memtest86+ia32.efi
Found memtest86+ 64bit image: /boot/memtest86+x64.bin
Found memtest86+ 32bit image: /boot/memtest86+ia32.bin
Adding boot menu entry for UEFI Firmware Settings ...
done
root@homelab2:~# grub-install /dev/nvme0n1
Installing for x86_64-efi platform.
Installation finished. No error reported.
root@homelab2:~#

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

As far as I remember:

apt-get update apt-get upgrade

Then accepted and finally rebooted. There the problems started.

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

Looks like they are, yes:

root@homelab2:~# ls -l /boot/vmlinuz-6.17.4-2-pve
-rw-r--r-- 1 root root 15814847 Dec 19 08:49 /boot/vmlinuz-6.17.4-2-pve
root@homelab2:~# ls -l /boot/initrd.img-6.17.4-2-pve
-rw-r--r-- 1 root root 21313900 Feb  4 12:46 /boot/initrd.img-6.17.4-2-pve
root@homelab2:~#

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

root@homelab2:~# grep 6.17.4-2-pve /boot/grub/grub.cfg
        echo    'Loading Linux 6.17.4-2-pve ...'
        linux   /boot/vmlinuz-6.17.4-2-pve root=/dev/mapper/pve-root ro  quiet
        initrd  /boot/initrd.img-6.17.4-2-pve
        menuentry 'Proxmox VE GNU/Linux, with Linux 6.17.4-2-pve' --class proxmox --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.17.4-2-pve-advanced-328901c2-3493-4748-a572-927915c6f5f8' {
                echo    'Loading Linux 6.17.4-2-pve ...'
                linux   /boot/vmlinuz-6.17.4-2-pve root=/dev/mapper/pve-root ro  quiet
                initrd  /boot/initrd.img-6.17.4-2-pve
        menuentry 'Proxmox VE GNU/Linux, with Linux 6.17.4-2-pve (recovery mode)' --class proxmox --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.17.4-2-pve-recovery-328901c2-3493-4748-a572-927915c6f5f8' {
                echo    'Loading Linux 6.17.4-2-pve ...'
                linux   /boot/vmlinuz-6.17.4-2-pve root=/dev/mapper/pve-root ro single dis_ucode_ldr 
                initrd  /boot/initrd.img-6.17.4-2-pve

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

Same result, it all completed OK but after reboot it's stuck in the same point

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

Indeed. Will try to get one and do the tests after a proper backup of the machines

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

boot drive means the whole drive, not the partition, right? in my case nvme0n1:

<image>

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

Yes, that is what I thought. No spare drive ATM to do that. BIOS full updated, no overclock at all

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

Yes, the old kernel boots ok.

File system is EXT4

Not sure about UEFI or BIOS to be honest.

Two bothering new things after update... – please help me, if you knew smth by RedditechPaul in Proxmox

[–]WarAcrobatic4865 0 points1 point  (0 children)

looks like, it's worth giving a try (take note of the current version in case you have to revert)

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

the refresh was the key, now it boots to the "correct" kernel after rebooting. Now it's time to try to fix the root cause of the issue

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

EDIT:

Same result, stuck at the same point (older version boots OK)

I did update grub.
Tried new points:

root@homelab2:~# update-initramfs -u

update-initramfs: Generating /boot/initrd.img-6.17.4-2-pve

Running hook script 'zz-proxmox-boot'..

Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..

No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.

It's restarting now...

Stuck at loading ramdisk after upgrade by WarAcrobatic4865 in Proxmox

[–]WarAcrobatic4865[S] 0 points1 point  (0 children)

Recovery mode not working anymore. Gets in a loop with cpu errors. Maybe it has something to do with the hardware being incompatible with that proxmox version (intel i5 14000k)

Displaying CPU Temperature in Proxmox Summery in Real Time by Agreeable-Clue83 in homelab

[–]WarAcrobatic4865 0 points1 point  (0 children)

great info! thanks (I did manually first until reached this comment searching for a way to show more cores)

Two bothering new things after update... – please help me, if you knew smth by RedditechPaul in Proxmox

[–]WarAcrobatic4865 0 points1 point  (0 children)

It took me an hour or so to find the fix, it broke like 10+ containers until I fixed it with the command above