From 51e283445cc6eeae3ee51e7ea4c5e7165202eccc Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 17 Aug 2009 12:17:36 +0200 Subject: fixed outcome of the experiment --- src/SW/pmset-linux-workaround/document.en.rest.txt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/SW/pmset-linux-workaround/document.en.rest.txt') diff --git a/src/SW/pmset-linux-workaround/document.en.rest.txt b/src/SW/pmset-linux-workaround/document.en.rest.txt index c510d0f..3938187 100644 --- a/src/SW/pmset-linux-workaround/document.en.rest.txt +++ b/src/SW/pmset-linux-workaround/document.en.rest.txt @@ -31,14 +31,14 @@ Can it be done in Linux? It seems it can't: ``drivers/macintosh/via-pmu.c``, the Power Management Unit's driver, implements only a couple of functions. -How did I manage? -================= +Is there a hope? +================ -Using a trick. I started with the `Mac OS X` 10.4 installation disk, -opened a Terminal, and run ``pmset``. Which did not work, giving me an -error 0xe00002bc. Digging a bit on the Web we discover that such error -means more or less "I can't write a file". *Write a file*? Whoever -asked for such a thing? +I tried to use a trick. I started with the `Mac OS X` 10.4 +installation disk, opened a Terminal, and run ``pmset``. Which did not +work, giving me an error 0xe00002bc. Digging a bit on the Web we +discover that such error means more or less "I can't write a +file". *Write a file*? Whoever asked for such a thing? Reading more attentively the documentation_ for ``pmset``, we discover that it writes a couple of file in @@ -52,7 +52,9 @@ it:: mount -o union -t hfs /dev/disk5s1 /Library/Preferences/SystemConfiguration -I re-run ``pmset``, nd finally the configuration is set. +I re-run ``pmset``, and finally the configuration is set. + +Sadly it still does not work ``:-(`` .. _rsnapshot: http://www.rsnapshot.org/ -- cgit v1.2.3