Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kCFURLVolumeIsAutomountedKey warning for Time_Machine drive #403

Closed
MLKrisJohnson opened this issue Nov 11, 2016 · 3 comments
Closed

kCFURLVolumeIsAutomountedKey warning for Time_Machine drive #403

MLKrisJohnson opened this issue Nov 11, 2016 · 3 comments

Comments

@MLKrisJohnson
Copy link

MLKrisJohnson commented Nov 11, 2016

If I let MacVim run, I get a message like this written to the Terminal window that launched it about once per hour:

2016-11-11 08:58:48.339 MacVim[4923:11304439] kCFURLVolumeIsAutomountedKey missing for file:///Volumes/Time_Machine/: Error Domain=NSCocoaErrorDomain Code=257 "The file “Time_Machine” couldn’t be opened because you don’t have permission to view it." UserInfo={NSURL=file:///Volumes/Time_Machine/, NSFilePath=/Volumes/Time_Machine, NSUnderlyingError=0x7fcc933024e0 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}

FWIW, I have Time Machine enabled, and it is doing an encrypted backup to a drive on a server. The user account used to access the drive is not the user account that MacVim is running under.

This doesn't seem to be hurting anything, but it is a bit annoying. I'm guessing that MacVim is trying to do something with each mounted volume once per hour?

@splhack
Copy link
Contributor

splhack commented Nov 11, 2016

I don't think so, but disabling auto update #390 may change the behavior.

@MLKrisJohnson
Copy link
Author

MLKrisJohnson commented Nov 11, 2016

I have already disabled SUEnableAutomaticChecks.

FWIW, I see these settings when I run defaults read org.vim.MacVim:

    SUEnableAutomaticChecks = 0;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2016-10-25 18:48:17 +0000";
    SUSendProfileInfo = 0;

@splhack
Copy link
Contributor

splhack commented Nov 11, 2016

I believe that Vim and MacVim codebase don't have such thing. Sparkle may access network and file system regularly, but I've never seen the log. More likely Vim scripts or plugins?

@splhack splhack closed this as completed Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants