Re: automatic renicing

2005-06-06 Thread Tzafrir Cohen
On Mon, Jun 06, 2005 at 11:10:01AM +0300, Aviv Goll wrote: > That runs ripperX with a different nice, I want "lame" to run with a > different nice. > ripperX calls lame. So it is lame you want to renice. > do I need to change the ripperX code? Not at all. Have it call a wrapper script that ru

Re: automatic renicing

2005-06-06 Thread Aviv Goll
That runs ripperX with a different nice, I want "lame" to run with a different nice. ripperX calls lame. do I need to change the ripperX code? Boris Gorelik wrote: Sorry, this is the correct answer nice -n20 `which ripperX` On Monday 06 June 2005 07:29, Boris Gorelik wrote: nice -20 `whic

Re: automatic renicing

2005-06-05 Thread Boris Gorelik
Sorry, this is the correct answer nice -n20 `which ripperX` On Monday 06 June 2005 07:29, Boris Gorelik wrote: > nice -20 `which ripperX` = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message bo

Re: automatic renicing

2005-06-05 Thread Boris Gorelik
nice -20 `which ripperX` You may want to make an apropriate alias in $HOME/.bashrc (or $HOME/.tchrc or whatever) On Sun June 5 2005 22:17, Aviv Goll wrote: > Hi, > How do I make a program to run reniced whenever it runs? > > for example, I'm using ripperX to rip my cds and it uses lame. I w

automatic renicing

2005-06-05 Thread Aviv Goll
Hi, How do I make a program to run reniced whenever it runs? for example, I'm using ripperX to rip my cds and it uses lame. I want lame to run reniced. how do I do that. Thanks Aviv = To unsubscribe, send mail to [EMAIL PROTECT