My Mac stops responding while I'm browsing the iTunes Store


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS My Mac stops responding while I'm browsing the iTunes Store
# 1  
Old 12-18-2008
My Mac stops responding while I'm browsing the iTunes Store

When browsing the iTunes Store on some iMac and Mac Pro computers with Mac OS X 10.5.5, your computer may stop responding to input.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. AIX

FTP daemon stops responding

I have a strange problem with the FTP server on AIX 5.2. During the busiest time of the day, we get intermittent connection failures or timeouts connecting to the ftp server. The only thing clue that I can find is that daemon log shows the following message: ftpd: /bin/ls: Resource temporarily... (2 Replies)
Discussion started by: jhall
2 Replies

2. UNIX for Dummies Questions & Answers

NIS stops responding for few minutes and back to normal again

Hi Friends, I have 1 NIS and 2 NFS, at every one time, the max number of user logged in is less than 60. Everytime, I need to use the NIS. The system stops responding for around 10mins and back to normal and again stops responding again and back to normal. Does anyone knows what is cause... (2 Replies)
Discussion started by: jennifer
2 Replies
Login or Register to Ask a Question
SW_VERS(1)						    BSD General Commands Manual 						SW_VERS(1)

NAME
sw_vers -- print Mac OS X operating system version information SYNOPSIS
sw_vers sw_vers -productName sw_vers -productVersion sw_vers -buildVersion DESCRIPTION
sw_vers prints version information about the Mac OS X or Mac OS X Server operating system running on the local machine. When executed with no options sw_vers prints a short list of version properties: % sw_vers ProductName: Mac OS X ProductVersion: 10.3 BuildVersion: 7A100 The ProductName property provides the name of the operating system release (typically either "Mac OS X" or "Mac OS X Server"). The ProductVersion property defines the version of the operating system release (for example, "10.2.4" or "10.3"). The BuildVersion property provides the specific revision of the operating system as generated by the Mac OS X build system. OPTIONS
The output of sw_vers can be refined by the following options. -productName Print just the value of the ProductName property. -productVersion Print just the value of the ProductVersion property. -buildVersion Print just the value of the BuildVersion property. EXAMPLES
% sw_vers -productName Mac OS X % sw_vers -productVersion 10.3 % sw_vers -buildVersion 7A100 FILES
/System/Library/CoreServices/SystemVersion.plist /System/Library/CoreServices/ServerVersion.plist Mac OS X March 10, 2003 Mac OS X