[rt-users] Re: Problem with rt 3.4 and solaris
Alex S Moore
asmoore at edge.net
Fri Feb 4 11:14:37 EST 2005
Jim Greene wrote:
>>> I checked the Wiki and my RT_SiteConfig.pm is the following:
>>> # more RT_SiteConfig.pm
>>> @LogToSyslogConf = ( socket => 'inet' ) unless (@LogToSyslogConf);
>>> 1;
You do not want to define @LogToSyslogConf, as 'socket => 'inet'' is
what you want. I am not sure of the perl and/or RT syntax, but you want
socket=inet.
You also cannot have LOG_FROM_REMOTE=NO in /etc/default/syslogd. It
should be '= YES'
Alex
More information about the rt-users
mailing list