Not Darko
Not Darko
Any workaround for this ?
my finding is there is a problem with PIV interface somehow doesnt work when you plug in the key. workaround is to open the yubikey manager gui. got to interfaces,...
@qpernil Hi! thanx for interest. Indeed, just unplugging and re-plugging the stick makes it work. So its an issue that during boot its somehow not initialized correctly or completely. yubico-piv-tool...
Hi using dbg on piv or ssh doesnt seem to do much as the problem seems to go deeper. ```` $ yubico-piv-tool -astatus -v3 SCardListReaders failed, rc=8010002e No usable reader...
@qpernil so the problem is caused by yubioauth-desktop ```` snap remove yubioath-desktop ```` and now it seems to work without replug (at least on first try hope it wasnt some...
@mouse07410 i wouldn't know that... All i can add is that not only ssh or yubico-piv-tool dont work but also the yubi-manager app doesnt work with PIV until you disable...
@qpernil installed with apt ```` Package: pcscd Version: 1.8.26-3 Priority: extra Section: universe/misc Source: pcsc-lite Origin: Ubuntu Maintainer: Ubuntu Developers Original-Maintainer: Ludovic Rousseau Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 179 kB Pre-Depends: init-system-helpers...
I can confirm. it says Unhealty because the node has stopped processing blocks instead of that its fully synced. All my health checks are having issues now :) Would be...
> this should do ``` #!/bin/bash health=0 while [ health != "1" ] do health=$(curl -s 0:8545/health |jq .status -r |grep -c Healthy) if [ "$health" != "1" ] then...
Yes, we figured the "what" and thats what matter s and it helped me. Thank you for your time.