All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dieter Stüken" <stueken@conterra.de>
To: linux-hotplug@vger.kernel.org
Subject: udevinfo messages
Date: Wed, 23 Mar 2005 12:55:24 +0000	[thread overview]
Message-ID: <4241673C.8090901@conterra.de> (raw)

While trying to get 2.6.11 running on my Suse 9.1 system I encountered some
problems with mkinitrd and the udev package Suse uses (seems to be a patched
udev-052 version). I noticed a few funny synlinks within /dev:

lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 device2 -> hda2
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 not2 -> hda2
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 found2 -> hda2
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 in2 -> hda2
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.196950896 +0100 database2 -> hda2
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.471909096 +0100 device1 -> hdc1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.471909096 +0100 not1 -> hdc1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.471909096 +0100 found1 -> hdc1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.471909096 +0100 in1 -> hdc1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.471909096 +0100 database1 -> hdc1
lrwxrwxrwx  1 root root 3 2005-03-21 15:33:54.785861368 +0100 mknod: -> hda
lrwxrwxrwx  1 root root 3 2005-03-21 15:33:54.785861368 +0100 No -> hda
lrwxrwxrwx  1 root root 3 2005-03-21 15:33:54.785861368 +0100 such -> hda
lrwxrwxrwx  1 root root 3 2005-03-21 15:33:54.785861368 +0100 file -> hda
lrwxrwxrwx  1 root root 3 2005-03-21 15:33:54.785861368 +0100 or -> hda
lrwxrwxrwx  1 root root 3 2005-03-21 15:33:54.785861368 +0100 directory\nata_identify: -> hda
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.844852400 +0100 mknod:1 -> hdg1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.844852400 +0100 No1 -> hdg1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.844852400 +0100 such1 -> hdg1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.844852400 +0100 file1 -> hdg1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.844852400 +0100 or1 -> hdg1
lrwxrwxrwx  1 root root 4 2005-03-21 15:33:54.844852400 +0100 directory1 -> hdg1

I don't know exactly, what caused this in depth. But I found udevinfo
prints all error messages to stdout instead of using stderr, like:

if (retval != 0) {
     printf("device not found in database\n");
     goto exit;
}

seems this is taken as a list of symliks to create.

Seems there is some "ata_identify" utility involved, but I could not find
how this is used. It does not apear within the official udev-056 release.
Seems to be some SuSE/Redhad addition.

Can some one give me a hint, how to debug this? During boot there are some
messages scrolling by, but finally the console-font gets switched which clips
off my console history :-(

Dieter.
-- 
Dieter Stüken, con terra GmbH, Münster
     stueken@conterra.de
     http://www.conterra.de/
     (0)251-7474-501


-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_idh82&alloc_id\x15148&opÌk
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

             reply	other threads:[~2005-03-23 12:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-23 12:55 Dieter Stüken [this message]
2005-03-23 17:53 ` udevinfo messages Kay Sievers
2005-03-24  8:20 ` Dieter Stüken

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=4241673C.8090901@conterra.de \
    --to=stueken@conterra.de \
    --cc=linux-hotplug@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.