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

“Error during clustering (not enough data?)” #24

Closed
Aaron911 opened this issue Dec 4, 2020 · 2 comments
Closed

“Error during clustering (not enough data?)” #24

Aaron911 opened this issue Dec 4, 2020 · 2 comments

Comments

@Aaron911
Copy link

Aaron911 commented Dec 4, 2020

hi, hgason. When I ran" python pulsar.py -l -p 11.pcap", I got the error “Error during clustering (not enough data?)”. My output is as follows:
`~/pulsar$ python pulsar.py -l -p 11.pcap

             _
 _ __  _   _| |___  __ _ _ __
| '_ \| | | | / __|/ _` | '__|
| |_) | |_| | \__ \ (_| | |
| .__/ \__,_|_|___/\__,_|_|  v0.1-dev
|_|

Creating dir /home/wx/pulsar/models/11
Extracting DERRICK files from 11
Generating PRISMA input files from 11
Clustering data...
sh: 1: R: not found
Error during clustering (not enough data?)
Cluster file not generated: /home/wx/pulsar/models/11/11.cluster
Exiting learning module...
`
My pcap file only includes the packages corresponding to a connection between a client and a server at specific ports. And I have tried the pcap file in the link of #7 (comment) , but I also get the same error. I dont know which step I did wrong. Looking forward to your reply.

@GilgameshC
Copy link

You need to install R environment first

@Aaron911
Copy link
Author

You need to install R environment first

ohhhhh! Thank u! I should have read the log carefully.

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

2 participants