Il Wed, Jul 24, 2002 at 04:38:20PM +0200, walter valenti ha scritto: > ## > ontrellico:~# nice -n 5 /usr/X11R6/bin/X > warning: process set to nice value 0 instead of -10 as requested > > Fatal server error: > Server is already active for display 0 > If this server is no longer running, remove /tmp/.X0-lock > and start again.
Il comando nice esegue un secondo comando cambiandogli il livello di NICE. Il comando nice non cambia priorit� ad un processo esistente. Quindi tu stai cercando di eseguire una reconda volta X con un livello diverso di NICE. Per cambiare il livello di NICE ad un processo esistente puoi utilizzare il comando renice. Ciao, Giuseppe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

