Hi Jason, > It certainly fails > Here it is: > > Aug 11 00:28:06 t6 cced(smd)[4496]: client 30:[48:2966]: SET 1 . Power > "reboot" "=" "1249946886" Aug 11 00:28:06 t6 cced(smd)[4496]: client > 30:[48:2966]: SET 1.Power failed (-4)
Yeah, that explains it. I just looked at the code and there is indeed a problem that sometimes can kick in. It's as follows: To initiate a reboot or shutdown the GUI sets a flag in CODB into the Object "System" and into the NameSpace "Power" that resides in that Object. Unfortunately the GUI page assumes that the "System" Object always has the ID "1", which it usually has - but not always. In your case it certainly has a different ID, hence "reboot" or "shutdown" is not working. But this is easy to fix. An update for this will be available through YUM sometime later tonight. -- With best regards Michael Stauber _______________________________________________ Blueonyx mailing list [email protected] http://www.blueonyx.it/mailman/listinfo/blueonyx
