|
|
2007-02-02
, 12:17
|
|
Posts: 34 |
Thanked: 9 times |
Joined on Mar 2006
@ Wien
|
#2
|
|
|
2007-02-02
, 12:22
|
|
Posts: 14 |
Thanked: 0 times |
Joined on Jan 2007
|
#3
|
|
|
2007-02-02
, 12:38
|
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#4
|
| The Following User Says Thank You to penguinbait For This Useful Post: | ||
|
|
2007-02-05
, 08:25
|
|
Posts: 14 |
Thanked: 0 times |
Joined on Jan 2007
|
#6
|
|
|
2008-01-21
, 14:37
|
|
|
Posts: 197 |
Thanked: 87 times |
Joined on Apr 2007
@ USA
|
#7
|
|
|
2008-07-05
, 18:19
|
|
|
Posts: 716 |
Thanked: 236 times |
Joined on Dec 2007
|
#8
|
nameserver 208.67.222.222 nameserver 208.67.220.220
i have a debian with scratchbox installed. I have to recompile the kernel into the scratchbox in order to run an SCTP aplication. So i need to update the package list, but when i type:
[sbox- MAEMO_KERNEL: ~] > apt-get update
i obtain this:
Failed to fetch http://catalogue.tableteer.nokia.com...rm/Packages.gz 404 Not Found [IP: 212.170.238.81 80]
Failed to fetch http://repository.maemo.org/contrib/...rm/Packages.gz 404 Not Found [IP: 212.170.238.10 80]
Failed to fetch http://repository.maemo.org/contrib/...rm/Packages.gz 404 Not Found [IP: 212.170.238.10 80]
Reading Package Lists... Done
W: Couldn't stat source package list http://catalogue.tableteer.nokia.com mistral/user Packages (/var/lib/apt/lists/catalogue.tableteer.nokia.com_certified_dists_mist ral_user_binary-arm_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://repository.maemo.org mistral/free Packages (/var/lib/apt/lists/repository.maemo.org_contrib_dists_mistral_free_bi nary-arm_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://repository.maemo.org mistral/non-free Packages (/var/lib/apt/lists/repository.maemo.org_contrib_dists_mistral_non-free_binary-arm_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
My /etc/apt/sources.list is like that:
#maemo:essential
deb http://catalogue.tableteer.nokia.com/certified/ mistral user
deb http://catalogue.tableteer.nokia.com/non-certified/ mistral user
deb http://repository.maemo.org/contrib/ mistral free non-free
deb-src http://repository.maemo.org/contrib/ mistral free non-free
deb http://repository.maemo.org/ mistral free non-free
deb-src http://repository.maemo.org/ mistral free non-free
network is working OK.
can you help me?
Thanks