/marv
05.07.05, 10:03
Hi,
ich versuche grad inner Firma nen Debian Server zu integrieren.
Funzt bisher auch wunderbar. Also er ist per ping zu erreichen und von Debian aus sind gateway etc auch zu pingen.
So nun habe ich aber das Problem das ich kein "apt-get update" ausführen kann.
Ich habe den proxy jeweils durch "export http_proxy="http://ip:port"
/etc/apt/apt.conf:
// Options for the downloading routines
Acquire
{
Retries "0";
http
{
Proxy "http://ip:port";;
};
};
Acquire::http::Proxy "http://ip:port";;
/etc/apt.conf.d/custom:
Acquire::http::Proxy "http://ip:port";;
integriert.
Bekomme aber immer 2 Fehler:
1. gzip: stdin not in gzip format.
2. Er findet die Quellpakete nicht...
die sources.list sieht so aus:
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
Hab gerade keine Ahnung was ich noch machen soll...
Ich hoffe ihr könnt mir helfen.
Gruß marv
ich versuche grad inner Firma nen Debian Server zu integrieren.
Funzt bisher auch wunderbar. Also er ist per ping zu erreichen und von Debian aus sind gateway etc auch zu pingen.
So nun habe ich aber das Problem das ich kein "apt-get update" ausführen kann.
Ich habe den proxy jeweils durch "export http_proxy="http://ip:port"
/etc/apt/apt.conf:
// Options for the downloading routines
Acquire
{
Retries "0";
http
{
Proxy "http://ip:port";;
};
};
Acquire::http::Proxy "http://ip:port";;
/etc/apt.conf.d/custom:
Acquire::http::Proxy "http://ip:port";;
integriert.
Bekomme aber immer 2 Fehler:
1. gzip: stdin not in gzip format.
2. Er findet die Quellpakete nicht...
die sources.list sieht so aus:
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
Hab gerade keine Ahnung was ich noch machen soll...
Ich hoffe ihr könnt mir helfen.
Gruß marv