apt-get funktioniert nicht, sources.list? (war: APT!!!)

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Invad0r
Beiträge: 36
Registriert: 03.03.2004 13:40:23

Beitrag von Invad0r » 09.03.2004 10:32:23

Ja das funktioniert auch:

PING http://www.debianforum.de (217.160.221.197): 56 data bytes
64 bytes from 217.160.221.197: icmp_seq=0 ttl=56 time=67.1 ms
64 bytes from 217.160.221.197: icmp_seq=1 ttl=56 time=67.3 ms
64 bytes from 217.160.221.197: icmp_seq=2 ttl=56 time=67.9 ms
64 bytes from 217.160.221.197: icmp_seq=3 ttl=56 time=65.8 ms
64 bytes from 217.160.221.197: icmp_seq=4 ttl=56 time=66.1 ms

--- http://www.debianforum.de ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 65.8/66.8/67.9 ms

Invad0r
Beiträge: 36
Registriert: 03.03.2004 13:40:23

Beitrag von Invad0r » 09.03.2004 10:38:25

Also wenn ich echo $http_proxy eingebe gibt er http://webcache:3128/ auf meinem Bildschirm aus

Bei ftp_proxy sagt er das http://webcache:3128/

Benutzeravatar
chimaera
Beiträge: 3804
Registriert: 01.08.2002 01:31:18
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von chimaera » 09.03.2004 10:40:58

dann pinge 'mal einen server in der sources.list, evtl poste selbige auch 'mal (sofern nicht zu lang, ansonsten auszugsweise bzw. auf webspace legen und verlinken..)
[..] Linux is not a code base. Or a distro. Or a kernel. It's an attitude. And it's not about Open Source. It's about a bunch of people who still think vi is a good config UI. - Matt's reply on ESR's cups/ui rant

Benutzeravatar
spiffi
Beiträge: 1128
Registriert: 09.08.2003 19:02:27

Beitrag von spiffi » 09.03.2004 10:45:33

Aha, da haben wir den Übeltäter.

Code: Alles auswählen

unset http_proxy
unset ftp_proxy
danach apt-get noch mal probieren.
No language can express every thought unambiguously, least of all this one. -- D. R. Hofstadter

Invad0r
Beiträge: 36
Registriert: 03.03.2004 13:40:23

Beitrag von Invad0r » 09.03.2004 10:47:18

PING ftp.de.debian.org (141.76.2.4): 56 data bytes
64 bytes from 141.76.2.4: icmp_seq=0 ttl=53 time=62.4 ms
64 bytes from 141.76.2.4: icmp_seq=1 ttl=53 time=63.4 ms
64 bytes from 141.76.2.4: icmp_seq=2 ttl=53 time=61.2 ms
64 bytes from 141.76.2.4: icmp_seq=3 ttl=53 time=61.3 ms
64 bytes from 141.76.2.4: icmp_seq=4 ttl=53 time=61.4 ms
64 bytes from 141.76.2.4: icmp_seq=5 ttl=53 time=61.7 ms
64 bytes from 141.76.2.4: icmp_seq=6 ttl=53 time=62.3 ms

--- ftp.de.debian.org ping statistics ---
7 packets transmitted, 7 packets received, 0% packet loss
round-trip min/avg/max = 61.2/61.9/63.4 ms

^^Das klappt also schon

Soll ich die sources.list posten? ISt nicht zu lang:

deb cdrom:[Debian GNU/Linux 3.0 skole pr46 _Woody_ - Unofficial i386 Binary-1 (20040215)]/ unstable contrib local local/debian-installer main main/debian-installer non-US/contrib non-US/main non-US/non-free non-free

### Debian Woody (stable):
deb ftp://ftp.de.debian.org/debian woody main contrib non-free
deb ftp://ftp.de.debian.org/debian-non-US woody/non-US main contrib non-free
deb-src ftp://ftp.de.debian.org/debian woody main contrib non-free
deb-src ftp://ftp.de.debian.org/debian-non-US woody/non-US main contrib non-free


### Debian Sarge:
deb ftp://ftp.de.debian.org/debian sarge main contrib non-free
deb ftp://ftp.de.debian.org/debian-non-US sarge/non-US main contrib non-free
deb-src ftp://ftp.de.debian.org/debian sarge main contrib non-free
deb-src ftp://ftp.de.debian.org/debian-non-US sarge/non-US main contrib non-free


### Debian Sid:
#deb ftp://ftp.de.debian.org/debian sid main contrib non-free
#deb ftp://ftp.de.debian.org/debian-non-US sid/non-US main contrib non-free
#deb-src ftp://ftp.de.debian.org/debian sid main contrib non-free
#deb-src ftp://ftp.de.debian.org/debian-non-US sid/non-US main contrib non-free


### Secuity Updates:
deb http://security.debian.org/ stable/updates main contrib non-free


### Java 1.3
deb ftp://ftp.informatik.hu-berlin.de/pub/Java/Linux/debian woody non-free


### Eigenes Verzeichnis
deb file:/verzeichnis/ ./

Benutzeravatar
suntsu
Beiträge: 2947
Registriert: 03.05.2002 10:45:12
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: schweiz
Kontaktdaten:

Beitrag von suntsu » 09.03.2004 11:01:40

Ist das absicht das du woody und sarge auskommentiert hast?

Den Teil mit cdrom kannst du löschen. Auch den Teil mit Sid, und die unterste Zeile mit "Eigenes Verzeichniss" brauchst du nicht.

edit:
Und Security brauchst du nur wenn du woody hast.

Benutzeravatar
chimaera
Beiträge: 3804
Registriert: 01.08.2002 01:31:18
Lizenz eigener Beiträge: MIT Lizenz

Beitrag von chimaera » 09.03.2004 11:04:24

suntsu hat geschrieben:Ist das absicht das du woody und sarge auskommentiert hast?
wie meinen?
[..] Linux is not a code base. Or a distro. Or a kernel. It's an attitude. And it's not about Open Source. It's about a bunch of people who still think vi is a good config UI. - Matt's reply on ESR's cups/ui rant

Benutzeravatar
suntsu
Beiträge: 2947
Registriert: 03.05.2002 10:45:12
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: schweiz
Kontaktdaten:

Beitrag von suntsu » 09.03.2004 11:09:22

hm...
Ich bin jetzt ein bisschen unsicher... ;)
Aber funktioniert das wenn du in deiner Source.list einen woody-teil und einen sarge teil hast?
Welche updates werden dann eingespielt?

gruss
manuel

Invad0r
Beiträge: 36
Registriert: 03.03.2004 13:40:23

Beitrag von Invad0r » 09.03.2004 11:10:38

^^Danke :)

Trotzdem hat er irgendwie noch Probleme. Wenn ich jetzt atp-get update eingebe sagt er:

Err file: ./ Packages
File not found
Ign file: ./ Release
Hit http://security.debian.org stable/updates/main Packages
Hit http://security.debian.org stable/updates/main Release
Hit http://security.debian.org stable/updates/contrib Packages
Hit http://security.debian.org stable/updates/contrib Release
Hit http://security.debian.org stable/updates/non-free Packages
Hit http://security.debian.org stable/updates/non-free Release
Hit ftp://ftp.de.debian.org woody/main Packages
......................
......................
...................... usw

Failed to fetch file:/verzeichnis/.packages File not found
E: Dynamic MMap ran out of room
E: Error occured while processing usermin-forward (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/ftp.de.debian.org_debian_dists_sarge_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.

Wenn ich jetzt apt-get install xlibmesa3 eingeben, sagt er:
E: Dynamic MMap ran out of room
E: Error occured while processing usermin-forward (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/ftp.de.debian.org_debian_dists_sarge_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened

Ich hoffe ihr habt noch weitere Tipps :) Ich würd mich freuen. Soo, ich muss jetzt aber in die Schule. Bis später dann...

gruss marius

Invad0r
Beiträge: 36
Registriert: 03.03.2004 13:40:23

Beitrag von Invad0r » 09.03.2004 11:16:37

Hey :) Es hat jetzt funktioniert, nachdem ich das alles gemacht hab !!!

Danke@all

gruss marius

Benutzeravatar
tig
Beiträge: 113
Registriert: 09.03.2004 18:52:52

Beitrag von tig » 09.03.2004 18:54:50

Hallo erstmal :D
suntsu hat geschrieben:edit:
Und Security brauchst du nur wenn du woody hast.
was gibts dann für z.b. sid?

matze-peng
Beiträge: 242
Registriert: 03.01.2004 19:22:59
Wohnort: Dresden
Kontaktdaten:

Beitrag von matze-peng » 09.03.2004 19:06:58

security-updates gibts nur fuer den aktuellen stable-release. die anderen beiden (und experimentell natuerlich auch) befinden sich ja noch in der entwicklung und werden deswegen sowieso regelmaessig geupdatet.
bei stable kommen ja keine neuen versionen von den angebotenen programmen mehr rein. daher werden spaet erkannte sicherheitsluecken mit den securityupdates geschlossen.
- Ein weiser Mann widerspricht seiner Frau nicht. Er wartet bis sie es selbst tut. -

Antworten