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?
Can we remove it?
And can we remove other packages in the attachment of powertop website?
>
> 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.
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.
> 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, :-)
Many thanks,
-Aubrey