Intermittently, when I try to enter the internet through Safari, it freezes up and won't fully load in the internet. If I turn the iMac off and start it again, it seems fine. I have had my internet provider check everything from their end.

Intermittently, when I try to enter the internet through Safari on my Imac, it freezes up so that the loading line only goes 1/3 way across and then stops. If I shut down the computer and then restart, it usually loads fine. I have had my internet provider check eveything form their end and it is fine. I suspect that I have a software conflict. My provider and others have said that I should use FireFox because Safari is not that stable. I am running OSX Maverick on my system. This was a recent download.  Is anyone else having this problem and have you any ideas how I can correct it.    

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help to identify which such modifications you've installed, as well as some other aspects of the state of the system that may be pertinent.
Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: You copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, paste again. That's all there is to it. Details follow.
You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual. If it only boots in safe mode, proceed anyway.
Below are instructions to run a UNIX shell script. It does nothing but produce human-readable output. However, you need to be cautious about running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
The script will line-wrap or scroll in your browser, but it's really a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
If you have more than one user, and the affected user is not an administrator, then please run the script twice: once while logged in as the affected user, and once as an administrator. The results may be different. The administrator is the user that is created automatically on a new computer when you start it for the first time. If you can't log in as an administrator, just run the script as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the Terminal application in any of the following ways: 
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
Triple-click anywhere in the line of text below on this page to select it:
clear; PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf '\n%s:\n\n%s\n' "$1" "$o"; }; PC () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); PR "$1"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; }; a=$(id | grep -w '80(admin)'); [[ "$a" ]] && sudo true && r=1 || r=; { [[ "$a" ]] || echo $'No admin access\n'; [[ "$a" && ! "$r" ]] && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0));  PN "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$( printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]} ) || o=; PR "Total CPU usage"; [[ "$o" ]] && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); PR "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; PC "cron configuration" /e*/cron*; o=$(crontab -l | grep [^[:blank:]]); PR "User cron tasks"; PC "Global launchd configuration" /e*/lau*; PC "Per-user launchd configuration" ~/.lau*; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist") || ID=; ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {,/}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; [ "$r" ] && { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l | grep [^[:blank:]]); PR "Root cron tasks"; }; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; exit
Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately, leaving the Terminal window empty. If that doesn't happen, press the return key.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter your password, the script will run anyway, but it will produce less information. In most cases, the difference is not important.
The script may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "[Process completed]" to appear in the Terminal window.
You can then quit Terminal. The output of the script will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again.
Please note:
☞ This procedure is all copy-and-paste — type only your login password when prompted. When typing it, you won't see what you're typing. Make sure caps lock is off.
☞ Remember to post the output. It's already in the Clipboard when you see "[Process completed]" in the Terminal window.
☞ If any personal information, such as your name or email address, appears in the output, anonymize it before posting. Usually that won't be necessary.

Similar Messages

  • I recently loaded OS 10.6.2. I can get on the internet but can't access email. I get a pop up that asks for my email passwd. I enter the passwd but it is rejected. My email provider checked everything from their end and said it was my software. Any ideas?

    I recently installed 10.6.2, everything was fine for a few days. Last night I logged on to check email and got a new pop up window asking for my email account password. Its never came up before with the old OS or with the new OS prior to this point. I entered my password but it was rejected. After an 1 1/2 hours on the phone with my internet/email service provider it was determined that my password was good and the system was ok on their end. Access to the internet is not affected so I think its something wrong with the new OS. Any ideas?
    thanks

    Mac OS X v10.6: Mail.app won’t open, or "You can't use this version of Mail…" alert after installing Security Update 2012-004:
    http://support.apple.com/kb/TS4424?viewlocale=en_US&locale=en_US
    Fellow user Grant Bennet-Alder offers this solution:
    Some users have reported this problem if the Mail Application has been moved out of the top-level /Applications folder, or duplicated in another location.
    When the Security Update is done, the old version of Mail is disabled.
    The solution has been to:
    1) make certain Mail is in the /Applications folder
    2) There is no other copy anywhere else.
    3) Once steps 1 and 2 have been done, Manually download and re-apply the Security Update (2012-004) by hand.
    Security Update 2012-004 (Snow Leopard)
    If the Mail.app has been LOST, it can be re-installed by applying the 10.6.8 version 1.1 combo update. But this update is quite large and it is usually not necessary:
    Mac OS X 10.6.8 Update Combo v1.1

  • HT5517 I want to photo stream pix from my iMac to apple tv. When I try to enter the iCloud account name and password, the systems tells me that terms of service have changed and won't let me proceed. What's that about.

    I want to photo stream pix from my iMac to apple tv. When I try to enter the iCloud account name and password, the systems tells me that terms of service have changed and won't let me proceed. What's that about?

    You need to reset the password for the "old" account, and then use that to turn off iCloud.  Then you will be able to sign in with your new ID.
    You can reset your password at iForgot.apple.com.
    If you don't know the answers to the security questions, you will need to start there.
    http://support.apple.com/kb/HT5312
    -If you established a rescue email address, there will be a link on the "Passwords & Security" page of id.apple.com.  Clicking the link will send the reset to your rescue email address (NOTE:  This is not the same address as your Apple ID email)
    -If there is no link on the page, then you didn't establish a rescue email address.  Contact AppleCare at 800.694.7466 (If you are in the US), and ask for account security.  You will need to answer some questions to verify your identity, AND you will need access to a computer to generate a temporary support pin.
    -If you are not in the US, click http://support.apple.com/kb/HT5699 - Apple ID: Contacting Apple for help with Apple ID account security
    HTH

  • I just dowload and pay the new LR6. I already have the LR 5.7 on my PC with OS 8.1 64bits - when I try to enter the serial number Adobe informs me that there are no eligible product available - the list doesn't include the LR6 version ?

    I already have the LR 5.7 on my PC with OS 8.1 64bits - when I try to enter the serial number Adobe informs me that there are no eligible product available - the list doesn't include the LR6 version ?

    thank you very much!
    everything's allright
    bye

  • HT2729 I bought a TV episode from iTunes (I have version 10 installed), but when I try to play it on my laptop, it keeps stopping and starting, with the voices out of sync with the action.  The action is stop/start as well.  What settings can I change to

    I bought a TV episode from iTunes (I have version 10 installed), but when I try to play it on my laptop, it keeps stopping and starting, with the voices out of sync with the action.  The action is stop/start as well., and occasionally it skips 5 or 10 seconds altogether, making it impossible to watch.  What settings can I change to fix the problem.

    Repair your QuickTime.
    Control Panel > Programs n Features > highlight QuickTime and click CHANGE then REPAIR.

  • I'm a israeli client i just get the macbook pro from U.S.A and i had received 100$ gift from Appstore and when i try to enter the code they tell me that your itunes store (israeli) does not match that of the gift certificate

    I'm a israeli client i just get the macbook pro from U.S.A and i had received the 100$ gift from Appstore
    i'm tryin to enter the code of the gift and they tell me your itunes store (israeli) does not match that of the gift certificate !
    how can i get the 100$ gift and how can i  realize it ?!

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • I have an att uverse router. When I try to enter the WPA Passphrase it says my passphrase is invali

    I have a Officejet 4500 Wireless printer Model G510n.  My internet is att cable and I run Ubuntu 11.11 as my operating system.  I can't get my HP printer set up.  When I enter my network password I get an error message that my WPA Passpharse is invalid.

    I had a similar issue.  We recently had AT&T U-verse installed.  Our printer, a J4680C Office Jet is connected to the desktop by USB cable and it was printing fine from there; however the printer was no longer being recognized by my laptop.  I could manually add it but every time I printed; the print job just read Error-Printing.
    I knew I needed to set up my printer to see the correct network 2WIREXXX (SSID) and I had a Network Access Key (passphrase/WPA) from the side of my RG (residential gateway/router) but every time I entered that number the printer told me it was invalid.  I did some research, spent hours trying the solutions which included uninstalling and reinstalling the entire printer and software, down-loading new drivers, banging my head against the wall, etc.
    I finally called AT&T to no avail; they referred me to HP for support, who said they could help but I’d need to pay for advice since my printer was an older model.  I was feeling very frustrated by this point and I am sharing what turned out to be user error in the hope of saving someone else some aggravation.
    Here’s the deal, each time the message PASSPHRASE was displayed on the printer menu screen, I was hitting the forward arrow button and entering my PASSPHRASE or WPA or Network Access Key on the blank line.  Little did I know but each time I did that, I was inadvertently adding a space in front of the passphrase!  I kept getting the error message “invalid passphrase”, so my printer wasn’t part of my network and couldn’t be seen by other devices wirelessly.
    I finally tried this.  As soon as the word passphrase comes up; do not arrow forward, just immediately enter the WPA number.  LOOK carefully at your WPA to make sure it is exact; no spaces in front or extra characters on the end (an i came up on my printer).  If it does, just arrow back one time to erase it.  When you are ready, hit OK and voila!  Problem solved and my laptop now sees the wireless printer, is happily printing and my husband is allowed to talk out loud again. Hope this helps someone else avoid the same mistake!

  • I am having trouble redeeming my iTunes card on the App Store.  It always times out when I enter the code.  But when I try to enter the redeem code in the iTunes Store, an error code comes up (5002)  What does that mean?

    I am having trouble redeeming my iTunes card on the Mac App Store....A message comes up and says, "your session has expired.  Try again."  I try again and it's the same message.  I also tried to enter the redemption code on the iTunes Store and the same message comes up or it says, "Error 5002"  I need help....I feel like I wasted my money.  and I need  a program for school. 

    Clic here:  iTunes: Advanced iTunes Store troubleshooting
    Then click:  Expand All Sections
    Then scroll down to error 5002.

  • Why does my iphone 3gs always load newstand when i try to enter the app store

    When i try to get into the APP store my phone always loads newstand so I cant get the apps i want,anybody got any ideas which would help

    Hi DashyEdge,
    When you say you "changed my apple id", does that mean you renamed it to your new email address?
    See "How to change the name you use for your Apple ID"
    That is what you want to do so you still only have one Apple ID and it now has the new name and email.
    It sounds like you may have created a new Apple ID instead and started purchasing stuff with that.  Just because an old email address expires, doesn't mean the Apple ID it is based on goes away.  Apple IDs can't be deleted.  The only way for them to change is to rename them to a new "ID" (name/email).
    It is best to stay with only one Apple ID for purchases.  As you are seeing, Apps need to be updated with the ID they were purchased with. If you don't have many purchases with your new Apple ID, you might want to rename it to something else so you can rename your old ID to this new name (email).  Then stick with your old, but renamed ID.
    You don't remember the password for your old Apple ID?  Can you access your old Apple ID using the security questions instead of the email verification?
    See also http://www.apple.com/support/appleid/
    ivan

  • I have an original iPad and when I try to login on Yahoo through Safari it will not log me in. What could be the problem?

    My original iPad will not log me into Yahoo through Safari. It's been this way for one week. I can access Yahoo on my PC with no problem so I think the problem is my iPad or Safari.

    Your description of the behavior  of the ipad1 during a login attempt is more precise than mine, it is the exactly as my ipad1 reacts and supposedly as all other iPad1 will behave. This could be solved either by apple with an update of the safari browser for ipad1. I do not think that apple will do that. Also yahoo could undo the change of the login procedure which they recently made and which is incompatible do the ipad1s safari browser. They hardly will do that either if not be urged by lots of ipad1 users.
    !!!!  SO SEND COMPLAINS TO YAHOO, PHONE THE HOTLINE ETC  !!!!!!
    Otherwise you have to buy a new iPad or to change the email provider.

  • HT3819 My new Apple TV works fine but turns off Home sharing at regular intervals. This requires me to re-enter my itunes password and start over again. It is not my computer. I've checked and home share is still on in itunes. Any advice on where I should

    I just installed Apple TV. Works fine but turrns itself off at regular intervals of about 30 minutes. This requires me to re-enter my Apple ID and re-start all over again. Wjen I check iTunes on my computer, home sharing is still turned on. THis leads me to think the problem is in how I configured Apple TV on my HDTV. Any advice on where I should look?
    THanks in advance.

    I have had no luck. After an hour with phone tech support I have re-installed the current Apple TV software update., re-booted the entire system three times., checked each of my two Airport Express's.,unplugged and re[plugged in every cable,  ad infinitum, ad nauseum and still no luck. I have also decided iTunes 11 *****. Not near as intuitive especially with regard to moving stuff around between my playlists, etc.
    Alright guys, is this a problem because of iTunes 11? Is Apple releasing stuff before adequate debugging? Did Steve take his high standards with him?

  • I am having problems with the plugin-container freezing FF when I quit it in the task manager FF starts working again. I am also getting this problem as well...347542828.exe

    The exe gives this error report
    ''347542828.exe
    szAppName : firefox.exe szAppVer : 2.0.1.4120 szModName : hungapp
    szModVer : 0.0.0.0 offset : 00000000
    C:\DOCUME~1\Mom\LOCALS~1\Temp\WER84c3.dir00\firefox.exe.mdmp
    C:\DOCUME~1\Mom\LOCALS~1\Temp\WER84c3.dir00\appcompat.txt''
    And this...
    "szAppName : 347542828.exe szAppVer : 0.0.0.0 szModName : ntdll.dll
    szModVer : 5.1.2600.6055 offset : 000192f9 "
    I need to get rid of it or an explanation of it because it is a major hindrance. Its more alarming that I can't find anything on it.
    Please help me fix this.

    Have you submitted the hint button issue to the site for comment?
    It is hard to debug script problems without access to the page... If you want to research it yourself, start by opening the Error Console (Tools menu) and clicking the Clear button. Then reload the page and check the Console for any errors (red icon). These can indicate when scripts are not loading correctly. Then try to click the hint button and see whether that triggers any additional errors.
    The error messages generally are most useful to the page's programmer, but sometimes can reveal enough information to create a user solution (e.g., running a script through the GreaseMonkey extension that repairs the problem).

  • How do I add songs to a current playlist now that I've downloaded iOS 7 to my iPhone 4? I don't seem to be able to add songs anymore-- when I try to add the song, it just starts playing it instead.

    I used to be able to open the playlist, choose to Edit it, then go to the song I wanted to add and the song would have a plus sign next to it and if I tapped the song, it would be added to the playlist however many times I tapped it. Now when I Edit the playlist, I go to the song I purchased to add it and there is no plus sign, but I figured, hey maybe that's new too, and I tap it anyway. Instead of going on my playlist it just starts playing. I even thought, after multiple attempts at this, that if I let the song play all the way through it would go on my list, but that was a failed idea as well.
    Does anyone out there know how to fix this? I realize I can probably start a new playlist---or maybe I cant!!! --I haven't even tried! But even if I can, I don't want too because this one has lots of songs in a particular order, and I just want to add my new purchases!
    I already greatly dislike the visual changes that came with iOS 7 - so I hope these other issuesare easily fixable....
    Thanks!

    Hi TakesTwo2Tango,
    Thanks for using Apple Support Communities.  It sounds like you should definitely be seeing a plus sign after tapping Edit, so I would try a couple relatively easy things (closing the Music app, resetting the iPhone):
    iOS: Force an app to close
    http://support.apple.com/kb/ht5137
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    Cheers,
    - Ari

  • Why does 404 error show when I try to enter the mail on Yahoo

    after having HUGE problems with the 'babylon translator' program; it added itself as a search/toolbar not only on Firefox, but IE and Google Chrome, without my invite. After having to delete ALL of these browsers, add-ons and plug-ins associated with them, I've re-downloaded Firefox, et al. Now, Firefox gives the '404 error' when clicking on 'mail', after being already logged in to Yahoo. I love Firefox, but I have to go to IE for my mail and its graphics are misaligned and leave much to be desired. An equivalence to a program on peyote, if you'll excuse the analogy...

    You're not the creator of this thread and have a different problem. I'd suggest you start your own topic, including full details about your problem. Replying to other people's threads with your own issue is impolite to the original poster and not likely to get you much assistance.
    Regards.

  • HT1311 when I try to enter the security code for my credit card then I click the "done" icon in the top right corner of the phone my security code does not save

    title says it all...

    If all your creditcard details are correct, you should be able to login and make purchases.
    Please note however, that the security code (CVC code) can be asked by apple on several occassions (f.e. when you're using a device for the first time) to confirm you're the credit card owner.
    Hopefully my post helps you out. Please click the "This solved my question" or "This helped me" button if appropriate.
    Cheers,
    Wouter

Maybe you are looking for

  • How to  find out  Query name if i have Program generated by Query

    Hi Gurus, Can you please let me know the Query Name if i have the Program name. The program name is : AQTQP2P=========INVENTORY_SUM= I thought P2P is the user group and either "INVENTORY_SUM"  or  "AQTQP2P"  is the Query name but both doesn't exists

  • How can I show and hide an image or a decoration on the front panel during execution of the vi?

    Hello, I've made a user interface with a little grafic description. That description should change depending on user actions, e.g. if the user switches a button, some lines should disappear and some other lines should appear. I thought some decoratio

  • Airport Extreme and AT&T DSL Modem Settings?

    I have given up!  Switched from Time Warner CAble Modem Internet connection with my AEBS network after 3 years without problems.  Moved and had to switch and get AT&T DSL High Speed Internet using their Modem (WESTELL REV: S, ADSL2+ ROUTER).  Ever si

  • Digitizer replaced

    Replaced my digitzer on my 2nd gen itouch but the screen still fails to respond, any suggestions?

  • Getting new hard disks to show up?

    I have installed Solaris 10 to my primary hard disk. The OS is up and running fine as far as I can tell. I have also added two three more hard disks (250GB PATA IDE drives). The BIOS during bootup sees the drives just fine. (Even the Solaris install