-
Notifications
You must be signed in to change notification settings - Fork 730
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
why do I get a requirements error even though I have the requirements installed? #1102
Comments
Where do you see an error here ? |
/tmp # ls
WARNING ! you are running a low RAM system
press enter to continue /tmp/zapret-master # ./install_bin.sh ı use entware |
sorry I downloaded the wrong file |
/tmp/zapret-v69.9 # ./install_bin.sh
WARNING ! you are running a low RAM system
press enter to continue /tmp/zapret-v69.9 # opkg install curl ip6tables ipset iptables
press enter to continue /tmp/zapret-v69.9 # everything is installed but I can't install it |
install_prereq ensures all required executables exist in the system. They exist. install_easy will just configure config file, it will not do anything else on entware. |
/tmp/zapret-master # ./install_prereq.sh
system is not either systemd, openrc or openwrt based
easy installer can set up config settings but can't configure auto start
you have to do it manually. check readme.md for manual setup info.
system is based on linux
WARNING ! you are running a low RAM system
WARNING ! nft requires lots of RAM to load huge ip sets, much more than ipsets require
WARNING ! if you need large lists it may be necessary to fall back to iptables+ipset firewall
select firewall type :
1 : iptables
2 : nftables
your choice (default : iptables) :
selected : iptables
required utilities exist : curl ip6tables ipset iptables
press enter to continue
/tmp/zapret-master # ipset
ipset v7.21: No command specified.
Try
ipset help' for more information. /tmp/zapret-master # iptables iptables v1.4.21: no command specified Try
iptables -h' or 'iptables --help' for more information./tmp/zapret-master # curl
curl: try 'curl --help' for more information
/tmp/zapret-master # ip6tables
ip6tables v1.4.21: no command specified
Try `ip6tables -h' or 'ip6tables --help' for more information.
The text was updated successfully, but these errors were encountered: