FYI: I've finally bit the bullet and got Ubuntu 8.10 desktop running on one of my servers. That means that I've now managed to make a functioning Ubuntu (and other debian flavors, presumably) setup script for SrvrPowerCtrl. I'll include that with the next beta version in a couple of days, hopefully.
In the same vein, I got CentOS 5.2 running on the same server. The only issue I ran into with CentOS was having some difficulty making the apci wakeup work. Apparently, if your acpi wakeup is programmed via writing to /proc/acpi/alarm, the alarm doesn't survive a hwclock reset. So, if you can't get your CentOS machine to wakeup for alarms, check various scripts (like /etc/rc.d/init.d/halt) for calls to hwclock and comment them out. In my case, the real culprit was /usr/lib/pm-utils/sleep.d/90clock: by commenting out the call to /sbin/hwclock in suspend_clock(), suddenly the machine started waking up in a timely fashion after suspending. -- gharris999 ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
