Mailinglist Archive: opensuse-bugs (15873 mails)
< Previous | Next > |
[Bug 299002] beagled-helper runs although system is on battery power
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 13 Aug 2007 04:10:43 -0600 (MDT)
- Message-id: <20070813101043.A20D7245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=299002#c3
Holger Macht <hmacht@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
--- Comment #3 from Holger Macht <hmacht@xxxxxxxxxx> 2007-08-13 04:10:43 MST ---
So please change the default then.
Even /usr/lib/cron/run-crons has the following:
#
# Don't run jobs on laptops, that are AC-offline
#
if test -x /usr/bin/on_ac_power ; then
on_ac_power -q
if [ "$?" = "1" ]; then
exit 0
fi
fi
Isn't the beagle process triggered by such a cronjob?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Holger Macht <hmacht@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
--- Comment #3 from Holger Macht <hmacht@xxxxxxxxxx> 2007-08-13 04:10:43 MST ---
So please change the default then.
Even /usr/lib/cron/run-crons has the following:
#
# Don't run jobs on laptops, that are AC-offline
#
if test -x /usr/bin/on_ac_power ; then
on_ac_power -q
if [ "$?" = "1" ]; then
exit 0
fi
fi
Isn't the beagle process triggered by such a cronjob?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
< Previous | Next > |