* [parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!)
@ 2003-06-30 17:54 Dub
2003-06-30 17:58 ` Matthew Wilcox
0 siblings, 1 reply; 5+ messages in thread
From: Dub @ 2003-06-30 17:54 UTC (permalink / raw)
To: parisc-linux
Hi,
I have just installed my first Debian server 3.0r1 on HP PA-RISC K210
(palinux-2.4.20).
I made installatiion using console device /dev/ttyB0.
After reboot I got the message, and the system became frozen.
Jun 27 15:08:47 smsmail4 modprobe: modprobe: Can't locate module char-major-60
Jun 27 15:08:49 smsmail4 last message repeated 9 times
Jun 27 15:08:49 smsmail4 init: Id "T0" respawning too fast: disabled for 5
minut
Everything is working in single-user mode (/sbin/sulogin starts just fine from
/etc/inittab)
Getty for ttyB0 gives the same error.
bash-2.05a# /sbin/getty -L ttyB0 9600 vt100
modprobe: modprobe: Can't locate module char-major-60
I tried to change devices or even to comment getty out from /etc/inittab, but
the server still hangs.
I suspect something could be fixed in /etc/modules.conf
It's still unclear for me what is the meaning of message
modprobe: Can't locate module char-major-60
from OS point of view.
Many thanks in advance for your help!
BR,
Dub
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!)
2003-06-30 17:54 [parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!) Dub
@ 2003-06-30 17:58 ` Matthew Wilcox
2003-06-30 19:55 ` Dub
0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2003-06-30 17:58 UTC (permalink / raw)
To: Dub; +Cc: parisc-linux
On Mon, Jun 30, 2003 at 08:54:38PM +0300, Dub wrote:
> Jun 27 15:08:47 smsmail4 modprobe: modprobe: Can't locate module char-major-60
ttyB0 has the wrong major number. It needs to be character major 11.
--
"It's not Hollywood. War is real, war is primarily not about defeat or
victory, it is about death. I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!)
2003-06-30 17:58 ` Matthew Wilcox
@ 2003-06-30 19:55 ` Dub
2003-07-01 7:45 ` Michael Wood
0 siblings, 1 reply; 5+ messages in thread
From: Dub @ 2003-06-30 19:55 UTC (permalink / raw)
To: parisc-linux
Matthew Wilcox wrote:
>On Mon, Jun 30, 2003 at 08:54:38PM +0300, Dub wrote:
>
>
>>Jun 27 15:08:47 smsmail4 modprobe: modprobe: Can't locate module char-major-60
>>
>>
>
>ttyB0 has the wrong major number. It needs to be character major 11.
>
>
>
Thank you, great! If so, how to fix it in most efficient way?
BR,
Dub
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!)
2003-06-30 19:55 ` Dub
@ 2003-07-01 7:45 ` Michael Wood
2003-07-01 14:02 ` Dub
0 siblings, 1 reply; 5+ messages in thread
From: Michael Wood @ 2003-07-01 7:45 UTC (permalink / raw)
To: Dub; +Cc: parisc-linux
On Mon, Jun 30, 2003 at 10:55:22PM +0300, Dub wrote:
>
>
> Matthew Wilcox wrote:
>
> >On Mon, Jun 30, 2003 at 08:54:38PM +0300, Dub wrote:
> >
> >
> >>Jun 27 15:08:47 smsmail4 modprobe: modprobe: Can't locate module
> >>char-major-60
> >>
> >>
> >
> >ttyB0 has the wrong major number. It needs to be character major 11.
> >
> >
> >
> Thank you, great! If so, how to fix it in most efficient way?
Boot in single user mode, then:
# cd /dev
# rm ttyB0
# mknod ttyB0 c 11 0
--
Michael Wood <mwood@its.uct.ac.za>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!)
2003-07-01 7:45 ` Michael Wood
@ 2003-07-01 14:02 ` Dub
0 siblings, 0 replies; 5+ messages in thread
From: Dub @ 2003-07-01 14:02 UTC (permalink / raw)
To: parisc-linux
> > >ttyB0 has the wrong major number. It needs to be character major
> 11.
> > >
> > >
> > >
> > Thank you, great! If so, how to fix it in most efficient way?
>
> Boot in single user mode, then:
> # cd /dev
> # rm ttyB0
> # mknod ttyB0 c 11 0
>
> Michael Wood <mwood@its.uct.ac.za>
Thanks a lot, Michael! It works!!!
BR,
Dub
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-07-01 14:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-30 17:54 [parisc-linux] modprobe: Can't locate module char-major-60 (server hangs!) Dub
2003-06-30 17:58 ` Matthew Wilcox
2003-06-30 19:55 ` Dub
2003-07-01 7:45 ` Michael Wood
2003-07-01 14:02 ` Dub
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.