Date: Sun, 29 Feb 2004 12:11:35 +0300 From: Sergey 'DoubleF' Zaharchenko <doublef@tele-kom.ru> To: Erik Trulsson <ertr1013@student.uu.se> Cc: Zhang Weiwu <zhangweiwu@realss.com> Subject: Re: scheduling priority not working? Message-ID: <20040229121135.2f17545a@Hal.localdomain> In-Reply-To: <20040228052824.GA76835@falcon.midgard.homeip.net> References: <Law11-F55YR6CsSTJUj00012ecb@hotmail.com> <20040228035629.GA66561@falcon.midgard.homeip.net> <404021DB.6070009@realss.com> <20040228052824.GA76835@falcon.midgard.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Sun__29_Feb_2004_12_11_35_+0300_ffR9AkNJFNiE2ofw Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 28 Feb 2004 06:28:24 +0100 Erik Trulsson <ertr1013@student.uu.se> probably wrote: > Let me guess: You are using [t]csh as your shell, right? > That has 'nice' as a built-in command with a slightly different syntax > than /usr/bin/nice (which is what is documented in the nice(1) > manpage) Substitute `slightly different' for `evil and incompatible':). That's why it's so usable to use an escape so that the nice binary would be used, not the built-in command: $ \nice -n 19 make There's more than nice to change priority; for example, check out rtprio(1) and idprio(1). Just FYI. HTH, -- DoubleF A diplomat is someone who can tell you to go to hell in such a way that you will look forward to the trip. --Signature=_Sun__29_Feb_2004_12_11_35_+0300_ffR9AkNJFNiE2ofw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAQazWwo7hT/9lVdwRAsbtAJ9VobE5URSJNjHmPh2cWbTY94+NCwCeKmIc wVODyIOUDCqywbDUD/EKXj0= =p6Ng -----END PGP SIGNATURE----- --Signature=_Sun__29_Feb_2004_12_11_35_+0300_ffR9AkNJFNiE2ofw--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040229121135.2f17545a>