lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 15 Apr 2012 12:18:27 +0200
From:	Németh Márton <nm127@...email.hu>
To:	Thomas Meyer <thomas@...3r.de>
CC:	Arjan van de Ven <arjan@...ux.intel.com>,
	discuss <discuss@...swatts.org>,
	Powertop Mailing List <power@...host.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [SOLVED] where can I find powertop sources?

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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ