From owner-freebsd-questions Wed Apr 15 17:41:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12647 for freebsd-questions-outgoing; Wed, 15 Apr 1998 17:41:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA12495 for ; Wed, 15 Apr 1998 17:41:27 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id RAA05652; Wed, 15 Apr 1998 17:41:20 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Wed, 15 Apr 1998 17:41:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Bo Byskov homapege : www.cbn.dk" cc: freebsd-questions@FreeBSD.ORG Subject: Re: QWSV problem... In-Reply-To: <199804160057.BAA00069@ns2.inet.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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