[Bug 1864992] Re: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/lib/modules/5.4.0-14-generic/modules.builtin.bin'
Rafael David Tinoco
rafaeldtinoco at ubuntu.com
Wed Mar 11 13:04:26 UTC 2020
Kmod source shows:
idx = index_file_open(fn);
if (idx == NULL) {
DBG(ctx, "could not open builtin file '%s'\n", fn);
return NULL;
}
and this is continuously called.
I'll check if DBG should be enabled in our case OR we should patch
upstream.
** Changed in: subiquity
Status: New => Invalid
** Changed in: kmod (Ubuntu)
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1864992
Title:
depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could
not open builtin file
'/lib/modules/5.4.0-14-generic/modules.builtin.bin'
To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1864992/+subscriptions
More information about the Ubuntu-server-bugs
mailing list