LinuxMCE Forums

General => Users => Topic started by: Esperanto on November 07, 2010, 11:19:01 am

Title: Diskless_CreateTBZ.sh not working because of sources.list ?
Post by: Esperanto on November 07, 2010, 11:19:01 am
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?
Title: Re: Diskless_CreateTBZ.sh not working because of sources.list ?
Post by: bongowongo on November 07, 2010, 11:24:58 am
You are correct.
See sticky forum topic for solutions.
Title: Re: Diskless_CreateTBZ.sh not working because of sources.list ?
Post by: Esperanto on November 13, 2010, 03:23:31 pm
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.
Title: Re: Diskless_CreateTBZ.sh not working because of sources.list ?
Post by: Newguy2 on November 15, 2010, 07:24:38 am
Same problem, same question. Any suggestions?
Title: Re: Diskless_CreateTBZ.sh not working because of sources.list ?
Post by: 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.
Title: Re: Diskless_CreateTBZ.sh not working because of sources.list ?
Post by: Newguy2 on November 18, 2010, 07:10:19 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.

Title: Re: Diskless_CreateTBZ.sh not working because of sources.list ?
Post by: phenigma on November 19, 2010, 05:15:06 am
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:
Code: [Select]
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.