librelist archives

« back to archive

-every problem

-every problem

From:
Tang Daogang
Date:
2011-08-10 @ 05:46
hi,

I have two servers in mongrel2.conf, and have load it. But when I use

m2sh start -db config.sqlite -every
why it only bootup the first server, the second one need to be started
manually.

Mongrel2 is v1.7.5.




-- 
Nothing is impossible.

Re: [mongrel2] -every problem

From:
Zed A. Shaw
Date:
2011-08-12 @ 16:36
On Wed, Aug 10, 2011 at 01:46:05PM +0800, Tang Daogang wrote:
> hi,
> 
> I have two servers in mongrel2.conf, and have load it. But when I use
> 
> m2sh start -db config.sqlite -every

Add -sudo so that it runs each one and they fork.  If it doesn't work
after that then it might be a bug from recent m2sh changes.

-- 
Zed A. Shaw
http://zedshaw.com/

Re: [mongrel2] -every problem

From:
Tang Daogang
Date:
2011-08-15 @ 05:02
I used root user do that.

On Sat, Aug 13, 2011 at 12:36 AM, Zed A. Shaw <zedshaw@zedshaw.com> wrote:

> On Wed, Aug 10, 2011 at 01:46:05PM +0800, Tang Daogang wrote:
> > hi,
> >
> > I have two servers in mongrel2.conf, and have load it. But when I use
> >
> > m2sh start -db config.sqlite -every
>
> Add -sudo so that it runs each one and they fork.  If it doesn't work
> after that then it might be a bug from recent m2sh changes.
>
> --
> Zed A. Shaw
> http://zedshaw.com/
>



-- 
Nothing is impossible.