Re: [SailfishDevel] Can't start VMs (Connection refused)

2013-07-27 Thread Canol Gökel
Okay, I installed a newer 32-bit version of my distro (was using 64-bit before) and this time I got connection refused message only from emulator and not from mersdk. I replaced all the ssh keys in mersdk and emulator folders with a new one just like you said and now it works. Thanks. Canol D

Re: [SailfishDevel] Building with the SDK without QtC

2013-07-27 Thread Lucien XU
Replying to myself, and anyone who is interested, I made a small script that automates that. https://github.com/SfietKonstantin/sailfishbuild/blob/master/sailfishbuild PR welcomed :) Le samedi 27 juillet 2013 20:28:23 Lucien XU a écrit : > Hello, > > I have asked the question in #SailfishOs, b

Re: [SailfishDevel] Building with the SDK without QtC

2013-07-27 Thread David Greaves
On 27/07/13 19:28, Lucien XU wrote: > Hello, > > I have asked the question in #SailfishOs, but it might be better to have it > archived in the mailing list. > > We were talking about the advantages of vim vs QtCreator in JollaFr's > channel, > so I was wondering if there is a way to code for S

Re: [SailfishDevel] Building with the SDK without QtC

2013-07-27 Thread Martin Grimme
Hi, you can log into the Mer SDK VM via ssh as user mersdk and run sb2 /bin/bash to log into Scratchbox. There you can develop with vim on a terminal. There should also be some SDK magic available to deploy to the emulator as QtCreator is doing ssh into the Mer SDK VM as well, but I don't know t

[SailfishDevel] Building with the SDK without QtC

2013-07-27 Thread Lucien XU
Hello, I have asked the question in #SailfishOs, but it might be better to have it archived in the mailing list. We were talking about the advantages of vim vs QtCreator in JollaFr's channel, so I was wondering if there is a way to code for Sailfish with a vim / editor + terminal. The only p

Re: [SailfishDevel] Can't start VMs (Connection refused)

2013-07-27 Thread Canol Gökel
Thank you for your very detailed response. I followed the steps carefully. Unfortunately, the error continues. In addition to what you wrote, I also replaced the authorized_keys files' content inside the "mersdk/ssh" folder but it didn't help, either. Maybe my pretty old distro might be the prob

Re: [SailfishDevel] Can't start VMs (Connection refused)

2013-07-27 Thread Superpelican
Hello, I'm also having this problem very often. You can fix it by regenerate the ssh rsa keys, that the SDK uses to authenticate with the Mer VM ssh connection and replacing the old public key in the authorized_keys file with the new public rsa key in $HOME/Sailfish_SDK_install_dir/emulator/ss

Re: [SailfishDevel] Can't start VMs (Connection refused)

2013-07-27 Thread Canol Gökel
I couldn't apply solutions there. I know almost nothing about ssh, how to unset SSH_AUTH_SOCK etc. Thanks anyway, I guess Sailfish development is not for me :) From: jonni.raini...@jollamobile.com To: ca...@canol.info; devel@lists.sailfishos.org Subject: RE: [SailfishDevel] Can't start VMs (Con

Re: [SailfishDevel] Can't start VMs (Connection refused)

2013-07-27 Thread Jonni Rainisto
https://sailfishos.org/wiki/SDK_Alpha_Known_Issues Solution can be found in there. Usually you need to unset SSH_AUTH_SOCK or to set nameservers. re, Jonni From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Canol Gökel [

[SailfishDevel] Can't start VMs (Connection refused)

2013-07-27 Thread Canol Gökel
Hello, I wanted to try Sailfish SDK. Installed VirtualBox and then the SDK. The IDE started, I created the hello world app. But when I tried to run it, it gave me the error: "MerSDK: Connection refused". I tried to manually start the VMs using the buttons on left panel but it gave the same erro