openzfsonwindows / openzfs

OpenZFS on Linux and FreeBSD
https://openzfs.github.io/openzfs-docs
Other
402 stars 15 forks source link

ZFS load-key skips #368

Closed derritter88 closed 2 months ago

derritter88 commented 3 months ago

System information

OpenZFS Version | 2.2.3rc2-3-g0e4c16e0a6

Describe the problem you're observing

If I want to decrypt my pool/s via zfs load-key -r -a the password line pops up and goes away without allowing/waiting to insert the password. There is no possibility to add the decryption password

derritter88 commented 3 months ago

After rolling back to zfs-2.2.99-13-gfddfb6aeb5 the load-key command works again.

lanato commented 3 months ago

Confirming this issue. Directly passing a passphrase through zfs mount -l fails too. Running the command in bash instead of cmd indicates a segfault occurs before a password can be entered. Last working build appears to be 2.2.99-15-gf9fd6397e6-dirty

lundman commented 3 months ago

Thanks for reporting it

lundman commented 2 months ago

OK yeah, it's libfetch

Exception thrown at 0x0000000000000000 in zfs.exe: 0xC0000005: Access violation executing location 0x0000000000000000.

lundman commented 2 months ago

e102fe4

derritter88 commented 2 months ago

Thanks - as always you have solved this and done an outstanding job!

Btw I have managed to restore ~30 TB of backups from your ZFS on Windows implementation to my server without any issues. Thanks for that too!