stefan I tested on an ARM VM and the installation itself went fine.
I had to run bash <(curl -sSL https://get.openpanel.co/) --skip-requirements --overlay2
though. Because the standard installation script said ARM is not supported.
However the admin panel didn't come up after installation and the script told me to run:
opencli admin on
.
Even after that I couldn't access the panel. I got timeout messages on the browser.
Looking at ss -tulnp
I see there's no process listening ports 2083, 2087. Even after restart.
This is the error log in /var/logs/openpanel/admin/error.log
ImportError: /usr/local/admin/pyarmor_runtime_000000/pyarmor_runtime.so: cannot open shared object file: No such file or directory
[2024-06-22 13:41:09 -0400] [2057] [INFO] Worker exiting (pid: 2057)
[2024-06-22 13:41:09 -0400] [2058] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/gunicorn/arbiter.py", line 589, in spawn_worker
worker.init_process()
File "/usr/lib/python3/dist-packages/gunicorn/workers/ggevent.py", line 146, in init_process
super().init_process()
File "/usr/lib/python3/dist-packages/gunicorn/workers/base.py", line 134, in init_process
self.load_wsgi()
File "/usr/lib/python3/dist-packages/gunicorn/workers/base.py", line 146, in load_wsgi
self.wsgi = self.app.wsgi()
File "/usr/lib/python3/dist-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/usr/lib/python3/dist-packages/gunicorn/app/wsgiapp.py", line 58, in load
return self.load_wsgiapp()
File "/usr/lib/python3/dist-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/lib/python3/dist-packages/gunicorn/util.py", line 384, in import_app
mod = importlib.import_module(module)
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/local/admin/app.py", line 2, in <module>
from pyarmor_runtime_000000 import __pyarmor__
File "/usr/local/admin/pyarmor_runtime_000000/__init__.py", line 2, in <module>
from .pyarmor_runtime import __pyarmor__
ImportError: /usr/local/admin/pyarmor_runtime_000000/pyarmor_runtime.so: cannot open shared object file: No such file or directory
[2024-06-22 13:41:09 -0400] [2058] [INFO] Worker exiting (pid: 2058)