Hi Michael
Whilst testing 1.1.0-2 I find "cobbler check" fails (falls over in a messy trace) because "bootloaders" is missing from /etc/cobbler/settings
I fixed this by adding the lines back in - but is this right?
Dave Hatton
Dave Hatton wrote:
Hi Michael
Whilst testing 1.1.0-2 I find "cobbler check" fails (falls over in a messy trace) because "bootloaders" is missing from /etc/cobbler/settings
I fixed this by adding the lines back in - but is this right?
Dave Hatton
cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler
There should be no references to this field anywhere. I'll look into it.
Michael DeHaan wrote:
Dave Hatton wrote:
Hi Michael
Whilst testing 1.1.0-2 I find "cobbler check" fails (falls over in a messy trace) because "bootloaders" is missing from /etc/cobbler/settings
I fixed this by adding the lines back in - but is this right?
Dave Hatton
cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler
There should be no references to this field anywhere. I'll look into it.
I found the same thing - pasting the bootloader lines back in fixed it.
Here's the backtrace:
<type 'exceptions.AttributeError'> bootloaders File "/usr/lib/python2.5/site-packages/cobbler/cobbler.py", line 70, in main rc = BootCLI().run(sys.argv) File "/usr/lib/python2.5/site-packages/cobbler/cobbler.py", line 49, in run return self.loader.run(args) File "/usr/lib/python2.5/site-packages/cobbler/commands.py", line 73, in run return fn.run() File "/usr/lib/python2.5/site-packages/cobbler/modules/cli_misc.py", line 53, in run status = self.api.check() File "/usr/lib/python2.5/site-packages/cobbler/api.py", line 349, in check return check.run() File "/usr/lib/python2.5/site-packages/cobbler/action_check.py", line 61, in run self.check_bootloaders(status) File "/usr/lib/python2.5/site-packages/cobbler/action_check.py", line 206, in check_bootloaders for loader in self.settings.bootloaders.keys(): File "/usr/lib/python2.5/site-packages/cobbler/settings.py", line 141, in __getattr__ raise AttributeError, name
Adam
Adam Huffman wrote:
Michael DeHaan wrote:
Dave Hatton wrote:
Hi Michael
Whilst testing 1.1.0-2 I find "cobbler check" fails (falls over in a messy trace) because "bootloaders" is missing from /etc/cobbler/settings
I fixed this by adding the lines back in - but is this right?
Dave Hatton
cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler
There should be no references to this field anywhere. I'll look into it.
I found the same thing - pasting the bootloader lines back in fixed it.
Here's the backtrace:
<type 'exceptions.AttributeError'> bootloaders File "/usr/lib/python2.5/site-packages/cobbler/cobbler.py", line 70, in main rc = BootCLI().run(sys.argv) File "/usr/lib/python2.5/site-packages/cobbler/cobbler.py", line 49, in run return self.loader.run(args) File "/usr/lib/python2.5/site-packages/cobbler/commands.py", line 73, in run return fn.run() File "/usr/lib/python2.5/site-packages/cobbler/modules/cli_misc.py", line 53, in run status = self.api.check() File "/usr/lib/python2.5/site-packages/cobbler/api.py", line 349, in check return check.run() File "/usr/lib/python2.5/site-packages/cobbler/action_check.py", line 61, in run self.check_bootloaders(status) File "/usr/lib/python2.5/site-packages/cobbler/action_check.py", line 206, in check_bootloaders for loader in self.settings.bootloaders.keys(): File "/usr/lib/python2.5/site-packages/cobbler/settings.py", line 141, in __getattr__ raise AttributeError, name
Adam _______________________________________________ cobbler mailing list cobbler@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler
Fixed this yesterday on devel -- basically "cobbler check" has no reason to look for this setting anymore, so now it does not.
--Michael
cobbler@lists.fedorahosted.org