From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Sun, 05 Sep 2004 07:59:05 +0000 Subject: Re: /dev/tty now a directory so can't ssh out anywhere Message-Id: <20040905075904.GB10292@kroah.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Sun, Aug 29, 2004 at 06:55:57AM +0530, Suresh Ramasubramanian wrote: > Greg KH wrote: > > >Your udev rules are incorrect. I don't know what distro you are using, > >but it's a recently reported issue among a few people. Fixing your udev > >rules should fix the issue. Here's the fix, for those people having this problem: thanks, greg k-h -------- # Fix old-style pty breakage in rules file for tty device. # # Thanks to Martin Schlemmer for the fix. diff -Nru a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo --- a/etc/udev/udev.rules.gentoo 2004-09-05 09:56:23 +02:00 +++ b/etc/udev/udev.rules.gentoo 2004-09-05 09:56:23 +02:00 @@ -65,7 +65,7 @@ # pty devices KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k" -KERNEL="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k" +KERNEL="tty[p-za-e][0-9a-f]*", NAME="pty/s%n", SYMLINK="%k" # ramdisk devices KERNEL="ram[0-9]*", NAME="rd/%n", SYMLINK="%k" ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idP47&alloc_id808&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