On Tue, 2002-04-09 at 23:41, Michael Blandford wrote: > However, if I try: > > http://server/ks.cgi > > It bombs out. > > I get an error in the readkickstart function key error a67 > > Has anyone seen this before? Also, should I print out a content type, > etc if I do this? There's a bug (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=56790) related to the fact that we claim to do HTTP/1.1 but don't really implement it (the change was to make some IIS servers happy). So, the cgi gets sent chunked and anaconda doesn't properly understand chunked HTTP responses. It should work, though, if you can fake apache into not sending it chunked by providing a content-length header for the file. Also, we reverted back to HTTP/1.0 in the loader for the next release. Cheers, Jeremy