New answers tagged mountain-lion
2
Check this out for a previous post. But, adding a bit to that answer...
First - while you have 4 physical cores, you have hyperthreading active, which allows each core to serve as 2 virtual cores. This will give you a theoretical maximum CPU usage of 100% x 8, or 800%.
Second - the % reported in the activity monitor is showing total CPU% (so it won't ...
1
If the line doesn't exist commented-out, then just add it separately. i.e. put a line in httpd.conf that reads AddModule mod_php5.c.
0
I suspect that PathFinder isn't actually the culprit here. I downloaded and extracted (although didn't install) PathFinder, and searched for ECFile, and found no matches:
Mitsu:Contents ashley$ pwd
/Users/ashley/Downloads/Path Finder.app/Contents
Mitsu:Contents ashley$ find . -type f -exec grep ECFile {} \;
Mitsu:Contents ashley$
I suspect ...
3
You can make a smart mailbox where "From" "ends with" "ru".
0
Just type .ru in the search box, hit enter, then click the Any drop down that appears and change it to From.
1
Given this is happening after a clean install, and there are no errors in the log, sadly I'm suspecting a hardware issue, which coincidentally has occurred near the time of upgrading from 10.5.
I have seen issues like this which were caused by a failure of the inverter board (which generates power for the display backlight).
I would recommend making a ...
0
It seems like a bug in Mountain Lion. Removing the app from dock and adding it again usually resolves the problem for me.
0
To answer the question in your update "Can Time Machine do selective restoring?", Migration Assistant (in /Applications/Utilities) can restore data from a Time Machine backup, with some control over what is restored. See Apple's HT4889 for some details.
You also asked: "If I restore my entire home folder, will I also be restoring the faulty settings ...
1
I resolves this by the using an answer from this question that links to this blog post, and incorporating this Wake UP NAS applescript into the automator app (Changing the MAC and local broadcast IP address to suit)
Wake Up Nas Script:
do shell script "python -c \"
import socket
data = '\\xff'*6+'\\x00\\x13\\xd4\\xdc\\xf2\\x80'*16
s = ...
1
According to this Apple KB Document, ports 80 and 8088 are used for SUS.
0
Apple has documentation for their Software Update server built in to OS X Server here -- see under "Other services". This doesn't seem to give the detail you need, but it does mention the /etc/swupd/swupd.conf configuration file, which might contain that information.
1
1 . Delete the stack from your dock and drag the download folder again into the dock and try
Download stack ? Check you download history -
sqlite3 ~/Library/Preferences/com.apple.LaunchServices.QuarantineEventsV* 'select LSQuarantineDataURLString from LSQuarantineEvent'
1
Mountain Lion does log a limited amount of information to
/private/var/log/wifi.log
To read that file – and its siblings such as wifi.log.0.bz2 – use Console.
Included with the operating system is a diagnostics app that can enable debug logging. With that level of logging enabled you can then use Console to:
view all messages
add a system log query
...
1
Bluetooth and WiFi do use the same 2.4GHz1 frequency bands (as do many other things), so they could interfere relatively easily. It also doesn't help that there are a lot of networks in your area. However, I find it highly unlikely that the interference would cause you to lose your connection, given that the video shows a full 4 bars when you are connected.
...
5
The best way is to boot into your current OS X install, and download the Mountain Lion installer from the Mac App Store. When the installer asks which drive to install to, select your second partition.
Internet Recovery is different to the Recovery HD partition.
Generally…
As long as you have a valid Recovery HD partition, trying to boot into ...
1
The problem is that you are getting flooded with notifications. They're coming in so fast that the Notification Center is summarizing them instead of displaying them. So you probably should turn off some notifications.
Some apps let you select, in the application's preferences, what to notify you about. For example, Sonora probably lets you turn off ...
0
From Apple Support Communities Thread:
Restart your computer and hold down cmd + R to boot into recovery mode.
From the menu bar, select Utilities -> Terminal
Type in "resetpassword" without the quotes.
In the window that pops up, there will be a button in the lower right corner labeled "Reset Home Directory Permissions and ACLs". Click on ...
1
Solved by myself. XQuartz installation added a custom configuration for ssh in etc/ssh_config. I have just removed ForwardX11 yes and ssh won't open XQuartz anymore.
0
Apple only supports backup to Time Capsule, so the wording there is a constant and not something designed to know it's not backing up to Time Capsule as opposed to an actual server or directly connected drive.
You can test this (since I doubt they recently changed course on this with an update) by connecting a totally new drive to the Airport Extreme, wipe ...
0
If possible, you should try manually deleting the file from trash. I don't have a Mac, but when that same problem happens on my Windows computer, deleting the file out of the trash seems to work.
Good luck.
2
With the help of Growl's documentation about AppleScript support and a little discussion with Bart Arondson and Elliot B in the comments onto the question I've come up with the following AppleScript.
I've saved this script as an application agent which you can add to your login items in System Preferences → Users & Groups → Login Items.
...
2
The Trash contains files from different volumes. Try running…
rm -rfv /Volumes/BOOTCAMP/.Trashes/*
Depending on drive permissions, this may have to be run using sudo.
2
One simple idea first: hold down the option (alt) key as you choose Finder > Empty Trash (see Apple's HT1526).
If that doesn't work, I noticed that if you look closely in your Get Info screenshot, you can see that the file is actually in /Volumes/BOOTCAMP/.Trashes/501, not ~/.Trash.
I'd try rm -f ...
3
A firmware update for that SSD was released early this year: have you updated? The release notes mention:
Resolved a power-up timing issue that could result in a drive hang, resulting in an inability to communicate with the host computer. The hang condition would typically occur during power-up or resume from Sleep or Hibernate. Most often, a new power ...
0
OK, so I found the culprit.
It is amazing that no error message was visible in console or in the error logs, but I found a site which helped me a lot.
http://blog.joshdick.net/2012/07/28/troubleshooting_apache_in_os_x_10.8_mountain_lion.html
In that post, the author, Josh, suggested restarting apache using the following command:
sudo bash -x ...
1
I use an AppleScript that toggles through 3 of the 'scale' options depending on the current option...
local index1, index2, index3
set index1 to 3 -- 1440 x 900 (Best for Retina)
set index2 to 4 -- 1680 x 1050
set index3 to 5 -- 1920 x 1200 (More Space)
-- Launch "System Preferences", open the "Displays" options and change to the "Display" tab
tell ...
1
The serial number may be an issue. When MacOSX thinks it is running on dodgy (i.e. non-Apple) hardware it usually has far more severe problems. There's no lockdown of an installation of MacOSX to a particular Mac, i.e. no DRM with keys and mandated validation with the vendor as with Windows. Apple cares most about people buying hardware, so the only "piracy" ...
0
I figured it out. I pressed the "archive" button (command+option+a) on a message, it moved the message to that folder and then the folder appeared on the left.
0
You can edit the plist in a text editor after converting it to XML:
plutil -convert xml1 ~/Library/Preferences/com.apple.LaunchServices.plist
Then add entries like this to the LSHandlers array:
<dict>
<key>LSHandlerContentType</key>
<string>com.adobe.pdf</string>
<key>LSHandlerRoleAll</key>
...
2
I had the same issue, what I found was that using a Software called ShareMouse, and when it crashed, I lost my Cmd+v functionality; I then forced ShareMouse to close, and cmd+v returned.
You may be experiencing this issue with ShareMouse, or some other piece of software.
0
Two things to check that correlate to this being caused by increase LAN traffic due to new roommates.
Are there QoS (Quality of Service) settings on the router, and if so, how are they set? Skype traffic would be prioritized and if the WAN is getting saturated the router might respond by temporarily shutting of lower priority connections.
Is the router ...
0
You shouldn't directly open the ISO file in OS X: it's not needed. You should simply convert the .img file to an .iso file and copy it to the USB stick using dd, following these instructions.
Then restart your Mac pressing the Option key, and choose the live USB option.
1
Check out duti:
duti is a command-line tool written by Andrew Mortensen, designed to set default applications for document types and URL schemes on Mac OS X.
Document types on Mac OS X are defined by what Apple calls Uniform Type Identifiers, or UTIs. HTML files, for example, have a UTI of public.html. Microsoft Word documents are described by the ...
0
This question is answered very thoroughly here: http://superuser.com/questions/259248/mac-osx-change-file-association-per-file-on-the-command-line
Short answer: a file's application association is stored in the file's resource fork, and Apple provides two utilities (Rez and DeRez) which allow manipulation of resource forks... but this is not for the faint ...
0
I guess the answer's 'no', then. Will send feedback to Apple about it and hope that it changes in a future update.
2
I would run /System/Library/CoreServices/Network Diagnostics.app and isolate what isn't working on the Mac.
It's hard to guess based on the information you have edited into the question.
0
From the tests you made we can eliminate a list of potential culprit
candidates:
memory: hardware tests
internal disk: use in target mode
but you might be tougher on this test:
in target disk mode fire Disk Utility and perform some (ex.: 4)
Verify disk one after the other.
OS: re-install by an Apple service center
Here are the remaining candidates:
...
0
Question: Is the [AEBS + USB/AirDisk + Time Machine] combo finally,
officially supported? On Mountain Lion or something? I couldn't find
documentation along those lines but since we're talking about backups,
I just want to make sure I'm not following an unsupported mechanism.
It is not supported.
From KB article OS X Mountain Lion: Disks you can ...
2
Its hard for me to test, but I believe if you set the alert type to banners, and then un-tick the show in notification center then it shouldn't show the count.
Open System Preferences > Notifications
Select the desired app from the list
Select 'Banners' as the alert style
Un-tick the option Show in Notificaion Center: X Recent Items
1
Mail > Preferences > Accounts > Advanced
There is an option called "Keep copies of messages for offline viewing"
If you have that set to All messages and their attachments, then Mail will download your entire Gmail archive, which could be several GB.
I suggest setting that to All messages but omit attachments, then quitting Mail, then deleting ...
1
I use a hot corner, and find it even easier than a keyboard shortcut. You don't need to press any keys with a hot corner.
4
Goto your HomeFolder -> Library -> Preferences and delete the file : com.apple.terminal.plist
That should reset the settings on your Terminal
0
This smells like another device on your network is trying to use the same IP as you, or some trouble with DHCP.
Could you see if you can still reproduce it after assigning yourself a static IP?
Goto Network Preferences, choose your Ethernet interface, advanced, TCP/IP
Change the "Configure IPv4" dropdown to "Manually"
IPv4 Address: 192.168.1.150 ...
0
do what the Seph says with automator, here: https://discussions.apple.com/thread/3081180?start=0&tstart=0
1
In the messages prefs, under the messages tab do you have the "save history when conversations are closed" checked or not?
I generally don't close my conversations so I haven't lost any of my messages but if you regularly close them then this might be the option to check, if you haven't already done so.
Also if you have your main (Apple ID) account listed ...
-1
My suggestion is that you avoid using a Dell, or any other Windows manufacturer's mouse, for that matter, on a Mac computer.
0
You can switch hidden files visibility using freeware app Funter that executes the same code in Terminal as it was listed above. So the problem is resolved in two clicks.
You can access Funter from menu bar just like that:
0
Alt click and select "Get info." This will refresh the folder. I have this problem with ftp folders mounted as a drive via Transmit.
1
Try deleting the savedState directory:
rm -r ~/Library/Saved\ Application\ State/com.apple.finder.savedState/
When I tried running killall -kill Finder, that worked, but open -Fa Finder or command-clicking Finder's Dock icon didn't.
You could also try to:
Disable ~/Library/Preferences/com.apple.Finder.plist by temporarily moving it somewhere else.
...
1
Well, this thread exists, which I must have missed when I first looked into the problem.
While I'm not sure why the issue was occurring, I can reasonably say that it was related to 10.8.3, and at least one other person I asked was not experiencing the same.
Anyhow, this behavior is caused by /Library/Preferences/com.apple.TimeMachine.plist, and in ...
Top 50 recent answers are included




