<p dir="ltr">When i type " echo $? " , i get 2 written on my terminal instead of 0 as you said. What should i do now ?</p>
<div class="gmail_quote">On 25 Jan 2016 11:01, "James Cameron" <<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Jan 25, 2016 at 10:30:10AM +0530, DEEPESH SINGH wrote:<br>
> I get the following error<br>
><br>
> $ ./osbuild shell<br>
><br>
> $ sudo broot run osbuild shell<br>
> Password:<br>
> You must create or download the build root first.<br>
><br>
> ! Failed to run command shell<br>
><br>
> when i try to run “./osbuild shell“ command as given in<br>
> <a href="https://developer.sugarlabs.org/dev-environment.md.html" rel="noreferrer" target="_blank">https://developer.sugarlabs.org/dev-environment.md.html</a><br>
> I have done all steps up to here.<br>
> Please help me since i am a beginner.<br>
<br>
Check the exit status of "osbuild pull" command, make sure it is zero<br>
before proceeding.  If it is not, find out what error from pull to fix.<br>
<br>
e.g.<br>
<br>
./osbuild pull<br>
echo $?<br>
<br>
--<br>
James Cameron<br>
<a href="http://quozl.netrek.org/" rel="noreferrer" target="_blank">http://quozl.netrek.org/</a><br>
_______________________________________________<br>
Sugar-devel mailing list<br>
<a href="mailto:Sugar-devel@lists.sugarlabs.org">Sugar-devel@lists.sugarlabs.org</a><br>
<a href="http://lists.sugarlabs.org/listinfo/sugar-devel" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
</blockquote></div>