Skip to content

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

@rcmpayne

Description

@rcmpayne

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

iOS 9.3.2 is working fine

Activity

rcmpayne

rcmpayne commented on Jun 16, 2016

@rcmpayne
Author

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

Kanong017 commented on Jun 18, 2016

@Kanong017

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

nikias

nikias commented on Jun 30, 2016

@nikias
Member

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

rcmpayne

rcmpayne commented on Jul 2, 2016

@rcmpayne
Author

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

changed the title [-]Unable to start syslog with iOS 10 on Windows[/-] [+][SOLVED] Unable to start syslog with iOS 10 on Windows[/+] on Jul 2, 2016
mushtaque87

mushtaque87 commented on Sep 29, 2016

@mushtaque87

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

guyromb

guyromb commented on Sep 29, 2016

@guyromb

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

jonathancochran commented on Oct 6, 2016

@jonathancochran

+1

nikias

nikias commented on Oct 8, 2016

@nikias
Member

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

ngalin

ngalin commented on Nov 4, 2016

@ngalin

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

johnavink commented on Nov 11, 2016

@johnavink

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

johnavink commented on Nov 12, 2016

@johnavink

I have solved my issue:

sudo chmod 777 /var/db/lockdown

JanC

JanC commented on Nov 22, 2016

@JanC

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

jpjodoin commented on Jan 17, 2017

@jpjodoin

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

jacinzhang

jacinzhang commented on Feb 14, 2017

@jacinzhang

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

mbektchiev

mbektchiev commented on Oct 10, 2018

@mbektchiev

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

Nisim761 commented on Feb 25, 2019

@Nisim761

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

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

mariopepe

mariopepe commented on Mar 27, 2019

@mariopepe

@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

ankitguptatest commented on Oct 24, 2019

@ankitguptatest

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

ankitguptatest commented on Oct 24, 2019

@ankitguptatest

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

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

jackie-d

jackie-d commented on Apr 11, 2020

@jackie-d

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @nikias@JanC@jpjodoin@mushtaque87@jonathancochran

        Issue actions

          [SOLVED] Unable to start syslog with iOS 10 on Windows · Issue #325 · libimobiledevice/libimobiledevice