dlandon / unassigned.devices

Unassigned Devices plugin for unRAID
Other
81 stars 39 forks source link

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

Closed uisgebach closed 1 year ago

uisgebach commented 1 year 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 1 year ago

Fixed in the latest update.