On 05.08.2013 14:46, Richard Hughes wrote:
On 5 August 2013 12:15, Daniel P. Berrange
<berrange(a)redhat.com> wrote:
> What is the replacement ? We need to be able to query whether
> each of suspend, hibernate, or suspend-hybrid are supported on
> a host, and then report that upto the mgmt app using libvirt.
I think everything ported to the dbus methods like
org.freedesktop.login1.Manager.CanSuspend(),
org.freedesktop.login1.Manager.CanHibernate() etc. if you need to use
shell you can use gdbus -- yell if you need a more concrete example.
Thanks.
Richard
I'd rather see libvirt dependent on pm-utils than dbus. Moreover, the
methods paths are not unified AFAIK. For instance, I'm using KDE and on
my system it's:
org.freedesktop.UPower.HibernateAllowed()
org.freedesktop.UPower.SuspendAllowed()
Paths you've provided don't exist at all on my system.
Michal