Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occasional modprobe failure during boot #61

Closed
dsheets opened this issue Apr 1, 2016 · 4 comments
Closed

Occasional modprobe failure during boot #61

dsheets opened this issue Apr 1, 2016 · 4 comments

Comments

@dsheets
Copy link
Contributor

dsheets commented Apr 1, 2016

I've seen this issue in the past and I'm not sure what could cause it. This time, it's reported by Daniel Dunbar in the Docker for Mac forum.

* Configuring host block device ...modprobe: FATAL: Module ext4 not found in directory /lib/modules/4.1.19
modprobe: FATAL: Module ext4 not found in directory /lib/modules/4.1.19
modprobe: FATAL: Module ext4 not found in directory /lib/modules/4.1.19
7  0% [                                           ]8[0KInitializing partitions on /dev/vda...
Creating file systems...
mke2fs 1.42.13 (17-May-2015)
 [ ok ]
@dsheets
Copy link
Contributor Author

dsheets commented Apr 1, 2016

the bugsnag logs

@justincormack
Copy link
Member

There are no modules in moby and ext4 is built in, but the script (from Alpine) tries to modprobe anyway and doesnt silence the output. Will try to get a fix in upstream. It always happens when it needs to format the block device and is harmless.

@justincormack
Copy link
Member

justincormack commented Apr 18, 2016

@justincormack
Copy link
Member

This was fixed by docker/engine#246

justincormack added a commit to justincormack/linuxkit that referenced this issue Jul 14, 2018
Validate output before doing the work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants