Date: Tue, 16 Dec 2014 17:13:17 +0000 (UTC) From: Unga <unga888@yahoo.com> To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: How to run a server at normal priority? Message-ID: <1936276647.110396.1418749997346.JavaMail.yahoo@jws10001g.mail.ne1.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi all I have FreeBSD 9.0 on a i386 hardware. I have few server daemons run on this machine, all runs at normal priority = (20) except one at priority (52). All server daemons run as their respective user ID. How to run this low pri= ority server at normal priority as others? Many thanks in advance. Best regardsUnga=C2=A0 From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 17:36:26 2014 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67C01EAE for <freebsd-questions@freebsd.org>; Tue, 16 Dec 2014 17:36:26 +0000 (UTC) Received: from mail-qg0-x22a.google.com (mail-qg0-x22a.google.com [IPv6:2607:f8b0:400d:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BDD4117 for <freebsd-questions@freebsd.org>; Tue, 16 Dec 2014 17:36:26 +0000 (UTC) Received: by mail-qg0-f42.google.com with SMTP id q108so8556710qgd.15 for <freebsd-questions@freebsd.org>; Tue, 16 Dec 2014 09:36:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=BKrkPZM4W2PSo2p6S2KvQjSUfkeYoSiC6yG4kI1ygTA=; b=LeM26jNS+9sldgxFGYhV6xBwxDCbG+81vQS2keYlkS7Bp0nSeMTn7pPgPmH1lG23Pg qeep8hbvoAzzaiEgHVi7vGJ6AsU5WY8MEumFS78iLmfFkKxYKj7K52dOmRZl3MX6df9g +KbN9JSblRIMmLABxdTxhbFAEnSa+NnjvXP5EC/smYEjstw5TggjM+M2vZOHUVBrK/Kk b0xyWbcmZ2YynaNQjtUDSsIZG4vw7hGhwRSE4QeT4vZQhlt9IM0IvS/35Ims6S6PRH1Y C1mP8p2OhstZUiUCdj2Wh97l5F5w75U/tYhkWhkpPtp8RCFZaUDgtswlHC1wj00gnumx DuZQ== X-Received: by 10.224.120.65 with SMTP id c1mr25534012qar.87.1418751385150; Tue, 16 Dec 2014 09:36:25 -0800 (PST) Received: from [192.168.70.165] (50-200-12-74-static.hfc.comcastbusiness.net. [50.200.12.74]) by mx.google.com with ESMTPSA id f77sm1366050qgd.49.2014.12.16.09.36.24 for <freebsd-questions@freebsd.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 09:36:24 -0800 (PST) Message-ID: <54906D97.4090304@gmail.com> Date: Tue, 16 Dec 2014 11:36:23 -0600 From: Noel <noeldude@gmail.com> User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: How to run a server at normal priority? References: <1936276647.110396.1418749997346.JavaMail.yahoo@jws10001g.mail.ne1.yahoo.com> In-Reply-To: <1936276647.110396.1418749997346.JavaMail.yahoo@jws10001g.mail.ne1.yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 16 Dec 2014 17:36:26 -0000 On 12/16/2014 11:13 AM, Unga via freebsd-questions wrote: > Hi all > I have FreeBSD 9.0 on a i386 hardware. > I have few server daemons run on this machine, all runs at normal priority (20) except one at priority (52). > All server daemons run as their respective user ID. How to run this low priority server at normal priority as others? > Many thanks in advance. > Best regardsUnga The developer chose that priority intentionally when they wrote the program. Consider carefully before you change it. man renice -- Noel Jones
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1936276647.110396.1418749997346.JavaMail.yahoo>