Re: [freenet-support] /tmp/ is flooded with bloom* and libNativeThread* files

2011-05-06 Thread Matthew Toseland
On Saturday 30 Apr 2011 17:47:25 Roland Häder wrote:
> Hi,
> 
> maybe I have found out why my freenet instance is always crashing. The
> directory /tmp/ is mounted as a RAM disk (see below for the except from
> 'mount' command) where I had to delete tons of files. Even "df" shows
> dashes instead of the real "disk's" space.
> 
> "mount | grep /tmp" shows:
> 
> tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
> 
> 
> And "ls -l /tmp/" shows:
> 
> total 3970576
> [...]
> 
> 
> Also the MySQL database (installed on same box) was not correctly
> working:
> "#1030 - Got error 28 from storage engine"
> 
> So I guess freenet kills itself by filling up the whole RAM disk with
> tons of bloom-xxx.tmp and libNativeThread-amd64xx.tmp files?
> 
> Please check this out, why freenet is not deleting its temporary files. 
> 
> Regards,
> Roland
> 
libNativeThread* will only be created one per restart, and *should* be removed 
on shutdown (but may not always be). Bloom files ought to be deleted but may be 
leaking... :|


signature.asc
Description: This is a digitally signed message part.
___
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:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] /tmp/ is flooded with bloom* and libNativeThread* files

2011-05-01 Thread Dennis Nezic
On Sat, 30 Apr 2011 18:47:25 +0200, Roland Häder wrote:
> So I guess freenet kills itself by filling up the whole RAM disk with
> tons of bloom-xxx.tmp and libNativeThread-amd64xx.tmp files?
> 
> Please check this out, why freenet is not deleting its temporary
> files. 

I still get leftover(?) bloom-*.tmp files, sometimes, possibly when I
restart after a "JVM did not exit on request, terminated", but not
always, on a normal disk /tmp folder.
___
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:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] /tmp/ is flooded with bloom* and libNativeThread* files

2011-04-30 Thread Roland Häder
Hi,

maybe I have found out why my freenet instance is always crashing. The
directory /tmp/ is mounted as a RAM disk (see below for the except from
'mount' command) where I had to delete tons of files. Even "df" shows
dashes instead of the real "disk's" space.

"mount | grep /tmp" shows:

tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)


And "ls -l /tmp/" shows:

total 3970576
[...]


Also the MySQL database (installed on same box) was not correctly
working:
"#1030 - Got error 28 from storage engine"

So I guess freenet kills itself by filling up the whole RAM disk with
tons of bloom-xxx.tmp and libNativeThread-amd64xx.tmp files?

Please check this out, why freenet is not deleting its temporary files. 

Regards,
Roland


signature.asc
Description: This is a digitally signed message part
___
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:support-requ...@freenetproject.org?subject=unsubscribe