Shad,
----- "Shad L. Lords" slords@lordsfam.net wrote:
I'd guess that your basic os tree you created isn't in the same format as the mirrors then. I'm running it against the non-dvd mirror that I have and my results are below.
I don't know how it isn't in the "same format". I mount the i386 DVD iso to os/i386/ and the x86_64 DVD iso to os/x86_64/. I've been using those directories for my [base] repositories and they work fine from yum to install packages and package groups.
Look for yourself here:
http://img.cs.montana.edu/linux/centos/5/os/i386/
and
http://img.cs.montana.edu/linux/centos/5/os/x86_64/
Those map out to /var/www/html/linux/centos/5/os/{arch} on the filesystem and I run your jigdo script from /var/www/html/linux/centos/5/os/. Is that correct?
As you can see, my .template files are about 2/3rds the size of the
.iso they are for. What's up with that?
No idea what is up with yours but here is mine after running the command:
[root@server i386]# pwd /mirrors/centos/5.3/isos/i386 [root@server i386]# ls -lha total 3.8G drwxr-sr-x 2 root 4.0K May 7 11:25 . drwxr-sr-x 4 root 4.0K Mar 18 03:58 .. -rw-r--r-- 2 root 624M Mar 21 10:17 CentOS-5.3-i386-bin-1of6.iso -rw-r--r-- 1 root 34K May 7 11:32 CentOS-5.3-i386-bin-1of6.jigdo -rw-r--r-- 1 root 15M May 7 11:32 CentOS-5.3-i386-bin-1of6.template
[...]
I'm glad to see yours are coming out correctly. I wonder what I'm doing wrong?
TYL,