You got me on the correct track. I re-ran the cobbler get-loaders command. I was missing the pxelinux.0 file. That re-loaded it, and all work without any errors.
Thanks for your Time, Tom Mackell -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of James Cammarata Sent: Friday, May 14, 2010 8:55 AM To: cobbler mailing list Subject: Re: Cobbler import fails On Fri, 14 May 2010 08:29:58 -0400, "Mackell, Thomas O" <[email protected]> wrote: > Running version cobbler-2.0.4-1.el5.noarch and > cobbler-web-2.0.4-1.el5.noarch on a Redhat 5.5 server. > Running an import of Fedora12.ppc. > I'm receiving the following at the end of the import. > > associating kickstarts > scanning /var/www/cobbler/ks_mirror/Fedora12/ppc/ppc64 for distro signature > scanning /var/www/cobbler/ks_mirror/Fedora12/ppc for distro signature > scanning /var/www/cobbler/ks_mirror/Fedora12 for distro signature > found content (breed=redhat) at /v > scanning /var/www/cobbler/ks_mirror/Fedora12/ppc/ppc32 for distro signature > scanning /var/www/cobbler/ks_mirror/Fedora12/ppc for distro signature > scanning /var/www/cobbler/ks_mirror/Fedora12 for distro signature > found content (breed=redhat) at /v > Exception occured: cobbler.cexceptions.CX > Exception value: 'Could not find files matching > /usr/lib/syslinux/pxelinux.0' > Exception Info: > File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 95, in > run > rc = self._run(self) > File "/usr/lib/python2.4/site-packages/cobbler/remote.py", line 224, in > runner > self.logger > File "/usr/lib/python2.4/site-packages/cobbler/api.py", line 657, in > import_tree > return importer.run() > File "/usr/lib/python2.4/site-packages/cobbler/action_import.py", line > 230, in run > self.api.pxegen.copy_bootloaders() > File "/usr/lib/python2.4/site-packages/cobbler/pxegen.py", line 93, in > copy_bootloaders > utils.copyfile_pattern('/usr/lib/syslinux/pxelinux.0', dst, > api=self.api, logger=self.logger) > File "/usr/lib/python2.4/site-packages/cobbler/utils.py", line 1106, in > copyfile_pattern > raise CX(_("Could not find files matching %s") % pattern) > > !!! TASK FAILED !!! > > Is it really a bad import? Any ideas? > > Thomas Mackell It is complaining about not being able to find the correct pxelinux.0 image. Are you sure you have syslinux installed? Verify that /usr/lib/syslinux/pxelinux.0 is present. This could have something to do with it looking for a ppc syslinux, but I don't have any experience with ppc to verify that's what's going on. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
