View Single Post
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#2
Well the error message Xephyr present are normal. Some of the errors in the scratchbox are normal. But the problem appears that dbus didn't start. I'm not sure why it didn't. But you can try:
Code:
   af-sb-init.sh stop
  af-sb-init.sh start
First to see if the dbus service starts. If not, do:
Code:
af-sb-init.sh stop
exit
sudo service scratchbox-core stop
sudo service scratchbox-core start
/scratchbox/login
af-sb-init.sh start
That should restart the scratchbox. And then hopefully dbus will start.
I'm not familure at all with the maemovmware sdk image, so if that doesn't work I have no idea what is broken in it.

I do know the "vpc-sdk" virtualpc sdk image will run in vmware properly, .(http://vpc-sdk.garage.maemo.org)

Nathan
P.s. disclaimer I'm the developer of the vpc-sdk image; not trying to push it; just have gotten feedback that it does work on vmware.