#********************************************************************************* # # # _____________ ____________ ____ # # / ____/ ____/ | / /_ __/ __ \/ __ \ # # / / __/ __/ / |/ / / / / / / / / / / # #/ /_/ / /___/ /| / / / / /_/ / /_/ / # #\____/_____/_/ |_/ /_/ \____/\____/ # # # # # #______ ___________ _ _ _____ _____ _ __ # #| ___ \ ___| _ \ \ | || ___/ __ \| | / / # #| |_/ / |__ | | | | \| || |__ | / \/| |/ / # #| /| __|| | | | . ` || __|| | | \ # #| |\ \| |___| |/ /| |\ || |___| \__/\| |\ \ # #\_| \_\____/|___/ \_| \_/\____/ \____/\_| \_/ # # # #********************************************************************************* Apache on servers (headless boxens :) has a bug with restarts causing it to hang with 1 pid running. This is a fix for headless boxens with low entropy... # emerge sys-apps/rng-tools && rc-update add rngd default && /etc/init.d/rngd start