What happens to parent process, when a child process is created using vfork() and killed before calling exec

2014-10-28 Thread Kevin Peterson
Hi, When a process is created using vfork() child process is created and starts running in the parent process address space, until exit() or exec() is called. What happens to the parent process, if some one kills the child process before calling the exit()/exec()? Thanks, Kevin Peterson

Is there any way to kill the process which went to uninterruptible sleep (D) state??

2014-02-07 Thread Kevin Peterson
reboot the Linux machine. Can anyone helps me out for this situation?? I don't want to reboot the machine. We can kill the Zombie (Z) process but not able to kill process which is in D-state. Thanks, Kevin Peterson -- users mailing list users@lists.fedoraproject.org To unsubscribe or c

Windows exe files are not working in Fedora 18 even after installing WINE?

2013-06-25 Thread Kevin Peterson
Hi, I am designing an application for client-server. Client and Server both applications will be hosted on Fedora18. However, for client application, I need windows executable, so I installed wine but it’s not working. Thanks, Kevin Peterson -- users mailing list users

How to avoid ARP flux issue in linux?

2013-04-17 Thread Kevin Peterson
since traffic will be routed via eth0. Thanks, Kevin Peterson -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question