(RADIATOR) Using Log SYSLOG

1999-06-01 Thread Aaron Holtz

I've been trying to get this to work to no avail.  I'm trying to get
radiator to push its error logs to local0.  I've tried:

Log SYSLOG
   Facility LOG_LOCAL0
/Log
Log SYSLOG
   Facility local0
/Log
Log SYSLOG
   Facility LOCAL0
/Log


all to no avail.  Using 'logger' I can send message to local0 just fine
and they get into the log as expected.  Any guesses?  syslog.ph exists as
does Sys::Syslog.  I don't have any errors in the normal radiator logfile
so I'm not sure why these aren't making it as expected. syslog.ph has:

unless(defined(LOG_LOCAL0)) {
sub LOG_LOCAL0 () {(163);}  
}
 
I also ran h2ph just to be sure...  Thanks.

--
Aaron Holtz
ComNet Inc.
UNIX Systems Specialist
Email:  [EMAIL PROTECTED]
"It's not broken, it just lacks duct tape."
--




===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Using Log SYSLOG

1999-06-01 Thread Mike McCauley

Hi Aaron,

These examples are all using the default trace level of 0. You should add a
Trace 4 or similar to your Log clause to log up to that level.

I would think that the facility name you want would be
Facility local0

Hope that helps.

Cheers.

On Jun 1, 10:49am, Aaron Holtz wrote:
 Subject: (RADIATOR) Using Log SYSLOG
 I've been trying to get this to work to no avail.  I'm trying to get
 radiator to push its error logs to local0.  I've tried:

 Log SYSLOG
Facility LOG_LOCAL0
 /Log
 Log SYSLOG
Facility local0
 /Log
 Log SYSLOG
Facility LOCAL0
 /Log


 all to no avail.  Using 'logger' I can send message to local0 just fine
 and they get into the log as expected.  Any guesses?  syslog.ph exists as
 does Sys::Syslog.  I don't have any errors in the normal radiator logfile
 so I'm not sure why these aren't making it as expected. syslog.ph has:

 unless(defined(LOG_LOCAL0)) {
 sub LOG_LOCAL0 () {(163);}
 }

 I also ran h2ph just to be sure...  Thanks.

 --
 Aaron Holtz
 ComNet Inc.
 UNIX Systems Specialist
 Email:  [EMAIL PROTECTED]
 "It's not broken, it just lacks duct tape."
 --




 ===
 Archive at http://www.thesite.com.au/~radiator/
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
-- End of excerpt from Aaron Holtz



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.