Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2005 18:09:00 +0200
From:      =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To:        freebsd-bugs@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: CUPDS reboot the whole system
Message-ID:  <428A171C.4080804@t-hosting.hu>
In-Reply-To: <1116413952.11567.14.camel@gentoo>
References:  <1116413952.11567.14.camel@gentoo>

next in thread | previous in thread | raw e-mail | index | archive | help
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
>
>  
>




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