Hi All
In an effort to see If I could reproduce the problems Wim reported in
the thread
https://lists.sailfishos.org/pipermail/devel/2013-April/000176.html
I thought I would install the Sailfish SDK on a Lubuntu 11.10 virtual
machine that I happened to have knocking around. (hosted on OSX).
I got every thing installed (gcc, make, VirtualBox, Sailfish inc QtCreator).
Qt Creator starts, as do the SDK and Emulator VMs (although on the
Emulator I don't get the Sailfish Bluescreen of Life.
I can ssh to the SDK VM, but get errors when I SSH to the Emulator VM.
I get "Permission denied (publickey)."
Logging on the Emulator itself (F2) and running some checks:
$ ps -ef | grep ssh | grep -v grep
--> no sshd process is running
$ mount | grep ssh
--> ssh not mounted
$ find / -name authorized_keys
/.ssh/authorized_keys
/home/nemo/.ssh/authorized_keys
/etc/ssh/authorized_keys
--> /nemo/authorized_keys and /root/authorized_keys subdirectories not
available
By comparison the same checks on the Emulator VM hosted direct on OSX:
$ ps -ef | grep ssh | grep -v grep
root 238 1 0 18:15 ? 00:00:00 sshd: nemo [priv]
nemo 248 238 0 18:15 ? 00:00:00 sshd: nemo
$ mount | grep ssh
none on /etc/ssh/authorized_keys type vboxsf (rw,nodev,relatime)
$find / -name authorized_keys
/.ssh/authorized_keys
/home/nemo/.ssh/authorized_keys
/etc/ssh/authorized_keys
/etc/ssh/authorized_keys/nemo/authorized_keys
/etc/ssh/authorized_keys/root/authorized_keys
Any ideas what is going wrong?
Half of me suspects that may be down to the nested VMs (Emulator/SDK
in VirtualBoxes running on Lubuntu on VMWare Fusion running on OSX),
but then SSHing the MERSDK works ....
GrĂ¼sse
Chris
_______________________________________________
SailfishOS.org Devel mailing list