I can reproduce this bug inside LXC container with Ubuntu 16.04. It is
related to bug of systemd:
"https://github.com/systemd/systemd/issues/6121";. There is a workaround
to disable PrivateDevices for redis-server service. Example:

    $ sudo su
    $ mkdir /etc/systemd/system/redis-server.service.d/
    $ cd /etc/systemd/system/redis-server.service.d/ 
    $ echo '[Service]' > redis.override.conf
    $ echo 'PrivateDevices=no' >> redis.override.conf

My software versions: redis-server 2:3.0.6-1, systemd 229-4ubuntu17.



** Bug watch added: github.com/systemd/systemd/issues #6121
   https://github.com/systemd/systemd/issues/6121

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1663911

Title:
  redis-server fails at startup, installation failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redis/+bug/1663911/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to