dlandon / unassigned.devices

Unassigned Devices plugin for unRAID
Other
85 stars 40 forks source link

can't mount luks encrypted partition since update 2022.11.09 #88

Closed uisgebach closed 2 years ago

uisgebach commented 2 years ago

I get the message: unassigned.devices: luksOpen result: No key available with this passphrase.

the changes you made in the mount function adds a line break to the password. when i remove the line break I can mount my disk:

@file_put_contents($luks_pass_file, $pass."\n");
@file_put_contents($luks_pass_file, $pass);
dlandon commented 2 years ago

Fixed in the latest update.