On Sat, 10 Feb 2001, Eric G . Miller wrote: > On Sat, Feb 10, 2001 at 08:32:57PM -0600, Mike McNally wrote: > > The full error is: > > Could not create a socket - socket (93 Protocol not supported) > > No idea what protocol 93 is (it's not listed in /etc/protocols). FTP > should use the tcp protocol (6).
'93' is the errno for 'Protocol not supported'. IIRC this is due to a bug in libc6, and I thought it was fixed months ago. If you grab APT 4 from http://people.debian.org/~jgg/apt I think I put a work around in it.. Jason