easywall
easywall copied to clipboard
fail build
apt update
apt install -y apt-transport-https gnupg
echo "deb https://apt.wdkro.de/ stable main" > /etc/apt/sources.list.d/easywall.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D88D7689C1624EE3
apt update
apt install easywall
When I run the above command I get the following error. Tried on Ubuntu 18.04 and Debian10!
chown: cannot access '/opt/easywall/rules': No such file or directory
failed to change ownership of '/opt/easywall/rules' to easywall:easywall
mode of '/opt/easywall' changed from 0755 (rwxr-xr-x) to 0750 (rwxr-x---)
mode of '/opt/easywall/config' changed from 0755 (rwxr-xr-x) to 0750 (rwxr-x---)
chmod: cannot access '/opt/easywall/rules': No such file or directory
failed to change mode of '/opt/easywall/rules' from 0000 (---------) to 0000 (---------)
ip-address:12227 is not working. I get the reply "The connection was reset".
Hi @fatihgvn, thank you for creating the issue! The errors shown showed up when installing. This is not relevant for the function of the software. I fixed the errors in my last commit.
Can you uninstall easywall and reinstall it and send me the content of /var/log/easywall.log?
Also the latest log from /var/log/syslog which may show an error?