Re: [naviserver-devel] spooler not working on linux

2009-11-24 Thread John Buckman
> I just tried upload.tcl on my 32bit linux, latest sources with > maxupload 1000 > maxinput 8904984589 > works without problem, memory usage during upload of the nsd process stays > the same and in /tmp i can see the file is growing > i attached piece from my log, at the end there should be l

Re: [naviserver-devel] spooler not working on linux

2009-11-22 Thread Vlad Seryakov
I just tried upload.tcl on my 32bit linux, latest sources with maxupload 1000 maxinput 8904984589 works without problem, memory usage during upload of the nsd process stays the same and in /tmp i can see the file is growing i attached piece from my log, at the end there should be line rep

Re: [naviserver-devel] spooler not working on linux

2009-11-22 Thread John Buckman
I've enabled debugging to try to find the spooler-on-linux problem I'm having. Unfortunately, I don't think it's very enlightening: [-driver:nssock-] Debug: Spooler: 0: started fd=7: 1687742 bytes [-conn:amagnatune:0] Debug: ns:interptrace[amagnatune]: create nslog:initinterp /usr/local/naviser

Re: [naviserver-devel] spooler not working on linux

2009-11-22 Thread Stephen Deasey
On Sun, Nov 22, 2009 at 3:26 AM, Vlad Seryakov wrote: > Once the server started, connect to nscp console and issue > > ns_logctl severity Debug(ns:driver) true > > now in the nsd.log there must be a lot of driver and spooler related > messages I think you should be able to do this at any time, n

Re: [naviserver-devel] spooler not working on linux

2009-11-22 Thread Stephen Deasey
On Sun, Nov 22, 2009 at 2:58 AM, John Buckman wrote: > > Perhaps the problem is how I built my naviserver on linux?  I simply ran > "autogen.sh" from the cvs tree, and I also tried it with > ./autogen.sh --enable-threads --enable-symbols  --with-tcl=/usr/local/lib The latest source is here, not

Re: [naviserver-devel] spooler not working on linux

2009-11-21 Thread Vlad Seryakov
Once the server started, connect to nscp console and issue ns_logctl severity Debug(ns:driver) true now in the nsd.log there must be a lot of driver and spooler related messages Vlad Seryakov wrote: > I am using it on 32 and 64 bit with default configure, so it is > something different. > >

Re: [naviserver-devel] spooler not working on linux

2009-11-21 Thread Vlad Seryakov
I am using it on 32 and 64 bit with default configure, so it is something different. First, enable debug ns_section ns/parameters ns_param logdebug true ns_section ns/server/server/module/nssock ns_param readahead 1024 ns_param maxupload 1024 maxupload and readahead are used for uploads and r

[naviserver-devel] spooler not working on linux

2009-11-21 Thread John Buckman
I put naviserver into production today, and found that the spooler wouldn't work for me, on my production linux (32bit) machine. However, the same config file works perfectly under OSX. All spooler-enabled uploads get an immediate "The connection was reset" error in Firefox. My config has: >