[freenet-support] latest 0.7 build blows

2006-11-13 Thread toad
On Sun, Nov 12, 2006 at 10:45:01PM -, Anonymous via Panta Rhei wrote:
> > > >
> > > > On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) 
> > > > wrote:
> > > > >
> > > > > first you have the damned thing spending forever farking with the 
> > > > > store on
> > > > > startup, then you fark with the store so that it isn't going to grow 
> > > > > like
> > > > > it should, now the farking thing starts up and pukes all over itself.

Both of those problems are fixed now. The store will use exactly half of
the storeSize, at most, and the cache likewise, and the node will not
need to resize either of them on startup, in general. There is a
one-time migration from 994 to 996, however that is quick, and once it's
done, 996 loads significantly faster than 994, and uses less memory.

> > > > > logfile showed it was opening CHK store database when it happened. I 
> > > > > tried
> > > > > everything, the only thing that fixed was to delete entire store. 
> > > > > only then
> > > > > would it start up.
> > > >
> > > > If you had included your wrapper.log (maybe via a pastebin, e.g.
> > > > code.bulix.org), I might have been able to help.
> > >
> > > What's a "wrapper"?
> > >
> > > File not found: wrapper.log
> > > File not found: wrapper.*
> > > File not found: wrapper*
> >
> > How did you install the node then?
> 
> Like this:
> > Message-ID: 
> >
> > 0) be sure you have Java version 1.5 or 1.6 (1.4 will/should work too)
> > - type "java -version" in a console and watch the output
> >
> > 1) download these two files into a separate directory you've created 
> > forehand:
> > - http://downloads.freenetproject.org/alpha/freenet-r10260-snapshot.jar
> > - http://downloads.freenetproject.org/alpha/freenet-ext.jar
> >
> > 2) change to the directory they're in
> >
> > 3) rename "freenet-r10260-snapshot.jar" to "freenet.jar"
> >
> > 4) run "java -cp freenet.jar;freenet-ext.jar;%CLASSPATH%;. freenet.node.Node
> >
> > 5) report problems :)
> 
> 6) update freenet.jar as needed
> 
> > Do you have any other log of the node's output?
> 
> not that i can find.

Okay, in future, if you continue to use freenet, please could you
capture stderr/stdout to a log file? 

java -cp freenet.jar;freenet-ext.jar;%CLASSPATH%;. freenet.node.Node >
 log.output 2>&1 &

Or something like that. Thanks.

> 
> > >
> > > in any freenet 0.7 directory or sub-directory
> > >
> > > > > also, why cant 0.7 have more than a few peers connected?
> > > >
> > > > It can. I have currently:
> > > > * Connected: 11
> > > > * Backed off: 2
> > > > * Disconnected: 44
> > > > * Never Connected: 1
> > > >
> > > > Often that's closer to 16.
> > >
> > >
> > > * Connected: 4
> > > * Backed off: 1
> > > * Disconnected: 37
> > > * Never Connected: 31
> > >
> > > and yes, they all have my ref.
> >
> > Maybe some of them dropped you?
> 
> yeah, I hear 0.7 has a plague of that.

Hmmm, somebody this morning said that 996 had significantly more peers
connected for them (behind a double NAT). This is plausible as there
were some USK fixes in 996... Does it help for you?
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 



Re: [freenet-support] latest 0.7 build blows

2006-11-13 Thread toad
On Sun, Nov 12, 2006 at 10:45:01PM -, Anonymous via Panta Rhei wrote:
   
On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) 
wrote:

 first you have the damned thing spending forever farking with the 
 store on
 startup, then you fark with the store so that it isn't going to grow 
 like
 it should, now the farking thing starts up and pukes all over itself.

Both of those problems are fixed now. The store will use exactly half of
the storeSize, at most, and the cache likewise, and the node will not
need to resize either of them on startup, in general. There is a
one-time migration from 994 to 996, however that is quick, and once it's
done, 996 loads significantly faster than 994, and uses less memory.

 logfile showed it was opening CHK store database when it happened. I 
 tried
 everything, the only thing that fixed was to delete entire store. 
 only then
 would it start up.
   
If you had included your wrapper.log (maybe via a pastebin, e.g.
code.bulix.org), I might have been able to help.
  
   What's a wrapper?
  
   File not found: wrapper.log
   File not found: wrapper.*
   File not found: wrapper*
 
  How did you install the node then?
 
 Like this:
  Message-ID: [EMAIL PROTECTED]
 
  0) be sure you have Java version 1.5 or 1.6 (1.4 will/should work too)
  - type java -version in a console and watch the output
 
  1) download these two files into a separate directory you've created 
  forehand:
  - http://downloads.freenetproject.org/alpha/freenet-r10260-snapshot.jar
  - http://downloads.freenetproject.org/alpha/freenet-ext.jar
 
  2) change to the directory they're in
 
  3) rename freenet-r10260-snapshot.jar to freenet.jar
 
  4) run java -cp freenet.jar;freenet-ext.jar;%CLASSPATH%;. freenet.node.Node
 
  5) report problems :)
 
 6) update freenet.jar as needed
 
  Do you have any other log of the node's output?
 
 not that i can find.

Okay, in future, if you continue to use freenet, please could you
capture stderr/stdout to a log file? 

java -cp freenet.jar;freenet-ext.jar;%CLASSPATH%;. freenet.node.Node 
 log.output 21 

Or something like that. Thanks.

 
  
   in any freenet 0.7 directory or sub-directory
  
 also, why cant 0.7 have more than a few peers connected?
   
It can. I have currently:
* Connected: 11
* Backed off: 2
* Disconnected: 44
* Never Connected: 1
   
Often that's closer to 16.
  
  
   * Connected: 4
   * Backed off: 1
   * Disconnected: 37
   * Never Connected: 31
  
   and yes, they all have my ref.
 
  Maybe some of them dropped you?
 
 yeah, I hear 0.7 has a plague of that.

Hmmm, somebody this morning said that 996 had significantly more peers
connected for them (behind a double NAT). This is plausible as there
were some USK fixes in 996... Does it help for you?


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

[freenet-support] latest 0.7 build blows

2006-11-12 Thread Anonymous via Panta Rhei
On Wed, 8 Nov 2006 17:22:02 +, you wrote:
>
> On Wed, Nov 08, 2006 at 03:11:34AM -, Anonymous via Panta Rhei wrote:
> > On Mon, 6 Nov 2006 21:46:06 +, you wrote:
> > >
> > > On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) 
> > > wrote:
> > > >
> > > > first you have the damned thing spending forever farking with the store 
> > > > on
> > > > startup, then you fark with the store so that it isn't going to grow 
> > > > like
> > > > it should, now the farking thing starts up and pukes all over itself.
> > > > logfile showed it was opening CHK store database when it happened. I 
> > > > tried
> > > > everything, the only thing that fixed was to delete entire store. only 
> > > > then
> > > > would it start up.
> > >
> > > If you had included your wrapper.log (maybe via a pastebin, e.g.
> > > code.bulix.org), I might have been able to help.
> >
> > What's a "wrapper"?
> >
> > File not found: wrapper.log
> > File not found: wrapper.*
> > File not found: wrapper*
>
> How did you install the node then?

Like this:
> Message-ID: 
>
> 0) be sure you have Java version 1.5 or 1.6 (1.4 will/should work too)
> - type "java -version" in a console and watch the output
>
> 1) download these two files into a separate directory you've created forehand:
> - http://downloads.freenetproject.org/alpha/freenet-r10260-snapshot.jar
> - http://downloads.freenetproject.org/alpha/freenet-ext.jar
>
> 2) change to the directory they're in
>
> 3) rename "freenet-r10260-snapshot.jar" to "freenet.jar"
>
> 4) run "java -cp freenet.jar;freenet-ext.jar;%CLASSPATH%;. freenet.node.Node
>
> 5) report problems :)

6) update freenet.jar as needed


> Do you have any other log of the node's output?

not that i can find.

> >
> > in any freenet 0.7 directory or sub-directory
> >
> > > > also, why cant 0.7 have more than a few peers connected?
> > >
> > > It can. I have currently:
> > > * Connected: 11
> > > * Backed off: 2
> > > * Disconnected: 44
> > > * Never Connected: 1
> > >
> > > Often that's closer to 16.
> >
> >
> > * Connected: 4
> > * Backed off: 1
> > * Disconnected: 37
> > * Never Connected: 31
> >
> > and yes, they all have my ref.
>
> Maybe some of them dropped you?

yeah, I hear 0.7 has a plague of that.





Re: [freenet-support] latest 0.7 build blows

2006-11-12 Thread Anonymous via Panta Rhei
On Wed, 8 Nov 2006 17:22:02 +, you wrote:

 On Wed, Nov 08, 2006 at 03:11:34AM -, Anonymous via Panta Rhei wrote:
  On Mon, 6 Nov 2006 21:46:06 +, you wrote:
  
   On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) 
   wrote:
   
first you have the damned thing spending forever farking with the store 
on
startup, then you fark with the store so that it isn't going to grow 
like
it should, now the farking thing starts up and pukes all over itself.
logfile showed it was opening CHK store database when it happened. I 
tried
everything, the only thing that fixed was to delete entire store. only 
then
would it start up.
  
   If you had included your wrapper.log (maybe via a pastebin, e.g.
   code.bulix.org), I might have been able to help.
 
  What's a wrapper?
 
  File not found: wrapper.log
  File not found: wrapper.*
  File not found: wrapper*

 How did you install the node then?

Like this:
 Message-ID: [EMAIL PROTECTED]

 0) be sure you have Java version 1.5 or 1.6 (1.4 will/should work too)
 - type java -version in a console and watch the output

 1) download these two files into a separate directory you've created forehand:
 - http://downloads.freenetproject.org/alpha/freenet-r10260-snapshot.jar
 - http://downloads.freenetproject.org/alpha/freenet-ext.jar

 2) change to the directory they're in

 3) rename freenet-r10260-snapshot.jar to freenet.jar

 4) run java -cp freenet.jar;freenet-ext.jar;%CLASSPATH%;. freenet.node.Node

 5) report problems :)

6) update freenet.jar as needed


 Do you have any other log of the node's output?

not that i can find.

 
  in any freenet 0.7 directory or sub-directory
 
also, why cant 0.7 have more than a few peers connected?
  
   It can. I have currently:
   * Connected: 11
   * Backed off: 2
   * Disconnected: 44
   * Never Connected: 1
  
   Often that's closer to 16.
 
 
  * Connected: 4
  * Backed off: 1
  * Disconnected: 37
  * Never Connected: 31
 
  and yes, they all have my ref.

 Maybe some of them dropped you?

yeah, I hear 0.7 has a plague of that.


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


[freenet-support] latest 0.7 build blows

2006-11-09 Thread Volodya
>> * Connected: 4
>> * Backed off: 1
>> * Disconnected: 37
>> * Never Connected: 31
>>
>> and yes, they all have my ref.
> 
> Maybe some of them dropped you?

But that would mean that they wouldn't be in 'Never Connected'.

-- 
http://freedom.libsyn.com/   Voice of Freedom, Radical Podcast
http://freeselfdefence.info/ Self-defence wiki
http://www.kingstonstudents.org/ Kingston University students' forum

 "None of us are free until all of us are free."~ Mihail Bakunin



[freenet-support] latest 0.7 build blows

2006-11-08 Thread toad
On Wed, Nov 08, 2006 at 03:11:34AM -, Anonymous via Panta Rhei wrote:
> On Mon, 6 Nov 2006 21:46:06 +, you wrote:
> >
> > On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) 
> > wrote:
> > >
> > > first you have the damned thing spending forever farking with the store on
> > > startup, then you fark with the store so that it isn't going to grow like
> > > it should, now the farking thing starts up and pukes all over itself.
> > > logfile showed it was opening CHK store database when it happened. I tried
> > > everything, the only thing that fixed was to delete entire store. only 
> > > then
> > > would it start up.
> >
> > If you had included your wrapper.log (maybe via a pastebin, e.g.
> > code.bulix.org), I might have been able to help.
> 
> What's a "wrapper"?
> 
> File not found: wrapper.log
> File not found: wrapper.*
> File not found: wrapper*

How did you install the node then? Do you have any other log of the
node's output?
> 
> in any freenet 0.7 directory or sub-directory
> 
> > > also, why cant 0.7 have more than a few peers connected?
> >
> > It can. I have currently:
> > * Connected: 11
> > * Backed off: 2
> > * Disconnected: 44
> > * Never Connected: 1
> >
> > Often that's closer to 16.
> 
> 
> * Connected: 4
> * Backed off: 1
> * Disconnected: 37
> * Never Connected: 31
> 
> and yes, they all have my ref.

Maybe some of them dropped you?
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 



[freenet-support] latest 0.7 build blows

2006-11-08 Thread Anonymous via Panta Rhei
On Mon, 6 Nov 2006 21:46:06 +, you wrote:
>
> On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) wrote:
> >
> > first you have the damned thing spending forever farking with the store on
> > startup, then you fark with the store so that it isn't going to grow like
> > it should, now the farking thing starts up and pukes all over itself.
> > logfile showed it was opening CHK store database when it happened. I tried
> > everything, the only thing that fixed was to delete entire store. only then
> > would it start up.
>
> If you had included your wrapper.log (maybe via a pastebin, e.g.
> code.bulix.org), I might have been able to help.

What's a "wrapper"?

File not found: wrapper.log
File not found: wrapper.*
File not found: wrapper*

in any freenet 0.7 directory or sub-directory

> >
> > also, why cant 0.7 have more than a few peers connected?
>
> It can. I have currently:
> * Connected: 11
> * Backed off: 2
> * Disconnected: 44
> * Never Connected: 1
>
> Often that's closer to 16.


* Connected: 4
* Backed off: 1
* Disconnected: 37
* Never Connected: 31

and yes, they all have my ref.





Re: [freenet-support] latest 0.7 build blows

2006-11-08 Thread toad
On Wed, Nov 08, 2006 at 03:11:34AM -, Anonymous via Panta Rhei wrote:
 On Mon, 6 Nov 2006 21:46:06 +, you wrote:
 
  On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) 
  wrote:
  
   first you have the damned thing spending forever farking with the store on
   startup, then you fark with the store so that it isn't going to grow like
   it should, now the farking thing starts up and pukes all over itself.
   logfile showed it was opening CHK store database when it happened. I tried
   everything, the only thing that fixed was to delete entire store. only 
   then
   would it start up.
 
  If you had included your wrapper.log (maybe via a pastebin, e.g.
  code.bulix.org), I might have been able to help.
 
 What's a wrapper?
 
 File not found: wrapper.log
 File not found: wrapper.*
 File not found: wrapper*

How did you install the node then? Do you have any other log of the
node's output?
 
 in any freenet 0.7 directory or sub-directory
 
   also, why cant 0.7 have more than a few peers connected?
 
  It can. I have currently:
  * Connected: 11
  * Backed off: 2
  * Disconnected: 44
  * Never Connected: 1
 
  Often that's closer to 16.
 
 
 * Connected: 4
 * Backed off: 1
 * Disconnected: 37
 * Never Connected: 31
 
 and yes, they all have my ref.

Maybe some of them dropped you?


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

Re: [freenet-support] latest 0.7 build blows

2006-11-08 Thread Volodya
 * Connected: 4
 * Backed off: 1
 * Disconnected: 37
 * Never Connected: 31

 and yes, they all have my ref.
 
 Maybe some of them dropped you?

But that would mean that they wouldn't be in 'Never Connected'.

-- 
http://freedom.libsyn.com/   Voice of Freedom, Radical Podcast
http://freeselfdefence.info/ Self-defence wiki
http://www.kingstonstudents.org/ Kingston University students' forum

 None of us are free until all of us are free.~ Mihail Bakunin
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] latest 0.7 build blows

2006-11-07 Thread Anonymous via Panta Rhei
On Mon, 6 Nov 2006 21:46:06 +, you wrote:

 On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) wrote:
 
  first you have the damned thing spending forever farking with the store on
  startup, then you fark with the store so that it isn't going to grow like
  it should, now the farking thing starts up and pukes all over itself.
  logfile showed it was opening CHK store database when it happened. I tried
  everything, the only thing that fixed was to delete entire store. only then
  would it start up.

 If you had included your wrapper.log (maybe via a pastebin, e.g.
 code.bulix.org), I might have been able to help.

What's a wrapper?

File not found: wrapper.log
File not found: wrapper.*
File not found: wrapper*

in any freenet 0.7 directory or sub-directory

 
  also, why cant 0.7 have more than a few peers connected?

 It can. I have currently:
 * Connected: 11
 * Backed off: 2
 * Disconnected: 44
 * Never Connected: 1

 Often that's closer to 16.


* Connected: 4
* Backed off: 1
* Disconnected: 37
* Never Connected: 31

and yes, they all have my ref.


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


[freenet-support] latest 0.7 build blows

2006-11-06 Thread toad
On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) wrote:
> 
> first you have the damned thing spending forever farking with the store on 
> startup, then you fark with the store so that it isn't going to grow like 
> it should, now the farking thing starts up and pukes all over itself. 
> logfile showed it was opening CHK store database when it happened. I tried 
> everything, the only thing that fixed was to delete entire store. only then 
> would it start up.

If you had included your wrapper.log (maybe via a pastebin, e.g.
code.bulix.org), I might have been able to help.
> 
> also, why cant 0.7 have more than a few peers connected?

It can. I have currently:
* Connected: 11
* Backed off: 2
* Disconnected: 44
* Never Connected: 1

Often that's closer to 16.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 



[freenet-support] latest 0.7 build blows

2006-11-06 Thread Anonymous Remailer (austria)

first you have the damned thing spending forever farking with the store on 
startup, then you fark with the store so that it isn't going to grow like 
it should, now the farking thing starts up and pukes all over itself. 
logfile showed it was opening CHK store database when it happened. I tried 
everything, the only thing that fixed was to delete entire store. only then 
would it start up.

also, why cant 0.7 have more than a few peers connected?




[freenet-support] latest 0.7 build blows

2006-11-06 Thread Anonymous Remailer (austria)

first you have the damned thing spending forever farking with the store on 
startup, then you fark with the store so that it isn't going to grow like 
it should, now the farking thing starts up and pukes all over itself. 
logfile showed it was opening CHK store database when it happened. I tried 
everything, the only thing that fixed was to delete entire store. only then 
would it start up.

also, why cant 0.7 have more than a few peers connected?

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


Re: [freenet-support] latest 0.7 build blows

2006-11-06 Thread toad
On Mon, Nov 06, 2006 at 07:21:16PM +0100, Anonymous Remailer (austria) wrote:
 
 first you have the damned thing spending forever farking with the store on 
 startup, then you fark with the store so that it isn't going to grow like 
 it should, now the farking thing starts up and pukes all over itself. 
 logfile showed it was opening CHK store database when it happened. I tried 
 everything, the only thing that fixed was to delete entire store. only then 
 would it start up.

If you had included your wrapper.log (maybe via a pastebin, e.g.
code.bulix.org), I might have been able to help.
 
 also, why cant 0.7 have more than a few peers connected?

It can. I have currently:
* Connected: 11
* Backed off: 2
* Disconnected: 44
* Never Connected: 1

Often that's closer to 16.


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