~alpine/users

3 2

[alpine-user] Working OS suddenly got "exit due to timeout" after reboot.

Magicloud Magiclouds <magicloud.magiclouds@gmail.com>
Details
Message ID
<CABErt4deAjWJ9YnScEAPDfkEF2msT-UPQwKvG8ftS9YeAP4fEQ@mail.gmail.com>
Sender timestamp
1538804789
DKIM signature
missing
Download raw message
Hi,
I am running an Alpinelinux in ramdisk + USB storage way. It worked
fine until I rebooted. I am sure I did not update the initfs. But now
I got "nlplug-findfs: exit due to timeout". Rebooting did not fix
this.

Where should I check?

-- 
竹密岂妨流水过
山高哪阻野云飞

And for G+, please use magiclouds#gmail.com.


---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20181006135406.5677245d@ncopa-desktop.copa.dup.pw>
In-Reply-To
<CABErt4deAjWJ9YnScEAPDfkEF2msT-UPQwKvG8ftS9YeAP4fEQ@mail.gmail.com> (view parent)
Sender timestamp
1538826846
DKIM signature
missing
Download raw message
On Sat, 6 Oct 2018 13:46:29 +0800
Magicloud Magiclouds <magicloud.magiclouds@gmail.com> wrote:

> Hi,
> I am running an Alpinelinux in ramdisk + USB storage way. It worked
> fine until I rebooted. I am sure I did not update the initfs. But now
> I got "nlplug-findfs: exit due to timeout". Rebooting did not fix
> this.
> 
> Where should I check?
> 

The message means that kernel did not find the USB stick within time.
Possible reasons is that USB host controller is too slow to initialize,
that driver to USB storage (or USB host controller) is missing in
initramfs or that the USB storage is broken.

You can try add a boot option `usbdelay=10` to give it more time. If
that does not help, then verify that drivers for USB controller is
included in initramfs image and that the USB storage is not defect.

-nc


---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Magicloud Magiclouds <magicloud.magiclouds@gmail.com>
Details
Message ID
<CABErt4fWghHs_u9v7X2FYcjQU7PXG0=Q-DQaZF-t6jD76OO0bw@mail.gmail.com>
In-Reply-To
<20181006135406.5677245d@ncopa-desktop.copa.dup.pw> (view parent)
Sender timestamp
1538830087
DKIM signature
missing
Download raw message
Thanks for the info. I suspected USB. And tried usbdelay=5, did not
help. Then I noticed that, The USB stick was recognized as SDB, and
SDB1 got mounted to /media/sdb1 successfully, which is quite
confusing. It was usbdisk mounted on /media/usb.
On Sat, Oct 6, 2018 at 7:54 PM Natanael Copa <ncopa@alpinelinux.org> wrote:
>
> On Sat, 6 Oct 2018 13:46:29 +0800
> Magicloud Magiclouds <magicloud.magiclouds@gmail.com> wrote:
>
> > Hi,
> > I am running an Alpinelinux in ramdisk + USB storage way. It worked
> > fine until I rebooted. I am sure I did not update the initfs. But now
> > I got "nlplug-findfs: exit due to timeout". Rebooting did not fix
> > this.
> >
> > Where should I check?
> >
>
> The message means that kernel did not find the USB stick within time.
> Possible reasons is that USB host controller is too slow to initialize,
> that driver to USB storage (or USB host controller) is missing in
> initramfs or that the USB storage is broken.
>
> You can try add a boot option `usbdelay=10` to give it more time. If
> that does not help, then verify that drivers for USB controller is
> included in initramfs image and that the USB storage is not defect.
>
> -nc



-- 
竹密岂妨流水过
山高哪阻野云飞

And for G+, please use magiclouds#gmail.com.


---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Magicloud Magiclouds <magicloud.magiclouds@gmail.com>
Details
Message ID
<CABErt4drkEcXM0CS6Ae52tWOU59HCTrViQ9GnJHNVodjU4Nefw@mail.gmail.com>
In-Reply-To
<CABErt4fWghHs_u9v7X2FYcjQU7PXG0=Q-DQaZF-t6jD76OO0bw@mail.gmail.com> (view parent)
Sender timestamp
1538830708
DKIM signature
missing
Download raw message
Also, I tried running `nlplug-findfs -p /sbin/mdev` when it failed
into ramdisk shell, still timeout. And in the meantime, /media/sdb1 is
accessible.
On Sat, Oct 6, 2018 at 8:48 PM Magicloud Magiclouds
<magicloud.magiclouds@gmail.com> wrote:
>
> Thanks for the info. I suspected USB. And tried usbdelay=5, did not
> help. Then I noticed that, The USB stick was recognized as SDB, and
> SDB1 got mounted to /media/sdb1 successfully, which is quite
> confusing. It was usbdisk mounted on /media/usb.
> On Sat, Oct 6, 2018 at 7:54 PM Natanael Copa <ncopa@alpinelinux.org> wrote:
> >
> > On Sat, 6 Oct 2018 13:46:29 +0800
> > Magicloud Magiclouds <magicloud.magiclouds@gmail.com> wrote:
> >
> > > Hi,
> > > I am running an Alpinelinux in ramdisk + USB storage way. It worked
> > > fine until I rebooted. I am sure I did not update the initfs. But now
> > > I got "nlplug-findfs: exit due to timeout". Rebooting did not fix
> > > this.
> > >
> > > Where should I check?
> > >
> >
> > The message means that kernel did not find the USB stick within time.
> > Possible reasons is that USB host controller is too slow to initialize,
> > that driver to USB storage (or USB host controller) is missing in
> > initramfs or that the USB storage is broken.
> >
> > You can try add a boot option `usbdelay=10` to give it more time. If
> > that does not help, then verify that drivers for USB controller is
> > included in initramfs image and that the USB storage is not defect.
> >
> > -nc
>
>
>
> --
> 竹密岂妨流水过
> 山高哪阻野云飞
>
> And for G+, please use magiclouds#gmail.com.



-- 
竹密岂妨流水过
山高哪阻野云飞

And for G+, please use magiclouds#gmail.com.


---
Unsubscribe:  alpine-user+unsubscribe@lists.alpinelinux.org
Help:         alpine-user+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)