PDA

View Full Version : w32codecs apt-get prob!



jrsoit
Dec 19th 2005, 09:19 PM
hey all,

for the second time today another apt-get question from me.

this time i added to my sources.list

deb ftp://ftp.nerim.net/debian-marillat/ etch main

so that i could retrive the w32codecs for kaffeine or mplayer
still cant even find myplayer to download yet, but ill deal with that later
anyway after i add to my sources I run apt-get update and this is what i get at the end of my shell script.

Hit http://kubuntu.org breezy Release
Hit http://kubuntu.org breezy/main Packages
Err ftp://ftp.nerim.net etch Release.gpg
Cannot initiate the connection to ftp.nerim.net:21 (2001:7a8:1:5::14). - connect (101 Network is unreachable) [IP: 2001:7a8:1:5::14 21]
Ign ftp://ftp.nerim.net etch Release
Ign ftp://ftp.nerim.net etch/main Packages
Err ftp://ftp.nerim.net etch/main Packages
Cannot initiate the connection to ftp.nerim.net:21 (2001:7a8:1:5::14). - connect (101 Network is unreachable) [IP: 2001:7a8:1:5::14 21]
Fetched 5B in 8m5s (0B/s)
Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/etch/Release.gpg Cannot initiate the connection to ftp.nerim.net:21 (2001:7a8:1:5::14). - connect (101 Network is unreachable) [IP: 2001:7a8:1:5::14 21]
Failed to fetch ftp://ftp.nerim.net/debian-marillat/dists/etch/main/binary-i386/Packages.gz Cannot initiate the connection to ftp.nerim.net:21 (2001:7a8:1:5::14). - connect (101 Network is unreachable) [IP: 2001:7a8:1:5::14 21]
Reading package lists... Done
W: Couldn't stat source package list ftp://ftp.nerim.net etch/main Packages (/var/lib/apt/lists/ftp.nerim.net_debian-marillat_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list ftp://ftp.nerim.net etch/main Packages (/var/lib/apt/lists/ftp.nerim.net_debian-marillat_dists_etch_main_binary-i386_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.

seems to me as if deb ftp://ftp.nerim.net/debian-marillat/ etch main dosent even exist, can anyone help a n00b!

incinerator
Dec 19th 2005, 09:59 PM
Don't use marillat, use plf (http://wiki.ubuntu-fr.org/doc/plf).

jrsoit
Dec 19th 2005, 10:25 PM
I did a search and found some plf repos, like the freecontrib.org ones, then when I apt-get install w32codecs it says does not exist or can not find them.

kubicle
Dec 19th 2005, 10:39 PM
Did you do a 'apt-get update' to refresh the package lists (to include the repos you added)?

jrsoit
Dec 19th 2005, 11:06 PM
yes i did, and even went into adept to make sure they were active, but nothing, nada zip, even tried just to see apt-get install kmplayer, xmms and a couple others, nothing, i am not on my comp right now, but in a bit i will post my sources.list since i know that info might help, please be patient with me. thanks for all the help so far.

Nirvana
Dec 22nd 2005, 02:32 AM
Does that computer connect to the internet? Because it doesn't look like it does:

Cannot initiate the connection to ftp.nerim.net:21 (2001:7a8:1:5::14). - connect (101 Network is unreachable) [IP: 2001:7a8:1:5::14 21]

jrsoit
Dec 22nd 2005, 03:15 AM
yeah but i am on a buisness restricted firewall when i am at work, and it filters bad sites, so that could be it.

aysiu
Dec 22nd 2005, 04:54 AM
Why not just download the .deb to your desktop?
ftp://ftp.nerim.net/debian-marillat/pool/main/w/w32codecs/w32codecs_20050412-0.0_i386.deb

Then, open up a Konsole terminal and
cd Desktop
sudo dpkg -i w32codecs_20050412-0.0_i386.deb

jrsoit
Dec 23rd 2005, 04:00 AM
I was told not to use that repos, milliant, not sure why though, but I might give it a try, thanks!