From: Greg KH <greg@kroah.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: /dev/tty now a directory so can't ssh out anywhere
Date: Sun, 05 Sep 2004 07:59:05 +0000 [thread overview]
Message-ID: <20040905075904.GB10292@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0408281744590.3663@quirk.hserus.net>
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 <azarah@nosferatu.za.org> 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_id\x10808&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
prev parent reply other threads:[~2004-09-05 7:59 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-28 12:41 /dev/tty now a directory so can't ssh out anywhere Suresh Ramasubramanian
2004-08-28 18:01 ` Greg KH
2004-08-29 1:37 ` Suresh Ramasubramanian
2004-08-29 3:35 ` Suresh Ramasubramanian
2004-08-30 4:30 ` jnf
2004-09-05 7:58 ` Greg KH
2004-09-05 7:59 ` Greg KH [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040905075904.GB10292@kroah.com \
--to=greg@kroah.com \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.