Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Unessacary Proccesses in Redhat

  • 02-07-2008 10:15am
    #1
    Registered Users, Registered Users 2 Posts: 7,205 ✭✭✭


    Hi Guys,

    Sorry to keep bugging ye with stupid questions, but i have to try optimize performance out of a machine and i was wondering if any of ye could suggest somewhere where i can find a list of default process started by redhat and which ones are essential?

    Thanks alot.


Comments

  • Registered Users, Registered Users 2 Posts: 2,621 ✭✭✭GreenHell


    chkconfig --list will give you all the services loading up at boot time

    You could also have a google for removing modules from your kernel which would speed up boot time as well.


  • Registered Users Posts: 59 ✭✭cmo


    Hi Guys,

    Sorry to keep bugging ye with stupid questions, but i have to try optimize performance out of a machine and i was wondering if any of ye could suggest somewhere where i can find a list of default process started by redhat and which ones are essential?

    Thanks alot.

    do the chkconfig as greenhell said and post the results here or in a pastebin, then we can see what are the unecessary ones.


  • Registered Users, Registered Users 2 Posts: 7,205 ✭✭✭witnessmenow


    Thanks guys, heres the list. I know i can get rid of bluetooth and yum updates , anything else?
    acpid           						
    anacron         						
    apmd            						
    atd             						
    auditd          						
    autofs          						
    avahi-daemon    						
    bluetooth       						
    cpuspeed        		
    crond           						
    cups            						
    firstboot       						
    gpm             						
    haldaemon       						
    hidd            				
    hplip           				
    ip6tables       				
    ipsec           				
    iptables        				
    irqbalance      				
    isdn            				
    kdump           				
    kudzu           				
    mcstrans       				
    mdmonitor       				
    messagebus      				
    microcode_ctl   				
    netfs           				
    network         				
    nfslock         		
    pcscd           		
    portmap         		
    readahead_early						
    readahead_later						
    restorecond     						
    rhnsd           						
    rpcgssd         						
    rpcidmapd       						
    setroubleshoot  						
    smartd          						
    sshd            						
    syslog          						
    vtune           						
    xfs             						
    yum-updatesd    				
    


  • Registered Users Posts: 59 ✭✭cmo


    Thanks guys, heres the list. I know i can get rid of bluetooth and yum updates , anything else?
    acpid           						
    anacron         						
    apmd            						
    atd             						
    auditd          						
    autofs          						
    avahi-daemon    						
    bluetooth       						
    cpuspeed        		
    crond           						
    cups            						
    firstboot       						
    gpm             						
    haldaemon       						
    hidd            				
    hplip           				
    ip6tables       				
    ipsec           				
    iptables        				
    irqbalance      				
    isdn            				
    kdump           				
    kudzu           				
    mcstrans       				
    mdmonitor       				
    messagebus      				
    microcode_ctl   				
    netfs           				
    network         				
    nfslock         		
    pcscd           		
    portmap         		
    readahead_early						
    readahead_later						
    restorecond     						
    rhnsd           						
    rpcgssd         						
    rpcidmapd       						
    setroubleshoot  						
    smartd          						
    sshd            						
    syslog          						
    vtune           						
    xfs             						
    yum-updatesd    				
    

    Is this machine going to be a server or staying as a desktop?


  • Registered Users, Registered Users 2 Posts: 7,205 ✭✭✭witnessmenow


    Neither :p

    I cant go into it too much , but basically take it as a desktop.

    Thanks


  • Advertisement
  • Registered Users Posts: 59 ✭✭cmo


    Neither :p

    I cant go into it too much , but basically take it as a desktop.

    Thanks

    To cut down on most things I would advise running in runlevel 3 anyway, you can still start x when necessary. I dont think you need the following

    acpid
    bluetooth
    cups
    isdn
    nfslock
    smartd
    yum-updatesd

    There might be a few others, I use suse so turning some of these off my drive it nuts, but hey its all trial and error :).

    Also if you deal with lots of small files on this machine you may want to consider using xfs for the partition thats messing with lots of small files.


  • Registered Users, Registered Users 2 Posts: 1,606 ✭✭✭djmarkus


    I really do recommend you keep yum-updatesd(software updates), smartd(hard disk failures), and acpid(interfacing with ACPI) and nfslock if you're going to be using nfs.


  • Registered Users, Registered Users 2 Posts: 7,205 ✭✭✭witnessmenow


    Well Yum is definitly a goner! As the Application I'm running performance drops every hour basically, and i presume thats whats causing it.

    Files arent a big issue on this, Its all I/O processing

    Thanks for the advice lads

    EDIT:Also just had a look, runlevel 3 and 5 are basically identical bar one thing.


  • Registered Users, Registered Users 2 Posts: 2,621 ✭✭✭GreenHell


    A mouse?

    Not having the X server running should free up processor and memory.

    Your logs should tell you why your app is dropping, I can't think of one reason by yum would effect any other app. Well maybe if its auto updating, but by sounds of it I doubt you have it setup that way.


  • Registered Users, Registered Users 2 Posts: 7,205 ✭✭✭witnessmenow


    Thanks for your replies guys.


    Also i found this website, very useful


  • Advertisement
Advertisement