-
Notifications
You must be signed in to change notification settings - Fork 681
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
Ntopng doesn't recognize the -c option on startup - Complied from source #9018
Comments
This is the ntopng configuration: C Compiler : gcc You are now ready to compile typing 'make' Please do not forget to download GeoIP databases from either https://maxmind.com or https://db-ip.com |
@uc-labs-llc How do you start ntopng? |
sudo /usr/local/bin/ntopng -c /usr/local/etc/ntopng/ntopng.conf -i wlp4s0 |
The command you use to run ntopng is not correct.
So remove the -i option from the starting line and put it into the ntopng.conf file. Then when starting ntopng -c is not an option, you just need: Lastly, if you installed ntopng from packages, i'd suggest running it as a service (the service automatically reads the /usr/local/etc/ntopng/ntopng.conf for the options) |
I'm running Ubuntu 24.10 and have complied NTOPNG twice and each time it doesn't recognize the -c option for a ntopng.conf file. It states -c option ignored?
Also it doesn't seem to make the ntopng-config program as well.
I can run run NTOPNG okay just that it starts with defults and no way to change anything.
The text was updated successfully, but these errors were encountered: