[et-mgmt-tools] CentOS 4 Cobbler Server Hosting CentOS 5 Repository

Demetri Mouratis dmourati at gmail.com
Mon Jun 2 17:58:22 UTC 2008


On Fri, May 30, 2008 at 4:11 PM, Stephen John Smoogen <smooge at gmail.com> wrote:

> Ok this sounds more like the kickstart you are using is not pointing
> to the correct repo.
> If you loaded centos in via a profile.. you should be able to look at it like:
>
> cobbler profile report --name=centos-5.1-server-i386
>
> or some such thing.. the default kickstart is then:
>
> # cobbler profile report --name=rhel-5.1-server-i386

This looks okay to me:

[root at lncbuild repodata]# cobbler profile report --name centos5servers
profile         : centos5servers
distro          : centos5-i386
kickstart       : /var/www/html/kickstart/cfgs/ks-centos-5.cfg
kernel options  : {}
ks metadata     : {}
virt file size  : 5
virt ram        : 512
virt type       : auto
virt path       :
virt bridge     : xenbr0
virt cpus       : 1
repos           : []
dhcp tag        : default
server          : <<inherit>>

[root at lncbuild repodata]# cat /var/www/html/kickstart/cfgs/ks-centos-5.cfg
# Kickstart file generated by Demetri

install
url --url http://lncbuild.lnc.rnmd.net/cobbler/repo_mirror/centos5-i386/
.
.
.

And the distro:

[root at lncbuild repodata]# cobbler distro report --name centos5-i386
distro          : centos5-i386
kernel          :
/var/www/cobbler/repo_mirror/centos5-i386/images/pxeboot/vmlinuz
initrd          :
/var/www/cobbler/repo_mirror/centos5-i386/images/pxeboot/initrd.img
kernel options  : {}
architecture    : x86
ks metadata     : {}
breed           : redhat

The last few lines of the httpd show anaconda pulling files just
generated by createrepo (post-rsync).

[root at lncbuild repodata]# tail -f /var/log/httpd/access_log
91.102.40.136 - - [02/Jun/2008:17:48:59 +0000] "GET
/cblr/kickstarts_sys/test1/ks.cfg HTTP/1.0" 200 1706 "-"
"anaconda/11.1.2.87"
91.102.40.136 - - [02/Jun/2008:17:49:05 +0000] "GET
/cobbler/repo_mirror/centos5-i386//images/updates.img HTTP/1.0" 404
337 "-" "anaconda/11.1.2.87"
91.102.40.136 - - [02/Jun/2008:17:49:05 +0000] "GET
/cobbler/repo_mirror/centos5-i386//disc1/images/updates.img HTTP/1.0"
404 343 "-" "anaconda/11.1.2.87"
91.102.40.136 - - [02/Jun/2008:17:49:05 +0000] "GET
/cobbler/repo_mirror/centos5-i386//images/product.img HTTP/1.0" 404
337 "-" "anaconda/11.1.2.87"
91.102.40.136 - - [02/Jun/2008:17:49:05 +0000] "GET
/cobbler/repo_mirror/centos5-i386//disc1/images/product.img HTTP/1.0"
404 343 "-" "anaconda/11.1.2.87"
91.102.40.136 - - [02/Jun/2008:17:49:05 +0000] "GET
/cobbler/repo_mirror/centos5-i386//images/minstg2.img HTTP/1.0" 200
36532224 "-" "anaconda/11.1.2.87"
91.102.40.136 - - [02/Jun/2008:17:49:16 +0000] "GET
/cobbler/repo_mirror/centos5-i386///disc1/.discinfo HTTP/1.1" 404 335
"-" "urlgrabber/3.1.0"
91.102.40.136 - - [02/Jun/2008:17:49:17 +0000] "GET
/cobbler/repo_mirror/centos5-i386/repodata/repomd.xml HTTP/1.1" 200
951 "-" "urlgrabber/3.1.0"
91.102.40.136 - - [02/Jun/2008:17:49:17 +0000] "GET
/cobbler/repo_mirror/centos5-i386/repodata/primary.xml.gz HTTP/1.1"
200 841147 "-" "urlgrabber/3.1.0"




More information about the et-mgmt-tools mailing list