LinuxMCE Forums

General => Installation issues => Topic started by: unsolicited on April 07, 2009, 08:10:12 am

Title: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: unsolicited on April 07, 2009, 08:10:12 am
New install from DVD.

apt-get update returns 'Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz  404 Not Found' (among lots of other things).

Is there a problem with this sources.list entry?
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: colinjones on April 07, 2009, 08:47:47 am
You should not be using apt-get update, and generally be Very careful around apt-get on LMCE 0710. The GUI version (Adept, etc) were disabled for a reason. There are lots of critical dependencies on the specific release versions of various LMCE modules/packages, updating them will irreparably damage your system. Please don't go hacking around until you understand the consequences of some of these steps! There really should be any need to do an update....
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: unsolicited on April 07, 2009, 09:34:45 am
You should not be using apt-get update, and generally be Very careful around apt-get on LinuxMCE 0710. The GUI version (Adept, etc) were disabled for a reason. There are lots of critical dependencies on the specific release versions of various LinuxMCE modules/packages, updating them will irreparably damage your system. Please don't go hacking around until you understand the consequences of some of these steps! There really should be any need to do an update....

I don't quite get that. This is standard (Kubuntu, etc.) maintenance.
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: totallymaxed on April 07, 2009, 12:17:53 pm
You should not be using apt-get update, and generally be Very careful around apt-get on LinuxMCE 0710. The GUI version (Adept, etc) were disabled for a reason. There are lots of critical dependencies on the specific release versions of various LinuxMCE modules/packages, updating them will irreparably damage your system. Please don't go hacking around until you understand the consequences of some of these steps! There really should be any need to do an update....

I don't quite get that. This is standard (Kubuntu, etc.) maintenance.

Your right of course... but LinuxMCE-0710 is a complex beast and can easily get broken by standard Kubuntu system updates carried out via the system update daemon... so they have been disabled. It is safe to use apt-get update and apt-get install "package name". You should avoid adding back any of the standard Kubuntu repos in the sources.list though as you could over ride packages and then cause breakages. Adding repos for other specific software like 'SqueezeCenter' is fine though as they just pull in the specific package they install.

All the best

Andrew
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: Techstyle on April 07, 2009, 07:56:16 pm
Andrew, or someone else,

A related question, is it OK to add repos to a MD or use Adept on an MD?

Thanks,
Jason
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: unsolicited on April 07, 2009, 08:22:04 pm
I don't quite get that. This is standard (Kubuntu, etc.) maintenance.

Your right of course... but LinuxMCE-0710 is a complex beast and can easily get broken by standard Kubuntu system updates carried out via the system update daemon...

I get that. I really do. [Been there, done that.] kernel updates being rather different beasties than adding kdebase.

Back to the original question: Is there a problem with this sources.list entry?

Is http://linuxmce.com/ubuntu/./Packages.gz broken or down?

i.e. Do I wait for the site to come back up, or just comment out those entries in sources.list.

The latter begging the question as to why it's present (post-install)?
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: tschak909 on April 07, 2009, 09:23:54 pm
It is a host entry that is no longer apropos. Just delete it.

-Thom
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: unsolicited on April 07, 2009, 09:41:24 pm
It is a host entry that is no longer apropos. Just delete it.

-Thom


Thanks.

Could you please initiate the change so the sources (default sources.list) no longer includes those lines?
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: tschak909 on April 07, 2009, 09:50:10 pm
It has already been applied to 0810.

-Thom
Title: The apt repositories have all stopped carrying gutsy
Post by: donpaul on April 28, 2009, 05:20:43 am
The apt repositories have all stopped carrying gutsy. Obsolete releases get moved to old-releases.ubuntu.com. Edit the /etc/apt/sources.list:

Code: [Select]
deb file:/usr/pluto/deb-cache/ ./
#deb http://archive.ubuntu.com/ubuntu/ gutsy  main restricted multiverse universe
#deb http://archive.ubuntu.com/ubuntu/ gutsy-security  main restricted multiverse universe
#deb http://archive.ubuntu.com/ubuntu/ gutsy-updates  main restricted multiverse universe
deb http://old-releases.ubuntu.com/ubuntu gutsy main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu gutsy main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse
deb-src http://old-releases.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse
deb http://linuxmce.com/ubuntu/ ./
deb http://deb.linuxmce.com/ubuntu/ 20dev_ubuntu  main
deb http://deb.linuxmce.com/ubuntu/ replacements_ubuntu  main
Title: Re: Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found
Post by: donpaul on April 28, 2009, 05:24:13 am
And you may need to run "apt-get update" to resynchronize the package index files from the sources (no software will be updated or installed with that command).