Known Bugs in the exim4 sarge packages

At the time of writing, sarge and sid packages have not diverted too far. There are some documentation issues, which we have improved. Besides that, the following issues are known:

A way to watch how much entropy is used (and regenerate it on the fly):

while true
do
    entropy=$(< /proc/sys/kernel/random/entropy_avail)
    echo -n "$(date --iso=m) ent=$entropy act="
    if [ $entropy -lt 1000 ]
    then
        echo find
        find / /usr /var/ /home -xdev -type f -print0 | rl -0 -c 1000 | xargs -0 cat > /dev/null
    else
        echo sleep
        sleep 10
    fi
done


You need to look at both lists!

PkgExim4KnownBugsInSarge (last edited 2006-06-20 07:49:23 by DavidSchmitt)