Patrick Starrenburg <[EMAIL PROTECTED]> writes: > Changed uid.gid to root.tmda and 664 and debug log writes out OK now > but I do see this as a work around as shouldn't TMDA be able to > write out file in first place with correct rights.
You could try adding the following to the top of your ~/.tmda/config or /etc/tmdarc file: os.umask(012) This will set the umask, affecting the file permissions of all files TMDA writes, including the logfiles. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
