Page 1 of 1

Ubuntu et veille

Posted: October 4th, 2015, 10:56 am
by moreje
Bonjour,
Sab ne parvient pas à maintenir mon Ubuntu éveillé.
du coup, impossible de terminer mes téléchargements, a moins de laisser le PC constament allumé
Y a un moyen de régler ce problème?
Merci

Re: Ubuntu et veille

Posted: October 4th, 2015, 2:00 pm
by shypike
Sorry for the answer in English.
Do you mean that the system goes to sleep while SABnzbd is downloading?
Do you mean that SABnzbd cannot wake the system from sleep?

Re: Ubuntu et veille

Posted: October 4th, 2015, 3:57 pm
by moreje
shypike wrote:Sorry for the answer in English.
Do you mean that the system goes to sleep while SABnzbd is downloading?
Do you mean that SABnzbd cannot wake the system from sleep?
Yes I mean that the system goes to sleep while SABnzbd is downloading

Re: Ubuntu et veille

Posted: October 5th, 2015, 3:40 am
by shypike
On Linux, power management depends on proper configuration of DBUS.
From the source code:

Code: Select all

#    Requires DBus plus either HAL [1] or the more modern ConsoleKit [2] and
#    DeviceKit(-power) [3]. HAL will eventually be deprecated but older systems
#    might still use it.
#    [1] http://people.freedesktop.org/~hughsient/temp/dbus-interface.html
#    [2] http://www.freedesktop.org/software/ConsoleKit/doc/ConsoleKit.html
#    [3] http://hal.freedesktop.org/docs/DeviceKit-power/
The variation in Linux is too large for us to properly test.