linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sedat Dilek <sedat.dilek@gmail.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next <linux-next@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: linux-next: Tree for Apr 9
Date: Tue, 9 Apr 2013 15:34:01 +0200	[thread overview]
Message-ID: <CA+icZUVpJcBCOOd7zC=mi_2U+aC8u+WCBfDBZNnut7XVX3Ps7Q@mail.gmail.com> (raw)
In-Reply-To: <CA+icZUU2dHLz_iWCiJkgnU8HpkWeWbGL0niAoBzoE55CLuvRiQ@mail.gmail.com>

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

On Tue, Apr 9, 2013 at 2:37 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
> On Tue, Apr 9, 2013 at 12:56 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
>> Hi,
>>
>> I still did not get the original posting...
>>
>> This version hangs... I started in rescue-mode and see that udev,
>> premount and init scripts are run.
>
> ... udevd ....
> /scripts/init-premount ... done
> /scripts/pre-premount ... done
> /scripts/local-bottom ... done
> /scripts/init-bottom ... <--- hanging here!
>

Looks like a problem with udev.

# ll
insgesamt 16
drwxr-xr-x  4 root root 4096 Apr  9 15:31 ./
drwxr-xr-x  4 root root 4096 Apr  9 15:31 ../
drwxr-xr-x 10 root root 4096 Apr  9 15:31 initrd-unpacked/
drwxr-xr-x  2 root root 4096 Apr  9 15:31 original/

# ll original/
insgesamt 3216
drwxr-xr-x 2 root root    4096 Apr  9 15:31 ./
drwxr-xr-x 4 root root    4096 Apr  9 15:31 ../
-rw-r--r-- 1 root root 3277802 Apr  9 12:36
initrd.img-3.9.0-rc6-next20130409-1-iniza-small

# cd initrd-unpacked/

# ll scripts/init-bottom/
insgesamt 16
drwxr-xr-x 2 root root 4096 Apr  9 15:30 ./
drwxr-xr-x 8 root root 4096 Apr  9 15:27 ../
-rw-r--r-- 1 root root   72 Apr  9 15:27 ORDER
-rwxr-xr-x 1 root root  396 Apr  9 15:27 udev*

Both files attached.

> - Sedat -
>
>> Currently, I have no glue why when what...
>> Lemme see if I get k(g)bd started.
>>
>> Unfortunately, there was a "quiet" boot-param for grub2 here but it's gone.
>> With "text" I don't see more.
>>
>> Maybe, someone has a hint.
>>
>> Regards,
>> - Sedat -
>>
>>
>>
>> [1] http://marc.info/?l=linux-next&m=136549987718448&w=2

[-- Attachment #2: ORDER --]
[-- Type: application/octet-stream, Size: 72 bytes --]

/scripts/init-bottom/udev
[ -e /conf/param.conf ] && . /conf/param.conf

[-- Attachment #3: udev --]
[-- Type: application/octet-stream, Size: 396 bytes --]

#!/bin/sh -e
# initramfs init-bottom script for udev

PREREQ=""

# Output pre-requisites
prereqs()
{
	echo "$PREREQ"
}

case "$1" in
    prereqs)
	prereqs
	exit 0
	;;
esac


# Stop udevd, we'll miss a few events while we run init, but we catch up
udevadm control --timeout=121 --exit || \
	echo "udev exit failed -- rc=$?"

# Move /dev to the real filesystem
mount -n -o move /dev ${rootmnt}/dev

  reply	other threads:[~2013-04-09 13:34 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09 10:56 linux-next: Tree for Apr 9 Sedat Dilek
2013-04-09 12:37 ` Sedat Dilek
2013-04-09 13:34   ` Sedat Dilek [this message]
2013-04-09 13:59 ` Stephen Rothwell
2013-04-09 14:03   ` Sedat Dilek
2013-04-09 14:11   ` Sedat Dilek
2013-04-09 14:23     ` Stephen Rothwell
2013-04-09 14:32       ` Sedat Dilek
2013-04-09 15:11         ` Sedat Dilek
2013-04-09 15:48           ` Sedat Dilek
  -- strict thread matches above, loose matches on Subject: below --
2024-04-09  4:50 Stephen Rothwell
2021-04-09 11:51 Stephen Rothwell
2020-04-09  5:10 Stephen Rothwell
2019-04-09  8:00 Stephen Rothwell
2019-04-09 18:25 ` Guenter Roeck
2019-04-09 18:44   ` Trond Myklebust
2018-04-09  4:42 Stephen Rothwell
2015-04-09  9:31 Stephen Rothwell
2014-04-09  7:22 Stephen Rothwell
2013-04-09  9:30 Stephen Rothwell

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='CA+icZUVpJcBCOOd7zC=mi_2U+aC8u+WCBfDBZNnut7XVX3Ps7Q@mail.gmail.com' \
    --to=sedat.dilek@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).