Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] Fw: [SM-Commit] su problem

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: George Sherwood <pilot AT beernabeer.com>
  • To: SM-Discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] Fw: [SM-Commit] su problem
  • Date: Sun, 3 Feb 2008 19:31:19 +0400

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Forwarding from commits list to discuss.

George

Begin forwarded message:

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


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 mailing list
SM-Commit AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/sm-commit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)

iEYEARECAAYFAkel3kcACgkQkVJnfkgKg600ugCePHSlKJUxojHEgU8Zz+K4VbY9
C9kAnidja4weIXkoq1lP42CCietkXKVs
=Blip
-----END PGP SIGNATURE-----



Archive powered by MHonArc 2.6.24.

Top of Page