Andrew Haninger wrote:
> Anyway, just a heads-up to anyone else experiencing a breaking of
> 'less' and missing /dev files.
Yep... I had 'less' break too (you will find 'man' is broke also, rolling on
from that).
It turns out to be a problem (typo?) in /etc/udev/rules.d/udev.rules
Try changing:
# 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"
to:
# 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="pty/s%n", SYMLINK="%k"
(change is in second line tty -> pty)
As to the missing /dev/ entries - remember you are using udev now - they
appear 'on the fly' as and when you plug something in - ensure you have set
'hotplug' to start.
Nick
--
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]