Errore durante il tentativo di sospensione del computer

1

Sto provando ad usare questo script:

on run

    delay 5

    set lidState to do shell script "ioreg -r -k AppleClamshellState | awk -F \" = \" '/AppleClamshellState/ {print $2}'"

    if lidState = "Yes" then

        tell application "Finder" to sleep

        say "going to sleep"

    end if

end run

per fare in modo che il mio computer vada in stop quando chiudo il coperchio (normalmente non [non so perché]) e mi dà questo errore in system.log :

Mar 2 20:42:51 My Mac loginwindow[107]: ERROR | SleepSystem | IOPMSleepSystem returned error: -536870174

Qualche idea su cosa significhi?

    
posta atirit 03.03.2016 - 18:29
fonte

0 risposte

Leggi altre domande sui tag