* where can I find powertop sorces? @ 2012-04-14 8:07 Németh Márton 2012-04-14 10:12 ` Thomas Meyer 2012-04-14 10:54 ` where can I find powertop sorces? Andreas Mohr 0 siblings, 2 replies; 5+ messages in thread From: Németh Márton @ 2012-04-14 8:07 UTC (permalink / raw) To: Arjan van de Ven, discuss, Powertop Mailing List; +Cc: LKML Hi, I'm having trouble to fetch powertop sources. I found the article titled "Announcing the beta release of PowerTOP 2.0" from January 5 2011 at http://lwn.net/Articles/421733/ but it seems that the links are not working anymore: $ git clone git://git.kernel.org/pub/scm/status/powertop/powertop.git Cloning into powertop... warning: You appear to have cloned an empty repository. $ wget http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2 --2012-04-14 10:04:55-- http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2 Resolving www.kernel.org... 149.20.20.133, 149.20.4.69 Connecting to www.kernel.org|149.20.20.133|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2012-04-14 10:04:56 ERROR 403: Forbidden. Regards, Márton Németh ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: where can I find powertop sorces? 2012-04-14 8:07 where can I find powertop sorces? Németh Márton @ 2012-04-14 10:12 ` Thomas Meyer 2012-04-15 10:18 ` [SOLVED] where can I find powertop sources? Németh Márton 2012-04-14 10:54 ` where can I find powertop sorces? Andreas Mohr 1 sibling, 1 reply; 5+ messages in thread From: Thomas Meyer @ 2012-04-14 10:12 UTC (permalink / raw) To: Németh Márton Cc: Arjan van de Ven, discuss, Powertop Mailing List, LKML Am Samstag, den 14.04.2012, 10:07 +0200 schrieb Németh Márton: > Hi, hi, > > I'm having trouble to fetch powertop sources. I found the article > titled "Announcing the beta release of PowerTOP 2.0" from January 5 2011 > at http://lwn.net/Articles/421733/ but it seems that the links are not > working anymore: > > $ git clone git://git.kernel.org/pub/scm/status/powertop/powertop.git > Cloning into powertop... > warning: You appear to have cloned an empty repository. > $ wget http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2 > --2012-04-14 10:04:55-- http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2 > Resolving www.kernel.org... 149.20.20.133, 149.20.4.69 > Connecting to www.kernel.org|149.20.20.133|:80... connected. > HTTP request sent, awaiting response... 403 Forbidden > 2012-04-14 10:04:56 ERROR 403: Forbidden. http://www.mail-archive.com/power@bughost.org/msg02155.html The repository is at https://github.com/fenrus75/powertop or git://github.com/fenrus75/powertop.git with kind regards thomas ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [SOLVED] where can I find powertop sources? 2012-04-14 10:12 ` Thomas Meyer @ 2012-04-15 10:18 ` Németh Márton 0 siblings, 0 replies; 5+ messages in thread From: Németh Márton @ 2012-04-15 10:18 UTC (permalink / raw) To: Thomas Meyer; +Cc: Arjan van de Ven, discuss, Powertop Mailing List, LKML Thomas Meyer wrote: > Am Samstag, den 14.04.2012, 10:07 +0200 schrieb Németh Márton: >> Hi, > > hi, > >> I'm having trouble to fetch powertop sources. I found the article >> titled "Announcing the beta release of PowerTOP 2.0" from January 5 2011 >> at http://lwn.net/Articles/421733/ but it seems that the links are not >> working anymore: >> >> $ git clone git://git.kernel.org/pub/scm/status/powertop/powertop.git >> Cloning into powertop... >> warning: You appear to have cloned an empty repository. >> $ wget http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2 >> --2012-04-14 10:04:55-- http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2 >> Resolving www.kernel.org... 149.20.20.133, 149.20.4.69 >> Connecting to www.kernel.org|149.20.20.133|:80... connected. >> HTTP request sent, awaiting response... 403 Forbidden >> 2012-04-14 10:04:56 ERROR 403: Forbidden. > > http://www.mail-archive.com/power@bughost.org/msg02155.html > > The repository is at https://github.com/fenrus75/powertop or > git://github.com/fenrus75/powertop.git > > with kind regards > thomas Thanks, both of them works: $ git clone https://github.com/fenrus75/powertop.git Cloning into powertop... remote: Counting objects: 3381, done. remote: Compressing objects: 100% (866/866), done. remote: Total 3381 (delta 2563), reused 3321 (delta 2503) Receiving objects: 100% (3381/3381), 529.06 KiB | 366 KiB/s, done. Resolving deltas: 100% (2563/2563), done. $ git clone git://github.com/fenrus75/powertop.git Cloning into powertop... remote: Counting objects: 3381, done. remote: Compressing objects: 100% (866/866), done. remote: Total 3381 (delta 2563), reused 3321 (delta 2503) Receiving objects: 100% (3381/3381), 529.06 KiB | 326 KiB/s, done. Resolving deltas: 100% (2563/2563), done. Regards, Márton Németh ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: where can I find powertop sorces? 2012-04-14 8:07 where can I find powertop sorces? Németh Márton 2012-04-14 10:12 ` Thomas Meyer @ 2012-04-14 10:54 ` Andreas Mohr 2012-04-14 15:19 ` Arjan van de Ven 1 sibling, 1 reply; 5+ messages in thread From: Andreas Mohr @ 2012-04-14 10:54 UTC (permalink / raw) To: Németh Márton Cc: Arjan van de Ven, discuss, Powertop Mailing List, LKML Hi, On Sat, Apr 14, 2012 at 10:07:43AM +0200, Németh Márton wrote: > Hi, > > I'm having trouble to fetch powertop sources. I found the article > titled "Announcing the beta release of PowerTOP 2.0" from January 5 2011 > at http://lwn.net/Articles/421733/ but it seems that the links are not > working anymore: Indeed, last week I was tempted to write a "HOLY MESS" report somewhere. Oh wait, I actually just did, sorry. IMHO since powertop git repos appear to be changing left and right, it's best to indicate the supposedly current authoritative project page (there are even two main websites with likely conflicting information!) / git URL on sites such as the Wikipedia article and/or Freshmeat or some such. Sorry, very short on time currently, but that's just my input on this. Andreas Mohr ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: where can I find powertop sorces? 2012-04-14 10:54 ` where can I find powertop sorces? Andreas Mohr @ 2012-04-14 15:19 ` Arjan van de Ven 0 siblings, 0 replies; 5+ messages in thread From: Arjan van de Ven @ 2012-04-14 15:19 UTC (permalink / raw) To: Andreas Mohr Cc: Németh Márton, discuss, Powertop Mailing List, LKML On 4/14/2012 3:54 AM, Andreas Mohr wrote: > Hi, > > On Sat, Apr 14, 2012 at 10:07:43AM +0200, Németh Márton wrote: >> Hi, >> >> I'm having trouble to fetch powertop sources. I found the article >> titled "Announcing the beta release of PowerTOP 2.0" from January 5 2011 >> at http://lwn.net/Articles/421733/ but it seems that the links are not >> working anymore: > > Indeed, last week I was tempted to write a "HOLY MESS" report somewhere. > Oh wait, I actually just did, sorry. > > IMHO since powertop git repos appear to be changing left and right, > it's best to indicate the supposedly current authoritative project page > (there are even two main websites with likely conflicting information!) > / git URL > on sites such as the Wikipedia article and/or Freshmeat or some such. > > Sorry, very short on time currently, but that's just my input on this. > yes it's a mess ;-( we were promised a new revamped site (for a bunch of Intel projects combined) in early January.. which is where THE powertop page would be... and it's still not there ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-04-15 10:18 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-04-14 8:07 where can I find powertop sorces? Németh Márton 2012-04-14 10:12 ` Thomas Meyer 2012-04-15 10:18 ` [SOLVED] where can I find powertop sources? Németh Márton 2012-04-14 10:54 ` where can I find powertop sorces? Andreas Mohr 2012-04-14 15:19 ` Arjan van de Ven
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox