[freenet-support] Odd startup errors

2008-09-10 Thread Matthew Toseland
On Saturday 06 September 2008 20:20, Mr. Flibble wrote:
> Hiya,
> Thanks for the reply.
> 
> > This means that the datastore was corrupted and is being 
> > reconstructed. This 
> > is normal, but if it happens very often there may be a problem.
> 
> Ah, weird. Not sure what could have caused the corruption,  my node's been
> up for a few days, without me restarting the service myself.
> Anyway, a couple of hours later and it seems to have fixed itself.
> Thanks!

Out of disk space, sometimes out of memory, hardware problems, lots of things 
can cause it.
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 



Re: [freenet-support] Odd startup errors

2008-09-10 Thread Matthew Toseland
On Sunday 07 September 2008 16:38, Peter J. wrote:
 On Saturday 06 September 2008 20:46:25 Matthew Toseland wrote:
  On Saturday 06 September 2008 18:56, Peter J. wrote:
 
 snip
 
   3. That could explain alot:
   download: aprox. 3.3 Gib
   upload     : aprox. 2.4 Gib
 
  That's a fair amount too. The downloads will use a significant amount of
  RAM, the uploads will use a huge amount of RAM. You might like to try to
  db4o branch, although there's a good chance the uploads won't work ... I
  will work on uploads soon...
 
  Does increasing the memory limit help, or is it as high as you can go
  without hitting swap already?
 
 
 Ok, I set the maximum allocatable memory for java to 1016 MiB. I saw the 
 actual allocated memory rise to around 1000 Mib once then it dropped and it 
 is now fluctuating somewhere between 700 Mib and 850 Mib. The node is now 
 running for 6 hours. The computer is swapping some memory (for the first 
time 
 actually ;) ) but that doesn't really hurt the performance. 
 Maybe if I drop 100 Mib memory it won't use swap anymore but as I don't 
notice 
 any significant lost of performance I think I keep it this way.  
 
 Anyway, thanks for the advise.

Let me know if this makes it stable.

As regards swapping, swapping and java don't mix very well: if part of the JVM 
is swapped out, it will have to be paged back in to do garbage collection, 
which may happen every 10 seconds or so...
 
 Greetings


pgp6hSLAzPfli.pgp
Description: PGP 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] Odd startup errors

2008-09-10 Thread Matthew Toseland
On Saturday 06 September 2008 20:20, Mr. Flibble wrote:
 Hiya,
 Thanks for the reply.
 
  This means that the datastore was corrupted and is being 
  reconstructed. This 
  is normal, but if it happens very often there may be a problem.
 
 Ah, weird. Not sure what could have caused the corruption,  my node's been
 up for a few days, without me restarting the service myself.
 Anyway, a couple of hours later and it seems to have fixed itself.
 Thanks!

Out of disk space, sometimes out of memory, hardware problems, lots of things 
can cause it.


pgpN3nTyQkHEP.pgp
Description: PGP 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] Odd startup errors

2008-09-07 Thread Peter J.
On Saturday 06 September 2008 20:46:25 Matthew Toseland wrote:
> On Saturday 06 September 2008 18:56, Peter J. wrote:



> > 3. That could explain alot:
> > download: aprox. 3.3 Gib
> > upload ? ? : aprox. 2.4 Gib
>
> That's a fair amount too. The downloads will use a significant amount of
> RAM, the uploads will use a huge amount of RAM. You might like to try to
> db4o branch, although there's a good chance the uploads won't work ... I
> will work on uploads soon...
>
> Does increasing the memory limit help, or is it as high as you can go
> without hitting swap already?
>

Ok, I set the maximum allocatable memory for java to 1016 MiB. I saw the 
actual allocated memory rise to around 1000 Mib once then it dropped and it 
is now fluctuating somewhere between 700 Mib and 850 Mib. The node is now 
running for 6 hours. The computer is swapping some memory (for the first time 
actually ;) ) but that doesn't really hurt the performance. 
Maybe if I drop 100 Mib memory it won't use swap anymore but as I don't notice 
any significant lost of performance I think I keep it this way.  

Anyway, thanks for the advise.

Greetings








Re: [freenet-support] Odd startup errors

2008-09-07 Thread Peter J.
On Saturday 06 September 2008 20:46:25 Matthew Toseland wrote:
 On Saturday 06 September 2008 18:56, Peter J. wrote:

snip

  3. That could explain alot:
  download: aprox. 3.3 Gib
  upload     : aprox. 2.4 Gib

 That's a fair amount too. The downloads will use a significant amount of
 RAM, the uploads will use a huge amount of RAM. You might like to try to
 db4o branch, although there's a good chance the uploads won't work ... I
 will work on uploads soon...

 Does increasing the memory limit help, or is it as high as you can go
 without hitting swap already?


Ok, I set the maximum allocatable memory for java to 1016 MiB. I saw the 
actual allocated memory rise to around 1000 Mib once then it dropped and it 
is now fluctuating somewhere between 700 Mib and 850 Mib. The node is now 
running for 6 hours. The computer is swapping some memory (for the first time 
actually ;) ) but that doesn't really hurt the performance. 
Maybe if I drop 100 Mib memory it won't use swap anymore but as I don't notice 
any significant lost of performance I think I keep it this way.  

Anyway, thanks for the advise.

Greetings

snip



___
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] Odd startup errors

2008-09-06 Thread Mr. Flibble
Hiya,
Thanks for the reply.

> This means that the datastore was corrupted and is being 
> reconstructed. This 
> is normal, but if it happens very often there may be a problem.

Ah, weird. Not sure what could have caused the corruption,  my node's been
up for a few days, without me restarting the service myself.
Anyway, a couple of hours later and it seems to have fixed itself.
Thanks!





[freenet-support] Odd startup errors

2008-09-06 Thread Peter J.
On Saturday 06 September 2008 19:32:30 Matthew Toseland wrote:



>
> 3 questions:
> 1. Please post your freenet.ini. What's the database memory usage limit
> setting set to?
> 2. What's the node's memory limit set to?
> 3. How much stuff do you have on the queue? Approximate total bytes to
> download, and total bytes to upload?
>
> > Greetings

1. freenet.txt attached
2. I have the maximum Java memory set to 508 MiB
3. That could explain alot:
download: aprox. 3.3 Gib
upload ? ? : aprox. 2.4 Gib 


Some information about the used Java version and OS:
Maximum Java memory: 508 MiB
Available CPUs: 2
Java Version: 1.6.0_07
JVM Vendor: Sun Microsystems Inc.
JVM Version: 10.0-b23
OS Name: Linux
OS Version: 2.6.25.14-69.fc8
OS Architecture: i386


Greetings


-- next part --
fproxy.port=
fproxy.enabled=true
fproxy.allowedHosts=192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1
fproxy.advancedModeEnabled=true
fproxy.showPanicButton=false
fproxy.ssl=false
fproxy.bindTo=0.0.0.0,0:0:0:0:0:0:0:1
fproxy.allowedHostsFullAccess=192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1
fproxy.css=boxed
pluginmanager.loadplugin=JSTUN;SNMP;XMLSpider;ThawIndexBrowser;XMLLibrarian;KeyExplorer;Freemail
toadletsymlinker.symlinks=/sl/gallery/%23/plugins/plugins.TestGallery/;/sl/search/%23/plugins/plugins.Librarian/
fcp.port=9481
fcp.allowedHosts=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1
fcp.persistentDownloadsEnabled=true
fcp.ssl=false
fcp.bindTo=0.0.0.0,0:0:0:0:0:0:0:1
fcp.allowedHostsFullAccess=192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1
ssl.sslVersion=SSLv3
ssl.sslEnable=false
ssl.sslKeyStore=datastore/certs
ssl.sslKeyStorePass=freenet
ssl.sslKeyPass=freenet
node.opennet.enabled=true
node.opennet.assumeNATed=true
node.opennet.listenPort=19904
node.opennet.alwaysAllowLocalAddresses=true
node.opennet.acceptSeedConnections=true
node.opennet.bindTo=0.0.0.0
node.testnet.enabled=false
node.tempDir=./temp-39242
node.l10n=English
node.extraPeerDataDir=./extra-peer-data-39242
node.assumeNATed=true
node.outputBandwidthLimit=80KiB
node.storeSize=80GiB
node.inputBandwidthLimit=-1
node.storeDir=datastore
node.ipAddressOverride=83.161.29.2
node.downloadAllowedDirs=all
node.listenPort=39242
node.uploadAllowedDirs=all
node.name=freenet at somehwere.com
node.nodeDir=.
node.downloadsDir=downloads
node.bindTo=0.0.0.0
console.enabled=false
console.ssl=false
security-levels.physicalThreatLevel=NORMAL
security-levels.friendsThreatLevel=NORMAL
security-levels.networkThreatLevel=NORMAL
node.updater.extURI=USK at 
BFa1voWr5PunINSZ5BGMqFwhkJTiDBBUrOZ0MYBXseg,BOrxeLzUMb6R9tEZzexymY0zyKAmBNvrU4A9Q0tAqu0,AQACAAE/ext/21
node.updater.autoupdate=true
node.updater.URI=USK at 
BFa1voWr5PunINSZ5BGMqFwhkJTiDBBUrOZ0MYBXseg,BOrxeLzUMb6R9tEZzexymY0zyKAmBNvrU4A9Q0tAqu0,AQACAAE/update/1161
logger.maxZippedLogsSize=128MiB
logger.priority=NORMAL
node.load.threadLimit=500
End


[freenet-support] Odd startup errors

2008-09-06 Thread Matthew Toseland
On Saturday 06 September 2008 18:56, Peter J. wrote:
> On Saturday 06 September 2008 19:32:30 Matthew Toseland wrote:
> 
> 
> 
> >
> > 3 questions:
> > 1. Please post your freenet.ini. What's the database memory usage limit
> > setting set to?
> > 2. What's the node's memory limit set to?
> > 3. How much stuff do you have on the queue? Approximate total bytes to
> > download, and total bytes to upload?
> >
> > > Greetings
> 
> 1. freenet.txt attached

Nothing obvious there.

> 2. I have the maximum Java memory set to 508 MiB

Hmmm, that's a lot.

> 3. That could explain alot:
> download: aprox. 3.3 Gib
> upload ? ? : aprox. 2.4 Gib 

That's a fair amount too. The downloads will use a significant amount of RAM, 
the uploads will use a huge amount of RAM. You might like to try to db4o 
branch, although there's a good chance the uploads won't work ... I will work 
on uploads soon...

Does increasing the memory limit help, or is it as high as you can go without 
hitting swap already?
> 
> 
> Some information about the used Java version and OS:
> Maximum Java memory: 508 MiB
> Available CPUs: 2
> Java Version: 1.6.0_07
> JVM Vendor: Sun Microsystems Inc.
> JVM Version: 10.0-b23
> OS Name: Linux
> OS Version: 2.6.25.14-69.fc8
> OS Architecture: i386
> 
> 
> Greetings
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 



[freenet-support] Odd startup errors

2008-09-06 Thread Ermanno Baschiera
My node is fine. By the way it has 384 MB maximum available.

2008/9/6 Peter J. :
> On Saturday 06 September 2008 17:49:07 Mr. Flibble wrote:
>> I'm seeing the following (just by accident - I haven't really had time to
>> use freenet since the last update):
>>
>> INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
>> failures)
>
> 
>
>>
>> Should  I be concerned  about this?
>> What does it mean  exactly?
>> I haven't had chance to see  how long this has been happening for yet.
>>
>> Thanks
>>
>>
>
> Yeah I'm getting this too. Here Freenet stops (crashes) every 2-4 hours
> because it consumes all memory it is allowed to use and when it restarts I
> get these messages. Takes a while before freenet is restarted.
>
> Greetings
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe
>



[freenet-support] Odd startup errors

2008-09-06 Thread Peter J.
On Saturday 06 September 2008 18:56:41 Peter J. wrote:
> On Saturday 06 September 2008 17:49:07 Mr. Flibble wrote:
> > I'm seeing the following (just by accident - I haven't really had time to
> > use freenet since the last update):
> >
> > INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
> > failures)
>
> 
>
> > Should  I be concerned  about this?
> > What does it mean  exactly?
> > I haven't had chance to see  how long this has been happening for yet.
> >
> > Thanks
>
> Yeah I'm getting this too. Here Freenet stops (crashes) every 2-4 hours
> because it consumes all memory it is allowed to use and when it restarts I
> get these messages. Takes a while before freenet is restarted.
>
> Greetings

I'm also getting alot of these messages

INFO | jvm 24 | 2008/09/06 19:14:10 | Bogus or unreconstructible key at slot 
1019 : freenet.keys.SSKVerifyException: Unknown type byte 0 - lost block 1019
INFO | jvm 24 | 2008/09/06 19:14:10 | Key 1024/8160 OK (0 dupes, 20 failures)





[freenet-support] Odd startup errors

2008-09-06 Thread Peter J.
On Saturday 06 September 2008 17:49:07 Mr. Flibble wrote:
> I'm seeing the following (just by accident - I haven't really had time to
> use freenet since the last update):
>
> INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
> failures)



>
> Should  I be concerned  about this?
> What does it mean  exactly?
> I haven't had chance to see  how long this has been happening for yet.
>
> Thanks
>
>

Yeah I'm getting this too. Here Freenet stops (crashes) every 2-4 hours 
because it consumes all memory it is allowed to use and when it restarts I 
get these messages. Takes a while before freenet is restarted.

Greetings



[freenet-support] Odd startup errors

2008-09-06 Thread Matthew Toseland
On Saturday 06 September 2008 17:56, Peter J. wrote:
> On Saturday 06 September 2008 17:49:07 Mr. Flibble wrote:
> > I'm seeing the following (just by accident - I haven't really had time to
> > use freenet since the last update):
> >
> > INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
> > failures)
> 
> 
> 
> >
> > Should  I be concerned  about this?
> > What does it mean  exactly?
> > I haven't had chance to see  how long this has been happening for yet.
> >
> > Thanks
> >
> >
> 
> Yeah I'm getting this too. Here Freenet stops (crashes) every 2-4 hours 
> because it consumes all memory it is allowed to use and when it restarts I 
> get these messages. Takes a while before freenet is restarted.

3 questions:
1. Please post your freenet.ini. What's the database memory usage limit 
setting set to?
2. What's the node's memory limit set to?
3. How much stuff do you have on the queue? Approximate total bytes to 
download, and total bytes to upload?
> 
> Greetings
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 



[freenet-support] Odd startup errors

2008-09-06 Thread Matthew Toseland
On Saturday 06 September 2008 16:49, Mr. Flibble wrote:
> I'm seeing the following (just by accident - I haven't really had time to
> use freenet since the last update):

This means that the datastore was corrupted and is being reconstructed. This 
is normal, but if it happens very often there may be a problem.
> 
> INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:34:59 | Key 4746240/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:35:19 | Key 4747264/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:35:38 | Key 4748288/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:36:02 | Key 4749312/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:36:29 | Key 4750336/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:37:05 | Key 4751360/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:37:32 | Key 4752384/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:38:00 | Key 4753408/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:38:27 | Key 4754432/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:39:02 | Key 4755456/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:39:29 | Key 4756480/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:39:55 | Key 4757504/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:40:17 | Key 4758528/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:40:40 | Key 4759552/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:41:11 | Key 4760576/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:41:35 | Key 4761600/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:41:59 | Key 4762624/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:42:24 | Key 4763648/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:42:57 | Key 4764672/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:43:20 | Key 4765696/5346530 OK (308 dupes, 0
> failures)
> INFO | jvm 5 | 2008/09/06 16:43:51 | Key 4766720/5346530 OK (308 dupes, 0
> failures) 
> 
> Should  I be concerned  about this?
> What does it mean  exactly?
> I haven't had chance to see  how long this has been happening for yet.
> 
> Thanks
> 
> 
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at 
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe
> 
> 
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 



[freenet-support] Odd startup errors

2008-09-06 Thread Mr. Flibble
I'm seeing the following (just by accident - I haven't really had time to
use freenet since the last update):

INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:34:59 | Key 4746240/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:35:19 | Key 4747264/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:35:38 | Key 4748288/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:36:02 | Key 4749312/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:36:29 | Key 4750336/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:37:05 | Key 4751360/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:37:32 | Key 4752384/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:38:00 | Key 4753408/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:38:27 | Key 4754432/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:39:02 | Key 4755456/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:39:29 | Key 4756480/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:39:55 | Key 4757504/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:40:17 | Key 4758528/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:40:40 | Key 4759552/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:41:11 | Key 4760576/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:41:35 | Key 4761600/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:41:59 | Key 4762624/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:42:24 | Key 4763648/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:42:57 | Key 4764672/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:43:20 | Key 4765696/5346530 OK (308 dupes, 0
failures)
INFO | jvm 5 | 2008/09/06 16:43:51 | Key 4766720/5346530 OK (308 dupes, 0
failures) 

Should  I be concerned  about this?
What does it mean  exactly?
I haven't had chance to see  how long this has been happening for yet.

Thanks


___
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] Odd startup errors

2008-09-06 Thread Peter J.
On Saturday 06 September 2008 17:49:07 Mr. Flibble wrote:
 I'm seeing the following (just by accident - I haven't really had time to
 use freenet since the last update):

 INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
 failures)

snip loglines


 Should  I be concerned  about this?
 What does it mean  exactly?
 I haven't had chance to see  how long this has been happening for yet.

 Thanks



Yeah I'm getting this too. Here Freenet stops (crashes) every 2-4 hours 
because it consumes all memory it is allowed to use and when it restarts I 
get these messages. Takes a while before freenet is restarted.

Greetings
___
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] Odd startup errors

2008-09-06 Thread Peter J.
On Saturday 06 September 2008 18:56:41 Peter J. wrote:
 On Saturday 06 September 2008 17:49:07 Mr. Flibble wrote:
  I'm seeing the following (just by accident - I haven't really had time to
  use freenet since the last update):
 
  INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
  failures)

 snip loglines

  Should  I be concerned  about this?
  What does it mean  exactly?
  I haven't had chance to see  how long this has been happening for yet.
 
  Thanks

 Yeah I'm getting this too. Here Freenet stops (crashes) every 2-4 hours
 because it consumes all memory it is allowed to use and when it restarts I
 get these messages. Takes a while before freenet is restarted.

 Greetings

I'm also getting alot of these messages

INFO | jvm 24 | 2008/09/06 19:14:10 | Bogus or unreconstructible key at slot 
1019 : freenet.keys.SSKVerifyException: Unknown type byte 0 - lost block 1019
INFO | jvm 24 | 2008/09/06 19:14:10 | Key 1024/8160 OK (0 dupes, 20 failures)


___
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] Odd startup errors

2008-09-06 Thread Ermanno Baschiera
My node is fine. By the way it has 384 MB maximum available.

2008/9/6 Peter J. [EMAIL PROTECTED]:
 On Saturday 06 September 2008 17:49:07 Mr. Flibble wrote:
 I'm seeing the following (just by accident - I haven't really had time to
 use freenet since the last update):

 INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
 failures)

 snip loglines


 Should  I be concerned  about this?
 What does it mean  exactly?
 I haven't had chance to see  how long this has been happening for yet.

 Thanks



 Yeah I'm getting this too. Here Freenet stops (crashes) every 2-4 hours
 because it consumes all memory it is allowed to use and when it restarts I
 get these messages. Takes a while before freenet is restarted.

 Greetings
 ___
 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]

___
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] Odd startup errors

2008-09-06 Thread Matthew Toseland
On Saturday 06 September 2008 16:49, Mr. Flibble wrote:
 I'm seeing the following (just by accident - I haven't really had time to
 use freenet since the last update):

This means that the datastore was corrupted and is being reconstructed. This 
is normal, but if it happens very often there may be a problem.
 
 INFO | jvm 5 | 2008/09/06 16:34:33 | Key 4745216/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:34:59 | Key 4746240/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:35:19 | Key 4747264/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:35:38 | Key 4748288/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:36:02 | Key 4749312/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:36:29 | Key 4750336/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:37:05 | Key 4751360/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:37:32 | Key 4752384/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:38:00 | Key 4753408/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:38:27 | Key 4754432/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:39:02 | Key 4755456/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:39:29 | Key 4756480/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:39:55 | Key 4757504/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:40:17 | Key 4758528/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:40:40 | Key 4759552/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:41:11 | Key 4760576/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:41:35 | Key 4761600/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:41:59 | Key 4762624/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:42:24 | Key 4763648/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:42:57 | Key 4764672/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:43:20 | Key 4765696/5346530 OK (308 dupes, 0
 failures)
 INFO | jvm 5 | 2008/09/06 16:43:51 | Key 4766720/5346530 OK (308 dupes, 0
 failures) 
 
 Should  I be concerned  about this?
 What does it mean  exactly?
 I haven't had chance to see  how long this has been happening for yet.
 
 Thanks
 
 
 ___
 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]
 
 


pgpiG7av1ukI9.pgp
Description: PGP 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] Odd startup errors

2008-09-06 Thread Matthew Toseland
On Saturday 06 September 2008 18:56, Peter J. wrote:
 On Saturday 06 September 2008 19:32:30 Matthew Toseland wrote:
 
 snip
 
 
  3 questions:
  1. Please post your freenet.ini. What's the database memory usage limit
  setting set to?
  2. What's the node's memory limit set to?
  3. How much stuff do you have on the queue? Approximate total bytes to
  download, and total bytes to upload?
 
   Greetings
 
 1. freenet.txt attached

Nothing obvious there.

 2. I have the maximum Java memory set to 508 MiB

Hmmm, that's a lot.

 3. That could explain alot:
 download: aprox. 3.3 Gib
 upload     : aprox. 2.4 Gib 

That's a fair amount too. The downloads will use a significant amount of RAM, 
the uploads will use a huge amount of RAM. You might like to try to db4o 
branch, although there's a good chance the uploads won't work ... I will work 
on uploads soon...

Does increasing the memory limit help, or is it as high as you can go without 
hitting swap already?
 
 
 Some information about the used Java version and OS:
 Maximum Java memory: 508 MiB
 Available CPUs: 2
 Java Version: 1.6.0_07
 JVM Vendor: Sun Microsystems Inc.
 JVM Version: 10.0-b23
 OS Name: Linux
 OS Version: 2.6.25.14-69.fc8
 OS Architecture: i386
 
 
 Greetings


pgpD1SCnG5DDj.pgp
Description: PGP 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] Odd startup errors

2008-09-06 Thread Mr. Flibble
Hiya,
Thanks for the reply.

 This means that the datastore was corrupted and is being 
 reconstructed. This 
 is normal, but if it happens very often there may be a problem.

Ah, weird. Not sure what could have caused the corruption,  my node's been
up for a few days, without me restarting the service myself.
Anyway, a couple of hours later and it seems to have fixed itself.
Thanks!


___
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]