2009/6/6 Łukasz Lew <[email protected]>: > Both TMP and TMPDIR are set to a good directory. > > $ lsof | grep tmp | grep cgos > cgosGtp-l 13017 lew 9u REG 254,0 78604 1241 > /tmp/tclZ7nN0F (deleted) > cgosGtp-l 13125 lew 9u REG 254,0 4508 1261 > /tmp/tclXWx3rw (deleted) > cgosGtp-l 13163 lew 9u REG 254,0 29071 1267 > /tmp/tclAdMH5y (deleted) > cgosGtp-l 14597 lew 9u REG 254,0 16130 1583 > /tmp/tclUkgmnS (deleted) > cgosGtp-l 14627 lew 9u REG 254,0 30686 1602 > /tmp/tclsjlH2D (deleted) > > These files grow, but when I restart cgos their size go back to 0;
According to http://coding.derkeiler.com/Archive/Tcl/comp.lang.tcl/2007-07/msg00419.html this seems to be due to hardwired /tmp usage in starkit for dynamic library loading. Mind you, the link refers to material almost two years old so I couldn't say if it's still relevant. Maybe you could try using the tcl script directly (in cgosGtp.zip), instead of the packaged binary version (assumption made on my part), if there are no dependencies missing for you. Lars Nilsson > On Sun, Jun 7, 2009 at 03:30, Lars Nilsson<[email protected]> wrote: >> On Sat, Jun 6, 2009 at 9:15 PM, Łukasz Lew<[email protected]> wrote: >>> Hi, >>> >>> Is cgos client creating any files in /tmp ? >>> lsof command suggests it is true, >>> >>> It is a problem in my case as I have a very small qouta on this directory. >>> Is there a way around it? >> >> Don't know anything much about the cgos client, but perhaps you can >> set the TMPDIR or TMP environment variable to a directory where you >> have more space available. >> >> Lars Nilsson >> _______________________________________________ >> computer-go mailing list >> [email protected] >> http://www.computer-go.org/mailman/listinfo/computer-go/ >> > _______________________________________________ > computer-go mailing list > [email protected] > http://www.computer-go.org/mailman/listinfo/computer-go/ > _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
