[freenet-support] Freenet won't start on my new computer

2005-08-06 Thread Bergman, Karl J
Due to a computer crash I had to switch to a new one.

When I try to start up freenet all I get is:

Loading native...
Attempting to load freenet/support/CPUInformation/libjcpuid-x86-linux.so
Written to /tmp/jcpuid45173lib.tmp: 55692
INFO: Native CPUID library
'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from
resource
INFO: Optimized native BigInteger library
'net/i2p/util/libjbigi-linux-athlon.so' loaded from resource

and then nothing.

Thankful for any help.

//Greven
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Standalone freenet network in lan

2005-08-06 Thread Gautham Anil

Hi,

We are trying to set up a freenet (I have no previous experience with 
it) network in a lan not connected to the internet. How does one go 
about doing that?


Gautham

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: Freenet won't start on my new computer

2005-08-06 Thread Bob
Bergman, Karl J [EMAIL PROTECTED] writes:

 
 Due to a computer crash I had to switch to a new one.
 
 When I try to start up freenet all I get is:
 
 Loading native...
 Attempting to load freenet/support/CPUInformation/libjcpuid-x86-linux.so
 Written to /tmp/jcpuid45173lib.tmp: 55692
 INFO: Native CPUID library
 'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from
 resource
 INFO: Optimized native BigInteger library
 'net/i2p/util/libjbigi-linux-athlon.so' loaded from resource
 
 and then nothing.
 
 Thankful for any help.
 
 //Greven

Well, it looks normal up to that point.
Are you sure it doesn't start even if left for a long time? On my node at least
5104 takes a *long* time to start up for some reason, like 30-45 minutes.

Bob


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Re: Standalone freenet network in lan

2005-08-06 Thread Bob
Gautham Anil [EMAIL PROTECTED] writes:

 
 Hi,
 
 We are trying to set up a freenet (I have no previous experience with 
 it) network in a lan not connected to the internet. How does one go 
 about doing that?
 
 Gautham

I haven't done this, but I'm pretty sure the procedure would be as follows :

- Install freenet but don't download a seednodes.ref, or delete it

- Start it so a node identity is generated (a file named node in the freenet
directory) then stop it again

- Make a new local refs file for the nodes on your LAN.
  This is simply all the contents of the various node files concatenated
  together, without blank lines (the last line of an identity is End which
   acts as a delimiter.)

- Name it seednodes.ref and put in each nodes freenet directory, start them up
and check after a while in open connections that they are in fact only
connecting to each other.

Depending on deployment issues you may find it more convenient to access the
noderefs over the LAN :
http://IP-ADDRESS-HERE/servlet/nodestatus/myref.txt

However, to do this you will need to (temporarily) have mainport.allowedHosts in
each node's freenet.conf set to allow access from all LAN hosts, e.g.
mainport.allowedHosts=127.0.0.0/8,192.168.1.0/24.

Bob


___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]