Henry Kemp wrote: > Michael DeHaan wrote: > >> Henry Kemp wrote: >> >> >>> Hello - I've been looking at the image functionality within cobbler and >>> I've been having difficulty getting the instructions on PXE booting into >>> memtest to work (https://fedorahosted.org/cobbler/wiki/MemTest). >>> >>> We're running the most recent version from the devel branch. >>> >>> # cobbler version >>> cobbler 1.3.4 >>> >>> build date : Mon Dec 15 10:59:32 2008 >>> git hash : b90eca66940d602093502a5084d81d01a4d81f4f >>> git date : Sat Dec 13 12:04:27 2008 -0500 >>> >>> [*snip*] >>> >>> >> Should be fixed now if you'd like to pull the devel branch from git. >> >> Otherwise, 1.4 is out this week. We can do fix-releases on 1.4 as we did >> with 1.2, should anything come up that we miss. >> >> Thanks! >> >> --Michael >> _______________________________________________ >> cobbler mailing list >> [email protected] >> https://fedorahosted.org/mailman/listinfo/cobbler >> >> > Excellent - my test box now boots into memtest fine - however the sync > has started complaining about something else (if I switch back to a > known profile it syncs ok)! > > # cobbler version > cobbler 1.3.4 > > build date : Tue Dec 16 09:51:15 2008 > git hash : 49e964ab8422aeab4811ca39fc4a03a01d63cfa6 > git date : Tue Dec 16 09:50:42 2008 +0000 > # cobbler system edit --name=build-test1 --image=memtest86 > # cobbler sync > > 'NoneType' object has no attribute 'to_datastruct' > 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 122, > in run > return fn.run() > > File "/usr/lib/python2.4/site-packages/cobbler/modules/cli_misc.py", > line 183, in run > return self.api.sync() > > File "/usr/lib/python2.4/site-packages/cobbler/api.py", line 512, 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 198, in write_dhcp_file > interface["distro"] = distro.to_datastruct() > > Rgds, > > Henry > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
It looks like the DHCP manager doesn't know about image records yet, more things on the list to test, I'll get it on it :) Thanks! --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
