<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,</div><div><br></div><div>I don't know why /usr/bin/Self hasn't been created properly, sorry.</div><div><br></div><div>First step, is whether you can run images. Can you double-click the SelfDroplet.app? It should give you an open file dialog. Choose your Clean-4.4.snap (doesn't matter where that file is, or whether it is executable), and it should open the snapshot in the VM.</div><div><br></div><div>If that works, then at least you have a VM.  </div><div><br></div><div>Secondly, to open a snapshot from the terminal, open a terminal, cd to the directory your Clean-4.4.snap file is (doesn't have to be any particular directory) and try the command:</div><div><br></div><div>/Library/Self/0/Self.app/Contents/MacOS/Self -s Clean-4.4.snap</div><div><br></div><div>(type 'quit' to quit the REPL)</div><div><br></div><div>If both these work, then you have a VM and can run images. Otherwise something else is wrong as well.</div><div><br></div><div>Thirdly, the file at /usr/bin/Self is just a small shellscript which is:</div><div><br></div><div><div>#!/bin/sh</div><div>/Library/Self/0/Self.app/Contents/MacOS/Self $@</div></div><div><br></div><div>so if you create such a file with those contents and put it at /usr/bin/Self then you should have a system just as if the installer had worked.</div><div><br></div><div>Russell</div><div><br></div><div><br></div><div><br></div><div><br></div><br><div><div>On 19/02/2012, at 2:01 AM, sxyzh2 wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">













<div style="background-color: #fff;">
<span style="display:none"> </span>



    <div id="ygrp-text"><p>Dear All<br>
<br>
Two colleagues and myself are getting the same problem installing Self 4.4 on Snow Leopard (in my case 10.6.8).<br>
<br>
Any tips gratefully received.<br>
<br>
1. The Mac OSX Self-4.4.pkg installer runs apparently OK.<br>
2. The Self VM and Droplet are duly installed in /Library/Self/0/<br>
3. However, there is no sign of the shell script in /usr/bin/Self.<br>
<br>
4. By using su (administrative permission is not enough) one can copy Clean-4.4.snap to /Library/Self/0/SelfDroplet.app and mark it as executable<br>
like so.<br>
<br>
bash-3.2# cd SelfDroplet.app<br>
        bash-3.2# ls -al<br>
        total 8992<br>
        drwxr-xr-x  4 admin  501        136 14 Feb 18:18 .<br>
        drwx------  4 admin  wheel      136  9 Feb 23:19 ..<br>
        -rw-r--r--@ 1 root   501    4600436 14 Feb 18:18 Clean-4.4.snap<br>
        drwxr-xr-x  6 admin  501        204 14 Feb 17:32 Contents<br>
<br>
        bash-3.2# chmod u+x  Clean-4.4.snap<br>
<br>
        bash-3.2# ls -al<br>
        total 8992<br>
        drwxr-xr-x  4 admin  501        136 14 Feb 18:18 .<br>
        drwx------  4 admin  wheel      136  9 Feb 23:19 ..<br>
        -rwxr--r--@ 1 root   501    4600436 14 Feb 18:18 Clean-4.4.snap<br>
        drwxr-xr-x  6 admin  501        204 14 Feb 17:32 Contents<br>
        bash-3.2#<br>
<br>
5. After which the command<br>
open Clean-4.4.snap<br>
causes an OS X dialog box  to appear which says something like<br>
"are you sure you want to run this application downloaded from the internet?"<br>
But then the launch fails with error 10810 in the terminal window.<br>
<br>
6.Tried numerous other things but nothing works.<br>
<br>
Any tips gratefully received.<br>
Many thanks<br>
<br>
</p>

    </div>
     

    

</div>



<!-- end group email -->

</blockquote></div><br></body></html>