I dl'd the files and examined the join.sh script and I think your problem is this:
One problem is just conjecture: I suspect you were not in the Downloads directory when you ran this script.
Problem two is you should not have run it with sudo as that will cause ownership of the created directory and the concatenated files to be owned by root, and the files created by tar will also be owned by root.
So...
1. run ls -ld /Users/michael/Library/Parallels/sxde. If the directory exists see if the ownership is root or you. If it's root then use sudo rm -r /Users/michael/Library/Parallels/sxde to be rid of it. Make very sure there are not space characters in that command in the path.
2. cd into /Users/michael/Documents/Downloads. Run ls -l and verify the five components of the VM and the join.sh file are there. If so, run sh ./join.sh. This should get the job done.
The "sh ./join.sh" gets you around problems of path and permissions of the join.sh file - it will execute regardless of those attributes.
Edit: I installed this appliance and it runs fine. The default UI is the Java desktop (Sun's version of Gnome) that I'm really not fond of, but it works. Only thing missing is audio, but audio in Solaris is extremely unimportant.
Last edited: May 20, 2007