Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] su problem

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] su problem
  • Date: Sun, 3 Feb 2008 14:07:05 +0100

Since the change of provider for su, I have noticed that one of my init
scripts fails.

The script does
FB=/usr/firebird/bin/fbmgr.bin
RUND=/var/run/firebird
PID=$RUND/`basename $0`.pid

echo "Starting Firebird Super Server"
mkdir -p $RUND
chown firebird:firebird $RUND
su -l "firebird" -s /bin/sh -m \
-c "$FB -start -forever -pidfile $PID"
evaluate_retval





The relevant entry in /etc/passwd is
firebird:x:84:84::/var/run/firebird:/bin/false

Any suggestions?
It worked previously.
--
Regards, Treeve



  • [SM-Commit] su problem, Treeve Jelbert, 02/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page