Hello Hugh, Thanks for the quick reponse, my problem is now sorted, I do appreciate
TDN ----- Original Message ----- From: "Hugh Irvine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 2:18 PM Subject: Re: (RADIATOR) problems with radiator 3.0 > > Hello TDN - > > You have specified the "Fork" parameter in the AuthBy RADIUS clauses in your > configuration file, which will cause the radiusd process to fork for every > proxied request. You should *not* use Fork with AuthBy RADIUS because the > clause itself does asynchronous IO on the socket used to proxy the requests. > > regards > > Hugh > > > On Tue, 28 May 2002 02:49, [EMAIL PROTECTED] wrote: > > > Hello TDN - > > > > > > I will need to see a copy of your configuration file (no secrets) > > > together with a trace 4 debug from Radiator showing what is happening. I > > > will also need to see your startup script and I would like to know what > > > hardware/software platform you are running on. > > > > I am running Radiator 3.0 on Solaris 8, running on Sun Ultra 5 > > My startup script is > > /usr/local/radiator/bin/radiusd -config_file=/usr/local/radiator/radius.cfg > > > > > > > > Rgds > > TDN > > > > > > > > > > > > CFG file > > ----------- > > #Foreground > > #LogStdout > > LogDir /usr/local/radiator > > DbDir /usr/local/radiator/raddb > > Trace 3 > > LogFile %L/logfile.%Y%m%d > > PmwhoProg /usr/local/sbin/offline-nswho > > #SocketQueueLength 10 > > > > #<SessionDatabase DBM> > > # Identifier SDBI > > # Filename /usr/local/radiator/raddb/online > > #</SessionDatabase DBM> > > > > > > <Client 1.1.1.1> > > Secret xxx > > DefaultRealm domain.com > > IgnoreAcctSignature > > NasType TotalControl > > </Client> > > > > <Client 1.1.1.1> > > Secret xxx > > DefaultRealm domain.com > > IgnoreAcctSignature > > NasType TotalControl > > </Client> > > > > > > <Client 1.1.1.1> > > Secret xxx > > DefaultRealm domain.com > > </Client> > > > > # Mainly for the radpwtst utility > > <Client DEFAULT> > > Secret xxx > > DupInterval 0 > > DefaultRealm domain.com > > </Client> > > > > <AuthBy SYSTEM> > > Identifier UNIX > > UseGetspnam > > </AuthBy> > > > > <Realm domain.com> > > # Remove spaces - spaces are generally not allowed > > # but lusers type them anyway, and are a pain > > RewriteUsername s/\s+//g > > # Strip the realm > > RewriteUsername s/\@domain\.com$// > > <AuthBy GROUP> > > AuthByPolicy ContinueUntilAccept > > <AuthBy FILE> > > Filename /usr/local/radiator/raddb/file1 > > </AuthBy> > > <AuthBy FILE> > > Filename /usr/local/radiator/raddb/file2 > > </AuthBy> > > </AuthBy> > > AcctLogFileName %L/detail/detail.%Y%m%d > > #PasswordLogFileName %L/passwords/log.%Y%m%d > > #MaxSessions 1 > > </Realm> > > > > <Realm /^domain/> > > <AuthBy RADIUS> > > Host 1.1.1.1 > > Secret xxx > > AuthPort 1645 > > Fork > > </AuthBy> > > </Realm> > > > > <Realm DEFAULT> > > <AuthBy RADIUS> > > Host 1.1.1.1 > > Secret xxx > > AuthPort 1645 > > AcctPort 1646 > > Fork > > </AuthBy> > > </Realm> > > ----- Original Message ----- > > From: "Hugh Irvine" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > > Sent: Thursday, May 23, 2002 4:28 PM > > Subject: Re: (RADIATOR) problems with radiator 3.0 > > > > > Hello TDN - > > > > > > I will need to see a copy of your configuration file (no secrets) > > > together with a trace 4 debug from Radiator showing what is happening. I > > > will also need to see your startup script and I would like to know what > > > hardware/software platform you are running on. > > > > > > thanks > > > > > > Hugh > > > > > > On Fri, 24 May 2002 04:48, [EMAIL PROTECTED] wrote: > > > > Hi there, > > > > > > > > I upgraded to radiator 3.0 recently and have been noticing something > > > > odd, > > > > > > whenever is start radiusd, it spawns a couple > > > > of other processes, something that didnt happen in radius 2.19. It also > > > > makes the load average on that box to shoot to 15. > > > > Any ideas? > > > > > > > > root 7613 29015 1 11:35:51 ? 0:00 /usr/local/bin/perl > > > > /usr/local/radiator/bin/radiusd -config_file=/usr/local/rad > > > > root 29015 1 7 11:20:57 ? 1:10 /usr/local/bin/perl > > > > /usr/local/radiator/bin/radiusd -config_file=/usr/local/rad > > > > root 7601 29015 2 11:35:49 ? 0:00 /usr/local/bin/perl > > > > /usr/local/radiator/bin/radiusd -config_file=/usr/local/rad > > > > root 7595 29015 2 11:35:48 ? 0:00 /usr/local/bin/perl > > > > /usr/local/radiator/bin/radiusd -config_file=/usr/local/rad > > > > root 7605 29015 1 11:35:50 ? 0:00 /usr/local/bin/perl > > > > /usr/local/radiator/bin/radiusd -config_file=/usr/local/rad > > > > > > > > > > > > Rgds > > > > TDN > > > > > > > > > > > > === > > > > Archive at http://www.open.com.au/archives/radiator/ > > > > Announcements on [EMAIL PROTECTED] > > > > To unsubscribe, email '[EMAIL PROTECTED]' with > > > > 'unsubscribe radiator' in the body of the message. > > > > > > -- > > > Radiator: the most portable, flexible and configurable RADIUS server > > > anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X. > > > - > > > Nets: internetwork inventory and management - graphical, extensible, > > > flexible with hardware, software, platform and database independence. > > -- > Radiator: the most portable, flexible and configurable RADIUS server > anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X. > - > Nets: internetwork inventory and management - graphical, extensible, > flexible with hardware, software, platform and database independence. > === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
