Hallo zusammen ...
Ich habe Probleme mit apt-get update ... leider bekomme ich keine Verbindung hin
So sieht meine sources.list aus:
deb http://ftp.linux.pt/pub/xbox/debian woody main
#deb http://freevo.sourceforge.net/debian unstable main
#deb http://xbox-linux.sourceforge.net/packa ... s/unstable ./
#deb-src http://xbox-linux.sourceforge.net/packa ... s/unstable ./
#deb http://localhost:9999/kde3 stable main
#deb-src http://localhost:9999/kde3 stable main
#deb http://localhost:9999/koffice/ ./
#deb-src http://localhost:9999/koffice/ ./
#deb http://localhost:9999/openoffice/ testing main contrib
#deb http://localhost:9999/mplayer/ stable main
#deb http://localhost:9999/main stable main non-free contrib
#deb-src http://localhost:9999/main stable main non-free contrib
#deb http://localhost:9999/non-US stable/non-US main non-free contrib
#deb-src http://localhost:9999/non-US stable/non-US main non-free contrib
#deb http://localhost:9999/xbox-debian woody main
#deb-src http://localhost:9999/xbox-debian woody main
#deb http://localhost:9999/security stable/updates main contrib non-free
#deb http://ftp.at.debian.org/debian/ stable main non-free contrib
#deb-src http://ftp.at.debian.org/debian/ stable main non-free contrib
#deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb http://security.debian.org/ stable/updates main contrib non-free
wenn ich nun mit dieser sources.list ein apt-get update machen will bekomme ich folgende shellausgabe:
root@xbox:/etc/apt# apt-get update
Err http://ftp.linux.pt woody/main Packages
Could not connect to ftp.linux.pt:80 (194.65.79.226), connection timed out
0% [Connecting to ftp.linux.pt (194.65.79.226)]
Ich benutze als Distri: Ed's Debian (eine angepasste Version für XBOXen)
Eine XBOX gemodded mit Xecuter 2 lite Chip.
Verbindung über Patch CAT 5 an meinen Router. (192.168.0.1)
Static IP : 192.168.0.6 (der xbox)
Netmask: 255.255.255.0
Gateway: 192.168.0.1
Komisch ist auch noch, dass ich einen Internet Server anpingen kann ... z.B. http://www.debianforum.de siehe :
root@xbox:/etc/apt# ping http://www.debianforum.de
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=66.6 ms
64 bytes from 217.160.221.197: icmp_seq=1 ttl=56 time=67.0 ms
...
aber keine Seiten mit lynx laden kann ...
Hier noch meine resolv.conf:
nameserver 192.168.0.1
nameserver 212.185.249.116
nameserver 194.25.2.129
hier mein ifconfig eth0 out:
ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:50:F2:8E:7D:D8
inet addr:192.168.0.6 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:1902 errors:0 dropped:0 overruns:0 frame:0
TX packets:1396 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:162010 (158.2 KiB) TX bytes:219114 (213.9 KiB)
Interrupt:4
mit allen anderen rechnern (imo zum test hängt nur noch 1 rechner und die xbox am router) habe ich internetzugriff ohne probleme... hab auch schon die firewall von router ausgeschaltet ...
kann mir jemand helfen ?? wo kann ich schauen, ob eine firewall auf der xbox läuft, die meine probleme verursacht ???
sry komme von Mandrake ... also totaler debian newbie.
Vielen Dank im Vorraus ...
Maic
probleme mit apt-get update :-(
- pdreker
- Beiträge: 8298
- Registriert: 29.07.2002 21:53:30
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Nürnberg
Stell erstmal einen anderen der Mirrors ein, um einfach auszuschliessen, dass http://ftp.linux.pt down ist. .pt ist Portugal, sicherlich nicht optimal von Deutschland aus...
Dann könntest Du 'mal versuchen ob ein "echo 0 > /proc/sys/net/ipv4/tcp_ecn" die Situation verbessert. Wenn ja trage folgende Zeile in /etc/sysctl.conf ein:
Patrick
Dann könntest Du 'mal versuchen ob ein "echo 0 > /proc/sys/net/ipv4/tcp_ecn" die Situation verbessert. Wenn ja trage folgende Zeile in /etc/sysctl.conf ein:
Code: Alles auswählen
net/ipv4/tcp_ecn=0
Definitely not a bot...
Jabber: pdreker@debianforum.de
Jabber: pdreker@debianforum.de
Jo super !!! seit ich "echo 0 > /proc/sys/net/ipv4/tcp_ecn" eingegeben hatte habe ich auf einmal eine Internetverbindung mit lynx und das apt-get update geht auch :
root@xbox:/etc/apt# apt-get update
Hit http://ftp.linux.pt woody/main Packages
Ign http://ftp.linux.pt woody/main Release
Reading Package Lists... Done
Building Dependency Tree... Done
wenn ich nun z.b. proftpd oder kde installieren will also so:
root@xbox:/etc/apt# apt-get install kde
Reading Package Lists... Done
Building Dependency Tree... Done
Package kde has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package kde has no installation candidate
oder hier proftpd:
root@xbox:/etc/apt# apt-get install proftpd
Reading Package Lists... Done
Building Dependency Tree... Done
Package proftpd has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package proftpd has no installation candidate
was kann das sein ? sind meine sources schlecht ?? welche benutzt du (ihr) ? und kann ich die ganz normalen sources von debian benutzen oder nur bestimmte, da es ja ne XBOX ist ??
vielen dank ...
maic
PS: habe /etc/sysctl.conf upgedated.
root@xbox:/etc/apt# apt-get update
Hit http://ftp.linux.pt woody/main Packages
Ign http://ftp.linux.pt woody/main Release
Reading Package Lists... Done
Building Dependency Tree... Done
wenn ich nun z.b. proftpd oder kde installieren will also so:
root@xbox:/etc/apt# apt-get install kde
Reading Package Lists... Done
Building Dependency Tree... Done
Package kde has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package kde has no installation candidate
oder hier proftpd:
root@xbox:/etc/apt# apt-get install proftpd
Reading Package Lists... Done
Building Dependency Tree... Done
Package proftpd has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
E: Package proftpd has no installation candidate
was kann das sein ? sind meine sources schlecht ?? welche benutzt du (ihr) ? und kann ich die ganz normalen sources von debian benutzen oder nur bestimmte, da es ja ne XBOX ist ??
vielen dank ...
maic
PS: habe /etc/sysctl.conf upgedated.
- pdreker
- Beiträge: 8298
- Registriert: 29.07.2002 21:53:30
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Nürnberg
Was sagt denn "apt-cache policy proftpd"?
Patrick
Patrick
Definitely not a bot...
Jabber: pdreker@debianforum.de
Jabber: pdreker@debianforum.de