easywall icon indicating copy to clipboard operation
easywall copied to clipboard

setup on raspberry

Open leliodm opened this issue 4 years ago • 3 comments

Hi, I am trying to install easywall on a raspi4. I was able to fix some dependency issues and everything installed. the only problem that I have is that I am not able to start the webgui. sudo service easystart-web returns the following error

un 18 01:14:24 nix-gateway-2 systemd[1]: Started easywall-web - web interface to control the easywall core application.. Jun 18 01:14:24 nix-gateway-2 easywall-web[14937]: [uWSGI] getting INI configuration from config/web.ini Jun 18 01:14:24 nix-gateway-2 easywall-web[14937]: open("./python3_plugin.so"): No such file or directory [core/utils.c line 3732] Jun 18 01:14:24 nix-gateway-2 easywall-web[14937]: !!! UNABLE to load uWSGI plugin: ./python3_plugin.so: cannot open shared object file: No such file or directory !!! Jun 18 01:14:24 nix-gateway-2 easywall-web[14937]: unable to load plugin "python3" Jun 18 01:14:24 nix-gateway-2 systemd[1]: easywall-web.service: Main process exited, code=exited, status=1/FAILURE Jun 18 01:14:24 nix-gateway-2 systemd[1]: easywall-web.service: Failed with result 'exit-code'.

is there any workaround? thanks! Lelio

leliodm avatar Jun 18 '21 04:06 leliodm

apt install uwsgi-core uwsgi-plugin-python3

N4v41 avatar Sep 09 '21 19:09 N4v41

I tried this but did not succees. Same error appears again. Any other ideas? Thanks!

DaCHack avatar Dec 12 '21 09:12 DaCHack

After

pip3 uninstall uwsgi
apt purge uwsgi*
apt install uwsgi-core uwsgi-plugin-python3

it worked fine. pip3 and apt mixed up incur issues obviously.

DaCHack avatar Dec 12 '21 09:12 DaCHack