Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

setup on raspberry #34

Open
leliodm opened this issue Jun 18, 2021 · 3 comments
Open

setup on raspberry #34

leliodm opened this issue Jun 18, 2021 · 3 comments

Comments

@leliodm
Copy link

leliodm commented Jun 18, 2021

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

@N4v41
Copy link

N4v41 commented Sep 9, 2021

apt install uwsgi-core uwsgi-plugin-python3

@DaCHack
Copy link

DaCHack commented Dec 12, 2021

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

@DaCHack
Copy link

DaCHack commented Dec 12, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants