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

Re: Debian on a Qube 1: SSH connection refused: Success!



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



Reply to: