What happened to my "Internet Account" window ?

When I click my "Internet Account" icon in System Preferences, this is what I get:
Please help !
Thanks !!

1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
3. Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running any kind of program (not just a shell script) at the request of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
Here's a summary of what you need to do, if you choose to proceed: Copy a line of text from this web page into the window of another application. Wait for the script to run. It usually takes a couple of minutes. Then paste the results, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply.
6. The script is 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, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; Pc () { o=`grep -v '^ *#' "$2"`; Pm "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed '8!d;s/^ *//'; o=`SP Hardware | awk '/Mem/{print $2}'`; o=$((o<4?o:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d; /[my].*:/d'`; [[ "$o" =~ s:\ [^O]|x([^08]||0[^2]8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/{s/^.*://p;}' <<< "$p"`; Ps "Battery condition"; for b in Thunderbolt USB; do o=`SP $b | sed -En '1d; /:$/{s/ *:$//;x;s/\n//p;}; /^ *V.* [0N].* /{s/ 0x.... //;s/[()]//g;s/\(.*: \)\(.*\)/ \(\2\)/;H;}; /Apple|SCSM/{s/.//g;h;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); E=; for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* || continue; ls | while read f; do [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && e=" *" || e=; awk -F_ '!/ag$/{$NF=a[split($NF,a,".")]; print $0 "'"$e"'"}' <<< "$f"; done | tail`; Pm "${D[$i]} diagnostics"; done; [[ "$o" =~ \*$ ]] && printf $'\n* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|last value [1-9]|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process \"$s\" with UID ${s[1]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process \"$s\" with UID ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | awk 'NR>1 && !/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | awk 'NR>1 && !/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; o=`for d in {/,}L*/Lau*; do M; done | grep -v com\.apple\.CSConfig | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/Star*; do M; done`; Pm "Startup items"; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail/B,P*P,Qu*T,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; [[ "$ID" =~ ^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID ]] || printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find -L /u*/{,*/}lib -type f | while read f; do file -b "$f" | grep -qw shared && ! codesign -v "$f" && echo $f; done`; Pm "Unsigned shared libraries"; o=`for e in DYLD_INSERT_LIBRARIES DYLD_LIBRARY_PATH; do launchctl getenv $e; done`; Pm "Environment"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; Pm "Proxies"; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; Ps "DNS"; R && o=`sudo profiles -P | grep : | wc -l`; Ps "Profiles"; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(grep -v 'host *$' /etc/hosts); Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l | sed 's:/Users/[^/]*/:/Users/USER/:g'); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`SP Fonts | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
7. Launch the built-in 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.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you see an error message in the Terminal window such as "syntax error," enter
exec bash
and press return. Then paste the script again.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know your password, or if you prefer not to enter it, just press return three times at the password prompt.
If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line "[Process completed]" to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
8. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • What is the Exchange Internet account?

    I opened the Internet Accounts window to connect to my Google account and see something called the Exchange account already set up.  I didn't set this up and want to know what it is so I can decide if I should keep it.  The account shows my gmail address which adds to the confusion.
    Thanks,
    Joel

    An Exchange account is for the Microsoft email systems. that could include the MS Outlook.com address or any email provider, corporate or otherwise, that uses the Microsoft Exchange server systems for mail.
    You can click on that account and view its details. Do you have any type of account that connects to Microsoft?

  • What happened to my Mail accounts?

    What happened to my Mail accounts?  I updated software to 10.9.2, and all my accounts are gone.  Under "Internet Accounts," they're all still shown, but none will enable.  All my Mail folders, everything.  Mail seems to be a clean install.  ***

    Launch Mail.
    Click "Bookmarks" in the menu bar and then  "Rebuild" from the dropdown.
    Best.

  • Why is Messages no longer showing up under my iCloud account in the "Internet Accounts" window?

    Why is Messages no longer showing up under my iCloud account in the "Internet Accounts" window?  I recently deleted it and added it back, but then Messages went away.  On my iPhone, it shows me logged in under my iCloud account and my cell phone number is synced with that iCloud account.  Yet, on my Mac it isn't showing up.
    I've already tried removing and adding the iCloud back several times.

    The Messages app is supposed to grab the information from the "Internet Accounts." Messages has always included the ability to separately add Google, Yahoo, AOL, or other messages accounts; but, it has always grabbed the iCloud account information from the "Internet Accounts" section. Except for now, when the Messages option has disappeared from the iCloud account under "Internet Accounts."

  • What happened to the "Block Popup Windows" menu item in Safari 6?

    What happened to the "Block Popup Windows" menu item in Safari 6?  Seems to be gone.

    Shheesh!  Loki is saying that this was a very useful tool/option.  Is there any way to BRING IT BACK TO THE SAFARI MENU?  Not how to do it in Preferences.
    What I am saying is: What incompetent is responsible for this build of Safari?  There was no reason to take that out... plenty of room in the Safari menu.  But if you REALLY want to know why I'm ******, Older people can no longer go into "Appearances" and change the Fonts and Size without knowing how to use terminal or how to make .css files.  (which doesn't work well anyway)
    This build is infuriating.

  • What happens to other email accounts(Gmail,AOL etc.)?

    what happens to other email accounts(Gmail,AOL etc.)?

    This is a very vague question. If you have a MobileMe account and have been accessing them in the MobileMe online email pane, this facility is not available in iCloud; however you can perfectly well set them up in the Mail application on a Mac or an iPhone and check them that way.
    If you have an Apple ID using one of these accounts, it would be for iTunes or these forums, and you retain is for iTunes, iTunes in the Cloud and iTunes Match, and migrate your MobileMe account (if any) at http://me.com/move to move your calendars, contacts, bookmarks and email to iCloud.

  • I'm moving to Canada, what happens to my iTunes account?

    I'm moving to Canada from the UK, what happens to my iTunes account, can I convert it to a Canadian one and keep the same username and password and also keep all the content I currently have on my iPhone/iPad?

    I really don't know what this means.
    What do you mean "when I try to change the email on my itunes"?
    Where on itunes are you changing an e-mail?  and for what reason?
    Not sure at all what you are trying to do an it seems that you are confusing e-mail, itunes accoutns and libraries.
    Please explain exactly what you are trying to accomplish.
    You have music on your computer?  You want that music on your iphone?

  • What happened to my adobe account? I paid for lifetime membership some time ago?

    What happened bo my adobe account? I paid for lifetime membership some time ago?

    Hi Rose,
    I've checked your account; you have an active subscription to ExportPDF (tied to the same Adobe ID/email address that you use here in the forums).
    What account are you looking for? Adobe doesn't offer "lifetime" membership, but does offer subscriptions that are billed monthly or annually until you cancel.
    Best,
    Sara

  • What happens if i boot with windows an install a new version of windows on mac book pro ?

    I tried to install a windows on my mac book pro but i couldn't because of i don't know different problems which finally in this forum they told me u can not because of my hard disk partitions ( Link to that post) , now i am using vmware but its really slow for windows 8.1 and visual studio .
    i have now a question , what happens if i boot with win 8.1 boot able DVD and install a new windows ?
    the main questions are :
    1. does it recognize any of my partition to select for windows installation ?
    2. if no , can i format any partition for new partition during windows installation?
    3. if i could install a windows , who is the boot loader ? windows or mac ? can i still boot to windows or what ?

    majid khalili wrote:
    I tried to install a windows on my mac book pro but i couldn't because of i don't know different problems which finally in this forum they told me u can not because of my hard disk partitions ( Link to that post) , now i am using vmware but its really slow for windows 8.1 and visual studio .
    Give your previous partition layout, you cannot install Windows via Bootcamp, unless you are willing to give up all your extra partitions and go back to EFI, OS X and RecoveryHD only configuration.
    i have now a question , what happens if i boot with win 8.1 boot able DVD and install a new windows ?
    the main questions are :
    1. does it recognize any of my partition to select for windows installation ?
    2. if no , can i format any partition for new partition during windows installation?
    3. if i could install a windows , who is the boot loader ? windows or mac ? can i still boot to windows or what ?
    1. Windows installer will not work and you will end up with driver issues.
    2. No.
    3. You cannot, but if you could, the Apple Bootmanager would be your Boot Manager/Loader.

  • Popup message: "Google password required, enter your password for .."  Internet account window in system preferences won't open.  How do I fix?

    Google accounts are suddenly offline.  Popup: "Google Password Required, Enter your password for ... in Internet Accounts."  continues to System Preferences/Internet Accounts.  Account window won't open.  I just get the grey circling system-working-on-it icon.  Suggestions.

    Launch the Console 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 and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then try to open the preference pane. Select any lines that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.

  • HT204053 I have used my yahoo account as my apple Id. What happens to the iCloud account? is setup. Will information store in the cloud without an iCloud address

    What happens to all the information that is being stored in the cloud?

    Hi rjt,
    Sounds like you did not delete the iCloud account on your device before you changed your ID. You will need to do the following:
    1.     Sign onto Manage your Apple ID and change your Apple ID back to the old ID (this is temporary - do not verify it, do not change the password): Apple - My Apple ID
    2.     Go to Settings>iCloud and scroll to the bottom to delete the account. Use your current password when asked, follow the prompts to complete the deletion
    3.     Go back into Manage your Apple ID and change your Apple ID back to the new ID (you may need to verify it again)
    4.     Go back to Settings>iCloud and sign onto iCloud with the new ID
    Cheers,
    GB

  • Moving personal domain to .mac - what happens to the email accounts?

    I have had my own domain for many years, hosted at an ISP. I wouldn't mind moving it to .mac. But what happens to my email addresses?
    Right now I have several email addresses like this: '[email protected]'. It is actually protected by a commercial spam filter site - this filter site polls the host (personaldomain.com) for the email, filters it and then my email client polls the spam filter server.
    Can I maintain this structure and the email addresses if I move the domain to .mac?
    Or perhaps I should just use the forwarding option? I would like to save the monthly fee for the hosting ISP for personaldomain.com...
    I searched all the help files - couldn't find an answer (sorry if I missed it).
    Thanks,
    Oliver
    Message was edited by: oliverbogler

    Thanks for the two replies - I had read those pieces, but as you say, they don't specifically address what happens to email addresses that were hosted elsewhere.
    If I keep my current provider and just move the website (use domain forwarding) I know I can keep my emails intact as is. This means paying for both .Mac and the other ISP.
    I am guessing if I move everything to .Mac I am going to have to move the email addresses to the IMAP service from .Mac, and that may create problems with my spam filter service...
    Anyone else have any experience with this?
    Thanks!
    Oliver

  • I use Microsoft as my browser & it has suddenly stopped p;ermitting Firefox from lopening. What happens is a get a window which says time has elapsed do you wan

    I use microsoft & suddenly it will not permit Firefox to load. I get a window which says TIME OUT do you want to try again, & this keeps repeating. I have downloaded your new firfox & this has not changed the situation. What can I do?
    [email protected]

    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *http://kb.mozillazine.org/Browser_will_not_start_up
    *http://kb.mozillazine.org/Error_loading_websites

  • What happens to mail only accounts?

    I bought 3 email only accounts along with the family pack in mobile me (when it was dot mac) long time ago
    I paid for these for several years, then mobile me came in with Aliases, but my mail only accounts were tied over as legacies, and I continued paying for them in mobile me.
    They are 3 [email protected] addresses, and are important to keep.
    What will happen in iCloud? am I going to loose these addresses - which would have a major impact on my "digital lifestyle"
    I really need to know how to keep them not figure out how to live without them!
    Then also I have two email addreses/accounts as part of mobile me family pack, wife has two also, Son has one.
    Does each of these accounts need migrating over to iCloud?
    What if two of these are the same person on the same Mac(s)
    Advice appreciated, thanks, Graham

    You mention email-only and Family Pack: these are not the same thing, but it doesn't matter as they can be treated the same.
    Each account (or sub-account) can be separately migrated to iCloud at http://me.com/move and will become a full individual iCloud account complete with all the facilities (Lion 10.7.2 required) and 5GB of free space.
    What if two of these are the same person on the same Mac(s)
    I see no reason why this should be a problem. You will need to sign in with your main account at System Preferences>iCloud and then add any subsequent accounts, that you want to use on the same user account on your Mac, at System Preferences>Mail, Contacts & Calendars.

  • Lost/stolen iphone 5, what happens to my imessage accounts on my other devices?

    I have lost/had stolen my iphone 5 and will have to therefore get it replaced.
    As it may well have been stolen I think I am going to erase all the data on the phone via the 'find my iphone' app.
    My first question is, having erased the data on the phone, will all of my contacts on my imessage account on my laptop and ipad be retained?
    Secondly, whilst I wait for my replacement phone to arrive, will I still be able to use my imessage on my laptop and ipad despite not having my phone anymore?
    Finally , will I be able to keep the same phone number with my new iphone?
    Quite a few questions there I know..Any help would be really, really appreciated!
    Many thanks,
    George

    Reporting a lost or stolen Apple product
    What to do if your iOS device is lost or stolen
    Yes, you can use Messages on your laptop and iPad and they should be retained.
    You will have to check with your carrier in regards to your phone number.

Maybe you are looking for