Apple Releases Second OS X 10.11.2 El Capitan Beta to Public Beta Testers - MacRumorsOpen MenuShow RoundupsShow Forums menuVisit ForumsOpen Sidebar
Skip to Content

Apple Releases Second OS X 10.11.2 El Capitan Beta to Public Beta Testers

Apple today seeded the second beta of OS X 10.11.2 El Capitan to public beta testers, two days after releasing the second beta to developers and a week after seeding the first OS X 10.11.2 public beta. Today's update comes two weeks after the public launch of OS X El Capitan 10.11.1.

The second OS X 10.11.2 beta is available through the Software Update mechanism in the Mac App Store to those who are enrolled in Apple's beta testing program. Those wishing to join the program can sign up on Apple's beta testing website.

os_x_el_capitan_roundup
The first OS X 10.11.2 beta did not include any outward-facing changes, but it likely includes bug fixes, security enhancements, and performance improvements to address issues discovered since the release of OS X 10.11.1. Apple's release notes for the initial developer beta asked testers to focus on Graphics, Wi-Fi, Calendar, USB, Notes, Photos, and Spotlight.

Related Forum: OS X El Capitan

Popular Stories

iCloud iPhone 17 Pro

iPhone Users Who Pay for iCloud Storage Get Two New Perks on iOS 27

Thursday July 2, 2026 6:10 am PDT by
If you pay for certain iCloud+ storage plans beyond the 5GB that Apple offers for free, you will receive two more perks on iOS 27 at no additional cost. A summary of the two new iCloud+ perks on iOS 27:Increased daily usage limits for some new Apple Intelligence features, including image generation in the revamped Image Playground app. HomeKit Secure Video cameras receive generated video...
iPhone 4 on Black Feature

Apple Facing One of Its Worst Leaks Since the iPhone 4

Thursday July 2, 2026 9:53 am PDT by
Apple supplier Tata Electronics recently suffered a cyberattack that resulted in thousands of confidential files being published on the dark web, and this reportedly included some photos and documents related to the upcoming iPhone 18 Pro. We have elected not to share any of the leaked photos in this story due to the illegal nature in which they were obtained, but they can easily be found...
Apple Event Logo

Apple Just Released a New Product

Thursday July 2, 2026 8:04 am PDT by
Apple's first product release of summer 2026 occurred this week, but do not get too excited, as it is merely the Beats Solo Buds in a new color. Beats Solo Buds are now offered in orange through Best Buy in the U.S., with availability set to expand to 7-Eleven stores in Japan on July 4. Apple already offered orange Solo Buds in India for free with the purchase of an iPhone 15 or iPhone 15 ...

Top Rated Comments

OldSchoolMacGuy Avatar
139 months ago
Hope this fixes [INSERT PROBLEM I'M HAVING THAT I WRONGFULLY ASSUME EVERYONE ELSE EXPERIENCES WHEN IN REALITY ONLY 0.2% OF USERS SEE].
Score: 34 Votes (Like | Disagree)
realeric Avatar
139 months ago
Will safari be snappier? Seriously, Safari in El Capitan 10.11.1 run so slow.
Score: 8 Votes (Like | Disagree)
DesignerOnMac Avatar
139 months ago
Will safari be snappier? Seriously, Safari in El Capitan 10.11.1 run so slow.
Snappy for me.
Score: 7 Votes (Like | Disagree)
139 months ago
Windows and older Macs have NO issues accessing SMB shares. This problem has been present in the last 4 versions of OS X and Apple has done little to nothing to address it. Go search their user forums or Google it. There is no shortage of people complaining about it.

And yes, egregiously broken. An older Mac or Windows client can list a directory on an SMB share containing 400+ files in a matter of 2-3 seconds. El Capitan (and Yosemite and Mavericks...) take upward of 3 minutes to list that same directory. File copying takes twice as long.

That is the very definition of egregiously broken.

And once again, I've updated to this new beta and all those problems are still there.
It's an issue with how OS X deals with SMB shares and DS_Store files. Because OS X writes a DS_Store at ever level of the folder tree on local and mounted drives and folders, it can seriously slow down folder population in Finder on those SMB mounted drives. So turn off DS_Store file creation on network mounts. In Terminal, enter:
defaults write com.apple.desktopservices DSDontWriteNetworkStores true

That will definitely speed things up considerably, near instant folder population in Finder. OS X also doesn't index mounted drives by default, so if you and your users want to search mounted drives just type in Terminal:
mdutil /Volumes/<folder name> -i on

To turn it off:
mdutil /Volumes/<folder name> -i off

It takes a long time to index mounted drives typically. To see the progress, Type in something into Spotlight and there'll be a progress bar for the index progress.

That should definitely speed up everything on network mounts! :)

I should caveat that not writing a DS_Store file makes it so Finder will not remember your chosen view for that folder/drive. Meaning if you like column view on your mounted folders, you have to select the column view each time. Not a huge deal, but just how Apple made it. Not having those DS_Store files writing is sooo much better though. I also highly recommend deleting the ones that already exist on your SMB share. They're hidden files so you have to turn on view hidden files.

Also make sure your SMB share is using the highest available SMB version. Yosemite and El Capitan use SMB 3.
Score: 6 Votes (Like | Disagree)
jasnw Avatar
139 months ago
There are two camps of folks posting on the OS X release topics these days: (1) those who have a problem and act as though everyone else must have the same problem or else they're lying, and (2) those who don't have a problem and assume all those who do are beandip-for-brains idiots. Would people in both camps please put a sock in it so those who have found problems can identify them and others can make suggestions about fixes without being harassed?

Thanks from the rest of us.
Score: 5 Votes (Like | Disagree)
139 months ago
Windows and older Macs have NO issues accessing SMB shares. This problem has been present in the last 4 versions of OS X and Apple has done little to nothing to address it. Go search their user forums or Google it. There is no shortage of people complaining about it.

And yes, egregiously broken. An older Mac or Windows client can list a directory on an SMB share containing 400+ files in a matter of 2-3 seconds. El Capitan (and Yosemite and Mavericks...) take upward of 3 minutes to list that same directory. File copying takes twice as long.

That is the very definition of egregiously broken.

And once again, I've updated to this new beta and all those problems are still there.
I'm with you buddy. I manage a mixed environment and a couple years ago removed an aging Mac Pro server with a Windows server and the Mac clients struggle with sluggish file/folder browsing and copy times when working on the Windows server. Fortunately, they mostly work on their own (mac mini) server so over afp things are better.

But, it probably goes without saying Apple could give a rats butt about servers and office environments since dumping their server and networking business. I would not hold out for any real improvements in the area. They're busy tinkering with watches, home automation and TV (and building spaceship shaped "campuses"). No time for real business.
Score: 5 Votes (Like | Disagree)