From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Openssh Date: Wed, 30 Jan 2013 22:20:46 +0100 Message-ID: <87txpygyfl.fsf@gnu.org> References: <201301300022.29235.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0f5O-0000kc-Fg for bug-guix@gnu.org; Wed, 30 Jan 2013 16:20:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0f5N-0000YD-Ek for bug-guix@gnu.org; Wed, 30 Jan 2013 16:20:50 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:28734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0f5N-0000Y5-81 for bug-guix@gnu.org; Wed, 30 Jan 2013 16:20:49 -0500 In-Reply-To: <201301300022.29235.andreas@enge.fr> (Andreas Enge's message of "Wed, 30 Jan 2013 00:22:29 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Hi! Andreas Enge skribis: > the test suite of openssh fails as follows: > > Privilege separation user sshd does not exist > FATAL: sshd_proxy broken > > Apparently, the sshd daemon expects to be run by a user named sshd. Is=20 > there a way to create such a user just during the test run? No. The right thing is to skip the test. > Apart from that, I disabled the tests, and the produced ssh client does=20 > work well. Nice! Thanks, Ludo=E2=80=99.