Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58441 Details for
Bug 91974
The entropy init-script does not start entropy and just fails without any error message.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new init-script
entropy (text/plain), 769 bytes, created by
Bartek Kostrzewa
on 2005-05-08 23:32:38 UTC
(
hide
)
Description:
new init-script
Filename:
MIME Type:
Creator:
Bartek Kostrzewa
Created:
2005-05-08 23:32:38 UTC
Size:
769 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/entropy/files/entropy.rc,v 1.2 2004/07/14 23:57:55 agriffis Exp $ > >depend() { > need net > use mysql >} > >checkconfig() { > local HOME="`getent passwd ${ENTROPY_USER} | cut -d: -f 6`" > if [ ! -d ${HOME} ] ; then > mkdir -p ${HOME} > chown ${ENTROPY_USER} ${HOME} > fi > cd ${HOME} >} > >start() { > checkconfig || return 1 > ebegin "Starting entropy" > sudo -u ${ENTROPY_USER} nice -n 15 entropy & > eend $? >} > >stop() { > ebegin "Stopping entropy" > sudo -u ${ENTROPY_USER} entropy -k > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 91974
: 58441