On Mon, Mar 11, 2013 at 7:23 AM, Bret Wortman <[email protected]>wrote:
> In fact, here's what /var/www/cobbler/ks_mirror/F18-i386 looks like when > it bails out: > > # cd /var/www/cobbler/ks_mirror/F18-i386 > # du -sh * > 114M images > 57M isolinux > 213M LiveOS > 4.0G Packages > 15M repodata > 924K repoview > # tail /var/log/cobbler/cobbler.log > : > Mon Mar 11 08:19:24 2013 - DEBUG | received on stderr: > Mon Mar 11 08:19:24 2013 - INFO | running import manager: import/redhat > Mon Mar 11 08:19:24 2013 - INFO | an exception occurred while running the > import manager > Mon Mar 11 08:19:24 2013 - INFO | error was: [Errno 9] Bad file descriptor > Mon Mar 11 08:19:24 2013 - INFO | No import managers found a valid > signature at the location specified > > What version of cobbler are you running? It looks like you're running 2.2.3, which does not have support for fedora 18 in it. My recommendation is to upgrade to the latest beta version (2.4.0) if possible and use this command: cobbler import \ --name=fedora-18-remote \ --path=rsync:// mirrors.kernel.org/mirrors/fedora/releases/18/Fedora/x86_64/os/ \ --available-as= http://mirrors.kernel.org/fedora/releases/18/Fedora/x86_64/os/ Or use any fedora mirror you'd like. If you can't upgrade, you're going to have to manually add the distro and profiles.
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
