On Tue, Feb 12, 2019 at 6:09 PM, Chris Lamb <la...@debian.org> wrote:
Hi Pirate,

> (However, I am not sure why I do not have working networking inside
 > my container so I cannot debug it better on my end.)

 But loopback is enough for redis-server, right?

Yes, but I can't even install without network. :)


https://wiki.debian.org/Packaging/Pre-Requisites#LXC has networking setup instructions.

 I tried removing all hardening features and it still won't start. I
tried to start manually by running redis-server /etc/redis/redis.conf
 as root and that worked.

Can you try with the redis user?


That also works.

root@redis:~# su redis -s /bin/sh -c 'redis-server /etc/redis/redis.conf'
root@redis:~# ps ax |grep redis
1073 ?        Ssl    0:00 redis-server 127.0.0.1:6379
1078 pts/2    S+     0:00 grep redis
root@redis:~# redis-cli
127.0.0.1:6379> help
redis-cli 5.0.3
To get help about Redis commands type:
     "help @<group>" to get a list of commands in <group>
     "help <command>" for help on <command>
     "help <tab>" to get a list of possible help topics
     "quit" to exit

To set redis-cli preferences:
     ":set hints" enable online hints
     ":set nohints" disable online hints
Set your preferences in ~/.redisclirc
127.0.0.1:6379>

 > Also, perhaps enable some deeper logging? Or check the actual
 > redis-server.log file too?

 There is nothing in /var/log/redis. I think its failing even before
 redis-server gets a chance to log.

Can you enable more systemd logging? If it's failing there, surely
we can get more info than just "failed"?

It was always the same error I mentioned in first mail. Anyway with LogLevel=debug set in systemd conf, I got a more verbose log, which is attached.


-- A start job for unit redis-server.service has finished with a failure.
-- 
-- The job identifier is 822 and the job result is failed.
Feb 12 15:22:36 redis systemd[1]: redis-server.service: Changed dead -> failed
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Trying to enqueue job redis-server.service/start/replace
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Installed new job redis-server.service/start as 862
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Enqueued job redis-server.service/start as 862
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Passing 0 fds to service
Feb 12 15:22:41 redis systemd[1]: redis-server.service: About to execute: /usr/bin/redis-server /etc/redis/redis.conf
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Forked /usr/bin/redis-server as 1047
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Changed failed -> start
Feb 12 15:22:41 redis systemd[1]: Starting Advanced key-value store...
-- Subject: A start job for unit redis-server.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has begun execution.
-- 
-- The job identifier is 862.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: User lookup succeeded: uid=105 gid=107
Feb 12 15:22:41 redis systemd[1047]: /run/systemd/unit-root/dev is duplicate.
Feb 12 15:22:41 redis systemd[1047]: /run/systemd/unit-root/bin is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1047]: /run/systemd/unit-root/boot is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1047]: /run/systemd/unit-root/efi is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1047]: /run/systemd/unit-root/lib is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1047]: /run/systemd/unit-root/lib64 is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1047]: /run/systemd/unit-root/sbin is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1047]: /run/systemd/unit-root/usr is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1047]: Failed to remount '/' as SLAVE: Permission denied
Feb 12 15:22:41 redis systemd[1047]: redis-server.service: Failed to set up mount namespacing: Permission denied
Feb 12 15:22:41 redis systemd[1047]: redis-server.service: Failed at step NAMESPACE spawning /usr/bin/redis-server: Permission denied
-- Subject: Process /usr/bin/redis-server could not be executed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The process /usr/bin/redis-server could not be executed and failed.
-- 
-- The error number returned by this process is ERRNO.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Child 1047 belongs to redis-server.service.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Control process exited, code=exited, status=226/NAMESPACE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- An ExecStart= process belonging to unit redis-server.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 226.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Got final SIGCHLD for state start.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The unit redis-server.service has entered the 'failed' state with result 'exit-code'.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Changed start -> failed
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Job 862 redis-server.service/start finished, result=failed
Feb 12 15:22:41 redis systemd[1]: Failed to start Advanced key-value store.
-- Subject: A start job for unit redis-server.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has finished with a failure.
-- 
-- The job identifier is 862 and the job result is failed.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Unit entered failed state.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Changed failed -> auto-restart
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Service RestartSec=100ms expired, scheduling restart.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Trying to enqueue job redis-server.service/restart/fail
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Installed new job redis-server.service/restart as 898
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Enqueued job redis-server.service/restart as 898
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Scheduled restart job, restart counter is at 1.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Automatic restarting of the unit redis-server.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Changed auto-restart -> dead
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Job 898 redis-server.service/restart finished, result=done
Feb 12 15:22:41 redis systemd[1]: Stopped Advanced key-value store.
-- Subject: A stop job for unit redis-server.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A stop job for unit redis-server.service has finished.
-- 
-- The job identifier is 898 and the job result is done.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Converting job redis-server.service/restart -> redis-server.service/start
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Passing 0 fds to service
Feb 12 15:22:41 redis systemd[1]: redis-server.service: About to execute: /usr/bin/redis-server /etc/redis/redis.conf
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Forked /usr/bin/redis-server as 1050
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Changed dead -> start
Feb 12 15:22:41 redis systemd[1]: Starting Advanced key-value store...
-- Subject: A start job for unit redis-server.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has begun execution.
-- 
-- The job identifier is 898.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: User lookup succeeded: uid=105 gid=107
Feb 12 15:22:41 redis systemd[1050]: /run/systemd/unit-root/dev is duplicate.
Feb 12 15:22:41 redis systemd[1050]: /run/systemd/unit-root/bin is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1050]: /run/systemd/unit-root/boot is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1050]: /run/systemd/unit-root/efi is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1050]: /run/systemd/unit-root/lib is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1050]: /run/systemd/unit-root/lib64 is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1050]: /run/systemd/unit-root/sbin is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1050]: /run/systemd/unit-root/usr is redundant by /run/systemd/unit-root/
Feb 12 15:22:41 redis systemd[1050]: Failed to remount '/' as SLAVE: Permission denied
Feb 12 15:22:41 redis systemd[1050]: redis-server.service: Failed to set up mount namespacing: Permission denied
Feb 12 15:22:41 redis systemd[1050]: redis-server.service: Failed at step NAMESPACE spawning /usr/bin/redis-server: Permission denied
-- Subject: Process /usr/bin/redis-server could not be executed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The process /usr/bin/redis-server could not be executed and failed.
-- 
-- The error number returned by this process is ERRNO.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Child 1050 belongs to redis-server.service.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Control process exited, code=exited, status=226/NAMESPACE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- An ExecStart= process belonging to unit redis-server.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 226.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Got final SIGCHLD for state start.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The unit redis-server.service has entered the 'failed' state with result 'exit-code'.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Changed start -> failed
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Job 898 redis-server.service/start finished, result=failed
Feb 12 15:22:41 redis systemd[1]: Failed to start Advanced key-value store.
-- Subject: A start job for unit redis-server.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has finished with a failure.
-- 
-- The job identifier is 898 and the job result is failed.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Unit entered failed state.
Feb 12 15:22:41 redis systemd[1]: redis-server.service: Changed failed -> auto-restart
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Service RestartSec=100ms expired, scheduling restart.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Trying to enqueue job redis-server.service/restart/fail
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Installed new job redis-server.service/restart as 934
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Enqueued job redis-server.service/restart as 934
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Scheduled restart job, restart counter is at 2.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Automatic restarting of the unit redis-server.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed auto-restart -> dead
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Job 934 redis-server.service/restart finished, result=done
Feb 12 15:22:42 redis systemd[1]: Stopped Advanced key-value store.
-- Subject: A stop job for unit redis-server.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A stop job for unit redis-server.service has finished.
-- 
-- The job identifier is 934 and the job result is done.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Converting job redis-server.service/restart -> redis-server.service/start
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Passing 0 fds to service
Feb 12 15:22:42 redis systemd[1]: redis-server.service: About to execute: /usr/bin/redis-server /etc/redis/redis.conf
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Forked /usr/bin/redis-server as 1053
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed dead -> start
Feb 12 15:22:42 redis systemd[1]: Starting Advanced key-value store...
-- Subject: A start job for unit redis-server.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has begun execution.
-- 
-- The job identifier is 934.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: User lookup succeeded: uid=105 gid=107
Feb 12 15:22:42 redis systemd[1053]: /run/systemd/unit-root/dev is duplicate.
Feb 12 15:22:42 redis systemd[1053]: /run/systemd/unit-root/bin is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1053]: /run/systemd/unit-root/boot is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1053]: /run/systemd/unit-root/efi is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1053]: /run/systemd/unit-root/lib is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1053]: /run/systemd/unit-root/lib64 is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1053]: /run/systemd/unit-root/sbin is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1053]: /run/systemd/unit-root/usr is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1053]: Failed to remount '/' as SLAVE: Permission denied
Feb 12 15:22:42 redis systemd[1053]: redis-server.service: Failed to set up mount namespacing: Permission denied
Feb 12 15:22:42 redis systemd[1053]: redis-server.service: Failed at step NAMESPACE spawning /usr/bin/redis-server: Permission denied
-- Subject: Process /usr/bin/redis-server could not be executed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The process /usr/bin/redis-server could not be executed and failed.
-- 
-- The error number returned by this process is ERRNO.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Child 1053 belongs to redis-server.service.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Control process exited, code=exited, status=226/NAMESPACE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- An ExecStart= process belonging to unit redis-server.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 226.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Got final SIGCHLD for state start.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The unit redis-server.service has entered the 'failed' state with result 'exit-code'.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed start -> failed
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Job 934 redis-server.service/start finished, result=failed
Feb 12 15:22:42 redis systemd[1]: Failed to start Advanced key-value store.
-- Subject: A start job for unit redis-server.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has finished with a failure.
-- 
-- The job identifier is 934 and the job result is failed.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Unit entered failed state.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed failed -> auto-restart
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Service RestartSec=100ms expired, scheduling restart.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Trying to enqueue job redis-server.service/restart/fail
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Installed new job redis-server.service/restart as 970
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Enqueued job redis-server.service/restart as 970
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Scheduled restart job, restart counter is at 3.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Automatic restarting of the unit redis-server.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed auto-restart -> dead
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Job 970 redis-server.service/restart finished, result=done
Feb 12 15:22:42 redis systemd[1]: Stopped Advanced key-value store.
-- Subject: A stop job for unit redis-server.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A stop job for unit redis-server.service has finished.
-- 
-- The job identifier is 970 and the job result is done.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Converting job redis-server.service/restart -> redis-server.service/start
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Passing 0 fds to service
Feb 12 15:22:42 redis systemd[1]: redis-server.service: About to execute: /usr/bin/redis-server /etc/redis/redis.conf
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Forked /usr/bin/redis-server as 1056
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed dead -> start
Feb 12 15:22:42 redis systemd[1]: Starting Advanced key-value store...
-- Subject: A start job for unit redis-server.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has begun execution.
-- 
-- The job identifier is 970.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: User lookup succeeded: uid=105 gid=107
Feb 12 15:22:42 redis systemd[1056]: /run/systemd/unit-root/dev is duplicate.
Feb 12 15:22:42 redis systemd[1056]: /run/systemd/unit-root/bin is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1056]: /run/systemd/unit-root/boot is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1056]: /run/systemd/unit-root/efi is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1056]: /run/systemd/unit-root/lib is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1056]: /run/systemd/unit-root/lib64 is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1056]: /run/systemd/unit-root/sbin is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1056]: /run/systemd/unit-root/usr is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1056]: Failed to remount '/' as SLAVE: Permission denied
Feb 12 15:22:42 redis systemd[1056]: redis-server.service: Failed to set up mount namespacing: Permission denied
Feb 12 15:22:42 redis systemd[1056]: redis-server.service: Failed at step NAMESPACE spawning /usr/bin/redis-server: Permission denied
-- Subject: Process /usr/bin/redis-server could not be executed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The process /usr/bin/redis-server could not be executed and failed.
-- 
-- The error number returned by this process is ERRNO.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Child 1056 belongs to redis-server.service.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Control process exited, code=exited, status=226/NAMESPACE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- An ExecStart= process belonging to unit redis-server.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 226.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Got final SIGCHLD for state start.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The unit redis-server.service has entered the 'failed' state with result 'exit-code'.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed start -> failed
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Job 970 redis-server.service/start finished, result=failed
Feb 12 15:22:42 redis systemd[1]: Failed to start Advanced key-value store.
-- Subject: A start job for unit redis-server.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has finished with a failure.
-- 
-- The job identifier is 970 and the job result is failed.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Unit entered failed state.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed failed -> auto-restart
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Service RestartSec=100ms expired, scheduling restart.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Trying to enqueue job redis-server.service/restart/fail
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Installed new job redis-server.service/restart as 1006
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Enqueued job redis-server.service/restart as 1006
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Scheduled restart job, restart counter is at 4.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Automatic restarting of the unit redis-server.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed auto-restart -> dead
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Job 1006 redis-server.service/restart finished, result=done
Feb 12 15:22:42 redis systemd[1]: Stopped Advanced key-value store.
-- Subject: A stop job for unit redis-server.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A stop job for unit redis-server.service has finished.
-- 
-- The job identifier is 1006 and the job result is done.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Converting job redis-server.service/restart -> redis-server.service/start
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Passing 0 fds to service
Feb 12 15:22:42 redis systemd[1]: redis-server.service: About to execute: /usr/bin/redis-server /etc/redis/redis.conf
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Forked /usr/bin/redis-server as 1059
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed dead -> start
Feb 12 15:22:42 redis systemd[1]: Starting Advanced key-value store...
-- Subject: A start job for unit redis-server.service has begun execution
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has begun execution.
-- 
-- The job identifier is 1006.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: User lookup succeeded: uid=105 gid=107
Feb 12 15:22:42 redis systemd[1059]: /run/systemd/unit-root/dev is duplicate.
Feb 12 15:22:42 redis systemd[1059]: /run/systemd/unit-root/bin is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1059]: /run/systemd/unit-root/boot is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1059]: /run/systemd/unit-root/efi is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1059]: /run/systemd/unit-root/lib is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1059]: /run/systemd/unit-root/lib64 is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1059]: /run/systemd/unit-root/sbin is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1059]: /run/systemd/unit-root/usr is redundant by /run/systemd/unit-root/
Feb 12 15:22:42 redis systemd[1059]: Failed to remount '/' as SLAVE: Permission denied
Feb 12 15:22:42 redis systemd[1059]: redis-server.service: Failed to set up mount namespacing: Permission denied
Feb 12 15:22:42 redis systemd[1059]: redis-server.service: Failed at step NAMESPACE spawning /usr/bin/redis-server: Permission denied
-- Subject: Process /usr/bin/redis-server could not be executed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The process /usr/bin/redis-server could not be executed and failed.
-- 
-- The error number returned by this process is ERRNO.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Child 1059 belongs to redis-server.service.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Control process exited, code=exited, status=226/NAMESPACE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- An ExecStart= process belonging to unit redis-server.service has exited.
-- 
-- The process' exit code is 'exited' and its exit status is 226.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Got final SIGCHLD for state start.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The unit redis-server.service has entered the 'failed' state with result 'exit-code'.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed start -> failed
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Job 1006 redis-server.service/start finished, result=failed
Feb 12 15:22:42 redis systemd[1]: Failed to start Advanced key-value store.
-- Subject: A start job for unit redis-server.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has finished with a failure.
-- 
-- The job identifier is 1006 and the job result is failed.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Unit entered failed state.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed failed -> auto-restart
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Service RestartSec=100ms expired, scheduling restart.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Trying to enqueue job redis-server.service/restart/fail
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Installed new job redis-server.service/restart as 1042
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Enqueued job redis-server.service/restart as 1042
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Scheduled restart job, restart counter is at 5.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Automatic restarting of the unit redis-server.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed auto-restart -> dead
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Job 1042 redis-server.service/restart finished, result=done
Feb 12 15:22:42 redis systemd[1]: Stopped Advanced key-value store.
-- Subject: A stop job for unit redis-server.service has finished
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A stop job for unit redis-server.service has finished.
-- 
-- The job identifier is 1042 and the job result is done.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Converting job redis-server.service/restart -> redis-server.service/start
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Start request repeated too quickly.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Failed with result 'exit-code'.
-- Subject: Unit failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- The unit redis-server.service has entered the 'failed' state with result 'exit-code'.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Changed dead -> failed
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Job 1042 redis-server.service/start finished, result=failed
Feb 12 15:22:42 redis systemd[1]: Failed to start Advanced key-value store.
-- Subject: A start job for unit redis-server.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- A start job for unit redis-server.service has finished with a failure.
-- 
-- The job identifier is 1042 and the job result is failed.
Feb 12 15:22:42 redis systemd[1]: redis-server.service: Unit entered failed state.

Reply via email to