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]
|
Re: SVN1723 (was SVN1714) will not run in 'daemon" mode on Solaris8, posted by Stefan Ritt on Wed Oct 11 08:18:14 2006
|
[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]
|
Re: Turn off smileys?, posted by Yoshio Imai on Wed Oct 11 16:03:52 2006
|
[quote="Stefan Ritt"]Put a \ in front of anything which is turned into a smiley, so [B]\;)[/B] gets converted into ;), but [B]\\;)[/B] does not get converted[/quote]
Other suggestion: What about going the other way round and making this [CODE]\?)[/CODE] the smiley and this [CODE]?)[/CODE] the usual question in brackets?
If there was a special sequence to announce the unusual case (i.e. the smiley), I think less people would complain about having unwanted conversions ... |
Re: Turn off smileys?, posted by Stefan Ritt on Wed Oct 11 16:08:04 2006
|
[quote="Yoshio Imai"]Other suggestion: What about going the other way round and making this [CODE]\?)[/CODE] the smiley and this [CODE]?)[/CODE] the usual
question in brackets? If there was a special sequence to announce the unusual case (i.e. the smiley), I think less people would complain about having unwanted
conversions ...[/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]
|
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 Stefan Ritt on Wed Nov 8 08:20:34 2006
|
[quote="Steve Jones"]BUG: In the initial comment section of elogd_fancy.cfg the line [CODE]# This [global] section contains settings common to all logbooks[/CODE]
is not parsed correctly as a comment and the embedded [global] is picked up and confuses elogd, eg., elogd will not pickup the port=8080 option. Taking
"[global]" out of the comment restores fucntionality. I recommend checking to make sure that the config file checking routine ignores *entire* lines starting |