Public bug reported:

as reported by pitti under bug 450463, the cloud-images have the following in 
/etc/modules:
  | # LP: #450463
  | acpiphp

That is written by http://bazaar.launchpad.net/~ubuntu-on-ec2/vmbuilder
/automated-ec2-builds/view/head:/vmbuilder-cloudimg-fixes

The result is that the systemd-modules-load.service fails to load, and
user sees messages like this on console (possibly other fallout).

| [[32m  OK  [0m] Started Nameserver information manager.
| resolvconf.service
| [    4.808918] systemd[1]: systemd-modules-load.service: main process exited, 
code=exited, status=1/FAILURE
| [[1;31mFAILED[[    4.810826] systemd[1]: Failed to start Load Kernel Modules.
| 0m] Failed to st[    4.811754] systemd[1]: Unit systemd-modules-load.service 
entered failed state.
| art Load Kernel [    4.812820] systemd[1]: systemd-modules-load.service 
failed.
| Modules.
| See "systemctl status systemd-modules-load.service" for details.

Ideally there would be a way to say "load this if it exists", or some other way 
that failed module loads could be marked as non-fatal.
That said, as Martin reports, the acpiphp module is no longer present in vivid 
(3.19.0-7-generic).

For reference:
utopic:
 $ find /lib/modules -iname "*acpi*" -type f
/lib/modules/3.16.0-31-generic/kernel/drivers/acpi/acpi_ipmi.ko
/lib/modules/3.16.0-31-generic/kernel/drivers/acpi/acpi_pad.ko
/lib/modules/3.16.0-31-generic/kernel/drivers/acpi/acpi_extlog.ko

trusty:
$ find /lib/modules -iname "*acpi*" -type f
/lib/modules/3.13.0-46-generic/kernel/drivers/acpi/acpi_pad.ko
/lib/modules/3.13.0-46-generic/kernel/drivers/acpi/acpi_ipmi.ko
/lib/modules/3.13.0-46-generic/kernel/drivers/acpi/acpi_extlog.ko

So we've been rid of acpiphp.ko since at least 14.04.

** Affects: ubuntu
     Importance: Medium
         Status: Confirmed


** Tags: cloud-images cloud-images-build

** Changed in: ubuntu
       Status: New => Confirmed

** Changed in: ubuntu
   Importance: Undecided => Medium

** Tags added: cloud-images cloud-images-build

** Description changed:

  as reported by pitti under bug 450463, the cloud-images have the following in 
/etc/modules:
-   | # LP: #450463
-   | acpiphp
+   | # LP: #450463
+   | acpiphp
  
  That is written by http://bazaar.launchpad.net/~ubuntu-on-ec2/vmbuilder
  /automated-ec2-builds/view/head:/vmbuilder-cloudimg-fixes
  
  The result is that the systemd-modules-load.service fails to load, and
  user sees messages like this on console (possibly other fallout).
- 
  
  | [[32m  OK  [0m] Started Nameserver information manager.
  | resolvconf.service
  | [    4.808918] systemd[1]: systemd-modules-load.service: main process 
exited, code=exited, status=1/FAILURE
  | [[1;31mFAILED[[    4.810826] systemd[1]: Failed to start Load Kernel 
Modules.
  | 0m] Failed to st[    4.811754] systemd[1]: Unit 
systemd-modules-load.service entered failed state.
  | art Load Kernel [    4.812820] systemd[1]: systemd-modules-load.service 
failed.
  | Modules.
  | See "systemctl status systemd-modules-load.service" for details.
  
  Ideally there would be a way to say "load this if it exists", or some other 
way that failed module loads could be marked as non-fatal.
  That said, as Martin reports, the acpiphp module is no longer present in 
vivid (3.19.0-7-generic).
  
  For reference:
  utopic:
-  $ find /lib/modules -iname "*acpi*" -type f
+  $ find /lib/modules -iname "*acpi*" -type f
  /lib/modules/3.16.0-31-generic/kernel/drivers/acpi/acpi_ipmi.ko
  /lib/modules/3.16.0-31-generic/kernel/drivers/acpi/acpi_pad.ko
  /lib/modules/3.16.0-31-generic/kernel/drivers/acpi/acpi_extlog.ko
  
+ trusty:
  $ find /lib/modules -iname "*acpi*" -type f
  /lib/modules/3.13.0-46-generic/kernel/drivers/acpi/acpi_pad.ko
  /lib/modules/3.13.0-46-generic/kernel/drivers/acpi/acpi_ipmi.ko
  /lib/modules/3.13.0-46-generic/kernel/drivers/acpi/acpi_extlog.ko
  
- 
  So we've been rid of acpiphp.ko since at least 14.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1430323

Title:
  cloud-images attempt load of acpiphp, causes failure of systemd-
  modules-load.service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1430323/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to