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

pulledpork.py: command not found #41

Closed
Jakub41 opened this issue Oct 20, 2021 · 3 comments
Closed

pulledpork.py: command not found #41

Jakub41 opened this issue Oct 20, 2021 · 3 comments
Labels
question Further information is requested

Comments

@Jakub41
Copy link

Jakub41 commented Oct 20, 2021

Hello,

On Ubuntu server v 20.04.3 LTS

I'm trying to install PulledPork with the instruction on the readme but when I try the command always I see this error

pulledpork.py: command not found

/usr/bin/python3 /usr/local/bin/pulledpork/pulledpork.py -V

Any of the commands suggested in the doc works for me.

Could you please tell me what should I do to have it correctly installed or what can be the issue?

Thank you for help

@shirkdog
Copy link
Owner

You need to verify you have pulledpork3 installed. Do this search and if you get a result, you have the old pulledpork package installed (based on perl).
find / -type f -name pulledpork.pl

@shirkdog shirkdog added question Further information is requested High Priority Issue affecting multiple users or a very important issue to resolve. and removed High Priority Issue affecting multiple users or a very important issue to resolve. labels Oct 26, 2021
@Jakub41
Copy link
Author

Jakub41 commented Oct 27, 2021

@shirkdog I run the command nothing was output. What next should I do?

@NDietrich
Copy link
Collaborator

@Jakub41 if nothing was output when you ran that command then it sounds like you don't have PulledPork3 installed.
did you install PulledPork3 (not PulledPork2) following the guide:

`
cd ~/snort_src/
git clone https://github.com/shirkdog/pulledpork3.git

cd ~/snort_src/pulledpork3
sudo mkdir /usr/local/bin/pulledpork3
sudo cp pulledpork.py /usr/local/bin/pulledpork3
sudo cp -r lib/ /usr/local/bin/pulledpork3
sudo chmod +x /usr/local/bin/pulledpork3/pulledpork.py
sudo mkdir /usr/local/etc/pulledpork3
sudo cp etc/pulledpork.conf /usr/local/etc/pulledpork3/
`

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

No branches or pull requests

3 participants