pstree return

Asked by t-jokes

Level: Noob / Intermediate

Checked processes by running pstree -ulpa resulting with this interesting occurrence... wondered what type of process
"rtkit-daemon" is...

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Solved by:
Larry Jordan
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Are you using the realtime kernel?

Revision history for this message
t-jokes (t-jokes) said :
#2

That is a great question... When it comes to kernels I am an ultra noob. I installed Ubuntu from a magazine, so if they used it in their distro then I think... maybe? How would one find out if real-time kernel-ing is an option or accessed?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Can you give the output of:

uname -a; lsb_release -a

Thanks

Revision history for this message
t-jokes (t-jokes) said :
#4

It states that there are no lsb mods available... It states that the kernel is only generic...

Thanks returned.

Revision history for this message
t-jokes (t-jokes) said :
#5

Sorry, here is a more direct approach.

output:

2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick

Revision history for this message
t-jokes (t-jokes) said :
#6

Sorry, here is a more direct approach.

output:

2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

No idea then if you run:

man rtkit-daemon

what does it say it is called?

Revision history for this message
t-jokes (t-jokes) said :
#8

It doesn't show it exists... Nothing shows that it exists except for a deep find using iname... I tried a whatis but nothing... Used chkroot and rkhunter but it didn't show up in either case. Someone told me I should patch my kernel but unless they are talking about the dude from the fried chicken commercials I am lost. Still I wouldn't mind poking him in the eye...

Revision history for this message
Best Larry Jordan (larryjor) said :
#9

     Apparently, this moves processes into "Real Time":

http://fedoraforum.org/forum/showthread.php?t=237694

     I understand the reference is for Fedora Core and this is Ubuntu, but I find rtkit is at /usr/lib/rtkit in Ubuntu 10.04. Searched for it with "whereis rtkit" and came up with that.

Revision history for this message
t-jokes (t-jokes) said :
#10

Thanks Larry Jordan, that solved my question.