From: Laurent Riffard <laurent.riffard@free.fr>
To: "\"J.A. Magallón\"" <jamagallon@ono.com>
Cc: Joseph Fannin <jhf@columbus.rr.com>,
Kernel development list <linux-kernel@vger.kernel.org>,
akpm@osdl.org
Subject: Re: 2.6.18-rc7-mm1: no /dev/tty0
Date: Fri, 22 Sep 2006 11:06:52 +0200 [thread overview]
Message-ID: <4513A7AC.9010709@free.fr> (raw)
In-Reply-To: <20060922004108.187a8a75@werewolf.auna.net>
Le 22.09.2006 00:41, J.A. Magallón a écrit :
> On Thu, 21 Sep 2006 18:40:50 -0400, jhf@columbus.rr.com (Joseph Fannin) wrote:
>
>> On Fri, Sep 22, 2006 at 12:06:49AM +0200, Laurent Riffard wrote:
>>> Le 21.09.2006 23:41, J.A. Magallón a écrit :
>> Trimming CC's is generally frowned upon on LKML.
?? this is weird: I'm sure I used "reply to all", I checked the copy
in my sent-mail folder, your address were in the "to:" field.
>>>> When booting 2.6.18-rc7-mm1, the initscripts complain about /dev/tty0 not
>>>> being present. Then the boot sequence blocks...:
>>>>
>>>> Sep 21 23:23:57 werewolf init: open(/dev/console): No such file or
>>>> directory
>>>> Sep 21 23:24:07 werewolf last message repeated 17 times
>>>> Sep 21 23:24:12 werewolf init: Id "3" respawning too fast: disabled for 5
>>>> minutes
>>>>
>>>> (from syslog)
>>>>
>>>> The same userspace boots fine with -rc6-mm2.
>>>>
>>>> Any ideas ?
>>> Well, I have similar issues: when booting 2.6.18-rc7-mm1, some /dev
>>> files are missing:
>>> - /dev/kmem
>>> - /dev/kmsg
>>> - /dev/mem
>>> - /dev/port
>>> - /dev/ptmx
>>> - /dev/tty
>>>
>>> Setting CONFIG_SYSFS_DEPRECATED=y didn't help. My .config is attached.
>>> ~~
>>> laurent
>> There were some problems with older versions of udev not creating
>> some device nodes with -mm kernels. I don't know if this has been
>> fixed, or if it's the same as this:
>>
>> "- The kernel doesn't work properly on RH FC3 or pretty much anything
>> which uses old udev, due to improvements in the driver tree."
>>
>> I know that, several -mm's back, Ubuntu Dapper's udev 079 didn't
>> create /dev/alsa or /dev/psaux.
>>
>
> Not mya case, at least:
>
> werewolf:~> rpm -q udev
> udev-098-6mdv2007.0
Well, it may be a Mandriva issue.
udev version was udev-098-3mdv2007.0 here, I upgraded to
udev-098-6mdv2007.0: no more luck.
I noticed the following difference between 2.6.18-rc6-mm2 and
2.6.18-rc7-mm1:
with 2.6.18-rc6-mm2:
> # ls -ld /sys/class/mem/kmem
> drwxr-xr-x 2 root root 0 sep 22 10:47 /sys/class/mem/kmem/
> # ls -l /sys/class/mem/kmem
> total 0
> -r--r--r-- 1 root root 4096 sep 22 10:28 dev
> lrwxrwxrwx 1 root root 0 sep 22 10:47 subsystem -> ../../../class/mem/
> --w------- 1 root root 0 sep 22 10:41 uevent
and with 2.6.18-rc7-mm1:
> # ls -l /sys/class/mem/kmem
> lrwxrwxrwx 1 root root 0 Sep 22 2006 /sys/class/mem/kmem -> ../../devices/virtual/mem/kmem
>
> # ls -al /sys/devices/virtual/mem/kmem:
> total 0
> drwxr-xr-x 3 root root 0 Sep 22 2006 .
> drwxr-xr-x 11 root root 0 Sep 22 2006 ..
> -r--r--r-- 1 root root 4096 Sep 22 2006 dev
> drwxr-xr-x 2 root root 0 Sep 22 2006 power
> lrwxrwxrwx 1 root root 0 Sep 22 2006 subsystem -> ../../../../class/mem
> --w------- 1 root root 4096 Sep 22 09:25 uevent
There is an udev rule for kmem:
# grep kmem /etc/udev/rules.d/*
/etc/udev/rules.d/50-mdk.rules:KERNEL=="kmem", NAME="%k", MODE="0640"
This rule seems to be not triggered in rc7-mm1.
--
laurent
prev parent reply other threads:[~2006-09-22 9:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-21 21:41 2.6.18-rc7-mm1: no /dev/tty0 J.A. Magallón
2006-09-21 22:06 ` Laurent Riffard
2006-09-21 22:40 ` Joseph Fannin
2006-09-21 22:40 ` J.A. Magallón
2006-09-21 22:41 ` J.A. Magallón
2006-09-22 9:06 ` Laurent Riffard [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=4513A7AC.9010709@free.fr \
--to=laurent.riffard@free.fr \
--cc=akpm@osdl.org \
--cc=jamagallon@ono.com \
--cc=jhf@columbus.rr.com \
--cc=linux-kernel@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.