From owner-freebsd-bugs@FreeBSD.ORG Fri Oct 15 19:20:28 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 551D116A4CE for ; Fri, 15 Oct 2004 19:20:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A6FA43D70 for ; Fri, 15 Oct 2004 19:20:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i9FJKRJd046223 for ; Fri, 15 Oct 2004 19:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i9FJKRTH046222; Fri, 15 Oct 2004 19:20:27 GMT (envelope-from gnats) Resent-Date: Fri, 15 Oct 2004 19:20:27 GMT Resent-Message-Id: <200410151920.i9FJKRTH046222@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Weber-Fahr Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34A4C16A4CE for ; Fri, 15 Oct 2004 19:13:49 +0000 (GMT) Received: from cpq4.tndlab.arcor.de (cpq4.tnd.lab.arcor.de [145.253.194.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B3AB43D2F for ; Fri, 15 Oct 2004 19:13:48 +0000 (GMT) (envelope-from wefa@cpq4.tnd.lab.arcor.de) Received: from cpq4.tndlab.arcor.de (localhost.tndlab.arcor.de [127.0.0.1]) i9FJ1te3000498 for ; Fri, 15 Oct 2004 21:01:55 +0200 (CEST) (envelope-from wefa@cpq4.tndlab.arcor.de) Received: (from root@localhost) by cpq4.tndlab.arcor.de (8.12.9p2/8.12.9/Submit) id i9FJ1swW000497; Fri, 15 Oct 2004 21:01:54 +0200 (CEST) (envelope-from wefa) Message-Id: <200410151901.i9FJ1swW000497@cpq4.tndlab.arcor.de> Date: Fri, 15 Oct 2004 21:01:54 +0200 (CEST) From: Christoph Weber-Fahr To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: conf/72741: ssh broken on fixit cd (missing /dev/random) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christoph Weber-Fahr List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 19:20:28 -0000 >Number: 72741 >Category: conf >Synopsis: ssh broken on fixit cd (missing /dev/random) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 15 19:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Christoph Weber-Fahr >Release: FreeBSD 4.10-RELEASE i386 >Organization: Arcor AG >Environment: FreeBSD 4.10R cdrom+fixit live file system >Description: using the 4.10 CD set in fixit mode you can not use ssh it fail complaining about a not configured PRNG apparently /dev/random and /dev/urandom are missing MAKEDEV is missing, too. (yes, I know a about mknod) >How-To-Repeat: boot with cd1 start fixit mode, insert cd2, press enter change to vty 4 configure network start ssh be amazed >Fix: - have a /dev/(u|)random on the install floppy - have MAKEDEV on the install floppy in /dev Workaround: use mknod random c 2 3 ; mknod urandom c 2 4 ; chmod 644 /dev/*rand* every time you use the fixit cd (ugly) >Release-Note: >Audit-Trail: >Unformatted: