Gale Andrews wrote:cyrano wrote:OSX sends all files you save (and even those you don't save) in the background to the cloud.
However iCloud (and Time Machine) are off by default, aren't they?
Yes. But it doesn't stop the background tasks. Since Spotlight also depends on the framework that reads most files, it's running in the background. Disabling parts of it is like playing Mikado on a bus...
And it reads everything: pictures (for facial recognition), video (for geo metadata), text (of course, for Spotlight), but even some CAD files.
I never enabled Time Machine on my Mac Mini and I only send a few TextEdit files to iCloud just to see what happens. OS X is only an Audacity testing environment for me so I don't need to back up data for it.
There are also other processes involved. Messages, calendar data, push fi.
I use Time machine, much like Koz does. I avoid networked disks, as a source and as a destination. TM has been rock solid and I have seen two internal HD's die since I started using it. And I'm on 10.9.5 too. I'm avoiding Yosemite, even when Apple reinstated discoveryd. It's not so much I don't want to upgrade. It's that I don't NEED to upgrade. And I'm not done fixing 10.9 yet (I have a lot of server stuff to align with Debian), so I'll skip Yosemite, thank you!
However I think Koz here uses Time Machine and never has crash problems when saving or recording.
I don't have crashes either. I don't think Audacity has ever crashed on my machine.
But I do have a noticeable delay on save, even a short beachball. And the beachball takes longer if the app has been in the background longer en is allowed to nap.
As this happens on my own system now, I can shoot down suspects. That's how I started slowly to understand the errors that have been pestering some OSX users.
I do cmd-a, cmd-c, cmd-tab, cmd-n, cmd-v, cmd-s about a hundred times a day (config files and such) and it is most noticeable with TexWrangler. Often, when doing audio, TW is napping and I want to copy paste some data to a text file. And then I have to wait for TW to wake up. If a sniffer like Wireshark is running, you'll see an encrypted connection to leon.apple.com (the first name may change). And when that doesn't succeed, the gui is informed that the internet is down. Terminal, blissfully unaware, still continues to function as normal. Browsers don't, as they see no network. Torrents don't care either.
And that gui process "is the internet still up?" is very sensitive to small transmission errors and other stuff along the way. MTU, packet fragmentation, ipV6 bridging and stuff like that breaks handshakes along some routes. That's why you'll find the thread "this forum is slow" on any forum. Oh, and it only affects https of course. But once the bug is triggered, anything that is working in the gui will report a lost connection. Fortunately, launchd will restart something in the chain soon and it usually auto-recovers after... seconds, minutes, hours...
Gale Andrews wrote:cyrano wrote:If you have a problem when saving, it usually is related to one of these background tasks.
Certainly a few people have said that when using the Audacity dialogue to save projects or to import or export, it can be very slow navigating through folders, and much slower than when navigating in other apps.
One of the reasons could be that OSX has no "reader" for .aup files?
Also, does Audacity maybe create tmp files outside of /tmp/ ? My Linux stuff sometimes does that when I don't check paths and blindly run make. I think OSX doesn't like that. Don't understand why, though. Maybe there's no OSX "reader" on /tmp/ ?
I thought it was probably Spotlight indexing files that was the delay, but I don't see the delay. The only folders I exclude from Spotlight are network folders, so I let it index all local folders.
Basically, it's because you are far too tidy. You don't mess around enough to provoke this error. People who have all this stuff (Messages, social accounts, TM...) set up don't necessarily see these errors either. But those that mess around (change logins, install a lot of software...) do. That's NOT to say it's their own fault. The system is just too complex. You could almost compare it to the systemd schisma on Linux.
kozikowski wrote:I think Koz here uses Time Machine
I do. Three places. I have a large, spinning-metal drive connected with FireWire...
I used to run with TM active all the time. Till I ran out of disk space one day...
TM backgrounder prepares backups and copies files that "might be open later" to a cache. And sometimes, I don't backup for a week. Or even 3 weeks. If I record and edit in that period, this background file cache eats 200 GB, something I usually can't afford as I only have 750 GB in my Macbook. So I turn off TM.
I'm lucky that I have been able to observe The Error. Before I was under a sneaky suspicion that all these fools had these errors because they upgraded and didn't do a clean install, because they never RTFM, because they invited software like "Clean My mac" and about a hundred other things. But it has taken me two weeks to figure that out, once I could provoke The Error.