You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked everywhere that I could for a patch to help correct a problem that I'm now having with dislocker-find after that part of the dislocker package quit working when I upgraded to Ruby 3.2.0.
After upgrading Ruby, I rebuilt dislocker with the slackbuilds.org script that includes the ruby3.patch, and everything built OK, but dislocker-find gives me multiple errors that I cannot decipher.
I was still able to get my Bitlocker-encrypted flash drives to mount and be fully accessible by manually specifying the correct partition, but it's still annoying not having the convenience of dislocker-find now.
Here is the error that I get when attempting to use that one script:
/usr/bin/dislocker-find:35:in block in get_partitions': undefined method exists?' for File:Class (NoMethodError)
uname = "#{rep}uname" if File.exists?("#{rep}uname")
^^^^^^^^
Did you mean? exist?
from /usr/bin/dislocker-find:34:in each' from /usr/bin/dislocker-find:34:in get_partitions'
from /usr/bin/dislocker-find:126:in <main>' /usr/bin/dislocker-find:35:in block in get_partitions': undefined method `exists?' for File:Class (NoMethodError)
uname = "#{rep}uname" if File.exists?("#{rep}uname")
^^^^^^^^
Did you mean? exist?
from /usr/bin/dislocker-find:34:in each' from /usr/bin/dislocker-find:34:in get_partitions'
from /usr/bin/dislocker-find:126:in <main>' /usr/bin/dislocker-find:35:in block in get_partitions': undefined method `exists?' for File:Class (NoMethodError)
uname = "#{rep}uname" if File.exists?("#{rep}uname")
^^^^^^^^
Did you mean? exist?
from /usr/bin/dislocker-find:34:in each' from /usr/bin/dislocker-find:34:in get_partitions'
from /usr/bin/dislocker-find:126:in `
'
Wrong password for device
Does anyone know of a patch or other workaround for this new issue?
The text was updated successfully, but these errors were encountered:
I looked everywhere that I could for a patch to help correct a problem that I'm now having with dislocker-find after that part of the dislocker package quit working when I upgraded to Ruby 3.2.0.
After upgrading Ruby, I rebuilt dislocker with the slackbuilds.org script that includes the ruby3.patch, and everything built OK, but dislocker-find gives me multiple errors that I cannot decipher.
I was still able to get my Bitlocker-encrypted flash drives to mount and be fully accessible by manually specifying the correct partition, but it's still annoying not having the convenience of dislocker-find now.
Here is the error that I get when attempting to use that one script:
/usr/bin/dislocker-find:35:in
block in get_partitions': undefined method
exists?' for File:Class (NoMethodError)Did you mean? exist?
from /usr/bin/dislocker-find:34:in
each' from /usr/bin/dislocker-find:34:in
get_partitions'from /usr/bin/dislocker-find:126:in
<main>' /usr/bin/dislocker-find:35:in
block in get_partitions': undefined method `exists?' for File:Class (NoMethodError)Did you mean? exist?
from /usr/bin/dislocker-find:34:in
each' from /usr/bin/dislocker-find:34:in
get_partitions'from /usr/bin/dislocker-find:126:in
<main>' /usr/bin/dislocker-find:35:in
block in get_partitions': undefined method `exists?' for File:Class (NoMethodError)Did you mean? exist?
'from /usr/bin/dislocker-find:34:in
each' from /usr/bin/dislocker-find:34:in
get_partitions'from /usr/bin/dislocker-find:126:in `
Wrong password for device
Does anyone know of a patch or other workaround for this new issue?
The text was updated successfully, but these errors were encountered: