>>>>> "h" == heretic108  <[EMAIL PROTECTED]> writes:

    h> Hi, After countless days of faultless operation, I'm unable to
    h> retrieve even the main sites like Snarfoo, GJ and Pigdog.

    h> Is this just the "midnight GMT rush hour" or is freenet perhaps
    h> a bit sick?

It could be your node, in particular. Are you on a Linux box? Try
running a script like this:

---8<---
#!/bin/bash

FREENETROOT=/var/lib/freenet
PORT=`grep ^listenPort= /etc/freenet/freenetrc | sed s/listenPort=//`
STORE=$FREENETROOT/store_$PORT

echo Keys: `grep "^Key=" $STORE | wc -l`
echo Refs: `grep "^Ref=" $STORE | wc -l`

echo Distribution:
grep "^Ref=" $STORE | sort | uniq -c
---8<---

(Yeah, Bash Experts, I know it's sloppy, but it's short and easy.)
This should give you an idea of how many addresses you have in your
data store and how well balanced it is.

If you don't have at least a handful of addresses, try restarting your
node so you pick up some new addresses from the inform database. Note
that this will only work about once per day, so don't toggle your node
up and down.

Also, if you just leave your node alone, it should get healthier over
time.

~Mr. Bad

-- 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Mr. Bad <[EMAIL PROTECTED]> | Pigdog Journal | http://pigdog.org/ 
 "Your description of coffee is how you interpret Sex."
                              -- "Personality Quiz" chain letter
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_______________________________________________
Chat mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/chat

Reply via email to