Pepillo wrote: > > set -e causes the script to exit at the earliest sign of trouble, > > and adding set -x should show you what that is. If you've removed > > the set -e, the script can continue past the error. > I understand that. But I can't see any error in the output. > All services can be started on command line without errors, > also if "set -e" is in use. > They fail only on boot.
Ok, so what happens at bootup with: set -e set -x exec > /tmp... Laurence -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

