Admin user account won't connect to internet - but guest will.

I'm having a very strange problem with my imac.  When I am signed in using my normal admin account, the internet won't work.  Or if it does it is brutally slow.  And as long as I have the my computer plugged into the internet... whether it be ethernet or wifi, no one else in my house can connect to the internet either, or it's brutally slow as well.  The second I unplug the ethernet cable from the back of my computer, everyone else's computer on my home network works perfectly.
The only way I can avoid this problem is to sign on to my imac with the guest account, in which case the internet works fine on my computer and everyone else's.  Does anyone know how to fix this?  I really don't want to just start using the guest account... I am a photographer and all my info, apps, etc. I use for my business are in my normal admin account.  Any help will be much appreciated.  Thanks, Beverly
I am running Lion 10.8.5

This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
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.
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 a program at the instance 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: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
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.
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 paragraph doesn’t apply.
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:
clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; 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'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; egrep -q 'No th|pms' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; d=(/ ""); D=(System User); for i in 0 1; do o=`cd ${d[$i]}L*/L*/Dia* && ls *.{crash,hang,panic} | tail | awk -F_ '{$NF=a[split($NF,a,".")]; print}'`; Pm "${D[$i]} diagnostics"; done; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|ssert|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && 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 90 ]] && 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 | sed 1d | awk '!/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 | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/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 :`; Pm "Profiles"; 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); 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 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; 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]##*/} files"; 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.
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.
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.
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'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're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
The test may take up to 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. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line 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.
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." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the 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

  • Firefox won't connect to internet but IE will!!

    I'm using latest edition of Firefox on windows 07 laptop. Two days ago my internet connection slowed significantly (i was only one) for few hours but then things got to normal. My computer updated (windows) last night and when tried to turn on firefox it won't connect or load website pages. First it said errror in my connection, now message says 'the connection has timed out'. I have done everything stated on firefox support (checked proxy - am on college network so it was on auto and I switched it to no proxy - no luck), I checked my firewall (managed by mcafee) and even though windows is not being used on my laptop I added firefox just in case - no luck. I did the other steps on the page - no luck. IE is working fine and at reasonable speed so it's not the connection.
    Any help would be greatly appreciated!!
    Edit: don't know if this may help but googlechrome won't work for me either - it opens, and tries to connect to page but never does. . .

    [[https://support.mozilla.com/en-US/kb/Cannot%20connect%20after%20upgrading%20Firefox?s=cannot+connect+after+upgrading+firefox&as=s]]
    For me the problem was McAfee Security Center running on Windows 7. I reset McAfee and Firefox connected again.

  • Safari, iTunes, iMail, etc... won't connect to internet but FireFox will?

    All of my apple applications that use Safari to connect to the internet won't. If I want to connect to the internet I have to use Firefox. I am using a Cisco Linksys Dual Band Wireless N Gigabyte Router with it. My apple my ipod touch which uses safari also will not connect to the internet. This is extremely annoying since I can no longer download anything from iTunes on my iMac or ipod Touch.

    I have this problem also. I hope someone out there is reading that can help troubleshoot. When Mail and Safari quit I can still use Firefox. unplugging the network cable and plugging it back in fixes it temporarily. It happens at least twice a day.

  • Safari won't connect to internet but firefox will

    I just set up a home wifi network. Firefox v 22 works perfectly.   However itunes store in itunes fails to open. I also just get a blank screen in Safari with no connectivity to the internet. No address I type into the browser bar generates ANY response. Chrome aso works just fine as a browser, so internet connectivity is NOT an issue. Any ideas on a fix to allow these two Apple products to work?

    Back up all data.
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If any proxy options are selected, make a note of them and then deselect them. You don’t need to change the bypass or FTP settings. Click OK and then Apply. Test. The result may be that you can't connect to any web server. Restore the previous settings if that happens.

  • My Ipod won't connect to Facebook, but it will log onto Skype

    For some reason, my Ipod touch won't get on Facebook, but it will operate Skype just fine. Also, it will send me messages when I am offline as well, from Facebook Messenger, and the games that I play. I have tried resetting the internet connection, but it's still the same thing. And I have checked it for updates as well. Can anyone help me?

    What is "it" in "Also, it will send me messages when I am offline as well, from Facebook Messenger, and the games that I play."
    The iPod can send or receive message without an internet connection.
    What iOS version on the iPod?
    Have yo went to FB's support site?'Have you tried when connected to another network? Maybe the network is blocking FB

  • Ipod won't connect to internet but says its on wifi

    Okay so I gave up my iPod for lent and of course as soon as I get it, it has problems. My iPod says it's connected to the network but any and every time I use Facebook or google or really anything with internet and it won't connect. It says its not connected to the internet. I've tried factoryr restoring and it wont work . Yeah I just checked and it said the internet connection appears to be offline. Help?!

    - Try powering off and then back on the router
    - Try resetting your iPod:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    -Try resetting network settings: Settings>General>Reset>Reset Network Settings.

  • Safari won't connect to internet but other browsers will

    Firefox and Chrome can connect to the internet but since upgrading to Yosemite, Safari, iTunes and other Apple Apps have an exceedingly difficult time connecting to the internet. (ie server not found) I have to resort to turning off/on my wifi and/or restarting my computer. All other non-Apple applications can access the internet just fine.

    I, too, am experiencing this problem. It occurs with both Safari and Firefox. It wasn't bad at the start; occasionally what seemed like my internet would cut out while I was surfing, but then the problem began to last for longer durations. As of this morning, I've been trying to get Safari to open for two hours with no success.
    Here's the specifics. I open Safari. Most times, the load bar will extend about 1/6 the length and stop, displaying my homepage address in the address bar. Sometimes, the load bar will creep halfway, and part of my homepage will appear; typically, images don't load, and sometimes the page format gets wonky. Rarely, the homepage will fully load! I can even move through the homepage's image slideshow seamlessly. However, if I try to go to another page, I'm back at the 1/6 occurrence. Very rarely, everything works fine. Closing the laptop or Quitting Safari kills the connection, and I have to start this stupid process all over again. Finally, Firefox is either all or nothing; either the pages load and work fine, or nothing works at all.
    I've done a DNS manual adjustment, I've created a specific Network, I've unchecked Safari from the iCloud options, I've run scans for malware and viruses (and came out clean), and I've done a clean reinstall of Yosemite. There's no need for me to tweak my router or contact my ISP; every other wireless application in our house is functioning perfectly. It's not the wifi.
    Nothing's working, and I'm about to throw my computer out a window (not really, just frustrated). Any help would be so very appreciated.

  • My mac won't connect to Internet but all other dev...

    hi there my Mac will not connect to the Internet but all other Apple and other devices will connect wirelessly can someone help ? Is it an issue with the IP address to the Mac or is it the DNS which is currently blank?

    Try these manual network settings.
    IP address      192.168.1.50
    Subnet Mask   255.255.255.0
    Default Gateway 192.168.1.254
    DNS Server    192.168.1.254
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • IMac won't connect to internet, but can on internal network

    Hi,
    I've tried resetting the router and various other things that I found on the internet.  I know its not a router problem as I am using my MBP to post this discussion.  It won't even connect to the router's internap page.  Any thoughts?

    With the iMac failing to open any web page outside of your network, then I would be checking the DNS setting in System Preferences > Network > Wifi > Advanced. Compare what you have here to what the MBP has set.
    But with the iMac also failing to connect to the routers internal web page then you've got additional problems beyond DNS. Using the MBP as a reference, if you make a note of the TCP/IP network settings in the Advanced section as shown above, is the iMac using the same? (apart from the IP address which should have the last number set to a different value).

  • IPod Touch 4G Won't Connect to Internet but No Problem with Nintendo DSi...

    My sons new iPod Touch 4G 32GB won't recognize any networks. We have manually entered the name of our network and entered the password but to no avail.
    I was able to get my daughter's new Nintendo DSi online within minutes but the iPod just won't work.
    We have updated the firmware on our router, rebooted our router, reset the iPod, read the iPod manual, we've tried EVERYTHING.
    Any suggestions?
    Thanks for your assistance!!

    - Reset the iPod. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on yur router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points

  • EMac won't connect to internet, but other computers will?

    So I've got this problem with my eMac.
    I've been trying to get it to connect to the internet through my cable modem, and it hasn't worked yet. However, all my other computers (including the vista x64 laptop I'm typing this on right now) connect within 3 seconds of being plugged in.
    I've tried plugging the eMac into the both hubs, even plugging it directly into my cable modem, and it still generates some weird IP (169.254.130.32, subnet 255.255.0.0) which isn't even close to right.
    I tried manually inputting the same IP/subnet/gateway info from my laptop, and it still wouldn't connect.
    Any ideas?

    Hi AttackBadger, and a warm welcome to the forums!
    Any 169.254.x.x addy means it's not being dealt an IP from any DHCP device.
    I tried manually inputting the same IP/subnet/gateway info from my laptop, and it still wouldn't connect.
    You'd have to use a different IP than any other on the Network, but same Mask & Router.
    even plugging it directly into my cable modem, and it still generates some weird IP (169.254.130.32
    For that to work since Modems only talk to the last device since powering up, you'd need to power down everything, wait 5 minutes, power up the Modem, wait 2 minutes, power up the eMac.
    Does this Ethernet cable work on other computers?
    The Interface that connects to the Internet, needs to be drug to the top of Network>Show:>Network Port Configurations and checked ON.

  • Suddenly iMac won't connect to internet yet laptops will

    With no changes that I'm aware of my iMac will no longer connect to the internet. When I open Firefox (or Safari) a window pops up telling me Firefox can't connect to my default URL nor any other site I select. I've tried turning airport off and then back on, resetting the wireless router from Verizon (FIOS) and unselecting and reselecting the signal from the router. Strangely this is not happening on my laptop nor my wifes.
    iMac is running Tiger, laptops Panther.

    Try with this AirPort Utility 5.3.2 for Tiger update.  

  • Connected to internet, but browser will not open

    I have an HP Pavilion  23 All in One.  After a power outage, the browser will no longer open, even though I am connected to
    the internet via Wi-Fi.  Except for the internet, all other computer functions are working just fine.
    I am using Windows 8.
    Does anyone know how to fix this.  All other computers in the house are working via Wi-Fi without any problems.
    Thx
    This question was solved.
    View Solution.

    Hi,
    Open a Command Prompt and enter "ipconfig/release"  (without quotes)
    Then enter ipconfig/renew
    Also try ipconfig/flushdns and ipconfig/registerdns
    Are you using IE? Set defaults in Internet Options, Advanced tab. (See below).
    Shut down cable/DSL modem and router. Unplug both from AC power for a couple of minutes. Reconnect devices to AC power and energize.
    Still having an issue? Run the System file Checker. Instructions are here.
    Run boot time hardware diagnostics on the patient.
    Jaco
    ****I am not an HP employee****
    Please give a" Kudos, Thumbs Up" if advice received is relevant or" Accept as Solution" to assist other forum users having a similar problem.
    HP Products:
    810-150se Desktop
    17t-j000 Notebook
    H8 1380t CTO Desktop
    560z Desktop
    Errare humanum est.

  • MacBook won't connect to wifi but iPhones will?

    Help! My MacBook will not connect to wifi at home. All other devices do, but  none of the MacBooks. Weird, right? I've tried every fix I could find in these forums and nothing works. Diagnostic test says network is working fine...

    i sometimes run to these issues when i have my nieces and nephews visiting me and a lot of devices trying to connect to the same router - some will connect and others won't.
    I solved my issue by getting into my router's settings and changing the channel - under the wireless section.
    I also changed all my macbooks dns settings to the image below.
    give that one a go and see if that helps you out.

  • Mac Mini won't connect to internet using Apple products (Safari, iTunes, AppStore). Date and time are frozen to the moment CPU is booted up. Firefox works. Cannot update.

    For the past few days my Mac Mini has been having issues.
    Safari won't connect to internet, but Firefox does.
    Time and date are frozen. Only resets when copmuter is re-booted.
    Unable to update via App Store and iTunes won't connect either.
    Please advise.

    Hi again,
    Let me ask for some better help for you that is familiar with this problem (if in fact it is a similar problem with the IP address and your ISP.
    The other topic concerning this can be found at:
    http://discussions.apple.com/thread.jspa?threadID=2725608
    It is a somewhat lengthy thread but may just apply to your situation.
    Anyways I will see if I can call on some better help for you. Hang in there. Best to arm yourself with enough info before contacting Comcast so they might know what you are dealing with fully.
    littleshouders
    edit: I have posted for some extra help for you that may have a better idea of what's going on if it is your ISP and their modem and how it handles the IP address causing Safari and iTunes not to connect. Hang in there it may take awhile but I'm sure someone will pop in to help.
    Message was edited by: littleshoulders

Maybe you are looking for

  • How do I get my screen to open to full size? It just started to open in 1/2 (left) screen.

    Mozilla opens in 1/2 screen. I'm used to full screen. How do I get it back == This happened == Every time Firefox opened == Today

  • RE : F4 functionality

    hi , plz tell me how to add f4 help functionality to a text field in a screen in module pool program. ie., the input should be given by selecting from the list of entries from the database table for that particular field. Thanks & Regards, Syam.

  • Need dynamically generated ( in PL/SQL) Month in column header.

    Hello, I need to dynamically display the month in a column header and have tried using PL/SQL . I can paste following in the "Column Atributes" PL/SQL heading type to show names in the column headings: return 'RESOURCE_NAME:TEAM:PROJECT' but I need t

  • Abap ques

    1.What is the difference Between Role and Profile? 2.What is the process of dialog program from first to last? 3.How can one use Bar codes in Sap-script? 4.Answer the following set of questions a)     What is MANUE field in NAST table? b)     What is

  • RFC redirected to sapdp instead of sapgw

    Hello I have two RFC connections to two different partners; Both from ECC to ECC through our saprouter. And both partner systems have a logon group or me the connection should be something like : our ECC -> our saprouter (port 3299) -> partner CI (po