From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 12 15:39:26 2021 Received: (at 48974) by debbugs.gnu.org; 12 Jun 2021 19:39:26 +0000 Received: from localhost ([127.0.0.1]:42030 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls9Ta-0005di-80 for submit@debbugs.gnu.org; Sat, 12 Jun 2021 15:39:26 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:23133) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls9TX-0005dV-F2 for 48974@debbugs.gnu.org; Sat, 12 Jun 2021 15:39:24 -0400 Received: from nijino.local (62-116-34-49.adsl.highway.telekom.at [62.116.34.49]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4G2ShS4chnz3wGN; Sat, 12 Jun 2021 21:39:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1623526760; bh=OpkJ03DeuznRhtJmtyjbtTJ54yby/uslGVcYil6MXwU=; h=Subject:From:To:Date:In-Reply-To:References; b=CT9ckVT2opS1Jo2HP1nCXqa/ONm3+z1tkQ8rJKkI7oXXPLzY+ko6fICqW+s6Z5hPN xNHQOSoVp4THl3HzBupD1Lkxpsb6bfzVjPJTMvehYNwSX+njRvTVKtAs6arqsoyTfb WPl9kcmbOSuaG3liyzOfzXkJYr44C+lVtud6864k= Message-ID: <9d5c5334eacfae92ace38329e55bc4a91929e206.camel@student.tugraz.at> Subject: Re: A possible shepherd bug (it's very minor) From: Leo Prikler To: Joshua Branson , 48974@debbugs.gnu.org Date: Sat, 12 Jun 2021 21:39:18 +0200 In-Reply-To: <87wnqz43k0.fsf@dismail.de> References: <87wnqz43k0.fsf@dismail.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48974 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Am Samstag, den 12.06.2021, 09:26 -0400 schrieb Joshua Branson: > Hello! > > I've had this issue every since I enabled automatic login on my guix > system like so: > > #+BEGIN_SRC scheme > (define %my-desktop-services > (modify-services > %desktop-services > (mingetty-service-type config => > (mingetty-configuration > (inherit config) > ;;auto login as joshua > (auto-login "joshua"))))) > > (operating-system > ... > (services (list %my-desktop-services))) > #+END_SRC I am sorry to say this, but rather than this being (just) a bug with shepherd, your config looks seriously borked. Why are you asking Guix to autologin you on *every available console*? Regards, Leo