Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2009 02:09:26 +0100
From:      Frank Steinborn <steinex@nognu.de>
To:        Mel <fbsd.questions@rachie.is-a-geek.net>
Cc:        "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>, freebsd-jail@freebsd.org, freebsd-questions@freebsd.org
Subject:   Re: Problem with ezjail: Manually restarted jails don't come up again
Message-ID:  <20090129010926.GA6652@haydn.nognu.de>
In-Reply-To: <200901281523.33379.fbsd.questions@rachie.is-a-geek.net>
References:  <20090128202556.GA30226@haydn.nognu.de> <20090128210100.P45963@maildrop.int.zabbadoz.net> <20090128212431.GB30226@haydn.nognu.de> <200901281523.33379.fbsd.questions@rachie.is-a-geek.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 28, 2009 at 03:23:33PM -0900, Mel wrote:
> On Wednesday 28 January 2009 12:24:31 Frank Steinborn wrote:
> > I guess i found a possible answer to my problem: The jail is running
> > mldonkey, which is started via /etc/rc.conf. If I don't start it, the
> > jail comes up as expected. These are the last two processes spawned in
> > the jail:
> >
> > 37947  p3  T+J    0:00.01 su -l mldonkey -c /bin/sh -c
> > ^I"/usr/local/bin/mlnet ^I ^I ^I>> /dev/null 2>&1 &"
> > 37948  p3  TJ     0:00.01 -su -c /bin/sh -c ^I"/usr/local/bin/mlnet ^I
> > ^I ^I>> /dev/null 2>&1 &" (zsh)
>                              ^^^ 
> Why is zsh shell involved?

This was it. I should not have used the root-account inside the jails
with zsh. I now use the toor account on zsh and put the shell of root
back to csh everywhere.

However, I don't understand why zsh is invoked, since all rc.d-scripts
have shebang lines telling them to use /bin/sh? I'm a bit confused,
maybe can someone give a bit light on this...

However, it works now.

Thanks,

Frank



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090129010926.GA6652>