Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors with dislocker-find #298

Open
oldpink opened this issue Dec 27, 2022 · 0 comments
Open

Errors with dislocker-find #298

oldpink opened this issue Dec 27, 2022 · 0 comments

Comments

@oldpink
Copy link

oldpink commented Dec 27, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant