Cobbler/koan missing file problem.
I have a cobbler server (Cobbler 2.3.1) running on a Fedora16 box.
This cobbler server has an rsync mirror of Centos-6.0(x86_64)
When I do an install using koan I get this error in anaconda:
IOError: [Errno 2] No such file or directory: '/mnt/sysimage/var/cache/yum/anaconda-CentOS-201107091641.x86_64/15e391ebee579435eae835cd0aefff94a74e7773-primary.sqlite.gz'
I jumped into the shell on the installing guest and found these files in /var/cache/yum/
-bash-4.1# ls -R /mnt/sysimage/var/cache/yum/
/mnt/sysimage/var/cache/yum/:
anaconda-CentOS-201107091641.x86_64 source-1
/mnt/sysimage/var/cache/yum/anaconda-CentOS-201107091641.x86_64:
8fa85f9f49e38a8607566f402f7b1cce63427661-2a7e0c1da38a40e2961c0cec6acca8b8446d974b1fc055216ebde88bb4a19eb9-c6-x86_64-comps.xml
cachecookie
packages
repomd.xml
/mnt/sysimage/var/cache/yum/anaconda-CentOS-201107091641.x86_64/packages:
/mnt/sysimage/var/cache/yum/source-1:
15e391ebee579435eae835cd0aefff94a74e7773-primary.sqlite.gz
8fa85f9f49e38a8607566f402f7b1cce63427661-2a7e0c1da38a40e2961c0cec6acca8b8446d974b1fc055216ebde88bb4a19eb9-c6-x86_64-comps.xml
cachecookie
packages
repomd.xml
/mnt/sysimage/var/cache/yum/source-1/packages:
When I run the same koan command against a Centos6 based cobbler server(Cobbler 2.3.1) the install finishes without issue.
The only differences between cobbler servers are the following:
- Centos6.0 running the working cobbler server
- Centos6 repo imported via iso image loopback mounted on working server
- Centos6 repo imported via rsync mirror on non-working server
Any ideas?