News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Failed to fetch http://linuxmce.com/ubuntu/./Packages.gz 404 Not Found

Started by unsolicited, April 07, 2009, 08:10:12 AM

Previous topic - Next topic

unsolicited

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?
c. 2009 - ALL rights reserved. No duplication, in whole or in part, permitted.

colinjones

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....

unsolicited

Quote from: 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 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.
c. 2009 - ALL rights reserved. No duplication, in whole or in part, permitted.

totallymaxed

Quote from: unsolicited on April 07, 2009, 09:34:45 AM
Quote from: 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 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
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses [url="http://forum.linuxmce.org/index.php?topic=14026.0"]http://forum.linuxmce.org/index.php?topic=14026.0[/url]

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: [url="http://wp.me/P4KgIc-5P"]http://wp.me/P4KgIc-5P[/url]

Facebook: [url="https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465"]https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465[/url]

[url="http://www.dianemo.co.uk"]http://www.dianemo.co.uk[/url]

Techstyle

Andrew, or someone else,

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

Thanks,
Jason
Techstyle UK Ltd
[url=http://www.techstyleuk.co.uk]http://www.techstyleuk.co.uk[/url]

Techstyle US Inc.
[url=http://www.techstyleus.com]http://www.techstyleus.com[/url]

unsolicited

Quote from: totallymaxed on April 07, 2009, 12:17:53 PM
Quote from: unsolicited on April 07, 2009, 09:34:45 AM
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)?
c. 2009 - ALL rights reserved. No duplication, in whole or in part, permitted.

tschak909

It is a host entry that is no longer apropos. Just delete it.

-Thom

unsolicited

Quote from: tschak909 on April 07, 2009, 09:23:54 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?
c. 2009 - ALL rights reserved. No duplication, in whole or in part, permitted.

tschak909


donpaul

The apt repositories have all stopped carrying gutsy. Obsolete releases get moved to old-releases.ubuntu.com. Edit the /etc/apt/sources.list:

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

donpaul

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).