ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Leonid Krivoshein <klark.devel@gmail.com>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] Зависание udevd при старте
Date: Fri, 18 Jan 2019 21:53:22 +0300
Message-ID: <e32271f5-8c2a-700d-d683-4603302c27a8@gmail.com> (raw)
In-Reply-To: <e44ba391-e8f0-b4c6-37e1-aa0db428eede@yandex.ru>


18.01.2019 21:09, Шенцев Алексей пишет:
> [...]
> udev-240-alt4.x86_64
>
> Система "зависает" при запуске udev на выше указанных ядрах 
> {std,un}-def ни на что не реагируя.
>
> Ждал почти по 5 минут - ни чего не происходило.
>
> [...]
>
> Куда смотреть, что показать, где искать причину проблемы?
>

Прежде всего я бы попробовал добавить noapic и загрузиться. Если не 
поможет, смотреть udev/initrd...

Стоит добавить к опциям загрузки DEBUG и RDSHELL, а если это не внесёт 
ясности, тогда ещё и STOP=,udev,

Возможно в /etc/initrd.mk придётся добавить:

FEATURES += rdshell
PUT_PROGS += strace

и перегенерировать initrd. Дойти до запуска udev и в консоли давать 
команды из /etc/rc.d/init.d/udev -- start(), только вместо udved... как 
там попробовать через strace и/или с добавлением параметров типа 
--debug-trace, --verbose, --supress-syslog и напротив убрав --daemon из 
команды, например:

strace udevd --debug-trace --verbose --resolve-names=never 
 >>/var/log/boot.log 2>&1 &
tail /var/log/boot.log (more /var/log/boot.log -- смотря что есть в образе)
udevadm control --log-priority=debug
...

С strace конечно в последнюю очередь. Но это так навскидку, по памяти. 
Более точно legion@ подскажет.


-- 
Best regards,
Leonid Krivoshein.



  reply	other threads:[~2019-01-18 18:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-18 18:09 ` Шенцев Алексей
2019-01-18 18:53   ` Leonid Krivoshein [this message]
2019-01-18 19:04   ` Anton Gorlov
2019-01-19  7:40     ` Шенцев Алексей
2019-01-19  7:41       ` 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=e32271f5-8c2a-700d-d683-4603302c27a8@gmail.com \
    --to=klark.devel@gmail.com \
    --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