Re: [freenet-dev] Node won't start -- NPE

2003-09-08 Thread Toad
Fixed. Upgrade to 6180. On Sun, Sep 07, 2003 at 05:09:41PM -0400, Juiceman wrote: My node won't even start with the latest unstable snapshot. See attached log for NPE -- Matthew J Toseland - [EMAIL PROTECTED] Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing

[freenet-dev] Node won't start -- NPE

2003-09-07 Thread Juiceman
My node won't even start with the latest unstable snapshot. See attached log for NPE freenet_log.zip Description: Binary data ___ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

[freenet-dev] Node won't start

2003-06-16 Thread Tracy R Reed
I start my node and after a few seconds all of the java processes disappear without saying a word. An strace reveals: sched_getscheduler(0x) = 0 sched_getparam(0x, 0xbfffd31c) = 0 gettimeofday({1055797602, 761828}, NULL) = 0 kill(26216, SIGRTMIN) = 0

Re: [freenet-dev] Node won't start

2003-06-16 Thread Frank v Waveren
On Mon, Jun 16, 2003 at 02:15:44PM -0700, Tracy R Reed wrote: I can't figure out what file size limit would be exceeded. I don't have any file bigger than 4.2M (the index file) in my 40G store. I've got plenty of disk space etc. I'm running the latest stable fred (589 or something like that?)

Re: [freenet-dev] Node won't start

2003-06-16 Thread Tracy R Reed
On Tue, Jun 17, 2003 at 12:59:14AM +0200, Frank v Waveren spake thusly: You don't happen to have a low maximum filesize (RLIMIT_FSIZE) resource limit? Hmm...I didn't set such a thing. ulimit -a says: bash-2.05b$ ulimit -a core file size(blocks, -c) 0 data seg size (kbytes, -d)

Re: [freenet-dev] Node won't start

2003-06-16 Thread Frank v Waveren
On Mon, Jun 16, 2003 at 04:27:51PM -0700, Tracy R Reed wrote: bash-2.05b$ ulimit -n 4096 bash: ulimit: open files: cannot modify limit: Operation not permitted You cannot increase ulimits above your hard resource limit unless you are a privileged user, see man setrlimit. -- Frank v Waveren