hi, since every single person who has tried to install avsap has cribbed on this point, avsap is now ported to wxPython-2.5.3.1. Version is avsap-1.1041
HI THIS IS VIJAY CAN ANY BODY HELP BY TELLING THAT HOW DOES ZOMBIE WORK, AND WHAT IS DDOS ( DISTRIBUTED DENIAL OF SERVICE ) .
--------------------------------- Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'
vijay mishra wrote:
HI THIS IS VIJAY CAN ANY BODY HELP BY TELLING THAT HOW DOES ZOMBIE WORK, AND WHAT IS DDOS ( DISTRIBUTED DENIAL OF SERVICE ) .
try to google and find out
On Thu, 20 Jan 2005, vijay mishra wrote:
HI THIS IS VIJAY CAN ANY BODY HELP BY TELLING THAT HOW DOES ZOMBIE WORK, AND WHAT IS DDOS ( DISTRIBUTED DENIAL OF SERVICE ) .
Well, recently I made notes on Zombie. Its just raw. If you are interested please go through it.
http://anakin.ncst.ernet.in/~raj/writings/zombie.html
I made the notes as I felt, info on the net is misleading.
80% of the queries people ask are already answered in the mailing lists. So please google before asking questions.
PS: Writing in all caps means you are shouting at others. Avoid doing that.
Thanks & Regards, -- Rajendra Prasad Murakonda, ETU division, C-DAC Mumbai (erstWhile NCST). Off Phone : 91 22 27565303 extn : 302 Mobile(WLL) : 0 93235 83185
Sometime Today, vijay mishra assembled some asciibets to say:
CAN ANY BODY HELP BY TELLING THAT HOW DOES ZOMBIE WORK, AND WHAT IS DDOS ( DISTRIBUTED DENIAL OF SERVICE ) .
Dude, stop shouting!
Search the net for the above topics, you'll find ample information on both.
Philip
On Thu, 2005-01-20 at 04:43, vijay mishra wrote:
HI THIS IS VIJAY CAN ANY BODY HELP BY TELLING THAT HOW DOES ZOMBIE WORK, AND WHAT IS DDOS ( DISTRIBUTED DENIAL OF SERVICE ) .
Hi Vijay,
Here is some information that I can give about the zombie process.
When Parent process calls fork() system call child process is created. actually it is exact copy of the parent process but with new Process ID.
Exit status of the child process is passed to parent through wait() system call. If child is terminated before parent calling wait() then exit status would be lost.and parent would not know whether the child is exited normally or not. and therefore new process state called zombie state is introduced.
If such condition occurs then child process enters in zombie state till parent calls wait(). Once parent calls wait() , termination status is passed to it and parent cleans up the child.
Zombie State : The state in which process is terminated but not cleaned up.
if parent is at wait() call and child is still running then parent has to wait till child completes its execution.
if parent is not calling wait()then ?????
Does child process remains in zombie state ??????????...............
No becauess in Linux there is special process init which is parent of all process. These zombies then becomes child of init.
This init process routinely executes wait() whose side effect is to get rid of all zombies.
there are variants of wait() system call.
for more information search on Google. .......... No other way.
-Sachin
Do you Yahoo!? Yahoo! Search presents - Jib Jab's 'Second Term'
On 20/01/05 11:26 -0800, Sachin Chavan wrote:
On Thu, 2005-01-20 at 04:43, vijay mishra wrote:
HI THIS IS VIJAY CAN ANY BODY HELP BY TELLING THAT HOW DOES ZOMBIE WORK, AND WHAT IS DDOS ( DISTRIBUTED DENIAL OF SERVICE ) .
Hi Vijay,
Here is some information that I can give about the zombie process.
I suspect the OP is asking about zombie machines, DDoS attacks, viruses, spam, botnets and the like. Not zombie processes. Of course, STFW applies.
Devdas Bhagat
On Thursday 20 Jan 2005 6:13 pm, vijay mishra wrote:
HI THIS IS VIJAY CAN ANY BODY HELP BY TELLING THAT HOW DOES ZOMBIE WORK, AND WHAT IS DDOS ( DISTRIBUTED DENIAL OF SERVICE ) .
your caplock key is stuck - get it repaired