mitch_de, on 19 August 2012 - 08:26 AM, said:
i can see much DNS related errors in the console log since B13/B17. So i also nor recommend that on hackintosh - we have no benebit only problems with that.
LOL, saw your post on Macupdate too while googling, same error code. Looking at the installer script, looks like the problem is in this section:
# Install daemon.
${CP} -R "${DAEMON_SRC}" "${DAEMON_DST}" >> ${HANDSOFF_INSTALL_LOG} 2>&1 ; UNINSTALL_AND_EXIT_ON_ERROR 4 "cp daemon"
${MKDIR} -p "${DAEMON_PLIST_DST_DIR}" ; EXIT_ON_ERROR 4 "mkdir daemon"
${CP} -R "${DAEMON_PLIST_SRC}" "${DAEMON_PLIST_DST}" >> ${HANDSOFF_INSTALL_LOG} 2>&1 ; UNINSTALL_AND_EXIT_ON_ERROR 4 "cp daemon plist"
${LAUNCHCTL} load -w "${DAEMON_PLIST_DST}" >> ${HANDSOFF_INSTALL_LOG} 2>&1 ; UNINSTALL_AND_EXIT_ON_ERROR 4 "launctl daemon"
INCREMENT_PROGRESS_BAR