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

Can't find usbkill.ini #77

Open
Androp0v opened this issue Sep 5, 2016 · 6 comments
Open

Can't find usbkill.ini #77

Androp0v opened this issue Sep 5, 2016 · 6 comments

Comments

@Androp0v
Copy link

Androp0v commented Sep 5, 2016

No matter where I put usbkill.ini (tried /private/etc/usbkill/ and /etc/usbkill/ and ~/Users/.../Downloads/usbkill-master/usbkill/ but I always get the error:

"[ERROR] You have lost your settings file. Get a new copy of the usbkill.ini and place it in /etc/ or in /Users/Raul/Downloads/usbkill-master/usbkill/"

It works fine with the Dev version, but it doesn't allow the --no-shutdown option

@marcus-cr
Copy link

Perhaps during setup, or some time before/after, usbkill is being directed to the wrong location for usbkill.ini?

@marcus-cr
Copy link

Interesting enough, I'm also apparently having this issue.

@marcus-cr
Copy link

marcus-cr commented Oct 26, 2016

@Androp0v: did you installing and running as privileged user? I did this with a fresh copy.
$ sudo python setup.py install
$ sudo usbkill --version

@arpit1997
Copy link

h can not be created unless it has sudo privilages. May be you can try this:

sudo python setup.py install
sudo usbkill --version

and don't forget sudo while copying.
Hope this helps.
🛩️ 😸

@ghost
Copy link

ghost commented Dec 16, 2016

i have the same problem on macSierra. I tried what was suggested and still get the error. Any solution? Thanks

@Velua
Copy link

Velua commented Nov 7, 2017

I was able to fix this by placing it on /etc/ instead of the directory where the app was located, perhaps it's a permissions thing, worth trying to see if that makes a difference.

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

4 participants