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

xoa | rpcbind: /var/run/rpcbind.lock: Permission denied #6

Open
DblD opened this issue Jan 12, 2019 · 4 comments
Open

xoa | rpcbind: /var/run/rpcbind.lock: Permission denied #6

DblD opened this issue Jan 12, 2019 · 4 comments

Comments

@DblD
Copy link

DblD commented Jan 12, 2019

➜  alpine-xen-orchestra-amd64 git:(master) docker-compose up     
Starting xoa-redis ... done
Starting xoa       ... done
Attaching to xoa-redis, xoa
xoa-redis        | 1:C 12 Jan 2019 08:42:44.248 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
xoa-redis        | 1:C 12 Jan 2019 08:42:44.249 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=1, just started
xoa-redis        | 1:C 12 Jan 2019 08:42:44.249 # Configuration loaded
xoa-redis        | 1:M 12 Jan 2019 08:42:44.251 * Running mode=standalone, port=6379.
xoa-redis        | 1:M 12 Jan 2019 08:42:44.251 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
xoa-redis        | 1:M 12 Jan 2019 08:42:44.251 # Server initialized
xoa              | rpcbind: /var/run/rpcbind.lock: Permission denied
xoa-redis        | 1:M 12 Jan 2019 08:42:44.251 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
xoa-redis        | 1:M 12 Jan 2019 08:42:44.251 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
xoa-redis        | 1:M 12 Jan 2019 08:42:44.251 * Ready to accept connections
xoa exited with code 1

@DustyArmstrong
Copy link

Also having this issue on the armhf build. Did you ever resolve?

@DustyArmstrong
Copy link

Resolved it (if anyone else has this issue).

Add

user: root

To the docker-compose file. You may still have some errors but it seems to be working now, I have XOA web access.

@the78mole
Copy link

the78mole commented Jul 13, 2020

Beside the problem above, I also had issues with bringing up the redis container on armhf, always stating that the exec format is wrong. I now changed the redis image in docker-compose.yml to use m0elnx/redis-32bit (https://hub.docker.com/r/m0elnx/redis-32bit/) and it seems to work fine.

@DustyArmstrong
Copy link

Should anyone find this repo, I've created a version of it with the latest XO as this appears to be unmaintained.

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

No branches or pull requests

3 participants