[EMAIL PROTECTED] wrote: > > Hi, > > I have been successfully using Cobbler to install Redhat 4.5 and 5.2 > using the following line in my kickstarts: > url --url=$tree > > I am now trying to use Cobbler and that same url line in the kickstart > to install Fedora9 but I am getting the following error: > Kickstart Error > Unknown Url method $tree
I suspect you did not use "cobbler import" to import your distribution, or if you did, the arguments sent to it were not correct. Import works with both rsync trees and DVD images, if you used a CD image or your own custom subset of a tree, this will not work. > > I have also tried using the following line (where 10.10.10.10 is > replaced with the valid IP for my Cobbler server) > url --url=http://10.10.10.10/redhat/cobbler/ks_mirror/FEDORA9 > This URL is obviously not correct, visit it and you will notice there is no content there. Try /cobbler/ks_mirror/FEDORA9/os (or whatever is the parent directory of that which contains the "images" subdirectory) Though note the root of the tree is not neccesarily what you want. > which is where the images directory is located but it errors too as > follows... > Unable to retrieve http://10.10.10.10/redhat/FEDORA9/images/stage2.img > > Could anyone please help me determine what is the correct URL line to > place in my kickstart for Cobbler to be able to install Fedora9? > Your help is much appreciated. > > Thanks, > Denise Agosti > Dana Holding Corporation > 419.482.2001 > > Thanks, > Denise Agosti > Dana Holding Corporation > 419.482.2001 > ------------------------------------------------------------------------ > > This e-mail, and any attachments, is intended solely for use by the > addressee(s) named above. It may contain the confidential or > proprietary information of Dana Holding Corporation, its subsidiaries, > affiliates or business partners. If you are not the intended recipient > of this e-mail or are an unauthorized recipient of the information, > you are hereby notified that any dissemination, distribution or > copying of this e-mail or any attachments, is strictly prohibited. If > you have received this e-mail in error, please immediately notify the > sender by reply e-mail and permanently delete the original and any > copies or printouts. > > Computer viruses can be transmitted via email. The recipient should > check this e-mail and any attachments for the presence of viruses. > Dana Holding Corporation accepts no liability for any damage caused by > any virus transmitted by this e-mail. > > English, Francais, Espanol, Deutsch, Italiano, Portugues: > http://www.dana.com/overview/EmailDisclaimer.shtm > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
