On Sat, Oct 09, 1999 at 04:03:32PM +0200, Michael Frandsen wrote:
> I have resently upgraded my old RH5.2 installatin with the newest RH6.1
> and when i starts pppd following messages is logged:
> modprobe: can't locate module char-major-108
> What is this?
It's the char major number for the new device-independent PPP interface that
is in Linux 2.3.x.
> what is wrong?
For you; nothing <g> IIRC pppd tries to create /dev/ppp with major 108 if it
doesn't exist, then tries to open it, then deletes the device if it couldn't.
IMNSHO this is rather messy; if the device node doesn't exist it shouldn't
try to create it.
> where can I find more information?
Documentation/devices.txt in the kernel source lists the device number
assignments; the man page for modprobe(8) will tell you how to alias
char-major-108 off in your /etc/modules.conf to supress the log message.
--
"Damaged people are dangerous, they know they can survive"
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]