Re: "Supress Email Notification" checkbox, posted by Steve Jones on Fri Sep 22 19:42:21 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"][quote="Steve Jones"]Is there a way to allow email notification but have the "Suppress Email Notification" checked
by default? We had complaints about the enormous amount of email so I turned off email notification for edits/replys, but there are times that I would
like to allow email to be sent out -- this would imply allowing email by unchecking the "Suppress" box.[/quote]
|
Re: SVN1714 will not run in 'daemon" mode on Solaris8, posted by Steve Jones on Fri Sep 22 22:12:18 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]On Solaris, SVN1714 will not go into daemon mode. Running the compiled version under TRUSS (which provides a
dump of every system call) and shows precisely where elog is failing. I have attached two TRUSS outputs: one where it errors out and the other where it
runs but "interactively". Both runs are as root, simply one with and one without the "-D"[/quote]
|
Re: "Supress Email Notification" checkbox, posted by Steve Jones on Tue Oct 10 23:27:41 2006
|
[quote="Stefan Ritt"][b]Suppress email on edit[/b] has been implemented in the current SVN revision just similar to the [b]Suppress default[/b] flag having
possible values of 0, 1, 2 and 3.[/quote]
|
Re: SVN1723 (was SVN1714) will not run in 'daemon" mode on Solaris8, posted by Steve Jones on Tue Oct 10 23:29:53 2006
|
[quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]On Solaris, SVN1714 will not go into daemon mode. Running the compiled version under TRUSS
(which provides a dump of every system call) and shows precisely where elog is failing. I have attached two TRUSS outputs: one where it errors out and
the other where it runs but "interactively". Both runs are as root, simply one with and one without the "-D"[/quote]
|
Re: SVN1723 (was SVN1714) will not run in 'daemon" mode on Solaris8, posted by Steve Jones on Wed Oct 11 00:19:05 2006
|
[quote="Steve Jones"][quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]On Solaris, SVN1714 will not go into daemon mode. Running the compiled
version under TRUSS (which provides a dump of every system call) and shows precisely where elog is failing. I have attached two TRUSS outputs: one where
it errors out and the other where it runs but "interactively". Both runs are as root, simply one with and one without the "-D"[/quote]
|
SVN1723-overiding logbook directory causes eLog to bomb when going into daemon mode (was SVN1714 will not run in 'daemon" mode on Solaris8), posted by Steve Jones on Thu Oct 26 21:54:40 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]There are also strange system calls that differ, and I thought it might be due to the setuid(60001) -nobody- but
the the non-daemn mode also sets to nobody and works fine.[/QUOTE]
|
Interesting behavior with $shell, posted by Steve Jones on Fri Oct 27 19:11:32 2006
|
eLog does not do math so I am trying to leverage the $SHELL function to perform the math. I am using GAWK to perform the math -- I started trying to use
CONDITIONAL ATTRIBUTES to assign numeric values to attributes but with loading up the ATTRIBUTES with all of the options brings elog to its knees in terms
of performance -- the parsing of attributes is simply too string intensive.
|
Re: Interesting behavior with $shell, posted by Steve Jones on Sun Oct 29 16:04:05 2006
|
[quote="Steve Jones"]eLog does not do math so I am trying to leverage the $SHELL function to perform the math. I am using GAWK to perform the math -- I
started trying to use CONDITIONAL ATTRIBUTES to assign numeric values to attributes but with loading up the ATTRIBUTES with all of the options brings elog
to its knees in terms of performance -- the parsing of attributes is simply too string intensive.
|