|
#9
| |||
| |||
| No luck with the above. But I found two probably related problems: 1. In the .Mac System Preference, I can only select tabs "Account", "iDisk" and "Back to My Mac"; clicking on the "Sync" tab half-grays it out and the tab never comes up. Feels like something crashed underneath. 2. Running the iSync application itself produces an error message on startup: "iSync can't be launched / SyncServices: Can't connect to the sync server: NSInvalidReceivePortException: connection went invalid while waiting for a reply ((null))". Confirming the dialog quits the app so it never comes up. Something tells me that this wasn't something an end user was supposed to see ... The Syncrospector.app appears to work normally, nothing seems to be wrong there. |
|
#10
| ||||
| ||||
| Hm :-/ Did you repair permissions after 10.5 upgrade? Even though that database file shows correct permisisons, maybe the path still has something failing. If you go with Finder to ("go to folder" from menus) /System/Library/Frameworks/SyncServices.framework/Versions/Current/Resources/ and open (right click) SyncServer "Get Info" from that location, in that window under General section, select "Open using Rosetta", and close that window. Try again ... does it launch if it's running under Rosetta? Trying to look at all options instead of Archive and Install (since 'Repair Install' will probably be one of the updates in 10.6 or 10.7 ....) |
|
#11
| |||
| |||
| Quote:
Quote:
So I tried launchctl and "start com.apple.syncservices.SyncServer", which reliably reproduces the popup error message about updatedb but fails to start the process. Whether or not the Rosetta checkbox is checked seems to make no difference whatsoever. Rebooting made no difference either, except that "something" is unchecking the Rosetta checkbox during a reboot. I think my best guess at this point is simply that my upgradedb executable is corrupted for some reason. Everything seems to be depending on that one. Anybody know how to get dtrace to print out a list of files that it is accessing, I want to run it on upgradedb to see whether that gives me a clue ... and now that ktrace is gone and I don't know how to use dtrace ... |
|
#12
| ||||
| ||||
| Dtrace needs Developer Tools to be installed. Apple’s ported some of the DTrace Toolkit scripts over to Mac OS X. Check the manpage for some of these with man -k dtrace There are some more examples of DTrace in the standard install at /usr/share/examples/DTTk. Man dtrace These should work both in OS X and Solaris: New processes with arguments dtrace -n 'proc:::exec-success { trace(curpsinfo->pr_psargs); }' Files opened by process dtrace -n 'syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }' Pages paged in by process dtrace -n 'vminfo:::pgpgin { @pg[execname] = sum(arg0); }' Pages paged out by process dtrace -n 'vminfo:::pgpgout { @pg[execname] = sum(arg0); }' Minor faults by process dtrace -n 'vminfo:::as_fault { @mem[execname] = sum(arg0); }' More #1 #2 |
|
#13
| ||||
| ||||
| Ah excellent, so trash the ~/Library/Application Support/SyncServices/Local/ folder did it then... (Just in case the discussions thread linked would get archived or deleted etc). Usually touching that folder brings good karma but glad that it's fixed now |
|
#14
| |||
| |||
| After waiting a while to capture this error it finally appeared again. Not sure why, but it seems to be presenting itself less an less. Here's the transcript from the console: 18/11/2007 19:16:02 SyncServer[24666] fatal error during sync server initialization: can't upgrade data directory from version 47 to version 75 (/Users/<username>/Library/Application Support/SyncServices/Local) 18/11/2007 19:16:02 DockSyncClient[24665] SyncServer is unavailable: exception when connecting: connection went invalid while waiting for a reply 18/11/2007 19:16:02 DockSyncClient[24665] Dock Sync Client caught exception: ISyncServerUnavailableException: Can't connect to the sync server: NSInvalidReceivePortException: connection went invalid while waiting for a reply ((null)) 18/11/2007 19:16:02 com.apple.launchd[146] (com.apple.syncservices.SyncServer[24666]) Exited with exit code: 1 18/11/2007 19:16:02 [0x0-0x19019].com.apple.dock[159] 2007-11-18 19:16:02.726 DockSyncClient[24665:10b] SyncServer is unavailable: exception when connecting: connection went invalid while waiting for a reply 18/11/2007 19:16:02 [0x0-0x19019].com.apple.dock[159] 2007-11-18 19:16:02.740 DockSyncClient[24665:10b] Dock Sync Client caught exception: ISyncServerUnavailableException: Can't connect to the sync server: NSInvalidReceivePortException: connection went invalid while waiting for a reply ((null)) Any ideas? Rgds, Dabow |
|
#15
| ||||
| ||||
| Dabow, are you connected online when this happens? |
|
#16
| |||
| |||
| Yes I am |
![]() |
| Bookmarks |
| Thread Tools | |
| |