[olug] Spawning processes
JKENNEDY at UP.COM
JKENNEDY at UP.COM
Thu Dec 7 16:59:51 UTC 2000
John,
For httpd, smb, and some others every time someone uses that service (i.e.
connects to the machine using Samba) a new process is started. This would
account for the multiple spawnings of httpd as well...
John
"Williams, John W." <John.WWilliams at GD-WTS.com> on 12/07/2000 10:50:30 AM
Please respond to olug at bstc.net
To: olug at bstc.net
cc:
Subject: RE: [olug] Spawning processes
Actually by looking at the parent ID I see that the processes are spawning
themselves. For instance httpd initiated by init has spawned 6 other httpd
processes. I have also seen it with smb, inetd, and a couple others.
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
140 S 0 5198 1 0 61 0 - 1256 do_sel ? 00:00:03
httpd
100 S 0 19681 1 0 60 0 - 318 read_c tty1 00:00:00
mingetty
140 S 99 21512 5198 0 60 0 - 1366 wait_f ? 00:00:00
httpd
140 S 99 21513 5198 0 60 0 - 1366 posix_ ? 00:00:00
httpd
140 S 99 21514 5198 0 60 0 - 1358 posix_ ? 00:00:00
httpd
140 S 99 21515 5198 0 60 0 - 1358 posix_ ? 00:00:00
httpd
140 S 99 21516 5198 0 60 0 - 1358 posix_ ? 00:00:00
httpd
140 S 99 21517 5198 0 60 0 - 1358 posix_ ? 00:00:00
httpd
140 S 99 21518 5198 0 60 0 - 1358 posix_ ? 00:00:00
httpd
140 S 99 21519 5198 0 60 0 - 1358 posix_ ? 00:00:00
httpd
140 S 99 21520 5198 0 60 0 - 1358 posix_ ? 00:00:00
httpd
140 S 99 21521 5198 0 60 0 - 1358 posix_ ? 00:00:00
httpd
Thanks for your help on this.
John
> -----Original Message-----
> From: Chad S. Lauritsen [SMTP:csl at plconline.com]
> Sent: Thursday, December 07, 2000 10:41 AM
> To: olug at bstc.net
> Subject: Re: [olug] Spawning processes
>
> that depends on what the processes are.
>
> Things get spawned by cron from time to time. Other things get spawned
> by init at bootup. many of the things started by init are respawned by
> init if they should die. check the following things:
>
> /etc/inittab -- the config file for init. everything traces back to
> here
> su to root and do a 'crontab -l' to see what things are being run by
> root
> check your own crontab with 'crontab -l'
> check /etc/crontab
> check user crontab files in /var/spool/cron
>
>
>
> "Williams, John W." wrote:
> >
> > I have a couple questions I was hoping someone may be able to answer
for
> me.
> > I am running Redhat 6.2 and am curious if it is common for my processes
> to
> > be spawning themselves? What causes this? Is there an easy solution
to
> > killing the spawned processes without having to actually suspend and
> kill
> > them individually? Thanks for any help on this.
> >
> > John Williams
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: olug-unsubscribe at bstc.net
> > For additional commands, e-mail: olug-help at bstc.net
>
> --
> Chad Lauritsen | 1000 N 2nd Ave
> System Administrator | Logan, IA 51546
> Perfection Learning Corporation | 712-644-2831 Ext 223
>
> The half wit does not know that gold Makes apes of many men:
> One is rich, one is poor, There is no blame in that. --The Hávamál
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: olug-unsubscribe at bstc.net
> For additional commands, e-mail: olug-help at bstc.net
>
---------------------------------------------------------------------
To unsubscribe, e-mail: olug-unsubscribe at bstc.net
For additional commands, e-mail: olug-help at bstc.net
---------------------------------------------------------------------
To unsubscribe, e-mail: olug-unsubscribe at bstc.net
For additional commands, e-mail: olug-help at bstc.net
More information about the OLUG
mailing list