Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 1998 17:41:20 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        "Bo Byskov  homapege : www.cbn.dk" <bobyskov@cbn.dk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: QWSV problem...
Message-ID:  <Pine.BSF.3.96.980415173956.5597K-100000@gdi.uoregon.edu>
In-Reply-To: <199804160057.BAA00069@ns2.inet.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 16 Apr 1998, Bo Byskov  homapege : www.cbn.dk wrote:

> Hi...
> 
> I have a server (p200-dual, 64MB ram) running  FreeBSD 2.2.5R, that 
> is linked to the Internet. And on it I have installed QW without any 
> problems. Now i need to run about 6-8 QuakeWorld serveres ( eatch 
> with its own map ) on my server, but i can only run 4 qwsv. one in 
> evry ttys...?? I have tried the CTRL^Z to background the server, but 
> then it stops.... why ??

Because control-Z suspends execution of the current process.  You want to
start these in the background.  The easiest way to do this is to append
`&' to the command line, i.e.

command &

runs `command' in the background.

> Then i can use the FG command to bring the qwsv to life again....
> 
> Is there some sort of a command i need or what ???

You can also type `bg' here to background the process.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980415173956.5597K-100000>