-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arm64 docker - unexpected error #1
Comments
The The postgress error is the real problem. It's looking for a cluster which does not seem to exist. Which version of the Docker container are you using? Maybe clear out all the storage directories and restart the container. |
Wonder if the issue I'm seeing is related as well. Running the latest version of docker container on a Pi. Here is what I see in the container:
Looks like the Postgres cluster can't start up. Could this possibly be a permission error? |
I ran the same error using RPi3B. Just a thought that this might the fact of lack of memory (1GB) on RPi3B. I suppose this container works with RPi4, so maybe just need to invest buying it. I was unable to find any detailed postgresql logs which could give any hints of the problem. Could there be way to run postgre database on other server, so then there might be change to get this working also with RPi3B? |
i have the same problem. when i watch the system.log file, i get an following error: " error retrieving setup device id ErrorL EACCES: Permission denied, mkdir /persistent/unifi-core" i'm feeling i am almost there,....but cant figure it out... |
Same problem here. Swetp runs thtough all 8 steps, but gives an error after the final step. |
Duplicate of #6 |
Please update the docker image to the latest version 1.20.3 |
exactly the same result with version 1.20.3 |
Thanks for the reply. It seems upgrading an existing instance (keeping the storage) does work, but starting a new one doesn't. Will investigate. |
I've updated the docker image. Please (re-)pull 1.20.3 and try. Also add a volume for |
Thanks for your detailed post. That is: I can't get past this 1 (?) error (system.log):
For starters I somehow do not have an existing /sbin/ubnt-systool. Unfortunately it returns te very same error. If I run that exact command separately, I get this in return:
edit: It seems to be working! |
Thanks, this was really helpful. The only thing I would add is how to connect to the docker container terminal (mainly adding for self reference): https://www.ibm.com/docs/en/workload-automation/9.5.0?topic=compose-accessing-docker-containers Also noted that updating the Hopefully this will fixed in a future update. |
this was VERY HELPFUL!!! THANK YOU @vPotusFlotus |
Thank you @vPotusFlotus, your instructions were very clear. I have it running on a rpi3+. |
When the container boots up I'm able to step through all the welcome screens and even authenticate to UI.com but on the final step I receive:
errors.log is filled with:
2021-04-13T17:18:07.574Z - error: UUM does not appear to be running: request to http://127.0.0.1:9080/api/ucore/manifest failed, reason: connect ECONNREFUSED 127.0.0.1:9080
system.log shows:
2021-04-13T16:52:50.294Z - error: Error: ENOENT: no such file or directory, open '/data/unifi-core/5fcf3809-f016-4b18-865b-550012ca4c2d'
may be related to postgresql-cluster:
systemctl status shows:
The text was updated successfully, but these errors were encountered: