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
If a backup operation is in progress (so the backup snapshot or backup disk are mounted), then packer build for Parallels fails, as mdfind kMDItemCFBundleIdentifier '==' com.parallels.desktop.console, which is used to find location of Parallels, returns more than one result. See the log in gist for the failure during SuperDuper! backup.
Can be fixed by splitting mdfind output by line and trying the locations until one succeeds in order of likelihood (e.g. starting with /Applications, then /Volumes, and filtering out /private).
If a backup operation is in progress (so the backup snapshot or backup disk are mounted), then
packer build
for Parallels fails, asmdfind kMDItemCFBundleIdentifier '==' com.parallels.desktop.console
, which is used to find location of Parallels, returns more than one result. See the log in gist for the failure duringSuperDuper!
backup.Can be fixed by splitting
mdfind
output by line and trying the locations until one succeeds in order of likelihood (e.g. starting with/Applications
, then/Volumes
, and filtering out/private
).Packer 1.1.3, host MacOS 10.13
Log: https://gist.github.com/dottedmag/ab4f903f99e3fc3e065a084426c8f85e
The text was updated successfully, but these errors were encountered: