Hi

Finally I found out, why your /etc/init.d/buildbot didn't work on my system.

I had purged the Debian package and re-installed buildbot 0.7.4.
Now the buildbot user got /bin/false as shell in /etc/passwd. 

Therefore a su -c /usr/bin/buildbot fails. After changing
${PREFIXCMD} su -c "${DAEMON} start ${BASEDIR} ${OPTIONS}" - ${USER}
to
${PREFIXCMD} su -s /bin/bash -c "${DAEMON} start ${BASEDIR} ${OPTIONS}" \
- ${USER}
I was able to start the buildbot.

Again thanks for your nice Debian package and packaging buildbot so soon after 
its release.

Best regards

-- 
Niklaus Giger


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to