From owner-freebsd-stable@FreeBSD.ORG Sun Apr 24 07:15:12 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F0516A4D0 for ; Sun, 24 Apr 2005 07:15:12 +0000 (GMT) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0812B43D46 for ; Sun, 24 Apr 2005 07:15:08 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (localhost [127.0.0.1]) (authenticated bits=0) by cain.gsoft.com.au (8.12.11/8.12.10) with ESMTP id j3O7F3kM006497; Sun, 24 Apr 2005 16:45:04 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: Rob Date: Sun, 24 Apr 2005 16:44:21 +0930 User-Agent: KMail/1.8 References: <20050424064630.16280.qmail@web54003.mail.yahoo.com> In-Reply-To: <20050424064630.16280.qmail@web54003.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1253049.le2Om9eP5j"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200504241644.28629.doconnor@gsoft.com.au> X-Spam-Score: -2 () IN_REP_TO,PGP_SIGNATURE_2,REFERENCES,SPAM_PHRASE_01_02,USER_AGENT X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: FreeBSD Stable Subject: Re: [PATCH] Re: /etc/rc.d/sshd : "kldload random" missing? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Apr 2005 07:15:12 -0000 --nextPart1253049.le2Om9eP5j Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sun, 24 Apr 2005 16:16, Rob wrote: > Either I don't understand this, or it is not working > properly. > > I am using 5-Stable, not Current, so the 'cleanvar' > is not there. So in /etc/rc.d/sshd I have this line: > > # REQUIRE: LOGIN random > > I then do: > > /etc/rc.d/random stop > /etc/rc.d/sshd stop > /etc/rc.d/sshd start > > But the random script is not executed. I have added > a echo statement in the random_start() function, > but nothing is printed out. > It seems that random is not started at all when sshd > is started. > Or do I misunderstand something here? Try putting random_enable=3D"YES" in /etc/rc.conf. That gets it called here (although I already had random.ko loaded so I'm no= t=20 100% sure it worked) =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart1253049.le2Om9eP5j Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBCa0dU5ZPcIHs/zowRAlh+AJ9gKwENk+zWHz3iXhyb5fY3+qF63wCggHCK yAbIlJhjozH47VWoIRDqR5M= =u6FV -----END PGP SIGNATURE----- --nextPart1253049.le2Om9eP5j--