On Jul 30, 2005, at 12:03 PM, Alex Verhovsky wrote: > Dear all, > > Coming back from a long hibernation over Microsoft .NET textbooks, > I have just released Instiki 0.10.2. I'm very interested in the new release, but before I upgrade I have a few questions: 1. I was running into problems with the --daemon feature in the 0.10.1 release and had to insert my own routine in script/server: # ... if OPTIONS[:notex] OPTIONS[:pdflatex] = false else begin OPTIONS[:pdflatex] = system "pdflatex -version" rescue Errno::ENOENT OPTIONS[:pdflatex] = false end end ### DAEMON CODE ADDED HERE!!! ### exit!(0) if fork Process::setsid exit!(0) if fork Dir::chdir("/") File::umask(0) [ STDIN, STDOUT, STDERR ].each{|io| io.reopen("/dev/null", "r+") } ### DAEMON CODE ENDS HERE!!! ### if defined? INSTIKI_BATCH_JOB # ... __END__ Is this issue resolved in the current release? 2. I'm having trouble PDFing pages on TextDrive. Does this release address that at all? 3. I'm still experiencing some down time I haven't been able to track down. Does Instiki do some logging I could use to help find the problem? Thanks for the information. James Edward Gray II