Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Mac going to sleep #7005

Closed
cyberduck opened this issue Dec 17, 2012 · 1 comment
Closed

Prevent Mac going to sleep #7005

cyberduck opened this issue Dec 17, 2012 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

00dac16 created the issue

For example iTunes prevents Mac going to sleep mode. Please add this important enhancement also to Cyberduck. Otherwise it's always necessary to put sleep mode from e.g. 15 minutes to never when doing large unattended uploads.

There must be a default OSX function for this, this is what happens when iTunes does something, easily identified by PID delivered by pmset, after iTunes finished it's work, prevention will go off:

iMac27RR:~ roland$ pmset -g
Active Profiles:
AC Power		-1*
Currently in use:
 hibernatemode        0
 halfdim              1
 womp                 1
 networkoversleep     0
 sleep                15 (sleep prevented by 562)
 powerbutton          1
 ttyskeepawake        1
 hibernatefile        /var/vm/sleepimage
 autorestart          0
 disksleep            10
 displaysleep         5
iMac27RR:~ roland$ ps -p 562
  PID TTY           TIME CMD
  562 ??         1:24.57 /Applications/iTunes.app/Contents/MacOS/iTunes -psn_0_434282
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #6479.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant