Hello and thank you.<div>I &quot;was&quot; trying to install YDL on a G4 iBook.</div><div>YDL or any Linux is not installed on this machine.</div><div>I apologize but i think the communication and understanding that the person seeking to install YDL has any existing Linux experience, is a joke beyond my means. You could ask Julie Childs for some French Toast.</div>
<div>Thank you for your assistance.<br><br><div class="gmail_quote">On Thu, May 27, 2010 at 8:04 AM, Derick Centeno <span dir="ltr">&lt;<a href="mailto:dcenteno@ydl.net">dcenteno@ydl.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Thu, 27 May 2010 07:30:30 -0700<br>
<div class="im">james gray &lt;<a href="mailto:pointerleft@gmail.com">pointerleft@gmail.com</a>&gt; wrote:<br>
<br>
</div><div class="im">&gt; I just went back in to the admin and tried again and here are the<br>
&gt; results at more explicit, without having to remember.<br>
&gt; This is the instructions from the source:<br>
&gt; Or, you may also conduct a media check prior to burning the ISO, from<br>
&gt; the command line as follows:<br>
&gt;<br>
&gt;         sha1sum /[path]/[to]/[ydl].iso [ENTER]<br>
&gt;<br>
&gt; ... which will output a SHA1SUM which you compare against the SHA1SUM<br>
&gt; in the SHA1SUM file.<br>
&gt; ----------------------------------------<br>
&gt; And what i receive is shown below:<br>
&gt; using upper case, lower, case any case, sslsha1 or whatever, feral<br>
&gt; cat 2, does not matter. pure fecal experience.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; $ sha1sum<br>
&gt; /Users/polymorphous/Desktop/fire_downL/yellowdog-6.2-ppc-DVD_20090629.iso<br>
&gt; -bash: sha1sum: command not found<br>
&gt; -------------<br>
&gt; $SHA1SUM<br>
&gt; /Users/polymorphous/Desktop/fire_downL/yellowdog-6.2-ppc-DVD_20090629.iso<br>
&gt; -bash: SHA1SUM: command not found<br>
&gt;<br>
&gt; -------------<br>
&gt; $ SHA1 yellowdog-6.2-ppc-DVD_20090629.iso<br>
&gt; -bash: SHA1: command not found<br>
&gt;<br>
&gt; $ sha1 yellowdog-6.2-ppc-DVD_20090629.iso<br>
&gt; -bash: sha1: command not found<br>
&gt;<br>
<br>
</div>Ok, James, believe it or not we are a little closer to getting this<br>
done.<br>
<br>
First point, sha1 and sha1sum are different commands.  You can discover<br>
that for yourself by doing:<br>
<br>
$man sha1<br>
$info sha1<br>
$man sha1sum<br>
$info sha1sum<br>
<br>
The above can also be executed in root.<br>
<br>
Ok.  Obviously, sha1sum did not work in user mode; execute the sha1sum<br>
command in root mode.  Keep in mind that in Linux, there exist a few<br>
commands which can only be executed from within the directory where<br>
their binaries exist which means you have to know where those<br>
directories are.  The short-cut is to invoke the root mode using the<br>
- flag which tells root that all commands throughout the entire<br>
  directory tree in Linux are available to you as though they were in<br>
  the same top-level directory and available to be immediately executed.<br>
The sequence to invoke this from user mode is the following:<br>
<br>
[aguila@arakus ~]$ su -<br>
Password:<br>
[root@arakus ~]#<br>
<br>
For clarification, the user mode and root mode should have different<br>
passwords as a way of maintaining clarity for Linux and yourself which<br>
account (root or user) one is using at any one time.<br>
<br>
Once you are in root mode try executing the sha1sum again.  It should<br>
work without difficulty.  Make sure that the sha1sum value produced on<br>
the .iso exactly matches the sha1sum value reported by the vendor.<br>
<br>
Remember it doesn&#39;t matter which shell you are using -- bash, ksh, csh,<br>
ash -- what matters is that you execute the root mode, as you have<br>
demonstrated that sha1sum cannot be executed from within user mode.<br>
<br>
Remember the short-cut I explained above.<br>
<div><div></div><div class="h5"><br>
All the best...<br>
<br>
_______________________________________________<br>
yellowdog-general mailing list - <a href="mailto:yellowdog-general@lists.fixstars.com">yellowdog-general@lists.fixstars.com</a><br>
Unsuscribe info: <a href="http://lists.fixstars.com/mailman/listinfo/yellowdog-general" target="_blank">http://lists.fixstars.com/mailman/listinfo/yellowdog-general</a><br>
HINT: to Google archives, try  &#39;&amp;lt;keywords&gt; site:<a href="http://us.fixstars.com" target="_blank">us.fixstars.com</a>&#39;<br>
</div></div></blockquote></div><br></div>