From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: [PATCH 3/5] gnu: Add tlp service. Date: Thu, 16 Mar 2017 18:18:30 +0100 Message-ID: <8760j9jg2h.fsf@lassieur.org> References: <20170315204642.27626-1-m.othacehe@gmail.com> <20170315204642.27626-4-m.othacehe@gmail.com> <87bmt1ji6b.fsf@lassieur.org> <87bmt12lo1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1coZ2r-0007Y2-Jn for guix-devel@gnu.org; Thu, 16 Mar 2017 13:18:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1coZ2o-0006q3-8i for guix-devel@gnu.org; Thu, 16 Mar 2017 13:18:37 -0400 Received: from mail.lassieur.org ([83.152.10.219]:35970) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1coZ2o-0006pj-0P for guix-devel@gnu.org; Thu, 16 Mar 2017 13:18:34 -0400 In-reply-to: <87bmt12lo1.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: guix-devel@gnu.org >> Also, "tlp stat" does not work. > > It seems to work for me, could you elaborate on that ? Oh I see, it was because tlp wasn't installed... Running it directly from the store like this: /gnu/store/ymq6khzhnyxsq5z1mi2jnri93ww0ysji-tlp-0.9/bin/tlp init stat Produced: /gnu/store/ymq6khzhnyxsq5z1mi2jnri93ww0ysji-tlp-0.9/bin/.tlp-real: line 322: tlp-stat: command not found But I guess it is not a problem if the service does not use it. And a user willing to call tlp directy should install it. So please ignore my comment!