LinuxMCE Forums
May 22, 2013, 12:27:36 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
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
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Diskless_CreateTBZ.sh not working because of sources.list ?  (Read 1039 times)
Esperanto
Veteran
***
Posts: 107


View Profile
« 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?
Logged
bongowongo
wants to work for LinuxMCE
**
Posts: 826



View Profile
« Reply #1 on: November 07, 2010, 11:24:58 am »

You are correct.
See sticky forum topic for solutions.
Logged
Esperanto
Veteran
***
Posts: 107


View Profile
« Reply #2 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.
Logged
Newguy2
Veteran
***
Posts: 94


View Profile
« Reply #3 on: November 15, 2010, 07:24:38 am »

Same problem, same question. Any suggestions?
Logged
phenigma
wants to work for LinuxMCE
**
Posts: 779


View Profile
« Reply #4 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.
Logged

Newguy2
Veteran
***
Posts: 94


View Profile
« Reply #5 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.

Logged
phenigma
wants to work for LinuxMCE
**
Posts: 779


View Profile
« Reply #6 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:
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.
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!