Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 17-03-2007, 08:50 PM   #1 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Question What are these zombie processes doing?


Recently found on my Open SuSE 10.2. Why is it zombied and what does this process do?

__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-03-2007, 11:36 PM   #2 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: What are these zombie processes doing?

Mono is .NET for linux.. Dunno about the zombied part though Im sure google will help you
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 19-03-2007, 12:36 AM   #3 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: What are these zombie processes doing?

Zombie processes are left overs of dead processes. You can also call them as by-products that haven't been cleaned up by their buggy parent processes. Don't worry much about them as they are harmless. They do nothing...just stay in memory and take very little resources (in a few KBs). Most probably mono or some other package depending on mono has some bug and it will probably be fixed soon by openSUSE team.
eddie is offline  
Old 21-03-2007, 10:57 AM   #4 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

I've noticed this didn't happen before. Is it because of some dependencies which I might have installed recently?? Though few KBs, something is wrong with my GNOME, its taking a lot of time to boot up and the HD activitiy is almost constant. Hope its not because of this
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 22-03-2007, 12:43 AM   #5 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: What are these zombie processes doing?

That slow boot process and HD activity should not be because of these zombies. Try running htop in a terminal window and see which process is taking maximum RAM and which one is using maximum CPU. If some app is using too much CPU then it can effect other parts of the system.
eddie is offline  
Old 22-03-2007, 07:35 AM   #6 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

Ok, I'll try that. I wish to shutdown few services, which are not system related. Is there a way to identify and shut them down? I've made few processes low prioritized. Is shutting them down completely a better idea?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 23-03-2007, 01:02 AM   #7 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: What are these zombie processes doing?

You can stop services from YaST. Open YaST, go to System and then "System services". There you can configure which services to start at boot time and which not to. YaST also provides small description of every service, so read and take very good care before you stop any service.

Stopping unneeded services is not a bad idea but an ill-informed system tweaking is a strict no no.
eddie is offline  
Old 23-03-2007, 07:23 PM   #8 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

^ I'm not still proficient with linux. Though there are descriptions of the processes, I'm not sure as to which I should REALLY turn off. System is slowing by the day. Net connection also seems slow on linux. Any reasons?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 23-03-2007, 08:29 PM   #9 (permalink)
Apprentice
 
cranky's Avatar
 
Join Date: Feb 2007
Posts: 53
Default Re: What are these zombie processes doing?

You may want to stop these services which you may not need, unless you are running any server:

>sendmail ----> if you are not running any mail server
>sshd ----> if you don't login to your PC remotely
>httpd or apache ---->if you are not running any web server
>mysqld ----> mysql database daemon
>samba -----> if you don't have any windows m/c in your network
>bind -----> if you are not running any nameserver

but you can start these services manually as and when required.

I had this problem of this constant hard disk activity, i use FC6, then found out it was the automatic system update program (yum-updatesd), it takes lot of time to search programs in my system that needs to be updated.... this may be your problem and you can disable it and manually update when required.
__________________
Registered Linux user #426157 (http://counter.li.org/)
cranky is offline  
Old 23-03-2007, 08:44 PM   #10 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

Thanks for the quick reply well, on my distro, I don't find the following services running:
Sendmail, samba and bind. I've also disabled cups, the printer daemon as I don't have a printer. Is it ok?
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 24-03-2007, 07:41 PM   #11 (permalink)
Right Off the Assembly Line
 
Join Date: Oct 2006
Location: Coimbatore
Posts: 12
Default Re: What are these zombie processes doing?

Let me try mine. Zombie processes are child process of a parent, who have not waited for the child to teminate. Since the child termination is asynchronous event kernal keep the entry in the process table for the use of parent process. This will be removed automatically when the parent termintates.
__________________
Sheik Rasheed K

Don't accept anything that costs joy.
Sheik Rasheed K is offline  
Old 24-03-2007, 11:18 PM   #12 (permalink)
Apprentice
 
cranky's Avatar
 
Join Date: Feb 2007
Posts: 53
Default Re: What are these zombie processes doing?

Quote:
I've also disabled cups, the printer daemon as I don't have a printer. Is it ok?
AFAIK Its ok to disable cups if you don't have printer. You said there's constant HD activity, try running 'htop' or 'top' as eddie said and see which uses max CPU, but see if you really want that process to be running. Probably some scheduled task may be running (the cron, anacron tasks etc..) It happens every 6 days at a scheduled time in my fedora.
__________________
Registered Linux user #426157 (http://counter.li.org/)
cranky is offline  
Old 25-03-2007, 08:28 AM   #13 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

^^Tried 'top', but I see a lot of processes running and doesn't make sense to me. Fortunately, there were 0 zombie processes. Dunno, what triggers mono. So, I think I need to keep a tab on these processes.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 25-03-2007, 03:28 PM   #14 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: What are these zombie processes doing?

Mono is used by many things on openSUSE and ZMD is one of them. Anyways, keep top running (even though i recommend htop) and sort processes by CPU%. Now just keep it running and when ever you experience slowness in your system, look at "top" and see which process is taking maximum CPU. It would be mentioned as the first process in the list.
eddie is offline  
Old 25-03-2007, 04:49 PM   #15 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

Eddie, htop doesn't exist on this distro. So, I need to use only top command.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 25-03-2007, 07:01 PM   #16 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: What are these zombie processes doing?

Doesn't exist on this distro? Do you mean to say Suse uses some special techniques that all linux softwares don't exist on it?
It has 22,000 softwares of what?
Search in your repositories.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 25-03-2007, 08:33 PM   #17 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

Quote:
Originally Posted by tech_your_future
Doesn't exist on this distro? Do you mean to say Suse uses some special techniques that all linux softwares don't exist on it?
It has 22,000 softwares of what?
Search in your repositories.
Searched in yast, but of no avail
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)

Last edited by phreak0ut; 25-03-2007 at 09:04 PM. Reason: Automerged Doublepost
phreak0ut is offline  
Old 25-03-2007, 08:59 PM   #18 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: What are these zombie processes doing?

I am sure you don't have proper repositories. Someone with suse can help you out. How can a program like htop not be there. And you seem to be missing quite a lot of other softwares, too, in the repository.
linux.wordpress.com had an article on repositories for Open Suse 10.2 search for it and use it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 25-03-2007, 09:05 PM   #19 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

I referred this guide to setup my distro completely Open Suse 10.2 : Complete Guide to installing proprietary packages
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Old 25-03-2007, 09:17 PM   #20 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: What are these zombie processes doing?

Here's the complete list http://linux.wordpress.com/2006/12/2...-repositories/
This is the recommended list http://linux.wordpress.com/2006/12/1...ries-for-yast/
The latter should be enough.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 25-03-2007, 10:30 PM   #21 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: What are these zombie processes doing?

That is weird. Some days back I had installed openSUSE 10.2 and had added some common repositories. htop was there when I searched.
eddie is offline  
Old 26-03-2007, 05:12 PM   #22 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,185
Default Re: What are these zombie processes doing?

Thanks Mehul
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher :)
phreak0ut is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by soumya
- by clmlbx
- by Charan
- by Sujeet
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:22 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2