Open Asynix opened 8 years ago
That looks correct. It should work. Care to do a "idevicesyslog"?
2015-12-19 6:00 GMT+01:00 Asynix notifications@github.com:
BRITTA ROLL UP [no its not pythech!] [i] iomasterport: 0x0000070b / gasgauge user client: 0x0000050b jk++ ret: 236d5000 ret: 00000000 found overlapping object found overlapped object ret: ffffff80 ret: 0128c000 ret: ffffff80 ret: 1bc61780 ret: 00000000 ret: 18c00000 ret: ffffff80 ret: 1ac02000
This is what I manage to get, I'm using qfdk's bootstrap and have followed all instructions to the point However even after idevicediagnostics restart SSH still fails to work Any ideas?
@kpwn https://github.com/kpwn
— Reply to this email directly or view it on GitHub https://github.com/kpwn/yalu/issues/38.
Sure, but when is the best time to run idevicesyslog? Should I rerun the entire thing or is there a quicker method? I don't mind if I have to restore, I have a second device on iOS 8.4.1.
Maybe the bootstrap is the issue? I tried this with my own bootstrap but it didn't work either so I used qfdk's.
Also can you elaborate how OpenSSH starts with idevicediagnosticsrestart?
launchctl load /Library/LaunchDaemons/com.openssh.sshd.plist exit 0
From what I've seen none of the bootstraps have a launchctl file in /bin/ are we supposed to include it? Apologies and thanks in advanced for all the questions and thank you for providing us this tool, I'm merely a web designer nothing big and fancy like you folks 😅
Edit: I recovered this from the exact same time I got that yalu log:
Dec 18 23:41:48 iPhone SpringBoard[50]
Just do it while doing a idevicediagnostics restart.
idea is idevicediagnostics restart runs /sbin/reboot as uid=0, which kickstarts sshd.
On 20 Dec 2015, at 02:55, Asynix notifications@github.com wrote:
Sure, but when is the best time to run idevicesyslog? Should I rerun the entire thing or is there a quicker method? I don't mind if I have to restore, I have a second device on iOS 8.4.1.
Maybe the bootstrap is the issue? I tried this with my own bootstrap but it didn't work either so I used qfdk's.
Also can you elaborate how OpenSSH starts with idevicediagnosticsrestart?
!/bin/sh
launchctl load /Library/LaunchDaemons/com.openssh.sshd.plist exit 0
From what I've seen none of the bootstraps have a launchctl file in /bin/ are we supposed to include it? Apologies in advance and thank you for providing us this tool, I'm merely a web designer nothing big and fancy like you folks 😅
— Reply to this email directly or view it on GitHub https://github.com/kpwn/yalu/issues/38#issuecomment-166053868.
Okay, I'll do it when I can. Is there a specific part of the log that you'd like me to post? Or would you just want the whole thing?
Thanks once again
you can try to write a script in reboot for example echo "test success" >>/media/coucou just make sure that reboot is called ... or try to find the com.openssh.* exists
BRITTA ROLL UP [no its not pythech!] [i] iomasterport: 0x0000070b / gasgauge user client: 0x0000050b jk++ ret: 236d5000 ret: 00000000 found overlapping object found overlapped object ret: ffffff80 ret: 0128c000 ret: ffffff80 ret: 1bc61780 ret: 00000000 ret: 18c00000 ret: ffffff80 ret: 1ac02000
This is what I manage to get, I'm using qfdk's bootstrap and have followed all instructions to the point. However even after idevicediagnostics restart SSH still fails to work and I get connection refused. Any ideas?
@kpwn