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

Diskless_CreateTBZ.sh not working because of sources.list ?

Started by Esperanto, November 07, 2010, 11:19:01 AM

Previous topic - Next topic

Esperanto

Somehow xine is not working so I tried to reinstall a MD to see with a fresh install. I installed the sources.list of Murdock ( http://forum.linuxmce.org/index.php?topic=10901.msg75427#msg75427 )

But running /usr/pluto/bin/Diskless_CreateTBZ.sh fails with lots of 404s (see attachment). anyone an idea how to solve it?

bongowongo


Esperanto

This still seems the case. Anyone an idea how to fix this? I can run apt-get update & upgrade on the core without errors but the diskless create fails.

Newguy2


phenigma

My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

Newguy2

Quote from: phenigma on November 15, 2010, 10:45:13 PM
Read more and keep searching.  You'll find solutions that others have:  http://forum.linuxmce.org/index.php?topic=10946.msg75724#msg75724

J.

I Actually did spend quite a bit of time looking for a solution, unfortunately after altering the sources list 4 times not including the one listed in your most recent post, I still have been unable to resolve the issue. The error message noted above ends the script. I installed the november 1st snapshot, which led to the broken dce router issue noted on the boards. The July snapshot worked great, but the sources list issue does not allow for a successful run of the md script. If there is a solution that has worked for anyone, I would greatly appreciate the help, thanks guys.


phenigma

Make sure that your core's sources.list file points to old-releases.ubuntu.com and not to archive.ubuntu.com or any country derivative.

A shot in the dark but you could try to edit the script /usr/pluto/bin/Diskless_CreateTBZ.sh and at ~ line 39 you'll see:

function create_initial_root_with_debootstrap {
        debootstrap "$(lsb_release -c -s)" "$TEMP_DIR" "http://archive.ubuntu.com/ubuntu/"
}


Try changing "http://archive.ubuntu.com/ubuntu/" to: "http://old-releases.ubuntu.com/ubuntu/" and see if that gives you any success.

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]