Jason Swindle
2014-05-20 01:05:13 UTC
Howdy,
I have been trying all day to make nslcd work correctly inside of Docker
with SupervisorD. Sadly, I have had no luck at all.
Exit code
```
echo $? `/usr/local/bin/pidproxy /var/run/nslcd/nslcd.pid /usr/sbin/nslcd`
0
```
conf file
```
[program:nslcd]
command=/usr/local/bin/pidproxy /var/run/nslcd/nslcd.pid /usr/sbin/nslcd
autostart=true
autorestart=true
user=nslcd
```
Log File
```
2014-05-19 19:39:17,816 INFO gave up: nslcd entered FATAL state, too many
start retries too quickly
2014-05-19 19:49:00,741 INFO spawned: 'nslcd' with pid 553
2014-05-19 19:49:00,821 INFO exited: nslcd (exit status 0; not expected)
2014-05-19 19:49:01,824 INFO spawned: 'nslcd' with pid 555
2014-05-19 19:49:01,907 INFO exited: nslcd (exit status 0; not expected)
2014-05-19 19:49:04,714 INFO spawned: 'nslcd' with pid 557
2014-05-19 19:49:04,795 INFO exited: nslcd (exit status 0; not expected)
```
supervisorD version 3.0
Thanks,
Jason
I have been trying all day to make nslcd work correctly inside of Docker
with SupervisorD. Sadly, I have had no luck at all.
Exit code
```
echo $? `/usr/local/bin/pidproxy /var/run/nslcd/nslcd.pid /usr/sbin/nslcd`
0
```
conf file
```
[program:nslcd]
command=/usr/local/bin/pidproxy /var/run/nslcd/nslcd.pid /usr/sbin/nslcd
autostart=true
autorestart=true
user=nslcd
```
Log File
```
2014-05-19 19:39:17,816 INFO gave up: nslcd entered FATAL state, too many
start retries too quickly
2014-05-19 19:49:00,741 INFO spawned: 'nslcd' with pid 553
2014-05-19 19:49:00,821 INFO exited: nslcd (exit status 0; not expected)
2014-05-19 19:49:01,824 INFO spawned: 'nslcd' with pid 555
2014-05-19 19:49:01,907 INFO exited: nslcd (exit status 0; not expected)
2014-05-19 19:49:04,714 INFO spawned: 'nslcd' with pid 557
2014-05-19 19:49:04,795 INFO exited: nslcd (exit status 0; not expected)
```
supervisorD version 3.0
Thanks,
Jason