Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14307] New: 50-default.rules with broken tty rules?

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14307] New: 50-default.rules with broken tty rules?
  • Date: 11 Feb 2008 16:49:22 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14307

Summary: 50-default.rules with broken tty rules?
Product: Codex
Version: stable grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: major
Priority: P2
Component: disk
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: BearPerson AT gmx.net


On my system, there seem to be some weird links for /dev/tty??:
/dev/ttya0 -> pty/s0
/dev/ttyaa -> pty/s
/dev/ttyab -> pty/s
/dev/ttyb0 -> pty/s0
generally, a lot of symlinks pointing to the same device.
The corresponding rule in 50-default.rules is
KERNEL=="tty[p-za-e][0-9a-f]*", NAME="tty/s%n", SYMLINK="%k"
While I agree that a simple /dev/tty/s42 is cleaner than /dev/ttyra, the rule
should at least work ;-)
It seems that %n isn't actually distinct on the tty's, and even expands to an
empty string on some.
Same goes for the pty rules, obviously.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 14307] New: 50-default.rules with broken tty rules?, bugzilla-daemon, 02/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page