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-xxxxxxx.tmp and libNativeThread-amd64xxxxxx.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... :|

Attachment: 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

Reply via email to