Applescript flow disrupted in Mountain Lion

Has anyone else had problems with AppleScript in Mountain Lion?
I have a script with a repeat loop that looks through every sheet in a Numbers document to gather data from the pages.  Previously (in Lion and Snow Leopard) it zipped through the document taking literally only a couple seconds.  Now it crawls through, taking minutes!!!  (No exaggeration)  It still works, however, gathering all the data correctly without completely halting or crashing, it just takes an absurd amount of time.
I was able to debug a few other scripts that stopped working completely in Mountain Lion (as it turns out due to changes in window/sheet naming), but this one still works and I can't figure out why it would slow down to a crawl.  Anything different about AppleScript with Numbers in Mountain Lion that I should know about?
Thanks!

Actually the main script itself doesn't involve any GUI scripting, which I avoid unless absolutely necessary, but I forgot that the keyboard shortcut that triggers it has one tiny GUI command before triggering the AppleScript, and it turns out that's where the hangup was!  I had forgotten I had it in there, and with Mountain Lion's subtle changes to the GUI names of things it got confused.  **** GUI.  I wish everything was scriptable.  Anyway, it's super fast again now that I removed the GUI command.  Thanks for reminding me!

Similar Messages

  • Applescript "Finder" scripts in Mountain Lion?

    So... back in the old days (Leopard, maybe?) there was a category of "Finder" scripts that included things like "Add to item name" and "Replace text in item name"... But those seem to be gone in Mountain Lion. I've seen a comment that suggested finding the scripts in an old OS and copying them over, but a) I don't have an old OS laying around and b) I don't even know if they would work if I could find them. 
    So I guess I have a two-part question:
    1) DOES anyone have those old scripts somewhere?
    2) Will they still work, or has AppleScript changed so much that they won't work anymore?
    It's not imperative, but I'd love to know the answers, because those scripts were really handy for things like deleting a long title name from a series images exported from a Quicktime movie (for example).
    Thanks all! 

    Sheesh, using Automator to do anything seems like a ridiculous amount of work, especially compared to these scripts. Fortunately, someone DOES still have them:
    http://www.geekymac.com/use-applescript-to-quickly-change-file-names-in-lion/
    Short-term testing says they all still work.  :-)

  • Applescript stopped working after Mountain Lion upgrade

    Hi after upgrading to Mountain Lion (ML) the applescript that I use to reply to certain emails has stoped working on incoming emails. I have the script in the "new" correct folder. The funny thing is that the script works when you "apply rules" from the messages dropdown menu.

    This is the script:
    using terms from application "Mail"
              on perform mail action with messages theMessages for rule theRule
      --tell application "Mail"
                        repeat with eachMessage in theMessages
      --set theContent to content of eachMessage
                                  set emailFrom to extract address from sender of eachMessage
                                  try
      --set AppleScript's text item delimiters to {"(", ")"}
      --set contentParts to (every text item in theContent) as list
      --set AppleScript's text item delimiters to ""
      --set emailOnly to item 2 of contentParts
      --set recipientAddress to emailOnly
                                            set recipientAddress to emailFrom
                                            set theSubject to "Text for subject"
                                            set theSignature to signature "One"
                                            set theSendContent to " "
                                            set theSender to "[email protected]"
                                            set theMessage to make new outgoing message with properties {subject:theSubject, content:theSendContent, sender:theSender, visible:true}
                                            tell theMessage
      make new to recipient with properties {address:recipientAddress}
                                                      set message signature to theSignature
                                                      send
                                            end tell
                                  end try
                        end repeat
      --end tell
              end perform mail action with messages
    end using terms from

  • Speak Sender Name Only AppleScript in Mail No Longer Working In Mountain Lion

    Hi all, the title pretty much says it all.
    I have a very simple AppleScript that I use as a rule in Apple Mail everytime new email comes in.
    This AppleScript will speak only the sender's name. That's all I want it to say.
    I there are two emails, it will say, "Mail From John Smith" followed closely by "Mail From Johnny Appletree", etc.
    This works great in Lion as a Mail rule.
    I have properly placed this AppleScript in the correct path for Mail scripts.
    It's located in:
    (user name)/Library/Application Scripts/com.apple.mail
    I've popped in the sample script provided by Apple into this same path that speaks the total number of selected emails, the name and the subject, etc. That works fine, so I'm positive the path is correct. But that script says a bunch of items I don't need. I just need a simple script and I'm guessing somehow the conversion from Lion to Mountain Lion doesn't work for some reason with this script.
    Anyone know how to modify this supposedly simple script to make it work in Mountain Lion?
    Any help is most appreciated, thanks!
    Here is the script I had been using in Lion as a Mail rule without any issues before Mountain Lion:
    on perform_mail_action(info)
    -- see if iTunes is playing
              set itunes_playing to false
              tell application "System Events"
                        if (get name of every process) does not contain "iTunes" then
                                  set itunes_playing to false
                        else
                                  tell application "iTunes"
                                            if player state is playing then set itunes_playing to true
                                  end tell
                        end if
              end tell
    -- pause iTunes if needed
              if itunes_playing is true then tell application "iTunes" to pause
              tell application "Mail"
                        set the_messages to |SelectedMessages| of info
                        repeat with a_message in the_messages
                                  set the_sender to extract name from sender of a_message
                                  if (junk mail status of a_message) is not true then
                                            say "Mail from " & the_sender
                                  end if
                        end repeat
              end tell
    -- resume iTunes if it was playing before
              if itunes_playing is true then tell application "iTunes" to play
    end perform_mail_action

    Hi,
    This script should work, try it :
    using terms from application "Mail"
          on perform mail action with messages theselectedMessages
                tell application "iTunes" -- this doesn launch Tunes if iTunes is not running
                      set itunes_playing to running and player state is playing -- see if iTunes is playing
                      if itunes_playing then pause -- pause iTunes if needed
                end tell
                tell application "Mail"
                      repeat with a_message in theselectedMessages
                            set the_sender to extract name from sender of a_message
                            if (junk mail status of a_message) is not true then
                                  tell me to say "Mail from " & the_sender
                            end if
                      end repeat
                end tell
                -- resume iTunes if it was playing before
                if itunes_playing then tell application "iTunes" to play
          end perform mail action with messages
    end using terms from

  • HT2693 I purchased Huawei Dongle and trying to connect with my NEW MacBook Pro (OS- Mountain Lion) USB port 3.0 but unfortunately it does not support. When I plugged in my the power is flowing in dongle due green light blinking twice in every 3 sec but no

    Hi,
    I purchased Huawei Dongle and trying to connect with my new MacBook Pro (OS- Mountain Lion) USB port 3.0 but unfortunately it does not support.
    When I plugged in my macbook the power is flowing in dongle due green light blinking twice in every 3 sec but no connection found or diver shown.
    Please let me know how I have to use it. I got some suggestion for USB hub 2.0 but It does not make any sense and driver installation.
    So please suggest proper direction to use it and provide link to install any driver.
    Thanks
    Tauheed Ahmad

    Yes Clinton I did same, but they were (Huawei customer support) surprised about this problem, They behave like they have no idea about USB 2.0 and  3.0 knowledge. They handsUp that reason I posted my problem in this forum.
    So is there any better solution to use any mediator between these USB version handling, Please let me know.
    Thanks
    Tauheed

  • Mountain Lion Calendar won't launch my Applescript

    I've just upgraded to Mountain Lion and find that my previously automatically launched Applescripts, open but do not run.
    In 10.6, to run scripts unattended, I just created an Ical event with an alert that ran the script.
    This event was saved in the upgrade. My script still works, but now Calendar just *opens* the script. It doesn't run it.
    So where are you supposed to schedule things like this in Mountain Lion?
    For those who care - what the script does is copy text from a Safari page and save it to a text file.
    I need it to run every half hour.
    It doesn't run anymore, unless I am there to click the "run" button when calendar opens the script.

    Problem solved with thread titled (re)Enable iCalendar ability to execute AppleScript

  • Preview, Applescript & Mountain Lion

    Just a warning:
    Because the “Preview” app has been un-AppleScript-able since forever, homegrown terminal commands are recommended to make it scriptable, such as:
    “Quit Preview.app, then open a terminal and enter:
    “sudo defaults write /Applications/Preview.app/Contents/Info NSAppleScriptEnabled -bool true
    “sudo chmod 644 /Applications/Preview.app/Contents/Info.plist
    “sudo codesign -f -s - /Applications/Preview.app”
    This is a warning about this terminal solution -- it is terminal for Preview.
    In previous OS versions I’ve been doing this for years, but these commands fry the Preview application in Mountain Lion. Preview no longer will run, in my experience — I did it twice (“fool me once…”). This is bad because even if you’ve backed up Preview, Mountain Lion will not let you replace the corrupt preview with good version, because a system app like Preview cannot be modified.

    You are welcome. Good solution to fix the problem.
    Before someone else jumps in, always logging on as the Root User does have the potential for creating a giant oops........... End of Sermon
    Bootable external drive. Here are some options.
    Bootable Drive - Install
    Bootable Drive - Install (2)
    Bootable Drive DVD or USB Flash Drive – Lion Diskmaker
    Bootable External Drive – About Recovery Disk Assistant
    Bootable External Drive – Recovery Disk Assistant
    Lion, System 7, and Leopard are at the top of my list for worst OS upgrades. I tried Lion for a week and then went back to Snow Leopard.

  • AppleScript, Mail.app - Forward command doubles content - Mountain Lion

    I'm trying to write an AppleScript to Forward or Redirect an email. It works fine but doubles up the content when I change any of the new emails details. Eg the subject, 'to recipient', etc.
    My code is:
    tell application "Mail"
              set theSelection to selection
              set theForwardedMessage to forward (item 1 of theSelection) with opening window
              tell theForwardedMessage
                             set subject to "{plain} " & subject
              end tell
    end tell
    This is under Mountain Lion, 10.8.2, Mail.app is version 6.2 (1499).
    Any help would be much appreciated.
    TIA, James.

    Thanks Pierre. That's really helpful.
    On its own that didn't work, but if I put in a 'display dialog' command it does. Ie this works:
    tell application "Mail"
              set theSelection to selection
              set theForwardedMessage to forward (item 1 of theSelection) with opening window
              set theSubject to subject of theForwardedMessage
      activate
              tell application "System Events" to tell process "Mail"
      display dialog "1"
                        tell text field "Subject:" of window 1
                                  set focused to true
                                  set value to "{plain} " & theSubject
                        end tell
              end tell
    end tell
    I also want the recipient filled in, but it doesn't work for me. In this code it displays the 'A' dialog then stops:
    tell application "Mail"
              set theSelection to selection
              set theForwardedMessage to forward (item 1 of theSelection) with opening window
              set theSubject to subject of theForwardedMessage
      activate
              tell application "System Events" to tell process "Mail"
      display dialog "1"
                        tell text field "Subject:" of window 1
                                  set focused to true
                                  set value to "{plain} " & theSubject
                        end tell
                        tell text field "To:" of window 1
      display dialog "A"
                                  set focused to true
      display dialog "B"
                                  set value to "[email protected]"
                        end tell
              end tell
    end tell
    Ie it never gets to the 'B' dialog.
    So perhaps that field is called something else? How do you find out what the 'To:' field is called?
    Thanks,
    James.

  • Mountain Lion Bug? Notifications disrupt bluetooth audio

    I just noticed what might be a minor bug in Mountain Lion.

    As an update, I tried switching the main display to the MBP. Nothing changed.
    However, I changed the rotation to 90 degrees and everything is back to Normal! Aside from the fact that I'm looking a 24" screen in the vertical position.

  • After upgrading to Mountain Lion, i can't connect to app store or safari

    After Upgrading to Mountain Lion, I can't access the app store, itunes store, Safari - anything that requires the internet.  I tried resetting my modem and rebooting.
    I also tried deleting items from the keychain that look like they are related to the above.  When I did that and rebooted, It works for a little while, and then gets back to where it won't login to anything on the internet and safari won't load anything.

    This means that at some time you had the iWork ’09 trial installed. You need to delete the trial & then reinstall from the boxed DVD or the Mac App Store. The files to delete are the iWork ’09 folder from the main HD > Applications; the iWork ’09 folder in HD > Library > Application Support & the individual iWork application plist files found in HD > Users > (your account) > Library > Preferences for each user. Yvan Koenig has written an AppleScript that removes the files. You can find it on his box.com account in for_iWork'09 > other_iWork'09 items > uninstall iWork '09.zip.

  • After upgrading to Mountain Lion, I can't delete/move emails using Mail app

    I upgraded to Mountain Lion from Snow Leopard and having problems with my Mail application.
    The long and short of it is that I cannot delete or move emails from my Inbox.  When I select an email in the preview panel and delete it, it disappears, but when I select the Trash folder, it isn't in there.  And when I go back to my Inbox, lo and behold, it is back there again, as if I had never deleted it.  The same holds true when I try to move an email from my Inbox to one of my iCloud folders.
    Emails come in to my Inbox just fine.
    And I am able to move emails from one iCloud folder to another, however.
    And I do not have this problem when I access my email via Iphone, ipad or icloud.com.  In fact, when I delete an email from my iphone, it gets deleted from my Inbox on my Mail app.
    I looked in Mail Preferences, and I have one Account set up:   iCloud IMAP.   Is that right?  I use me.com for my email.
    Any ideas here?

    This means that at some time you had the iWork ’09 trial installed. You need to delete the trial & then reinstall from the boxed DVD or the Mac App Store. The files to delete are the iWork ’09 folder from the main HD > Applications; the iWork ’09 folder in HD > Library > Application Support & the individual iWork application plist files found in HD > Users > (your account) > Library > Preferences for each user. Yvan Koenig has written an AppleScript that removes the files. You can find it on his box.com account in for_iWork'09 > other_iWork'09 items > uninstall iWork '09.zip.

  • Configuring postfix on Mountain Lion Server

    I'm trying to upgrade from Snow Leopard Server to Mountain Lion Server and did an install of Mountain Lion Server on top of a working instance of Snow Leopard Server.  The "crippled" GUI on Mountain Lion Server is forcing me into using terminal to configure Postfix to handle incoming email.
    I would like to configure Postfix to only accept email that is forwarded from a gmail business account.  The public email address is [email protected] which is received by Google Mail, goes through their spam filters and then is auto-forwarded to  [email protected]
    The server WAN domain is nonpublic.com  The ip address is 96.231.165.126
    The server LAN is nonpublic.local  The ip address is 10.6.18.201
    The server is a MacMini running Mountain Lion Server 10.6.8 hostname server so the FQDN is server.public.com.
    The network on the MacMini is configured to handle both LAN and WAN traffic through the 1GB physical ethernet port which plugs into a CISCO 3750 switch.  The external traffic to the WAN flows through the switch as tagged packets.  The LAN traffic is not tagged.  The VLAN connection is running 802.1q
    When an email is sent through the WAN to [email protected] the Postfix SMTP log shows:
    Jun  7 19:29:22 server.public.com postfix/smtpd[42181]: connect from cisco.public.com[96.231.165.123]
    Jun  7 19:29:22 server.public.com postfix/smtpd[42181]: disconnect from cisco.public.com[96.231.165.123]
    I can send emails from a client on the LAN through this server with no problems.  The incoming mail server can connect to the machine via the Cisco router/switch but Postfix just shows "cisco" as the connection (that's the router's DNS name) and provides no more info.  I suspect Postfix possibly doesn't like the 802.1q connection and drops the SMTP request to connect on port 25.
    I have turned on "debug" logging in Postfix, but that is all that appears in the SMTP log file
    I've spent most of the week reading through everything I can find on how to install and configure postfix on Mountain Lion Server and work around the cripled GUI in the "server" application.  I'm barely OK using Terminal and not familiar at all with configuring Postfix directling editing the config file.
    What is the best approach to configure Postfix to allow SMTP connections from the outside to deliver incoming email that is forwarded from gmail.com?
    I did find an "aliases" file in /etc/postfix/aliases but I'm not sure how to add the aliases and if adding aliases with a text editor is going to cause the "server" app problems and if the changes will be lost when the machine is restarted.
    Any help would be appreciated.

    MrHoffman, thank you for your response to my challenge to get the new test server working.  This is a migration from Snow Leopard Server to Mountain Lion Server.
    Here is the "checkhostname" test results:
    blue:~ admin$ sudo changeip -checkhostname
    Password:
    Primary address     = 96.231.165.211
    Current HostName    = blue.pderby.com
    DNS HostName        = blue.pderby.com
    The names match. There is nothing to change.
    dirserv:success = "success"
    blue:~ admin$
    Here is the response from postconf -n
    blue:~ admin$ postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    daemon_directory = /usr/libexec/postfix
    data_directory = /var/lib/postfix
    debug_peer_level = 2
    debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5
    dovecot_destination_recipient_limit = 1
    html_directory = /usr/share/doc/postfix/html
    imap_submit_cred_file = /Library/Server/Mail/Config/postfix/submit.cred
    inet_interfaces = loopback-only
    inet_protocols = all
    mail_owner = _postfix
    mailbox_size_limit = 0
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    message_size_limit = 10485760
    mydomain_fallback = localhost
    newaliases_path = /usr/bin/newaliases
    queue_directory = /Library/Server/Mail/Data/spool
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpd_tls_ciphers = medium
    smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
    tls_random_source = dev:/dev/urandom
    unknown_local_recipient_reject_code = 550
    use_sacl_cache = yes
    blue:~ admin$
    I agree that I should change the LAN domain from .local to something like .internal or whatever.   I've been running with .local for 5 years  on snow leopard server and never had any problems so that was a low priority.
    I hope I'm just not seeing some obvious setting in main.cf

  • I am ready to dump mountain lion and go back to snow leopard

    Can someone stop me? I am so frustrated with lion and now mountain lion that I am actually looking at dumping the OS X 10.8 and reverting back to snow leopard.
    I have a small office with three mac machines. I have been a fan of the macs for many years, even though we have software for enigineering that requires a windows versions. I have several issues that will not go away on each machine. I have a table below that describes a few of the problems. These problems have left me and my staff with no trust that our work is safe (yes, we do backups and TM). Our work flow is no longer fluid or fun with mountain lion.
    Machine
    OS X issues
    Macbook 2009 5,0 running 10.7.3
    Graphics problems, extremely slow performance opening and closing files.
    Macbook Pro mid 2009, 5,1 now testing 10.8.3 beta
    Graphics problems, dropped WIFI, time machine corruption, very slow finder performance, CUDA performance issues, loads of lsboxd issues, spotlite runs indexing alot, Sync services still broken in mountain lion. Cannot keep the Adobe licensing for Creative Suite 4 activated. Fresh install of 10.8.2
    Macbook Pro Late 2011, running 10.8.2
    Graphics problems, flash problems, kernel panics after sleep, Kernel panics with VM Ware fusion 5.0.2, Memory relase issues after software quits, Very slow finder performance, Safari causes kernel panics. Any panic causes multiple versions of Office for mac 2011 autosaved files from one original file., spotlite indexing issues. Sync services still broken in mountain lion. Fresh install of 10.8.2
    I am normally a good troubleshooter and have resolved many issues so far. But they just cntiue and I am spending a lot of time resolving problems with the machine's OS that I could be using for productivity. I guess I feel like the old days as an engineer in an office where windows requires a near constant windows administrator.
    Is this just me whining? Is anyone else suffering through the OS X 10.7 and 10.8 issues?
    Somebady tell me I am crazy... I just want to get back to work.

    Some troubleshooting information.
    Isolating Issues
    Isolating an issue by using another user account
    Isolating issues in Mac OS X
    Safe Mode
    Safe Mode - About
    Basic Maintenance:
    Disk Utility
    Disk Utility Repair Permissions You Can Safely Ignore
    Reset NVRAM/PRAM
    Reset SMC
    General Maintenance Recommendations
    Safari Problems

  • How to enable logging for mail.app in Mountain Lion

    I am at my wits end trying to figure this out....
    Does anyone have a clue how to enable the logging for mail.app under Mountain Lion?
    In the past, you could open up Console and click on Console.log and see the logging of mail. Under mountain Lion, there is no more console.log. I cannot figure out how to enable it.
    I have tried to run the AppleScript of "Turn On Logging" but the script errors out under Mountain Lion.
    Does anyone know how to do this or a better way, maybe a tool or something that can help you troubleshoot mail.app issues?
    Thanks in advanced

    Hello,
    I have a similar problem. The script "Turn on Logging.scpt" runs without error, but I do not see any socket logging. I only get two messages, which I also get when I start mail without the script by just clicking the mail.app icon in the dock. The Messages are:
    1/10/13 3:43:32.618 PM Mail[11276]: Using V2 Layout
    1/10/13 3:43:36.388 PM Mail[11276]: *** -[IADomainCache init]: IA domains cache is out of date.
    Any help would be appreciated

  • Mac Mini/Mountain Lion sleeps but won't wake up (or crashes) every night.

    Hi everybody,
    I have a mid-2010 mac mini server on which I recently installed Mountain Lion 10.8.2 (without server stuff).
    Every night, it stops responding. The led is on but the display is off and it does not respond to mouse/keyboard. I even tried remote desktop.
    The only solution is the power button...
    What I already did :
    - Reset Pram/Nvram
    - Reset SMC
    I also took a look at the console and I found a message that is fired just before the machine stops responding.
    ---- DAY 1 ----
    24/09/12 02:03:00,000 kernel[0]: Wake reason: GIGE (Network)
    24/09/12 02:03:00,000 kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    24/09/12 02:03:00,000 kernel[0]: Previous Sleep Cause: 5
    24/09/12 02:03:01,004 hidd[54]: MultitouchHID: device bootloaded
    24/09/12 02:03:01,000 kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, flow control allowed
    24/09/12 02:03:01,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    24/09/12 02:03:01,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Wake reason GIGE - bonjour - service connect
    24/09/12 02:03:01,141 configd[18]: network changed: v4(en0-:192.168.0.100) v6(en0-:fe80::224:d4ff:feb4:22f1) DNS- Proxy- SMB
    24/09/12 02:03:01,146 mDNSResponder[46]: DeregisterInterface: Frequent transitions for interface en0 (192.168.0.100)
    24/09/12 02:03:02,000 kernel[0]: Graphics suppressed 1944 ms
    24/09/12 02:03:02,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [79ed,2301,0de1,0300,41e1,0000]
    24/09/12 02:03:02,599 configd[18]: network changed: v4(en0+:192.168.0.100) DNS+ Proxy+ SMB
    24/09/12 02:03:02,607 mDNSResponder[46]: mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:C62C:03FF:FE0C:F227)
    24/09/12 02:03:02,608 mDNSResponder[46]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.0.100)
    24/09/12 02:03:02,617 configd[18]: network changed: v4(en0:192.168.0.100) v6(en0+:fe80::224:d4ff:feb4:22f1) DNS! Proxy SMB
    24/09/12 02:03:32,209 com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7fe119e220d0> Mon Sep 24 02:07:26 2012 CEST (approx)
    24/09/12 02:03:32,210 com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7fe119e220d0> Mon Sep 24 02:07:26 2012 CEST (approx)
    24/09/12 20:13:29,000 bootlog[0]: BOOT_TIME 1348510409 0
    ---- DAY 2 ----
    24/09/12 23:24:09,000 kernel[0]: Wake reason: GIGE (Network)
    24/09/12 23:24:09,000 kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    24/09/12 23:24:09,000 kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!
    24/09/12 23:24:09,000 kernel[0]: Previous Sleep Cause: 5
    24/09/12 23:24:09,994 hidd[45]: MultitouchHID: device bootloaded
    24/09/12 23:24:10,000 kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, flow control allowed
    24/09/12 23:24:10,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    24/09/12 23:24:10,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Wake reason GIGE - bonjour - service connect
    24/09/12 23:24:10,000 kernel[0]: Graphics suppressed 1135 ms
    24/09/12 23:24:10,154 configd[17]: network changed: v4(en0-:192.168.0.100) v6(en0-:fe80::224:d4ff:feb4:22f1) DNS- Proxy- SMB
    24/09/12 23:24:10,166 mDNSResponder[37]: DeregisterInterface: Frequent transitions for interface en0 (192.168.0.100)
    24/09/12 23:24:11,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [79ed,2301,0de1,0300,41e1,0000]
    24/09/12 23:24:11,520 configd[17]: network changed: v4(en0+:192.168.0.100) DNS+ Proxy+ SMB
    24/09/12 23:24:11,532 mDNSResponder[37]: mDNS_RegisterInterface: Frequent transitions for interface en0 (FE80:0000:0000:0000:C62C:03FF:FE0C:F227)
    24/09/12 23:24:11,533 mDNSResponder[37]: mDNS_RegisterInterface: Frequent transitions for interface en0 (192.168.0.100)
    24/09/12 23:24:11,543 configd[17]: network changed: v4(en0:192.168.0.100) v6(en0+:fe80::224:d4ff:feb4:22f1) DNS! Proxy SMB
    24/09/12 23:24:40,684 com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7fb5d1e11910> Mon Sep 24 21:41:51 2012 CEST (approx)
    24/09/12 23:24:40,684 com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7fb5d1e11910> Mon Sep 24 21:41:51 2012 CEST (approx)
    25/09/12 19:03:47,000 bootlog[0]: BOOT_TIME 1348592627 0
    ---- DAY 3 ----
    26/09/12 05:33:54,000 kernel[0]: Wake reason: RTC (Alarm)
    26/09/12 05:33:54,000 kernel[0]: RTC: Maintenance 2012/9/26 03:33:53, sleep 2012/9/26 01:34:04
    26/09/12 05:33:54,000 kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    26/09/12 05:33:54,000 kernel[0]: AirPort_Brcm43xx::checkInterfacePowerState: Check _pwrOffThreadCall!
    26/09/12 05:33:54,000 kernel[0]: Previous Sleep Cause: 5
    26/09/12 05:33:54,000 kernel[0]: AppleBCM5701::selectMedium - autoselect, any duplex, flow control allowed
    26/09/12 05:33:55,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link down on en0
    26/09/12 05:33:55,175 hidd[46]: MultitouchHID: device bootloaded
    26/09/12 05:33:56,000 kernel[0]: Graphics suppressed 2444 ms
    26/09/12 05:33:56,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, No flow-control, Debug [79ed,2301,0de1,0300,41e1,0000]
    26/09/12 05:33:56,534 configd[17]: network changed: v4(en0-:192.168.0.100) v6(en0-:fe80::224:d4ff:feb4:22f1) DNS- Proxy- SMB
    26/09/12 05:33:56,645 com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7fafe2e16a80> Tue Sep 25 20:31:50 2012 CEST (approx)
    26/09/12 05:33:56,646 com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7fafe2e16a80> Tue Sep 25 20:31:50 2012 CEST (approx)
    26/09/12 05:33:56,686 configd[17]: network changed: v4(en0+:192.168.0.100) v6(en0+:fe80::224:d4ff:feb4:22f1) DNS+ Proxy+ SMB
    26/09/12 05:34:01,000 kernel[0]: Sandbox: sandboxd(671) deny mach-lookup com.apple.coresymbolicationd
    26/09/12 19:04:50,000 bootlog[0]: BOOT_TIME 1348679090 0
    Any clue ?

    Hi, I'm quite interested by your issue, because i get the exact same one.
    On my mini (late 2012), system doesn t wake up from sleep if it has slept for more than 1 hour.
    In fact I get the exact same message as you get in your console.
    When I try and wake up system before the programmed maintenance wakeup, it wakes up fine.
    But as soon as this programmed time has passed, it just won t wake up, I have to force switch it off via the power button and restart it.
    I have nothing plugged on my mini except : AC - Thunderbolt display, and LAN connected to my freebox.
    Do you still have the issue or is it ok now for you ?
    I'll try in the upcoming days to plug the freebox in the thunderbolt display's adapter instead of the macmini's rj45.

Maybe you are looking for

  • Xperia arc s is extremely buggy after ICS update

    The following issues have appeared after det Android 4.0 update: 1. The phone restarts all the time without any prior warning (extremly annoying) 2. Bad Wifi reception. 3. Apps freeze and shut down all the time( A am aware that this could just as wel

  • Mail dock icon problem

    The Mail dock icon always shows there are 7 unread messages in my inbox, when there are none. When there are some, their number is added to 7. This developed after I migrated the contents of my drive to my new computer. How can I get rid of the omnip

  • Jar files required to develop adapter module in 7.1

    Hi, can any one tell me whether below jar files are enough to develop the adapter modules in 7.1, u2022 aii_af_cci.jar u2022 aii_af_mp.jar u2022 aii_af_ms_api.jar u2022 aii_af_ms_spi.jar u2022 aii_af_trace.jar u2022 aii_af_svc.jar u2022 aii_af_cpa.ja

  • Java to crystal reports

    hi all how to connect java to crystal reports i want to sample code please help me thanks

  • Purpose of T code ZBCS_SYNC

    Hi, I am basically working on FICO- but due project specific, SEM-BCS aslo came to my umbrella. So slowly we are habitate to learn BCS> I would request the experts ,please suggest me what is the user of ZBCS_SYNC. Is it synchronizing the master data