ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] Populating udev - мёртвый вис
Date: Wed, 17 Sep 2008 18:08:04 +0400
Message-ID: <20080917140804.GC21125@newmaster.mivlgu.local> (raw)
In-Reply-To: <gaquo0$1ip$1@ger.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 996 bytes --]

On Wed, Sep 17, 2008 at 04:55:10PM +0400, Anton Farygin wrote:
> После обновления до Sisyphus, ядро 
> 2.6.25-std-def-alt9, на Populating udev наблюдаю мёртвый 
> завис.
> 
> Система поднимается с параметром noudev, но 
> как бы поотлаживать загрузку модулей 
> udev'ом я так и не придумал.
> 
> Может быть есть у кого-нить идеи, мысли, 
> предложения ?

Если зависание происходит при загрузке какого-то модуля, можно
попробовать выполнить в консоли:

dmesg -n8
find /sys/devices -type f -name modalias |
while read f; do
	mod="$(cat "$f")"; printf '\n%s\n%s\n' "$f" "$mod"
	modprobe -vb "$mod"
done

Если так не будет воспроизводиться, можно аналогичным образом
дёргать и uevent, как это делает udevtrigger, только с ожиданием
завершения событий, иначе из-за параллельной их обработки в udevd не
удастся понять, на каком месте вылезла проблема:

find /sys/devices -type f -name uevent |
while read f; do
	printf '\n%s\n' "$f"
	echo -n add >"$f"
	udevsettle
done

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2008-09-17 14:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-17 12:55 Anton Farygin
2008-09-17 12:56 ` Михаил Якушин
2008-09-17 13:09   ` Anton Farygin
2008-09-17 13:09     ` Михаил Якушин
2008-09-17 13:16       ` Anton Farygin
2008-09-17 14:08 ` Sergey Vlasov [this message]
2008-09-17 14:17   ` Anton Farygin

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=20080917140804.GC21125@newmaster.mivlgu.local \
    --to=vsu@altlinux.ru \
    --cc=sisyphus@lists.altlinux.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

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git