Skip to content
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

Loading beta 6.0.40 fails to start #390

Closed
Hammerkeg opened this issue Dec 1, 2020 · 2 comments
Closed

Loading beta 6.0.40 fails to start #390

Hammerkeg opened this issue Dec 1, 2020 · 2 comments
Labels

Comments

@Hammerkeg
Copy link

Host operating system

Ubuntu 20.10 aarch64 on RPi4

What tag are you using

beta

What complete docker command or docker-compose.yml do you use to launch the container (omitting sensitive values)?

docker run --rm --init -p 8080:8080 -p 8443:8443 -p 3478:3478/udp -e TZ='Europe/Bratislava' -v ~/home/unifi:/home/unifi --user=unifi -e PKGURL=https://dl.ui.com/unifi/6.0.40-dd08d4673a/unifi_sysvinit_all.deb --name unifi jacobalberty/unifi:beta

What do you expect to happen?

Container to start. Everything works correctly when running the command:
docker run --rm --init -p 8080:8080 -p 8443:8443 -p 3478:3478/udp -e TZ='Europe/Bratislava' -v ~/home/unifi:/home/unifi --user=unifi --name unifi jacobalberty/unifi

What actually happens?

Reading package lists...
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
/usr/local/bin/docker-entrypoint.sh: line 150: cd: /usr/lib/unifi: No such file or directory
[2020-12-01 14:21:04,272] Starting unifi controller service.
/usr/local/bin/docker-entrypoint.sh: line 169: java: command not found
[2020-12-01 14:21:04,286] WARN: unifi service process ended without being signaled? Check for errors in /unifi/log.

@jacobalberty
Copy link
Owner

jacobalberty commented Dec 1, 2020

--user is currently incompatible with beta see #362 the RUNAS_UID0=false environment variable is still usable in beta for now until I get a fully working solution for it.

@github-actions
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

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

No branches or pull requests

2 participants