Tried various things and the only thing that seems to work is to remove all but repo --name=source-1 --baseurl=http://10.137.31.1/cblr/links/SL-6.3-x86_64 repo --name=scientific6.3 --baseurl=http://10.137.31.1/cobbler/repo_mirror/scientific6.
from the repo list, but that leaves an invalid cobbler-config.conf seeing that the other repos required for updates etc is missing. On Tuesday, 23 April, 2013 10:32 EDT, "Ronald J. Yacketta" <[email protected]> wrote: > Imported a SL 6.3 distro from a local DVD mount then proceed to use cobbler > to maintain local mirrors of SL-fastbugs, SL-security, SL, and epel 6. > Kickstart launches fine, loads all the repomd.xml files and process > dependencies but during install several packages die in %post with scriptlet > error 127 (reported by many others here > http://bugs.centos.org/view.php?id=4978). > > Anyone else seeing this? We would like to use cobbler to maintain local repo > mirrors, but ti seems like something is either broken in the repo mirror, > .repo file or maybe the repo entry in the ks generated file. > > top of our ks looks like: > > repo --name=scientific6.3-security > --baseurl=http://10.137.31.1/cobbler/repo_mirror/scientific6.3-security > repo --name=scientific6.3-fastbugs > --baseurl=http://10.137.31.1/cobbler/repo_mirror/scientific6.3-fastbugs > repo --name=scientific6.3 > --baseurl=http://10.137.31.1/cobbler/repo_mirror/scientific6.3 > repo --name=epel-6-x86_64 > --baseurl=http://10.137.31.1/cobbler/repo_mirror/epel-6-x86_64 > repo --name=source-1 --baseurl=http://10.137.31.1/cblr/links/SL-6.3-x86_64 > > generated repo file looks like > > wget "http://10.137.31.1/cblr/svc/op/yum/profile/SL-6.3-Puppet-x86_64" > --output-document=/etc/yum.repos.d/cobbler-config.repo > > [core-0] > name=core-0 > baseurl=http://10.137.31.1/cobbler/ks_mirror/SL-6.3-x86_64 > enabled=1 > gpgcheck=0 > priority=1 > > > [scientific6.3-security] > name=scientific6.3-security > baseurl=http://10.137.31.1/cobbler/repo_mirror/scientific6.3-security > enabled=1 > priority=99 > gpgcheck=0 > > > [scientific6.3-fastbugs] > name=scientific6.3-fastbugs > baseurl=http://10.137.31.1/cobbler/repo_mirror/scientific6.3-fastbugs > enabled=1 > priority=99 > gpgcheck=0 > > > [scientific6.3] > name=scientific6.3 > baseurl=http://10.137.31.1/cobbler/repo_mirror/scientific6.3 > enabled=1 > priority=99 > gpgcheck=0 > > > [epel-6-x86_64] > name=epel-6-x86_64 > baseurl=http://10.137.31.1/cobbler/repo_mirror/epel-6-x86_64 > enabled=1 > priority=99 > gpgcheck=0 > > > _______________________________________________ > cobbler mailing list > [email protected] > https://lists.fedorahosted.org/mailman/listinfo/cobbler _______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
