Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, Simply move the -b switch to the very end of the command line: `journalctl _COMM=sshd -b` so that it does not treat "_COMM=sshd" as an argument to it. BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to dev

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Marcin Mielniczuk
I have a weird thing. running `journalctl -b _COMM=sshd` yields Failed to parse relative boot ID number '_COMM=sshd" On 18.07.2016 16:27, Martin Kampas wrote: Hi Marcin, Could you check SSH logs on the VM side? For that purpose please start the MerSDK VM directly from VirtualBox and quit Qt C

Re: [SailfishDevel] SSH on OSX

2016-07-18 Thread Krisztian Olah
Thanks guys, I did find a solution in the comment section here: http://joshuawise.com/horndis#available_versions On 17 July 2016 at 11:27, Chris Walker < cdw_noki...@the-walker-household.co.uk> wrote: > On Sat, 16 Jul 2016 16:00:52 +0100 > Krisztian Olah wrote: > > > Hello guys, > >I just go

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, Could you check SSH logs on the VM side? For that purpose please start the MerSDK VM directly from VirtualBox and quit Qt Creator *before* that (it would try to reconnect periodically, filling the log excessively). Started this way the MerSDK VM will show its window - read the instru

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Marcin Mielniczuk
Hi, I didn't install AppArmor, SELinux or a firewall manually. I had an Ubuntu live iso, installed openssh added a port forwarding on adapter 1 (NAT): protocol: TCP, host IP: 127.0.0.1, host port: 2224, guest IP: left blank, guest port 22 Then I connected: ssh -p 2224 ubuntu@localhost and I

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, > ssh_exchange_identification: read: Connection reset by peer Could this be result of some firewall or mandatory access control (SELinux, AppArmor, ...) on your installation? (Can you SSH to any other VirtualBox VM? If you have no other VM, could you install e.g. Arch Linux in your

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Marcin Mielniczuk
Hi, Thanks. I tried it and: [09:48:13] marcin@arch /home/marcin (0) > ssh -i ~/devel/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Emulator/root -p 2223 root@localhost -o StrictHostKeyChecking=no ssh_exchange_identification: read: Connection reset by peer [09:50:36] marcin@

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, Does SSH-ing from command line work? For emulator you can try: ssh -i ~/devel/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Emulator/root -p 2223 root@localhost -o StrictHostKeyChecking=no For build engine: ssh -i ~/devel/SailfishOS/vmshare/ssh/private_keys/engine/root -p ro