Harry Hoffman wrote: > Hi, > > Just installed a new cobbler-1.2.1 > > I have a dhcp.template and I run the following: > > [EMAIL PROTECTED] cobbler]# cobbler sync > > bootloaders > File "/usr/lib/python2.4/site-packages/cobbler/cobbler.py", line 77, > in main > rc = BootCLI().run(sys.argv) > > File "/usr/lib/python2.4/site-packages/cobbler/cobbler.py", line 57, > in run > return self.loader.run(args) > > File "/usr/lib/python2.4/site-packages/cobbler/commands.py", line > 113, in run > return fn.run() > > File "/usr/lib/python2.4/site-packages/cobbler/modules/cli_misc.py", > line 223, in run > return self.api.sync() > > File "/usr/lib/python2.4/site-packages/cobbler/api.py", line 381, in sync > return sync.run() > > File "/usr/lib/python2.4/site-packages/cobbler/action_sync.py", line > 101, in run > self.dhcp.write_dhcp_file() > > File > "/usr/lib/python2.4/site-packages/cobbler/modules/manage_isc.py", line > 157, in write_dhcp_file > elilo = os.path.basename(self.settings.bootloaders["ia64"]) > > File "/usr/lib/python2.4/site-packages/cobbler/settings.py", line > 149, in __getattr__ > raise AttributeError, name > > > Not sure what the problem is... any ideas? > > Cheers, > Harry > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
I will investigate this, though I'm suprised it did not come up earlier. Essentially in 1.1/1.2, we removed the need to have the bootloaders value in settings so that cobbler could work more automatically installed on other platforms. This is most definitely a bug. There aren't many users with IA64 systems left ... all the more reason to check out the test releases before we do the major ones. I should have a patch for this later today. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
