> no friend, the error continues, i try this:
> linex-inWpyZ:/etc/apt# cat apt.conf
>
> APT
> {
> APT::Cache-Limit "100000000";
> CDROM
> {
> NoMount "True";
> };
> };
>
hmm, not sure about it, but maybe APT::Cache-Limit inside APT{} is redundant
and not understood by apt. Try either APT { Cache-Limit ... } or
APT::Cache-Limit outside of the braces.
--
Cédric Lucantis