Dear all,

    We got a frozen radiator which refused access-requests. Here is the
debug log (at trace level 5) at that particular moment:

Wed Jan 12 00:50:01 2000: DEBUG: Handling request with Handler
'Realm=DEFAULT'
Wed Jan 12 00:50:01 2000: DEBUG: Deleting session for 40000021,
202.4.197.65, 97
Wed Jan 12 00:50:01 2000: DEBUG: Handling with Radius::AuthLDAP
Wed Jan 12 00:50:01 2000: DEBUG: Connecting to 202.4.192.196, port 389
Wed Jan 12 12:00:27 2000: INFO: Server started
Wed Jan 12 12:00:30 2000: DEBUG: Packet dump:

Note that the server stopped responding at 00:50, when it was trying to
connect to our LDAP server. We verified the unavailability by using radpwtst
locally and got a 'No reply'. We restarted at 12:00 with a kill -HUP and it
promptly accepted connection from the auth port again. Below is our
configuration file:

------------------------------------------------------------------------
Foreground
LogStdout
LogDir                  /var/log/radius
LogFile                 %L/%Y/%m/%d/log
DictionaryFile          /usr/local/etc/dictionary
PidFile                 /var/run/radiusd.pid
DbDir           /var/log/radius
Trace           5
AuthPort        1645
AcctPort        1646

<Client DEFAULT>
        Secret XXXXXXXX
        DupInterval 0
</Client>

<Realm DEFAULT>
        <AuthBy LDAP>
                # Tell Radiator how to talk to the LDAP server
                Host            202.4.192.196
                AuthDN          XXXXXXXXX
                BaseDN          XXXXXXXXX
                AuthPassword    XXXXXXXXX
                UsernameAttr    accessID
                PasswordAttr    accessPassword
                CheckAttr       accessCheckAttr
                ReplyAttr       accessReplyAttr

                AddToReply Framed-Protocol = PPP,\
                        Service-Type = 2,\
                        Framed-Routing = None,\
                        Framed-MTU = 1500,\
                        Framed-Compression = Van-Jacobson-TCP-IP
        </AuthBy>
        AcctLogFileName         %L/%Y/%m/%d/%H
</Realm>
------------------------------------------------------------------------
We are running Redhat 6.1 on a dual PIII 550 Compaq Proliant box with 512MB
of RAM.
------------------------------------------------------------------------

perl -V
Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=linux, osvers=2.2.5-22smp, archname=i386-linux
    uname='linux porky.devel.redhat.com 2.2.5-22smp #1 smp wed jun 2
09:11:51 edt 1999 i686 unknown '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef
  Compiler:
    cc='cc', optimize='-O2', gccversion=egcs-2.91.66 19990314/Linux
(egcs-1.1.2
release)
    cppflags='-Dbool=char -DHAS_BOOL -I/usr/local/include'
    ccflags ='-Dbool=char -DHAS_BOOL -I/usr/local/include'
    stdchar='char', d_stdstdio=undef, usevfork=false
    intsize=4, longsize=4, ptrsize=4, doublesize=8
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -ldl -lm -lc -lposix -lcrypt
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Built under linux
  Compiled at Aug 30 1999 23:09:51
  @INC:
    /usr/lib/perl5/5.00503/i386-linux
    /usr/lib/perl5/5.00503
    /usr/lib/perl5/site_perl/5.005/i386-linux
    /usr/lib/perl5/site_perl/5.005
    .

------------------------------------------------------------------------

    Thanks for any information that anyone can share with us.

--
Aaron Liu


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

Reply via email to