From wefa@cpq4.tnd.lab.arcor.de  Fri Oct 15 19:13:49 2004
Return-Path: <wefa@cpq4.tnd.lab.arcor.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 34A4C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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])
	by cpq4.tndlab.arcor.de (8.12.9p2/8.12.9) with ESMTP id i9FJ1te3000498
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <wefa@cpq4.tnd.lab.arcor.de>
Reply-To: Christoph Weber-Fahr <christoph.weber-fahr@arcor.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: ssh broken on fixit cd (missing /dev/random)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72741
>Category:       misc
>Synopsis:       ssh broken on fixit cd (missing /dev/random)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 19:20:27 GMT 2004
>Closed-Date:    Thu Mar 29 05:47:20 GMT 2007
>Last-Modified:  Thu Mar 29 05:47:20 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-qa 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Oct 24 00:35:28 GMT 2004 
Responsible-Changed-Why:  
Over to QA team for evaluation. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72741 
State-Changed-From-To: open->feedback 
State-Changed-By: linimon 
State-Changed-When: Sun Mar 18 22:04:49 UTC 2007 
State-Changed-Why:  
Is this still a problem with recent versions of FreeBSD? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72741 
State-Changed-From-To: feedback->closed 
State-Changed-By: remko 
State-Changed-When: Thu Mar 29 05:47:18 UTC 2007 
State-Changed-Why:  
feedback timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72741 
>Unformatted:
