Activity log for bug #1070190

Date Who What changed Old value New value Message
2012-10-23 06:16:41 Shang Wu bug added bug
2012-10-23 06:18:52 Shang Wu description Issue: A fresh installed maas with latest updates will not have maas-enlist shows up on the maas menu. Steps to reproduce: 1. Fresh install maas with latest update to 12.04.1 2. Install the necessary packages: $ sudo apt-get install maas $ sudo apt-get install maas-dhcp $ sudo maas-import-isos 3. Reboot 4. Check the maas menu by running the command: $ sudo cobbler profile list 5. It only shows: profiles: maas-precise-i386 maas-precise-i386-commissioning maas-precise-x86_64 maas-precise-x86_64-commissioning precise-i386 precise-i386-auto precise-x86_64 precise-x86_64-auto Root Cause: After enabling the -x in the maas-import-isos, it gives the error below: + PARENT_PROFILE=quantal-i386 + grep -qs maas-enlist + cobbler profile list + cobbler profile add --name=maas-enlist --parent=quantal-i386 --kopts=priority=critical locale=en_US netcfg/choose_interface=auto log_host=10.232.36.101 log_port=514 --kickstart=/var/lib/cobbler/kickstarts/maas-enlist.preseed profile quantal-i386 not found, inheritance not possible + grep -qs default + cobbler system list + cobbler system add --name=default --profile=maas-enlist invalid profile name: maas-enlist + cobbler sync Workaround: Open the file /usr/sbin/maas-import-isos with your favourite editor, at line 106, Where it says STABLE=$(distro-info --stable), change it to "precise" add_enlist_profile(){ STABLE=precise DEVEL=$(distro-info --devel) Run the command again, then the issue is resolved. Issue: A fresh installed maas with latest updates will not have maas-enlist shows up on the maas menu. Steps to reproduce: 1. Fresh install maas with latest update to 12.04.1 2. Install the necessary packages: $ sudo apt-get install maas $ sudo apt-get install maas-dhcp $ sudo maas-import-isos 3. Reboot 4. Check the maas menu by running the command: $ sudo cobbler profile list 5. It only shows: profiles:    maas-precise-i386    maas-precise-i386-commissioning    maas-precise-x86_64    maas-precise-x86_64-commissioning    precise-i386    precise-i386-auto    precise-x86_64    precise-x86_64-auto Root Cause: After enabling the -x in the maas-import-isos, it gives the error below: + PARENT_PROFILE=quantal-i386 + grep -qs maas-enlist + cobbler profile list + cobbler profile add --name=maas-enlist --parent=quantal-i386 --kopts=priority=critical locale=en_US netcfg/choose_interface=auto log_host=10.232.36.101 log_port=514 --kickstart=/var/lib/cobbler/kickstarts/maas-enlist.preseed profile quantal-i386 not found, inheritance not possible + grep -qs default + cobbler system list + cobbler system add --name=default --profile=maas-enlist invalid profile name: maas-enlist + cobbler sync Workaround: Open the file /usr/sbin/maas-import-isos with your favourite editor, at line 106, Where it says STABLE=$(distro-info --stable), change it to "precise" add_enlist_profile(){         STABLE=precise         DEVEL=$(distro-info --devel) Run the command again, then the issue is resolved. P.S. Credit to Dann Frazier's help to solve this issue.
2012-10-23 06:19:26 Shang Wu bug added subscriber dann frazier
2012-10-24 16:13:01 Robie Basak maas (Ubuntu): importance Undecided Critical
2012-10-24 16:24:05 Jonathan Davies bug added subscriber Canonical Support
2012-10-24 16:24:34 Launchpad Janitor maas (Ubuntu): status New Confirmed
2012-10-24 16:37:06 Andres Rodriguez maas (Ubuntu): assignee Andres Rodriguez (andreserl)
2012-10-29 15:10:52 Lei Wang bug added subscriber Ray Wang
2012-12-05 12:07:26 Nobuto Murata bug added subscriber Nobuto MURATA
2013-10-11 16:27:17 Andres Rodriguez maas (Ubuntu): status Confirmed Won't Fix