* [Powertop] [Announce] PowerTOP v2.6.1 released
@ 2014-05-23 18:41 Alexandra Yates
0 siblings, 0 replies; 6+ messages in thread
From: Alexandra Yates @ 2014-05-23 18:41 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]
We are pleased to announce the release of PowerTOP v2.6.1
About PowerTOP
PowerTOP is a Linux tool to diagnose issues with power consumption and
power management. In addition to being a diagnostic tool, PowerTOP also
has an interactive mode you can use to experiment with various power
management settings, for cases where the Linux distribution has not
enabled those settings.
PowerTOP reports which components in the system are most likely to blame
for higher-than-needed power consumption, ranging from software
applications to active components in the system. Detailed screens are
available for CPU C and P states, device activity, and software activity.
For many years, PowerTOP has been used heavily by Intel, Linux
distributors, and various parts of the open source community.
Fixes
Segmentation faults with PowerTOP2.6 reported by Julian Wollrath
<jwollrath(a)web.de>
Packaging issues reported by Julian Wollrath <jwollrath(a)web.de>
Thank you to everyone who contributed to this release!
Alexandra Yates (3):
Bug-fix:Seg-fault with powertop --html & --csv
Update translation files and configuration
PowerTOP version 2.6.1
Thank you,
Alexandra.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Powertop] [Announce] PowerTOP v2.6.1 released
@ 2014-05-26 13:12 Jaroslav Skarvada
0 siblings, 0 replies; 6+ messages in thread
From: Jaroslav Skarvada @ 2014-05-26 13:12 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 1699 bytes --]
----- Original Message -----
> We are pleased to announce the release of PowerTOP v2.6.1
>
>
> About PowerTOP
>
> PowerTOP is a Linux tool to diagnose issues with power consumption and
> power management. In addition to being a diagnostic tool, PowerTOP also
> has an interactive mode you can use to experiment with various power
> management settings, for cases where the Linux distribution has not
> enabled those settings.
>
> PowerTOP reports which components in the system are most likely to blame
> for higher-than-needed power consumption, ranging from software
> applications to active components in the system. Detailed screens are
> available for CPU C and P states, device activity, and software activity.
>
> For many years, PowerTOP has been used heavily by Intel, Linux
> distributors, and various parts of the open source community.
>
>
>
> Fixes
>
> Segmentation faults with PowerTOP2.6 reported by Julian Wollrath
> <jwollrath(a)web.de>
> Packaging issues reported by Julian Wollrath <jwollrath(a)web.de>
> Thank you to everyone who contributed to this release!
>
> Alexandra Yates (3):
>
> Bug-fix:Seg-fault with powertop --html & --csv
>
> Update translation files and configuration
>
> PowerTOP version 2.6.1
>
>
> Thank you,
> Alexandra.
> _______________________________________________
> PowerTop mailing list
> PowerTop(a)lists.01.org
> https://lists.01.org/mailman/listinfo/powertop
>
Hi,
the source tarball contains 32 bit object files under
/src/tuning
Also it is not possible to compile it after running:
$ make clean
It seems csstoh.sh script is missing
regards
Jaroslav
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Powertop] [Announce] PowerTOP v2.6.1 released
@ 2014-05-27 17:24 Alexandra Yates
0 siblings, 0 replies; 6+ messages in thread
From: Alexandra Yates @ 2014-05-27 17:24 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 2066 bytes --]
> ----- Original Message -----
>> We are pleased to announce the release of PowerTOP v2.6.1
>>
>>
>> About PowerTOP
>>
>> PowerTOP is a Linux tool to diagnose issues with power consumption and
>> power management. In addition to being a diagnostic tool, PowerTOP also
>> has an interactive mode you can use to experiment with various power
>> management settings, for cases where the Linux distribution has not
>> enabled those settings.
>>
>> PowerTOP reports which components in the system are most likely to blame
>> for higher-than-needed power consumption, ranging from software
>> applications to active components in the system. Detailed screens are
>> available for CPU C and P states, device activity, and software
>> activity.
>>
>> For many years, PowerTOP has been used heavily by Intel, Linux
>> distributors, and various parts of the open source community.
>>
>>
>>
>> Fixes
>>
>> Segmentation faults with PowerTOP2.6 reported by Julian Wollrath
>> <jwollrath(a)web.de>
>> Packaging issues reported by Julian Wollrath <jwollrath(a)web.de>
>> Thank you to everyone who contributed to this release!
>>
>> Alexandra Yates (3):
>>
>> Bug-fix:Seg-fault with powertop --html & --csv
>>
>> Update translation files and configuration
>>
>> PowerTOP version 2.6.1
>>
>>
>> Thank you,
>> Alexandra.
>> _______________________________________________
>> PowerTop mailing list
>> PowerTop(a)lists.01.org
>> https://lists.01.org/mailman/listinfo/powertop
>>
>
> Hi,
>
> the source tarball contains 32 bit object files under
> /src/tuning
>
> Also it is not possible to compile it after running:
> $ make clean
>
> It seems csstoh.sh script is missing
>
> regards
>
> Jaroslav
>
Hi Jaroslav,
Thank you for reporting this bug. This bug has been in PowerTOP for a
while. I tested PowerTOP-2.5 and I was able to reproduce it as well.
Nevertheless, the bug needs to be fixed. I'm adding this issue to our
list of bugs to fix it in a future release.
Thank you,
Alexandra.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Powertop] [Announce] PowerTOP v2.6.1 released
@ 2014-05-28 9:43 Joerg Mayer
0 siblings, 0 replies; 6+ messages in thread
From: Joerg Mayer @ 2014-05-28 9:43 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
On Tue, May 27, 2014 at 10:24:44AM -0700, Alexandra Yates wrote:
> > Also it is not possible to compile it after running:
> > $ make clean
> >
> > It seems csstoh.sh script is missing
I've had this patch in my tree for at least some months...
Ciao
Jörg
--
Joerg Mayer <jmayer(a)loplof.de>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: csstoh.sh.patch --]
[-- Type: text/x-diff, Size: 462 bytes --]
Fix build in a clean tree
Signed-off-by: Joerg Mayer <jmayer@loplof.de>
diff --git a/src/Makefile.am b/src/Makefile.am
index 0fe3c04..605f285 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,5 +50,5 @@ AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS)
BUILT_SOURCES = css.h
CLEANFILES = css.h
css.h: powertop.css
- $(SHELL) ./csstoh.sh powertop.css css.h
+ $(SHELL) ${srcdir}/csstoh.sh ${srcdir}/powertop.css css.h
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Powertop] [Announce] PowerTOP v2.6.1 released
@ 2014-05-28 16:28 Alexandra Yates
0 siblings, 0 replies; 6+ messages in thread
From: Alexandra Yates @ 2014-05-28 16:28 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 758 bytes --]
> On Tue, May 27, 2014 at 10:24:44AM -0700, Alexandra Yates wrote:
>> > Also it is not possible to compile it after running:
>> > $ make clean
>> >
>> > It seems csstoh.sh script is missing
>
> I've had this patch in my tree for at least some months...
>
> Ciao
> Jörg
> --
> Joerg Mayer <jmayer(a)loplof.de>
> We are stuck with technology when what we really want is just stuff that
> works. Some say that should read Microsoft instead of technology.
> _______________________________________________
> PowerTop mailing list
> PowerTop(a)lists.01.org
> https://lists.01.org/mailman/listinfo/powertop
>
Hi Joerg,
Can you send the patch to the mailing list?
Thank you,
Alexandra.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Powertop] [Announce] PowerTOP v2.6.1 released
@ 2014-05-31 5:55 Chris Samuel
0 siblings, 0 replies; 6+ messages in thread
From: Chris Samuel @ 2014-05-31 5:55 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 783 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 28 May 2014 09:28:12 AM Alexandra Yates wrote:
> Can you send the patch to the mailing list?
There was a patch attached to his email.
cheers,
Chris
- --
Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQEVAwUBU4luwI1yjaOTJg85AQIdwgf/bEBkIciB+1Scpq+rOBC+0TU5qXez6ZlT
Bl5zyHtEFiJs8ce2DxxwrQInM7+hrsKcWZup0t4rL85sEHkjmzd+ijDh37EP9bW5
GXmj3pAG+tySFtZVJeDzn5XIia5ZGGVwR5O4pkEhmBUPB/u06TA7+LoCnp5YGy9Y
cynVc7fthL4WI6Scac0kcVA08l5ISHnujajOLhT8/A95aqx6rwqMeeM2Jf1GDa7c
rU2ZGgAffeM8MavXzsBiHe1NVv1l+uHV4OlNRdwWaPAHHGCgcj8+piCmcUFKd9i7
/RT5cy4O5jMug4YuMgh8L4Eo9aDQwZI4jPZtUtuV1lI/1NNdxog29Q==
=U6Rp
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-05-31 5:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-28 16:28 [Powertop] [Announce] PowerTOP v2.6.1 released Alexandra Yates
-- strict thread matches above, loose matches on Subject: below --
2014-05-31 5:55 Chris Samuel
2014-05-28 9:43 Joerg Mayer
2014-05-27 17:24 Alexandra Yates
2014-05-26 13:12 Jaroslav Skarvada
2014-05-23 18:41 Alexandra Yates
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.