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

can't create Md under lmce1204

Started by hanafi, December 24, 2013, 11:09:35 AM

Previous topic - Next topic

hanafi

hello
i have a big problem can somebody help me?

sudo /usr/pluto/bin/Diskless_CreateTBZ.sh
mardi 24 décembre 2013, 11:05:20 (UTC+0100) - Logging initiatilized to /var/log/pluto/Diskless_MD_Creation_20131224_110520.log
mardi 24 décembre 2013, 11:05:20 (UTC+0100) - BEGIN: Target: ubuntu - precise - i386
mardi 24 décembre 2013, 11:05:20 (UTC+0100) - BEGIN: Host: ubuntu - precise - i386
mardi 24 décembre 2013, 11:05:20 (UTC+0100) - Creating chroot for MD creation at: /tmp/Diskless_CreateTBZ.uKSQ4oIuK
mardi 24 décembre 2013, 11:05:20 (UTC+0100) - Untarring /usr/pluto/install/PlutoMD_Debootstraped.tar.bz2
mardi 24 décembre 2013, 11:05:53 (UTC+0100) - Preparing the diskless system
mardi 24 décembre 2013, 11:05:54 (UTC+0100) - Setting up /etc/sources.list for ubuntu
mardi 24 décembre 2013, 11:05:54 (UTC+0100) - Setting up SSH
mardi 24 décembre 2013, 11:05:54 (UTC+0100) - Setting up kernel postinst.d/
mardi 24 décembre 2013, 11:05:54 (UTC+0100) - Setting up Foxconn NT330i compatability
mardi 24 décembre 2013, 11:05:54 (UTC+0100) - PreSeeding package installation preferences
W: Failed to fetch http://packages.medibuntu.org/dists/precise/InRelease 

W: Failed to fetch http://packages.medibuntu.org/dists/precise/Release.gpg  Temporary failure resolving 'packages.medibuntu.org'

W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
E: Unable to locate package medibuntu-keyring
An error (Exit code 100) occured during the last action
medibuntu apt add keyring

Marie.O

edit diskless create tbz, check where the apt-get update line is, and at the end type || :

and re-run it.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

huh

#2
Quote from: posde on December 24, 2013, 08:15:53 PM
edit diskless create tbz, check where the apt-get update line is, and at the end type || :

and re-run it.

Did this work for you?  I too am having an error creating a MD- the MD gets an ip address, but is "Unable to locate configuration file".  There isn't an "apt-get update line" in /usr/pluto/bin/Diskless_CreateTBZ.sh.

Edit:  I take that back- I think it is on line 417:
       LC_ALL=C chroot $TEMP_DIR apt-get -y -qq update || :[/s]

My mistake- didn't realize you needed to run the diskless create on the current snapshots- to get it to run I had to use:
sudo -i /usr/pluto/bin/Diskless_CreateTBZ.sh

Thanks again phenigma!