Won't Log Out

My 15" MBP will not log out successfully. This started after the latest security update, at least thats when i first noticed it. It sits at one blue screen, then flickers to another with the loading icon. It seemingly does this forever and never actually logs out. Anyone got any thoughts? Thanks

It appears my MBP doesn't have a log in screen all together. When i enable user switching and chose to go to the log in screen it just sits there at a blue screen. I won't dare chose to not auto log in because of the fear it will not boot anymore.

Similar Messages

  • My computer won't log out of a program.  what do I do so I can restart my computer?

    my computer won't log out of a program.  what do I do so I can restart my computer?

    You can force quit it. Hold down the option key, hold your cursor on the dock icon and you'll see Force Quit. You can also try clicking opt-cmd-escape to bring up the Force Quit window, highlight the program you want to quit and click Force Quit.
    Note that you may lose settings or progress if an application isn't shut down properly.
    Matt

  • MBP won't log out of user account

    Hello,-
    My MBP won't log out of my user account.  It just sits at a white screen with the apple logo.  I have to reboot it (several times) to get back
    to my user accounts.
    I have done a disk repair and it worked fine for 2 days then back to issue.
    Any suggestions?

    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 general principle, not because of anything suggested in this comment.
    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 identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
    Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, 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.
    While investigating the problem, you may have started the computer in "safe" mode. If possible, these steps should be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so.
    Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable output, but they must be entered exactly as given in order to work. 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. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The commands will line-wrap or scroll in your browser, but each one is really just 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.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. 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. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; { o=$(( $(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256 )); [[ $o -gt 1024 ]] && printf "\nPageouts: %s MiB\n\n" $o; 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"; o=$(crontab -l); PR "User cron tasks"; o=$(cat /e*/lau*); PR "Global launchd configuration"; o=$(cat ~/.lau*); PR "Per-user launchd configuration"; 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); [[ $o -eq 0 ]] || printf "\nRestricted user files: %s\n\n" $o; 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:-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"; for d in {,/}L*/{La,Priv,Sta}* L*/Fonts; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
    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). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command 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 "Step 1 done" to appear below what you entered. The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message. No typing is involved in this step.
    Step 2 
    Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
    PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; { 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); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'error|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; echo $'\nStep 2 done'
    This time you'll be prompted for your login password, which you do have to type. 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. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    You can then quit Terminal.
    To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
    Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
    Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
    Remember, Steps 1 and 2 are all copy-and-paste — type only your password. Also remember to post the output.

  • Mac OS 10.6.8 Won't Log Out

    Lately, my Mac Pro will not Log Out, I get a message saying an application is still running and if I close it down it can then logout – however are no applications running when I get this message - I always close all Apps before I try to logout. What can I check to see what the problem may be?
    My System:
    Hardware: Pro 2x2.8 GHz Quad-Core Intel Xeon with 20GB System Memory, Using all 4 Drive Bays (750HD; 500HD, 2 X 2-Terabyte HDs) System: Still using Snow Leopard 10.6.8. (Displays & MacPro) and installed system checked out by authorized dealer in Nov 2013 (regular check up when more Memory added) everything running fine. Displays: Apple 30" HD Cinema Display and Apple 20" Cinema Display - NVIDIA GeForce 8800 GT video card 512 MB VRAM - these are setup as Extended Desktop.

    Try going to the /Force Quit or command - option/alt/esc and see if any applications show up. Occasionally an application will not quit even though you told it to.

  • Parental Control accounts with Simple Finder won't log out

    Since upgrading to Snow Leopard, my children cannot logout. The accounts use Simple Finder and have Parental Controls set. To log out, we must Force Quit Finder. How do I fix this? Also, empty Trash does not empty the trash.

    enable full finder. go to home/library/preferences and delete the files com.apple.dock.plist and com.apple.finder.plist. then control-option click on finder in the dock and choose 'relaunch'. then start Activity Monitor ((it's in /Applications/Utilities) and force-quit Dock. switch back to simple finder and see if it works better now.

  • Skype won't log out! (lets make them fix this!)

    I can't find a valid post for this sort of thing, but it ends here & now.
    There is no reason that is acceptable to the users of Skype, that should continue to allow it's program "Skype" to forcibly keep us logged in, be it as online, away or otherwise.
    No, it is not acceptable to force us to have to go thru endless solutions to try an fix something that used to work correctly before microsoft took over Skype.
    THE PROBLEM - Skype will not log us out & keep us logged out when we close the program on ANY platform.
    THE SOLUTION - Microsoft/Skype & it's related staff/teams/coders/etc need to return this function to the way it was, & because of the era of smart phones an some users wanting to keep the silly function most of us hate an want gone, accept this idea additionally. Allow THOSE users the option of clicking their status to forever online, give it in the status menu or even somewhere in options but forcing the majority of us users to have to fight this battle is unacceptable!
    Other notes:
    [Your label system for making posts doesn't allow the proper tags as I know them to be, so I threw in all the ones you forcibly listed as I couldn't make this post any other way. Fix that crap too skype.]
    I'm not going to read this post after this point, me the starting person. This is an effort to try an get the people who manage this program to take notice & do something acceptable to OUR demands NOT what they feel is a solution.
    Perhaps a flame war will result, hate for my name, god knows such things are common place when someone tries to do something good, not to mention all the idiots who lack reading comprehension skills an cannot understand the posts as they are written vs what they "want to read".
    I hope this gets the ball rolling for the intended solution, the users must rally to this cause or it will never happen, we will continue to be forced to "deal with it" an we shouldn't have to as some of us are CASH PAYING CUSTOMERS! an our demands should be taken more seriously otherwise we can/will/an should take our biz somewhere else as that is the only thing that seems to grab a stupid companies attention.
    Have at it guys, make e'm work for the money they think they've earned!
    Nothing to see here..

    Hi, Waterdust, and welcome to the Community,
    THE PROBLEM - Skype will not log us out & keep us logged out when we close the program on ANY platform.
    The concept of "closing the program" seems to have changed or evolved with the increasing use of smart phones, combination smartphones and tablets called "phablets," and tablets, which if I recall sales trends correctly, have overtaken laptop and desktop sales.  I have been either an observer of or a participant in Skype's on-line Community since approximately 2007-2008, in other words, before the current Community platform was launched in 2011.  Over the years, many people have posted about their wish that when they clicked the "X" at the top right of the Skype for Windows software client, or the red dot in the Mac OS environment, that single-click action would a.) close the program, and b.) sign out of Skype.
    I prefer the long-standing procedure of the two-step (one more click or tap does not phase me in the least) close and/or quit routine.  I appreciated this on my Windows computers and laptops, and now even moreso on my BlackBerry devices (Q10 and Classic), iPhone 6, and iPad.   I like the convenience of Skype running in the background while I use the handheld device for other tasks, as well as not having to worry about accidentally signing out of Skype.
    Much to so many other posters' chagrin, Skype employed a two-step sign-out and program closure - long before Microsoft or even eBay entered the picture!
    There is no reason that is acceptable to the users of Skype, that should continue to allow it's program "Skype" to forcibly keep us logged in, be it as online, away or otherwise.
    If I understand correctly, what you are referring to is the "presence" or status setting problems: Online - Away - Invisible - Offline.  For the sake of clarification only, this is technically not a problem with keep[ing] us logged in.  I refer to this blog article and continuing discussion here:  http://community.skype.com/t5/News-and-Announcements/UPDATED-Changes-to-your-Skype-online-status/ba-...
    I confirm that when I set my status or presence setting to "Invisible" (or, "Offline") on all instances where I have Skype signed on (first click or tap), and then proceed to sign out (second click or tap) and close the software (third click or tap), I am logged out of the Skype service, and my status of Invisible shows this.   I appreciate the status settings resolutions are apparently work-in-progress, and that it seems to have been a long time to settle this.
    Looking forward to reading a thoughtful dialogue.  Flame-throwing is neither necessary nor in the context of providing constructive feedback.  Please, let us all keep this on-line community's Community Guidelines in mind as we continue this discussion.
    Best regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Iphone won't log out of old apple id

    I forgot my password for my original Apple ID and cannot retrieve it. I made a new Apple ID and logged into it under settings--store--apple ID. However, every time I try to update my apps for my phone, it asks for the password for my old Apple ID and will not seem to connect to my new Apple ID, even though that's what I'm logged into now. I'm stuck and can't update any of my apps. Please help!

    You don't. Apps are forever tied to the Apple ID that they were purchased with. So, you can find out what the passcode to the old Apple ID is, or you can delete those apps associated with and re-purchase them with your new Apple ID.
    Cheers,
    GB

  • How to log-out my accnt on facebook?

    Hi, I used my c3 for logging in to my facebook account and then suddenly it won't log out. I keep on clicking on the log-out button but it won't. It only goes back to my FACEBOOK home page, how can I log it out?? pls help. TNX.

    Start the facebook application => Go to your profile page by pressing the second button from left on the bottom of the screen => Logout button appears to the top left corner.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • My computer has more than one login. Now when I log out it just brings up a blue screen and won't let me do anything eles. What's wrong with it?

    Now it just brings up a blue screen and it won't
    Let me do anything eles. What's wrong with it. This is the second time it's done it today

    I am experiencing the same thing on log out, not all the time but too often. I can get going again by shutting down with the power button, waiting 10 sec. then pressing the power button to boot up again. I have run Disk Utilities, Techtool Deluxe and Disk Warrior which all indicate everything is OK. So I am hoping someone will be able to help us with this issue.

  • My MacBook Air is stuck in iPhoto and won't let me log out it says its downloading pics to the library but it not - can anyone help me to escape out of this?

    My MacBook Air is stuck in iPhoto and won't let me log out it says it is downloading pics into the library but it is not - can anyone help me escape out of iPhoto?

    Apple menu ==> force quit
    Post back if you have trouble after quitting and rebooting your MBA
    LN

  • IPhone 4 apps not updating that require wifi. They get only so far and then start over again. Now they won't even attempt to update. Given the 'done' or 'retry' option and they're still unusable. I've tried logging out of app store, rebooting, and reset.

    I have 4 apps that will not update. Im mostly concerned with one, as it has a good amount of in-app purchases. It started to
    Update and got 3/4 done then started over again. now im given the 'done/retry' option shortly after attempting an update. I've rebooted, reset(lost all my phone contacts thanks very much....), logged out of app store....
    Perhaps its the wifi I'm using (cruise ship worker here), and will try again on a land wifi signal before worrying a lot. any help would be great.
    In-store helper had me double click home and clear out all opened apps and that worked then , but not now.

    Also, just as a note, I restored my iphone last night, and it has made no difference.
    One last thing... On itunes, when i click 'info' on apps that are said to be under my friends account (ie they will only update when he is logged in), it says that i purchased them under my account, yet it won't let me update them.

  • Mountain Lion won't sleep, shut down, restart, or log out.

    Hi All,
    After Mountain Lion my 2010 iMac 27" won't sleep, shut down, restart, or log out.
    Basically most functionalities of clicking the apple icon are disabled - "About this Mac" doesn't work either.
    Please help!
    Before Apple fixes this, is there another way of putting my Mac to sleep or shut down?

    Just adding another voice to the chorus.  Since upgrading to Mountain Lion my computer will not sleep.  The cursor freezes when I try to invoke sleep but the computer and monitor remain on.  The cursor unfreezes when I tap the spacebar the way I would normally do to wake from sleep.  Fortunately, shutdown, restart and logout function normally, so I guess I should count my blessings.  This isn't my only problem with Mountain Lion, but I didn't want to muddy the waters on this thread with other issues.
    Dual quad-core MacPro3,1

  • Firefox keeps remembering a website and won't allow me to log out and will not return to login page. been to cookies, saved passord options, nothing helps

    firefox keeps remembering a website and won't allow me to log out and will not return to login page. been to cookies, saved password options, says no password is saved but it is. nothing helps

    It might be that you are logged in with HTTP authentication (either basic or digest). This authentication is arranged by the browser, so you would have seen a pop-up dialog asking for a user name and password while logging in. It seems that these are cached by the browser and it requires you to restart the browser to log out...
    http://en.wikipedia.org/wiki/Basic_access_authentication
    http://www.tolaris.com/2009/09/08/logging-out-of-http-auth-with-firefox/
    Because I found that having to restart the browser quite annoying I stumbled on this question and also on the HTTP Logout add-on that allows you to log out without restarting your browser. Not many sites use HTTP Authentication, but you might give it a try.
    https://addons.mozilla.org/en-US/firefox/addon/http-logout/

  • After IOS8 can't connect to App Store or ITunes Store on IPad 2.   Tried logging out but now won't let me log back in!

    Completely frustrated and considering dropping Apple.  My IPad 2 is quickly becoming a brick after loading IOS 8.  No WIFI problems, IOS up to date, logged out of the App Store and ITunes in settings - but no app store access, no ITunes access and my photos now won't load to IMAC.  Any suggestions?  Jeez, I really liked my Apple products, too...

    Back up all data.
    Unlock the Network preference pane, if necessary, by clicking the lock icon in the lower left corner and entering your password. Cllck Advanced, open the DNS tab, and change the server addresses to the following:
              8.8.8.8
              8.8.4.4
    That's Google DNS. Click OK, then Apply.
    In Safari, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. If you’re using another browser, empty the cache. Test. Any difference?
    Notes:
    1. If you lose Internet access after making the above change to your network settings, delete the Google servers in the  Network preference pane, then select the TCP/IP tab and click Renew DHCP Lease. That should restore the original DNS settings; otherwise restore them yourself. Remember that you must click Apply in order for any changes to take effect.
    2. I don't use Google DNS myself, though I have tested it, and I'm not recommending it or any other DNS provider; the server addresses are offered merely for testing purposes. There may be privacy and technical issues involved in using that service, which you should investigate personally before you decide whether to keep the settings. Other public DNS services exist.

  • My ipad logged out from my wifi, and won't log back. It says the password in incorrect.

    Yesterday my iPad logged out of my wifi, and now won't log back in. It finds it but then tells me the password is incorrect. My wife's iPad and my lap to work fine on the same password. I've turned wifi on and off, I've reset network functions but no use. Any ideas?

    Hi On your iPad in Wifi click on Forget this network ie your wifi service name Then Turn your Router off for 30 Seconds Then Try again. If this doesn't solve the problem. You may need to do a Factory Reset and Restore IPAD as new this will get rid of any bugs. Also later on website check for any Firmware update for your make of Router. Cheers Brian

Maybe you are looking for

  • How can I remove an old phone number from history iMessage

    Hello. I use iPhone 3gs with iOS5. I deleted contact my ex-girlfrind from contacst and phone book. But in iMessage, if i put first letter her name in "to:" area, i see his name and phone number in drop down menu. I'm appologise it's storied in iMessa

  • Table ui element in webdynpro java.

    Hi Friends, I am krishna i am working as sap webdynpro abap consultant . But right now i got the requirement on sap webdynpro java.   so please give me the required details. Here are my questions. 1. how to populate the data into the table. 2. and th

  • IChat AV 3.1.4 and ensuring that video and audio chat is always possible.

    Hello, My girlfriend has recently bought an iBook G4 and we have both bought iSights. We performed a video conference whilst we were both at home, which worked with no problems at all. However, she is spending the weekend at her parents, and when we

  • RTP interface, update profile and value in ES31

    Hi All, Tcode: ES31 My requirement is to update the profile and constant value for RTP interface in mass. I tried creating BDC, but while selecting the profile role SY-UCOMM is '%GC 132 22' and losing the BDC controls. Even I tried to look for any BA

  • Import and Export DB

    Dear all: I would like to export full db from, say, Server A then import full db to, say, Server B. I exported the full db ok into a file called "export_db.dmp". However, when I tried to import the file into Server B, I have encountered some errors l