Hi again AS
Ok, I have an updated KDE version of PCLinuxOS_2012 of 5 mins ago
I re booted once updated, then I started two Terminals and SU'd to ROOT and navigated to my original RB101 Folder
in 2nd of the terminals I entered "lsof -i :8008" this showed me that no programs where using port 8008
Then in Terminal (1) typed ./rbp rb.im to start RunBAsic
back to terminal 2 and I confirmed that rb was running and using port 8008 ( I think

)
[root@localhost laurie]# lsof -i :8008
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
rbp 4908 root 8u IPv4 18874 0t0 TCP *:http-alt (LISTEN)
Terminal 1 was hanging so i started WebMin and observed process 4908 was running and using 0.1% of the CPU and that the program was in fact ./rbp rb.im using that process
I am able to terminate programs from WebMin so I did just that and confirmed with Terminal 2 that the lsof -i :8008 to show the process had terminated
I then had a thought if .rbp rb.im was running then was it serving
so I repeated the above steps to get things running again
and then I typed the following into Firefox address bar to see if RunBasic works
http://localhost:8008/seaside/go/runbasicpersonal

it does
So whilst the normal start up screen does not appear for some reason

The actual program starts and must immediately start serving....(not designed that way)
I will post on the RunBasic site to see if the Author of RB has any clues he can offer
but I refer back to my earlier comment the original setup works as expected after just simply a straight copy to a Virtual Machine on the same computer