On Fri, 29 Mar 2002, OGD wrote: > After this, lots and lots of garbage follows, which appears meaningless in > my eyes. I assume it's the actual file, which apt requested.
Probably, this can only happen if the header is terminated with something other than \n\n or \n\r\n\r. You are going to have to capture the raw data and see exactly what it is. strace -o /tmp/apt -ff -s 8000 apt-get .... Should provide the necessary information. Jason -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

