Li, Aubrey wrote: > Rafael Vanoni wrote: > >> Just uploaded the latest sparc and x86 packages to the site. >> I also updated the screen shot to show battery information and cleaned >> up the todo and bugs list. I marked all the issues at the PowerTop >> testing as resolved - those were fixed a few weeks ago, but >> are pending >> Pat's confirmation. > > Has the first bug been fixed?
The aggregate wakeups? I'm working on it as we speak. > Can we remove it? > And can we remove other packages in the attachment of powertop website? Sure. >> Please let me know of any issues with the packages. >> > I'm regret dtrace probes are not back to S10U6. > So there could be some users try S10 and ON version before b82, although > we have a clear declaration on the website. They actually are going into S10U6 :) > I have a preinstall script in the package for blastwave, just for your > reference. > ======================================================= > #!/bin/sh > > probe=`dtrace -l | grep idle-state-transition` > > if [ -z $probe] > then > echo "PowerTOP can't run properly on your system" > echo "please upgrade your system to b82 or later based > distribution" > exit 1 > else > exit 0 > fi > ====================================================== > > It's ok for me without this check. Good idea, I'll add it to the next rev. >> If you're all okay with it, I'll send a few emails over >> opensolaris.org to announce that we're putting v1.0 out there. >> > > That would be great and exicting for me, :-) Great! thanks Rafael
