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

Message: invalid argument: can't kill an exited process #360

Closed
ChrisTruncer opened this issue Oct 12, 2018 · 5 comments
Closed

Message: invalid argument: can't kill an exited process #360

ChrisTruncer opened this issue Oct 12, 2018 · 5 comments

Comments

@ChrisTruncer
Copy link
Contributor

OS Used - ALL Information (architecture, linux flavor, etc.)

Ubuntu, but possibly any linux distro

Pastebin link to error you are encountering

Message: invalid argument: can't kill an exited process

Expected behavior (vs. what you encountered)

EyeWitness should run

Any additional information

Calling EyeWitness with sudo

@ChrisTruncer
Copy link
Contributor Author

from Pickles - So the geckodriver log mentioned firefox not being able to be run as root when it's owned by another user. So running without root gives perm issues when trying to mkdir. So if you chmod 777 everything in the directory it seems to be working.

@ChrisTruncer
Copy link
Contributor Author

Documented this in case anyone else has this issue

@dropocol
Copy link

@ChrisTruncer I am facing the same issue where firefox can't be run as root in another user session.
I can run EyeWitness if I change to root using 'sudo su' then it works perfectly but I don't wanna do that every time.

I read your solution above but can't figure out which directory to chmod. Any help would be appreciated. Thanks

@ChrisTruncer
Copy link
Contributor Author

A quote from Pickles who found the fix - "Not sure if both need to changed, but I did a chmod on the Eyewitness folder, and specifically the geckodriver.log inside."

@MenToS128
Copy link

The banal change of the rights to 777 on geckodriver.log helped me.
Fast solution sudo chmod 777 geckodriver.log
Good luck and thanks for this tool. :)

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

3 participants