Skip to content

[SOLVED] Unable to start syslog with iOS 10 on Windows #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rcmpayne opened this issue Jun 14, 2016 · 20 comments
Closed

[SOLVED] Unable to start syslog with iOS 10 on Windows #325

rcmpayne opened this issue Jun 14, 2016 · 20 comments

Comments

@rcmpayne
Copy link

rcmpayne commented Jun 14, 2016

ERROR: Could not start service com.apple.syslog_relay.
Could not start logger for udid 860e4312********75442b0ec351

iOS 9.3.2 is working fine

@rcmpayne
Copy link
Author

rcmpayne commented Jun 16, 2016

updating new logs with debug enabled

15:08:25 service.c:143 service_send(): ERROR: sending to device failed.
15:08:25 property_list_service.c:142 internal_plist_send(): ERROR: sending to device failed.
15:08:25 service.c:163 service_receive_with_timeout(): could not read data
15:08:25 lockdown.c:267 lockdownd_stop_session(): LOCKDOWN_E_PLIST_ERROR
15:08:25 service.c:85 service_client_factory_start_service(): Could not create a lockdown client.
ERROR: Could not start service com.apple.syslog_relay.

Could not start logger for udid 4e8e93bd2a401c34e**********5d624521c6

full log: http://pastebin.com/JNkapx9t

@Kanong017
Copy link

Kanong017 commented Jun 18, 2016

Have the same problem, I do not know how to resolve?

@nikias
Copy link
Member

nikias commented Jun 30, 2016

You need to recompile with latest libimobiledevice code for it to work.

@rcmpayne
Copy link
Author

rcmpayne commented Jul 2, 2016

fixed with new libs made a copy here if anyone wants https://github.com/rcmpayne/libimobiledevice-Compiled-Windows

@rcmpayne rcmpayne changed the title Unable to start syslog with iOS 10 on Windows [SOLVED] Unable to start syslog with iOS 10 on Windows Jul 2, 2016
@rcmpayne rcmpayne closed this as completed Jul 2, 2016
@mushtaque87
Copy link

What about MAC .. I have the same problem in MAC ..

@guyromb
Copy link

guyromb commented Sep 29, 2016

I have the same issue on OS X 10 + iOS 10. Any suggestions how to fix it? I use the latest version 1.2.0

@jonathancochran
Copy link

+1

@nikias
Copy link
Member

nikias commented Oct 8, 2016

Please please. Before reporting an issue compile the latest code from git. Thanks.

@ngalin
Copy link

ngalin commented Nov 4, 2016

Hi, just compiled the latest code, and get the same error (using iOS10):
ERROR: Could not start service com.apple.syslog_relay.
Could not start logger for udid a3***etcetc

@johnavink
Copy link

I installed using brew:

brew install -v --fresh automake autoconf libtool wget libimobiledevice
brew install -v --HEAD --fresh --build-from-source ideviceinstaller

I get the same error on Mac OS X 10.11.6 and iOS 9.3.5.

idevicesyslog
ERROR: Could not start service com.apple.syslog_relay.
Could not start logger for udid b685************6a99

@johnavink
Copy link

I have solved my issue:

sudo chmod 777 /var/db/lockdown

@JanC
Copy link

JanC commented Nov 22, 2016

Hi
same issue for me.

Please please. Before reporting an issue compile the latest code from git. Thanks.

I did

  • brew install -v --fresh automake autoconf libtool wget libimobiledevice
  • brew install -v --HEAD --fresh --build-from-source ideviceinstaller
  • sudo chmod 777 /var/db/lockdown

:/

@jpjodoin
Copy link

@JanC:
I had the same issue. This did the trick
brew install -v --HEAD --fresh --build-from-source libimobiledevice

@jacinzhang
Copy link

@JanC I don't have /var/db/lockdown file on my iPhone.

@mbektchiev
Copy link

I tried installing libimobiledevice for the first time today, but got the ERROR: Could not start service com.apple.syslog_relay.. I'm not sure what had gone wrong, but this is what fixed it for me:

brew uninstall -f libimobiledevice ideviceinstaller usbmuxd
brew install -v --HEAD --fresh --build-from-source usbmuxd libimobiledevice ideviceinstaller

@Nisim761
Copy link

brew install -v --HEAD --fresh --build-from-source libimobiledevice

Tried that (the "--fresh" flag seems to be invalid) - didn't work.

@mariopepe
Copy link

@Nisim761 I did exactly what @mbektchiev said in the previous comment, just without --fresh (because I got invalid flag as well) and everything worked like a charm 🤩

@ankitguptatest
Copy link

Hi
same issue for me.

Please please. Before reporting an issue compile the latest code from git. Thanks.

I did

  • brew install -v --fresh automake autoconf libtool wget libimobiledevice
  • brew install -v --HEAD --fresh --build-from-source ideviceinstaller
  • sudo chmod 777 /var/db/lockdown

:/

Getting below error with this command:

Error: invalid option: --fresh

@ankitguptatest
Copy link

Remove data in /var/db/lockdown directory worked for me:

-> cd /var/db/lockdown
-> rm -rf *

@jackie-d
Copy link

I tried installing libimobiledevice for the first time today, but got the ERROR: Could not start service com.apple.syslog_relay.. I'm not sure what had gone wrong, but this is what fixed it for me:

brew uninstall -f libimobiledevice ideviceinstaller usbmuxd
brew install -v --HEAD --fresh --build-from-source usbmuxd libimobiledevice ideviceinstaller

Give this men a medal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests