You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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:
@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 🤩
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:
Activity
rcmpayne commentedon 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 commentedon Jun 18, 2016
Have the same problem, I do not know how to resolve?
nikias commentedon Jun 30, 2016
You need to recompile with latest libimobiledevice code for it to work.
rcmpayne commentedon Jul 2, 2016
fixed with new libs made a copy here if anyone wants https://github.com/rcmpayne/libimobiledevice-Compiled-Windows
[-]Unable to start syslog with iOS 10 on Windows[/-][+][SOLVED] Unable to start syslog with iOS 10 on Windows[/+]mushtaque87 commentedon Sep 29, 2016
What about MAC .. I have the same problem in MAC ..
guyromb commentedon 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 commentedon Oct 6, 2016
+1
nikias commentedon Oct 8, 2016
Please please. Before reporting an issue compile the latest code from git. Thanks.
ngalin commentedon 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 commentedon Nov 11, 2016
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.
johnavink commentedon Nov 12, 2016
I have solved my issue:
JanC commentedon Nov 22, 2016
Hi
same issue for me.
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 commentedon Jan 17, 2017
@JanC:
I had the same issue. This did the trick
brew install -v --HEAD --fresh --build-from-source libimobiledevice
jacinzhang commentedon Feb 14, 2017
@JanC I don't have
/var/db/lockdown
file on my iPhone.mbektchiev commentedon Oct 10, 2018
I tried installing
libimobiledevice
for the first time today, but got theERROR: Could not start service com.apple.syslog_relay.
. I'm not sure what had gone wrong, but this is what fixed it for me:Nisim761 commentedon Feb 25, 2019
Tried that (the "--fresh" flag seems to be invalid) - didn't work.
mariopepe commentedon Mar 27, 2019
@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 commentedon Oct 24, 2019
Getting below error with this command:
Error: invalid option: --fresh
ankitguptatest commentedon Oct 24, 2019
Remove data in /var/db/lockdown directory worked for me:
-> cd /var/db/lockdown
-> rm -rf *
jackie-d commentedon Apr 11, 2020
Give this men a medal