I ran the tests again[1] with an updated packaging branch[2] which adds the syslinux-dev package as dependency but got another failure, this time a missing /usr/lib/syslinux/chain.c32 file. Looks like the path for that file changed on utopic's syslinux-common:
ubuntu@utopic:~$ dpkg -L syslinux-common|grep chain /usr/lib/syslinux/modules/bios/chain.c32 /usr/lib/syslinux/modules/efi64/chain.c32 /usr/lib/syslinux/modules/efi32/chain.c32 /usr/share/doc/syslinux-common/txt/chain.txt.gz So I think there are two bugs here, one is the missing dependency, so import_boot_images can find the pxelinux.0 file. Another one is the hardcoded /usr/lib/syslinux path in provisioningserver/boot/pxe.py which ends up pointing to the wrong place on utopic. [1] http://d-jenkins.ubuntu-ci:8080/view/MAAS/job/utopic-adt-maas-manual/30/artifact/results/artifacts/maas-logs/var/log/maas/celery.log [2] lp:~matsubara/maas/syslinux-dev-dep-utopic ** Also affects: maas (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1328659 Title: import_boot_images task fails on utopic To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/1328659/+subscriptions -- Ubuntu-server-bugs mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
