Results 1 to 5 of 5
Dear linuxforums,
I have an strange bug on my linux,
[root]# su user
bash-3.2$ nice
-20
For some reason all my users on the system get priority -20.
i checked ...
- 10-17-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
CentOS 5.7 Default priority on -20
Dear linuxforums,
I have an strange bug on my linux,
[root]# su user
bash-3.2$ nice
-20
For some reason all my users on the system get priority -20.
i checked Google already but it only tells me how to change with
nice or renice.
I didn't edited my limits.conf file.
Any idea's ?
Greets,
Selbie
- 10-18-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Do you have any nice commands in your profiles? e.g.:
or in any other place that is sourced by all users logging in? Does it happen with root, too?Code:grep nice /etc/profile.d/*
- 10-18-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-18-2011 #4Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
I did the command, but nothing returned.
It happens on all users on the system, including root.
Once i changed limits.conf and added this code:
All returned to normal, but i never had this in my limits.conf.Code:* soft priority 0
Before this issue, i never changed anything in it.
Is there any clue which could cause this ?
- 10-19-2011 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
