From owner-freebsd-bugs@FreeBSD.ORG Tue May 17 16:09:07 2005 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3667E16A4CE; Tue, 17 May 2005 16:09:07 +0000 (GMT) Received: from viefep19-int.chello.at (viefep11-int.chello.at [213.46.255.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA5F43DAA; Tue, 17 May 2005 16:09:03 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from [80.98.207.149] by viefep19-int.chello.atESMTP <20050517160901.VBEB10913.viefep19-int.chello.at@[80.98.207.149]>; Tue, 17 May 2005 18:09:01 +0200 Message-ID: <428A171C.4080804@t-hosting.hu> Date: Tue, 17 May 2005 18:09:00 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org, freebsd-stable@freebsd.org References: <1116413952.11567.14.camel@gentoo> In-Reply-To: <1116413952.11567.14.camel@gentoo> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: CUPDS reboot the whole system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 16:09:07 -0000 Try this: nohup /usr/local/sbin/cupsd & >/dev/null The nohup cmd executes the parameter and it will be still running if You log off. The & sign means that the command should run in the background, and >/dev/null redirects the stdout of cupsd to dev/null. I often use that way and it is fine for me. Todor Dragnev wrote: >Hello, > >Before a couple of days ago I started /usr/local/sbin/cupsd manualy from >console. When I press CTRL+C to interrupt a program, the system change >runlevel and going to reboot. This was on FreeBSD V5.3, today I >installed fresh new 5.4 but the problem is the same. > >cups-base-1.1.23.0_3 > > >