Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72656 - net-im/silc-server-0.9.18 init-script error
Summary: net-im/silc-server-0.9.18 init-script error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-27 10:22 UTC by Daniel Webert
Modified: 2004-12-04 15:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2004-11-27 10:22:23 UTC
net-im/silc-server-0.9.18 init-script error

got the following output from the script - but the daemon starts fine ...

<snip>
porkoo ~ # /etc/init.d/silc-server start
 * Starting silc-server ...
sh: line 1:  4382 Broken pipe             ls -afiln ~ 2>/dev/null
sh: line 1:  4384 Broken pipe             ls -afiln /proc 2>/dev/null 
</snip>
Comment 1 Andrej Kacian (RETIRED) gentoo-dev 2004-11-27 12:25:58 UTC
This is not my package, reassigning.

Anyway, this is a "feature" in silc toolkit's code (part of which is used in silcd too), namely in lib/silccrypt/silcrng.c line 294.

Every application using silc-toolkit is experiencing this "problem" - fe. I've noticed it in Silky. I've been told by one of SILC developers that this is not impairing any functionality, apart from SILC's cryptography code having less medium noise available (it is collecting noise from various commands).
Comment 2 Sven Wegener gentoo-dev 2004-12-04 15:06:27 UTC
I added a &>/dev/null output redirection to the init script. This should stop
silc-server from displaying these errors on startup.