[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Failing postinst script with suidmanager



Hi,
>>"Karl" == Karl M Hegbloom <karlheg@inetarena.com> writes:

Christoph> Are you sure you run the postinst script in superuser mode
Christoph> with the correct paths set?

Karl> Yes, from an xterm where I've gone `su -`, and verified with
Karl> `which` that all of the commands are being found.

Karl> It's the `set -e`, I tell you!

	set -e just makes the script abort whenever any command
 returns an error.

	Have you tried echo $? as every alternate command to see which
 command returns a non-zero return and causes the script to abort?

	manoj

-- 
 The devil would be the best way out as an excuse for God ... But even
 so, one can hold God responsible for the existence of the Devil.
Manoj Srivastava               <url:mailto:srivasta@acm.org>
Mobile, Alabama USA            <url:http://www.datasync.com/%7Esrivasta/>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: