Shut down comp from local user

Please, If I am login as root, there is an option Log Out and Shutdown computer. If I am login as local user, I can find only Log out button. How can I Shut down from local user? Thanks

wmila wrote:
OK, so anyway, how can I easy shutdown comp from local user?If you have a laptop use the power button. Otherwise you will need to use sudo, rback, or some other software program to elevate your privileges so you can use an admin type command.
An easy way is to just open a terminal window and then su to the root user and issue the init 6 command.
alan

Similar Messages

  • Just downloaded and installed new LR CC.  No apparent problems with the D/I on my iMac, OS 10.10.3. however LR CC will not start.  I get a momentary flash of the opening screen and then the program  shuts down.   From the posts it looks like this if a ver

    Just downloaded and installed new LR CC.  No apparent problems with the D/I on my iMac, OS 10.10.3. however LR CC will not start.  I get a momentary flash of the opening screen and then the program  shuts down.   From the posts it looks like this if a very common problem.  Any help would be appreciated. Thanks.

    Have you tried logging out of your CC desktop app, then logging back in again? Quit/Restart won't work, but logging out and back in should. See here: https://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

  • Shutting down PC from LabVIEW

    In my application i want to shut down the PC Automatically when i press certain button provided on the user interface how can i achieve it.

    There isn't an independant one, so far as I know...but there may be.
    What you could do is use System Exec and the "ver" command, to get
    the version, and from there use the appropriate command.  Windows
    XP uses "shutdown -s", while for 2k it's a little more
    complicated.  See here.
    I've never had any experience with 2003 server myself, so I can't help you there.
    Message Edited by Novatron on 08-31-2005 08:19 AM

  • Server Shutting down, when the Concurrent Users are more

    Hi,
    We are working on EP 5.0 SP5, our problem is that if the concurrent users are more automatically our LDAP or Portal is shutting down (approximately 300 or above..).
    For this problem… where we have to check? help can be appreciated...
    Regards,
    Sudhir

    Hi,
    If you portal is shutting down when it is getting a high load I would look at the memory settings defined in the configtool (if you are using a service or the startupframework) or the go.bats if you are running them manually. I would assume that the problems comes from the java process not being able to get enough memory, so try increasing the heapsize parameter Xmx (?)
    See notes
    597187
    696410 (for EP6 but content and related notes should be relevant)

  • Poweroff doesn't shut down comp complitly!!!!

    Hi!
    The problem is that when i type poweroff it doesn't shut down the comp complitly.It just brings it to obp.
    that what happens when i type poweroff from solaris 8:
    synching file system...done
    Program teerminated
    OK _
    I've tryed to power-off from obp it just thinks for a while and once again OK_
    However i can reestart the system without problem.
    Please help.
    Thank you.
    P.S:i brought my obp to default settings,but it didn't solve the problem.

    Hi!
    Thak you for replay...
    I have an ultra 5 with 360Mhz/2MB cpu.It did work fine until recently,i don't understand what has happend??!!

  • Shutting down Server from command line in WebLogic 5.1

    Cannot shut down the WebLogic Server using the command line:
    java weblogic.Admin URL SHUTDOWN system password
    Errors out saying:
    java.io.InvalidClassException:
    weblogic.security.acl.internal.AuthenticatedUser; Local class not
    compatible: stream classdesc serialVersionUID=6699361079932480379 local
    class serialVersionUID=2825328378974757378
    at
    java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:523)
    at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:567)
    at
    java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:936)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:518)
    at
    weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:610)
    at
    weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.jav
    a:34)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
    at
    weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java:342)
    at
    weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:247)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Currently using Service Pack 8.
    Has anyone faced this problem before? Any solutions?
    Thanks.
    MN

    Hi Murali,
    Are you using 128bit version of the server for wls5.1 ? if so have you
    correctly installed the Service pack 8 ?
    Can you show me the result of
    java weblogic.Admin url VERSION
    Murali Nanchala wrote:
    Cannot shut down the WebLogic Server using the command line:
    java weblogic.Admin URL SHUTDOWN system password
    Errors out saying:
    java.io.InvalidClassException:
    weblogic.security.acl.internal.AuthenticatedUser; Local class not
    compatible: stream classdesc serialVersionUID=6699361079932480379 local
    class serialVersionUID=2825328378974757378
    at
    java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:523)
    at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:567)
    at
    java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:936)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:518)
    at
    weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:610)
    at
    weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.jav
    a:34)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
    at
    weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java:342)
    at
    weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:247)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Currently using Service Pack 8.
    Has anyone faced this problem before? Any solutions?
    Thanks.
    MN

  • What is involved in going from local user accounts to active directory accounts with CCM 9.1.2?

    We are currently using local user accounts with CUCM 9.1.2 and are looking at integrating it into the active directory structure.
    We do utilize the same structure for user ID's.
    I am looking to find out what the changeover will entail and if anything else needs to be done prior to the integration.
    We also have Unity syncing up with CUCM for users as well as Contact Center sync'ed up for our ACD system.
    Thanks
    Mike

    Hey Mike,
    The process is pretty straight forward.  CUCM 9.X supports the coexistence of AD integrated users and local users so you don't have to worry about local accounts disappearing if they don't have an AD account.  The biggest thing to watch out for is that if you decide to revert back for whatever reason then the accounts that were in AD will be marked for deletion (from the CUCM, not AD) and will be removed after approximately 24 hours.  
    I recommend the following if you'd like to move to AD.
    Run a DRS backup of CUCM.  This is not necessary for the integration but is good practice in my opinion.  I'd also do a full export of your users using the BAT so you can reimport users to how they were before the integration should you decide to revert for any reason.
    Determine if you want to put the user's extensions in the telephonenumber field or ipPhone field in AD.  Once you make a decision, I recommend populating that information in AD so it is available when you do the integration.  
    Make sure your local CUCM user accounts usernames are exactly the same as your domain accounts.  That way when you do the integration the local users become AD users and keep all of their phone associations, group memberships, etc.  If you need to change the usernames then be sure to notify your users ahead of time so they can start logging into UCCX or UCM user pages, etc. using their new username. 
    Create an account in AD that has read-only rights to your directory.  Set the password to never expire.  You will use this account later for the integration.  
    In CUCM, go into Serviceability and make sure the "Cisco DirSync" service is activated on the Publisher server.
    Also in CUCM, navigate to the administration page and do the following:
    Go to System > LDAP > LDAP System and Check the box to enable Synchronizing.  Confirm the LDAP server type and attribute for User ID is accurate.  This is typically Microsoft Active Directory and sAMAccountName respectively.
    Go to System > LDAP > LDAP Directory
    Click Add New
    Give it a name (whatever you want).
    Put in the Distinguished Name of the AD integration account you created earlier. For example, if you created an account called ciscoldap in the Service Accounts OU in the abc.com domain then it would look something like this... CN=ciscoldap,OU=Service Accounts,DC=abc,DC=com
    Enter the password for the account.
    Enter the search base.  This can be a specific OU where your users exist, a parent OU which contains other OUs which contain all of your users or the entire domain.  If you do the entire domain then in the abc.com example you would specify DC=abc,DC=com.
    Select the option to perform a sync with AD on periodic intervals.  The lowest interval you can set is every 6 hours.
    Select either the telephonenumber or ipPhone field to be used for the user's extensions.  This will be whatever you decided and populated in AD in an earlier step.
    Add your primary and any backup domain controllers and ports.  If they are just domain controllers and you are not using SSL then specify port 389.  If they are also global catalog servers then you can do port 3268.
    Click Save and Click the "Perform Full Sync Now" button.
    I recommend that you also use LDAP for authentication as well so you only have one username and password to remember which is all controlled by AD.  To add this do the following:Go to System > LDAP > LDAP Authentication.
    Click Add New
    Check the box to use LDAP Authentication
    Add the same Distinguished name, passwords and user seach base that you used for your integration account earlier under the synchronization section.  Also add the same primary and secondary LDAP servers and ports you used earlier.  
    Click Save
    You can go a step further and create a filter to only pull in the users within the search base you specified and apply that.  For example, maybe only pull in users that have their ipPhone field populated.  Let me know if you have any questions on that or any of the above.
    I hope this helps!

  • Shutting down jvm from activex bridge

    How can I shut down the jvm from my bean packaged as an activex control. Calling System.exit is crashing the host as well.

    All you have to do is call Activatable.inactive().I have tried calling Activatable.Inactive() to terminate the JVM without success. Instead I get an exception stating that the object is already inactive, meanwhile the JVM still lingers.
    I called the Activatable.inactive from my client program, perhaps this is my problem. Should I call it from within my remote object?

  • Photoshop 7 Starts up and then shuts down om on one user

    We have three Users on this Dell PC running Windows XP Pro. My son is handicapped and his Photoshop starts up and after running all the intro stuff simply shuts down. This does not happen on my side of the same machine.
    Someone suggested clearing out some fonts. I got my list down below 500.
    It did not help. Any suggestions would be welcome. Thanks!

    The Splash Screen goes by so quickly that it's tough to say.
    It starts "Initializing" - gets one step or two past Fonts and shuts down.
    I just tested my wife's side of this PC and her Phtoshop works perfectly - but, she never uses it.

  • Shut down bug when other users are logged in

    G'day all
    I've jut noticed a shut down bug with Leopard. If I try to shut down and another user is active I have to type in a name and password etc. If I do this and click the Shutdown button I get an error message " invalid user name or password - please try again". If I hit "return" it shuts down.
    Trivial but a bug none the less.
    Cheers
    Steve

    HI,
    Might just be a corruped preference file.
    Locate this file.
    com.apple.loginwindow.plist
    MacintoshHD/Library/Preferences.
    Move that file to the Trash and restart your Mac.
    Carolyn

  • Shutting down when the concurrent users are more

    Hi,
    We are working on EP 5.0 SP5, our problem is that if the concurrent users are more automatically our LDAP or Portal is shutting down (approximately 300 or above..).
              For this problem… where we have to check? help can be appreciated...
    Regards,
    Sudhir

    Hi,
    look at thread:
    SAP J2EE engine shuts down frequently
    Regards,
    Gerhard

  • AD Login not working on restart, but only after logout from local user

    Using mountain lion 10.8.2 on a 13" mbp retina, that I have successfully bound to AD.
    In login options I have ticked the box to show display login window as name and password.  It works great on logout, I can enter my AD name and login just fine.
    However, on restart, I only see the "circles" of local users, I cannot enter a username of a network/mobile account. 
    How do I get this thing to give me a real login window on restart, not just logout from another user?

    Figured it out - it was file vault. I forgot to enable that user to be able to decrypt the startup disk.

  • Mac Pro will not shut down, wakes from sleep and will not start up in safe mode (restarts).

    Wakes from sleep about every 4.5 mins, here is the log from wake from sleep:
    7/30/12 8:43:24.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:43.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:43.429 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:47:46.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:47:46.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:47:50.459 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0d2a8340 {NSUnderlyingError=0x7f8b0c4c1b50 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:47:52.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:47:52.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Graphics suppressed 10291 ms
    7/30/12 8:47:53.293 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:47:53.305 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:47:53.308 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f8dd800][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f8dd800][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f93da00][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::start] entered
    7/30/12 8:47:54.304 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:47:54.308 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:48:28.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:48:28.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:48:29.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:48:29.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::stop] entered
    7/30/12 8:48:29.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:52:47.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:47.497 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:52:50.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:52:50.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:52:54.459 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0c084f70 {NSUnderlyingError=0x7f8b10a128d0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:52:56.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Graphics suppressed 10340 ms
    7/30/12 8:52:57.341 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:52:57.354 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:52:57.355 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f8e4c00][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f8e4c00][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f91b800][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::start] entered
    7/30/12 8:52:58.354 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:52:58.358 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:53:33.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:53:33.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:53:33.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:53:33.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::stop] entered
    7/30/12 8:53:33.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:57:51.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:57:51.435 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:57:54.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:57:54.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:57:58.228 AM fseventsd[76]: SLOWDOWN: client 0x7f8a4e007c00 (pid 2824) sleeping due to too many errors (num usleeps 299)
    7/30/12 8:57:58.462 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0d295160 {NSUnderlyingError=0x7f8b0b4bd590 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.213 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Graphics suppressed 10334 ms
    7/30/12 8:58:01.341 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:58:01.349 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f930400][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f930400][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f941400][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::start] entered
    7/30/12 8:58:02.225 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:58:02.229 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:58:37.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:37.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:58:37.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:58:37.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::stop] entered
    7/30/12 8:58:37.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 9:02:55.000 AM kernel[0]: Previous Sleep Cause: 5
    Will not shut down, restarts at end of shut down. Log:
    7/30/12 8:43:24.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:43.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:47:43.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:43.429 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:47:46.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:47:46.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:47:50.459 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0d2a8340 {NSUnderlyingError=0x7f8b0c4c1b50 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:47:52.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:47:52.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:47:53.000 AM kernel[0]: Graphics suppressed 10291 ms
    7/30/12 8:47:53.293 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:47:53.305 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:47:53.308 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f8dd800][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f8dd800][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f93da00][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:47:53.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::start] entered
    7/30/12 8:47:54.304 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:47:54.308 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:48:28.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:48:28.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:48:29.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:48:29.000 AM kernel[0]: [ffffff805f939300][AppleMultitouchDevice::stop] entered
    7/30/12 8:48:29.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:52:47.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:52:47.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:47.497 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:52:50.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:52:50.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:52:54.459 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0c084f70 {NSUnderlyingError=0x7f8b10a128d0 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:52:56.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:52:57.000 AM kernel[0]: Graphics suppressed 10340 ms
    7/30/12 8:52:57.341 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:52:57.354 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:52:57.355 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f8e4c00][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f8e4c00][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f91b800][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:52:57.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::start] entered
    7/30/12 8:52:58.354 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:52:58.358 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:53:33.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:53:33.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:53:33.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:53:33.000 AM kernel[0]: [ffffff805f95c600][AppleMultitouchDevice::stop] entered
    7/30/12 8:53:33.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 8:57:51.000 AM kernel[0]: Previous Sleep Cause: 5
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:57:51.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:57:51.435 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:57:54.000 AM kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, Symmetric flow-control, Debug [796d,af48,0de1,0200,cde1,3c00]
    7/30/12 8:57:54.000 AM kernel[0]: Intel82574L::setLinkStatus - active  1face000, b
    7/30/12 8:57:58.228 AM fseventsd[76]: SLOWDOWN: client 0x7f8a4e007c00 (pid 2824) sleeping due to too many errors (num usleeps 299)
    7/30/12 8:57:58.462 AM CalendarAgent[202]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7f8b0d295160 {NSUnderlyingError=0x7f8b0b4bd590 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://david%[email protected]/principals///david%[email protected]/principals/, NSErrorFailingURLKey=https://david%[email protected]/principals///david%[email protected]/principals/, AccountName=iCloud, CalDAVErrFromRefresh=YES, NSLocalizedDescription=The Internet connection appears to be offline.}]
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::timeoutHandler - no link - reset the chipset once  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.213 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:58:01.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:01.000 AM kernel[0]: Graphics suppressed 10334 ms
    7/30/12 8:58:01.341 AM configd[17]: network changed: v4(en0-:192.168.1.4) DNS- Proxy- SMB
    7/30/12 8:58:01.349 AM blued[84]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f930400][BNBTrackpadDevice::init][75.15] init is complete
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f930400][BNBTrackpadDevice::handleStart][75.15] returning 1
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f941400][AppleMultitouchHIDEventDriver::start] entered
    7/30/12 8:58:01.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::start] entered
    7/30/12 8:58:02.225 AM configd[17]: network changed: v4(en0+:192.168.1.4) DNS+ Proxy+ SMB
    7/30/12 8:58:02.229 AM mDNSResponder[67]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.1.4)
    7/30/12 8:58:37.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face001, 0
    7/30/12 8:58:37.000 AM kernel[0]: Intel82574L::setLinkStatus - not active  1face000, 0
    7/30/12 8:58:37.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::willTerminate] entered
    7/30/12 8:58:37.000 AM kernel[0]: [ffffff805f985a00][AppleMultitouchDevice::stop] entered
    7/30/12 8:58:37.000 AM kernel[0]: Wake reason: ? (Network)
    7/30/12 9:02:55.000 AM kernel[0]: Previous Sleep Cause: 5
    And will not start up in safe mode. I have reset PRAM and SMC. Also restarted with no startup items, no luck. Had the problem of waking from sleep and not shutting down in 10.7, updated to 10.8 hoping for fix, no luck. Any help would be appreciated.
    Thanks

    Hi, this log has some similarities to my ipod touch which seems to be not sleeping properly due to wireless issues. Can I check - are you using a wifi connection - if so have you tried ethernet?
    log entries below ...
    Sep  5 00:28:58 Peters-iPod mDNSResponder[34] <Error>: mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:5AB0:35FF:FE35:C9B7)
    Sep  5 00:28:58 Peters-iPod mDNSResponder[34] <Error>: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.0.95)
    Sep  5 00:28:58 Peters-iPod configd[44] <Notice>: network configuration changed.
    Sep  5 00:28:58 Peters-iPod UserEventAgent[12] <Warning>: DEBUG: Changing WiFi state: 1
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 1
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::enableHTClock(): Failed to read HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::retainClocks() Failed to enable HT Clock, SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::txPacket() Unable to wake bus; error SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 2
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::disableHTClock(): Failed to write HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::releaseClocks(): Failed to disable HT clock: SDIO Cmd Timeout
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCmdManager::processPendingList(): Failed to send sync command WLC_GET_BSS_INFO (136) to device, SDIO Cmd Timeout. transID 48928, respLen 1152.
    Sep  5 00:29:27 Peters-iPod kernel[0] <Debug>: AppleBCMWLANNetManager::updateBSSInfo(): WLC_GET_BSS_INFO Failed SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 3
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::enableHTClock(): Failed to read HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::retainClocks() Failed to enable HT Clock, SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::txPacket() Unable to wake bus; error SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 4
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::disableHTClock(): Failed to write HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::releaseClocks(): Failed to disable HT clock: SDIO Cmd Timeout
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCmdManager::processPendingList(): Failed to send sync command WLC_GET_BSS_INFO (136) to device, SDIO Cmd Timeout. transID 48929, respLen 1152.
    Sep  5 00:29:32 Peters-iPod kernel[0] <Debug>: AppleBCMWLANNetManager::updateBSSInfo(): WLC_GET_BSS_INFO Failed SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 5
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::dumpDebugInfo(): CRITICAL ERROR: handleTransferError
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::logState(): Tx: seq 185, credit 191, flow 0x0; Rx: seq 167
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::logState(): state 0x23, sd-clk +1, sd-rate 20250000 Hz
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::logClockState(): Failed to read HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): Triggered Watchdog after 6 errors (last was SDIO Cmd Timeout)
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::enableHTClock(): Failed to read HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::retainClocks() Failed to enable HT Clock, SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::txPacketChain() Unable to wake bus; error SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleTransferError(): SDIO Cmd Timeout, 1, 0
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::disableHTClock(): Failed to write HT Clock register, SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::releaseClocks(): Failed to disable HT clock: SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::doOutputPacketChain(): Packet transmission failure: SDIO Cmd Timeout
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::handleWatchdogTimeout(): Watchdog timer fired
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::watchDogReset(): fStateFlags(0x140E3), thread(00040532)
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::halt()
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLAN Left BSS:       @ 0xc11a7a00, BSSID = 00:18:4d:67:54:12, rssi = -45, rate = 54 (100%), channel =  7, encryption = 0x8, ap = 1, failures =   0, age = 39, ssid[ 9] = "polarbear"
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AirPort: Link Down on en0. Reason 1 (Unspecified).
    Sep  5 00:29:35 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::powerOn()
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: AppleBCMWLANChipManagerSdio4329::downloadFirmware(): start
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: AppleBCMWLANChipManagerSdio4329::downloadFirmware(): finish
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: BCMWLAN Firmware Version: wl0: Aug 26 2011 02:34:35 version 4.221.54.22
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: nvram file version 4.221.54.22
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::initFirmware(): country code set to XX2
    Sep  5 00:29:36 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::initFirmware(): Packet glomming ON (mode=7)
    Sep  5 00:29:36 Peters-iPod wifid[13] <Error>: WiFi:[368494176.616677]: Processing link event DOWN
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::initFirmware(): There was an existing PNO config, reprogramming
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore:initFirmware(): 2469 RoamScan feature is not enabled for this platform
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::initFirmware(): successful initialization
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore:initFirmware(): 2496 PropTxStatus feature is not enabled for this platform
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::powerOn(): stateFlags(40e3)
    Sep  5 00:29:37 Peters-iPod kernel[0] <Debug>: AppleBCMWLANBusInterfaceSdio::powerOn()
    Sep  5 00:29:37 Peters-iPod UserEventAgent[12] <Warning>: DEBUG: Changing WiFi state: 0
    Sep  5 00:29:37 Peters-iPod configd[44] <Notice>: network configuration changed.
    Sep  5 00:29:37 Peters-iPod mDNSResponder[34] <Error>: DeregisterInterface: Frequent transitions for interface en0 (192.168.0.95)
    Sep  5 00:29:37 Peters-iPod apsd[49] <Warning>: <APSCourier: 0x17a190>: Stream error occurred for <APSTCPStream: 0xfe95de0>: Error Domain=NSPOSIXErrorDomain Code=57 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -S-o-c-k-e-t -i-s -n-o-t -c-o-n-n-e-c-t-e-d-" -U-s-e-r-I-n-f-o-=-0-x-1-8-2-5-e-0 -{-}
    Sep  5 00:29:37 Peters-iPod apsd[49] <Warning>: <APSCourier: 0x17a190>: Stream error occurred for <APSTCPStream: 0xfe95e40>: Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -(-k-C-F-E-r-r-o-r-D-o-m-a-i-n-C-F-N-e-t-w-o-r-k -e-r-r-o-r -2-.-)-" -U-s-e-r-I-n-f-o-=-0-x-f-e-8-e-2-4-0 -{-k-C-F-G-e-t-A-d-d-r-I-n-f-o-F-a-i-l-u-r-e-K-e-y-=-8-}
    Sep  5 00:29:39 Peters-iPod wifid[13] <Error>: WiFi:[368494179.091333]: Processing link event UP
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: AppleBCMWLANCore::setASSOCIATE() [wifid]:  lowerAuth = AUTHTYPE_OPEN, upperAuth = AUTHTYPE_WPA2_PSK, key = CIPHER_PMK , don't disassociate    .
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: [139978.345418625]: AppleBCMWLANNetManager::prepareToBringUpLink(): Delaying powersave entry in order to get an IP address
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: AppleBCMWLAN Joined BSS:     @ 0xc067f800, BSSID = 00:18:4d:67:54:12, rssi = -49, rate = 54 (100%), channel =  7, encryption = 0x8, ap = 1, failures =   0, age = 1, ssid[ 9] = "polarbear"
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: AirPort: Link Up on en0
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: en0: BSSID changed to 00:18:4d:67:54:12
    Sep  5 00:29:39 Peters-iPod kernel[0] <Debug>: AppleBCMWLANJoinManager::handleSupplicantEvent(): status = 6, reason = 0, flags = 0x0, authtype = 0, addr = 00:00:00:00:00:00
    Sep  5 00:29:40 Peters-iPod kernel[0] <Debug>: [139980.075593458]: AppleBCMWLANNetManager::receivedIPv4Address(): Received address 192.168.0.95, entering powersave mode 2
    Sep  5 00:29:40 Peters-iPod configd[44] <Notice>: network configuration changed.
    Sep  5 00:29:40 Peters-iPod configd[44] <Notice>: Captive: en0: Not probing 'polarbear' (protected network)
    Sep  5 00:29:40 Peters-iPod mDNSResponder[34] <Error>: mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:5AB0:35FF:FE35:C9B7)
    Sep  5 00:29:40 Peters-iPod mDNSResponder[34] <Error>: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.0.95)
    Sep  5 00:29:40 Peters-iPod configd[44] <Notice>: network configuration changed.
    Sep  5 00:29:41 Peters-iPod UserEventAgent[12] <Warning>: DEBUG: Changing WiFi state: 1

  • HT4623 when i start the update ios6 for iphone 4 that time my computer shut down and from then my i phone just showing connecting to itune but when i connect to itune my phone not shown plz help

    when i started updating my iphone by itune that time my computer shut down and update collapse from that time my screen shows only itune logo and a cable to connect this. already i did but now my phone is not showing in itune

    You must have the credentials that were used to turn on Find my iPhone on the device. Without them, you can not get past the activation lock.

  • Iphone 4 / 4s  shuts down frequently from itself

    My girl-friend has an iphone 4 and since a few weeks it shuts down frequently spontaneous.
    Replaced the battery and totally renewed the IOS. No succes. While doing this, my iphone 4 also shut down spontaneous!
    Also replaced the battery and replaced the IOS. No succes. 2 Friends of mine have exactly the same problems with their iphone 4S.
    Is there a wifi-virus in Nijmegen, The Netherlands???  Are there more people with this problem??
    If shut down, it can be started up again by doing a reset. Our iphones are not reliable anymore.....

    After I removed Facebook and FB messenger, my iphone problems vanished. No spontaneous shutdowns anymore.
    My girl-friend first removed FB messenger with no succes. After removing Facebook, she also is free of problems.

Maybe you are looking for

  • Why can't I save a quick time ringtone from a message on my iPhone 4s?

    MY son sent me a ringtone that is in a QuickTime format in an iMessage.  I would like to save it to be converted to use as ringtone for use on my iPhone, but saving it is not an option.  Is a way to save this file?

  • How to remove Babylon from the search engine menu?

    My OS is Windows 7 Pro 64 bit; using Firefox ver 15.0. I downloaded Babylon tool bar and related apps because they were associated with a tool manual that I wanted to review. I then discovered how invasive these apps are. Successfully removed Babylon

  • IDOC extensions during Upgrade from Ver 4.6 to ECC 6.0

    We are working on an Upgrade project wherein we are going from Ver. 4.6 to ECC 6.0. Can you guide us what all we need to do with the IDOC extensions alerady implimented in ver 4.6 in order to confirm them good with ECC 6. Also to be noted, we are mak

  • Create Table Problem

    I am creating a datbase interface using Java and there is this error when I try this SQL Statement: CREATE TABLE [IF NOT EXISTS] 06_2008_Running_Log it throws this error: com.mysql.jdbc.exceptions.MySQLSyntaxErrorExceptio n: You have an error in your

  • Suggestion to store clusterware files

    We are installing 5 node 11g RAC on OEL5. 1. All Oracle (clusterare, asm and oracle) binaries are in local disks 2. database datafiles will be in ASM (in SAN) 3. Oracle log and tracefiles will be in NAS 4. Now i need help/suggestion regarding cluster