Replies: 2 comments 6 replies
-
Hello @Nico640 |
Beta Was this translation helpful? Give feedback.
-
Sorry, missed this. The issue is definitely this: |
Beta Was this translation helpful? Give feedback.
-
Hello @Nico640 |
Beta Was this translation helpful? Give feedback.
-
Sorry, missed this. The issue is definitely this: |
Beta Was this translation helpful? Give feedback.
-
Hello @Nico640
I'm trying to run unms container using podman on Ubuntu 22.04 LTS.
Since I want unms container to have it's own IP, I'm using macvlan networking. This is the command I perform to run the container:
podman network create -d macvlan -o parent=eth0 --subnet 192.168.6.0/24 --gateway 192.168.6.1 podnet
podman volume create uisp_config
podman run -d --name=uisp --network=podnet --ip=192.168.6.9 --mac-address=5e:fa:04:c8:89:7c -e TZ=Europe/Warsaw -v uisp_config:/config --restart=unless-stopped --hostname=uisp nico640/docker-unms
While same command works perfectly with e.g. my pihole containers, I'm not able to get unms container started correctly. Not sure where the root cause lies though.
Attaching the complete execution log, at least I could see the following errors repeating in there, although not sure if they are indeed a real issue or not:
Restoring backups and/or running migrations
/usr/local/bin/yarn: exec: line 20: node: Operation not permitted
2023-03-07 22:59:12.596 CET [1249] FATAL: role "root" does not exist
run.log
The end result is that container is up, but when trying to access UISP web page, it opens and says "initiating, please wait" and after some few mins waiting gives error and stops.
I would very much appreciate getting some insight into what is causing this error and how to solve it.
BRs
Pawel
Beta Was this translation helpful? Give feedback.
All reactions