From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Date: Mon, 14 Mar 2005 09:56:08 +0000 Subject: Control+C not working when using udev Message-Id: <93840d070503140155377055d5@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Hi, I am trying to run linux 2.6.10 (kernel.org) with busybox 1.0 and cramfs on my mips board. When using udev, I noticed that control+C is not able to kill the running process. I found that the function "isig" in n_tty.c is not sending the SIGINT to the process since it finds tty->pgrp to be -1. (which I believe should have been set to pid of the shell process). When using devfs I do not see this issue. I am using udev by running udevstart in my init.d/rcS (which populates the /udev) and then doing mount -o bind /udev /dev Any pointers/help in this matter is greatly appreciated. Thanks, Sekhar Nori. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel