(RADIATOR) Internal heap ERROR KGHALO2 addr=0x0

2003-09-03 Thread Julio Cesar Pinto
=   24
**
 Hla: 0
kghalo bad size 0x720025e0
****** Internal heap ERROR KGHALO2 addr=0x0 *


**
HEAP DUMP heap name="Alloc environm"  desc=0x848a90c
 extent sz=0x1024 alt=32 het=32767 rec=0 flg=2 opc=2
 parent=0 owner=0 nex=0 xsz=0x1024

I thank for any information on the matter.


Regards,

-- 
Julio Cesar Pinto <[EMAIL PROTECTED]>
IFX NETWORKS

===
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) Problems with SqlDB.pm module.

2003-09-06 Thread Julio Cesar Pinto
Hi Guys.

We are working with version 2.8 without problem. We are trying to
upgrade to version 3.6, but the daemon (radiusd) dies with the following
error:

DBD::Oracle::db prepare failed: ORA-01002: fetch out of sequence (DBD
ERROR: OCIStmtExecute/Describe) [for Statement "select PASSWORD,
TO_CHAR(EXPIRATION,'-MM-DD'), CHECKATTR, REPLYATTR  from SUBSCRIBERS
where USERNAME='tadomenech' and ACTIVE=1"] at
/usr/lib/perl5/site_perl/5.6.1/Radius/SqlDb.pm line 180.


We're working with the following:
Linux RedHat Version 7.3.
Perl Version 5.6.1
Radiator Version 3.6 with the patches-3.6 applied.

I thank for any information on the matter.


Regards,
-- 
Julio Cesar Pinto <[EMAIL PROTECTED]>
IFX NETWORKS

===
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.


Re: Fwd: (RADIATOR) Problems with SqlDB.pm module.

2003-09-08 Thread Julio Cesar Pinto
Hi Mike,

The radiator works ok approximately 15 min, but always it dies with same
log.

I'm working with DBI-1.38.tar.gz and DBD-Oracle-1.14.tar.gz.

The oracle version are 8.1.72

Thanks,

JC

On Sun, 2003-09-07 at 18:40, Mike McCauley wrote:
> HelloJulio,
> 
> 
> On Mon, 8 Sep 2003 09:10 am, Hugh Irvine wrote:
> 
> >
> > Begin forwarded message:
> > > From: Julio Cesar Pinto <[EMAIL PROTECTED]>
> > > Date: Sun Sep 7, 2003  10:51:45 Australia/Melbourne
> > > To: [EMAIL PROTECTED]
> > > Subject: (RADIATOR) Problems with SqlDB.pm module.
> > >
> > > Hi Guys.
> > >
> > > We are working with version 2.8 without problem. We are trying to
> > > upgrade to version 3.6, but the daemon (radiusd) dies with the
> > > following
> > > error:
> > >
> > > DBD::Oracle::db prepare failed: ORA-01002: fetch out of sequence (DBD
> > > ERROR: OCIStmtExecute/Describe) [for Statement "select PASSWORD,
> > > TO_CHAR(EXPIRATION,'-MM-DD'), CHECKATTR, REPLYATTR  from
> > > SUBSCRIBERS
> > > where USERNAME='tadomenech' and ACTIVE=1"] at
> > > /usr/lib/perl5/site_perl/5.6.1/Radius/SqlDb.pm line 180.
> 
> Hmmm, I suspect that the problem may have been triggered earlier in your log 
> file. Can we see some more of the logfile, inlcluding the previous few 
> requests?
> 
> Does it always die on the first request?
> What version of DBD-Oracle and DBI are you using. Have you upgraded them 
> recently too? What version of Oracle?
> 
> Cheers.
> 
> > >
> > >
> > > We're working with the following:
> > > Linux RedHat Version 7.3.
> > > Perl Version 5.6.1
> > > Radiator Version 3.6 with the patches-3.6 applied.
> > >
> > > I thank for any information on the matter.
> > >
> > >
> > > Regards,
> > > --
> > > Julio Cesar Pinto <[EMAIL PROTECTED]>
> > > IFX NETWORKS
> > >
> > > ===
> > > 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.
> >
> > NB: have you included a copy of your configuration file (no secrets),
> > together with a trace 4 debug showing what is happening?
-- 
Julio Cesar Pinto <[EMAIL PROTECTED]>
IFX NETWORKS

===
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.


RE: (RADIATOR) Problems with SqlDB.pm module.

2003-09-08 Thread Julio Cesar Pinto
Hi Frank,

The Oracle logs don't show nothing. And with the old version i dont have
this problem.

Thanks,
JC.

On Mon, 2003-09-08 at 08:28, Frank Danielson wrote:
> Hi Julio-
> 
> It has been my experience that an ORA-01002 error happens when the results
> of the query are no longer available, usually due to memory or TEMP space
> limitations on the database server. Have a look in yor Oracle server's error
> log when this happens and you should see one or more additional errors that
> point to the root of the problem.
> 
> -Frank
> 
> -----Original Message-
> From: Julio Cesar Pinto [mailto:[EMAIL PROTECTED]
> Sent: Saturday, September 06, 2003 8:52 PM
> To: [EMAIL PROTECTED]
> Subject: (RADIATOR) Problems with SqlDB.pm module.
> 
> 
> Hi Guys.
> 
> We are working with version 2.8 without problem. We are trying to
> upgrade to version 3.6, but the daemon (radiusd) dies with the following
> error:
> 
> DBD::Oracle::db prepare failed: ORA-01002: fetch out of sequence (DBD
> ERROR: OCIStmtExecute/Describe) [for Statement "select PASSWORD,
> TO_CHAR(EXPIRATION,'-MM-DD'), CHECKATTR, REPLYATTR  from SUBSCRIBERS
> where USERNAME='tadomenech' and ACTIVE=1"] at
> /usr/lib/perl5/site_perl/5.6.1/Radius/SqlDb.pm line 180.
> 
> 
> We're working with the following:
> Linux RedHat Version 7.3.
> Perl Version 5.6.1
> Radiator Version 3.6 with the patches-3.6 applied.
> 
> I thank for any information on the matter.
> 
> 
> Regards,
-- 
Julio Cesar Pinto <[EMAIL PROTECTED]>
IFX NETWORKS

===
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.


[Fwd: RE: (RADIATOR) Problems with SqlDB.pm module.]

2003-09-08 Thread Julio Cesar Pinto
Hi Frank,

The Oracle logs don't show nothing. And with the old version i dont have
this problem.

Thanks,
JC.

On Mon, 2003-09-08 at 08:28, Frank Danielson wrote:
> Hi Julio-
> 
> It has been my experience that an ORA-01002 error happens when the results
> of the query are no longer available, usually due to memory or TEMP space
> limitations on the database server. Have a look in yor Oracle server's error
> log when this happens and you should see one or more additional errors that
> point to the root of the problem.
> 
> -Frank
> 
> -----Original Message-
> From: Julio Cesar Pinto [mailto:[EMAIL PROTECTED]
> Sent: Saturday, September 06, 2003 8:52 PM
> To: [EMAIL PROTECTED]
> Subject: (RADIATOR) Problems with SqlDB.pm module.
> 
> 
> Hi Guys.
> 
> We are working with version 2.8 without problem. We are trying to
> upgrade to version 3.6, but the daemon (radiusd) dies with the following
> error:
> 
> DBD::Oracle::db prepare failed: ORA-01002: fetch out of sequence (DBD
> ERROR: OCIStmtExecute/Describe) [for Statement "select PASSWORD,
> TO_CHAR(EXPIRATION,'-MM-DD'), CHECKATTR, REPLYATTR  from SUBSCRIBERS
> where USERNAME='tadomenech' and ACTIVE=1"] at
> /usr/lib/perl5/site_perl/5.6.1/Radius/SqlDb.pm line 180.
> 
> 
> We're working with the following:
> Linux RedHat Version 7.3.
> Perl Version 5.6.1
> Radiator Version 3.6 with the patches-3.6 applied.
> 
> I thank for any information on the matter.
> 
> 
> Regards,
-- 
Julio Cesar Pinto <[EMAIL PROTECTED]>
IFX NETWORKS
-- 
Julio Cesar Pinto <[EMAIL PROTECTED]>
IFX NETWORKS

===
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) Segmentation faul

2003-10-31 Thread Julio Cesar Pinto
Hi Everyone,

We have a problem with version 3.7.1, the situation is the following
one.

Software installed:
Red Hat Linux release 7.3 (Valhalla)
Perl v5.6.1
DBI v 1.3.8
Oracle Client Version 8.1
DBI::Oracle v 1.14
Digest-MD5 v 2.27
Radiator 3.7.1

Problem:
After to startup to the daemon the packages enters without problems,
after approximately 5-10 minutes when we began to receive much packages,
the daemon dead, return us in the standard output.  Segmentation Faul. 

We thank for any information on the matter

-- 
Julio Cesar Pinto <[EMAIL PROTECTED]>
IFX NETWORKS

===
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.


Re: (RADIATOR) Propel Dictionary

2003-12-03 Thread Julio Cesar Pinto
Hi.

You can include in your dictionary the attibutes in this schema.

VENDORATTR  14895   Propel-Accelerate   1   integer 

JC.

On Wed, 2003-12-03 at 15:06, Craig Gittens wrote:
> Hey guys,
> 
> I want to add some attributes to the dictionary file or create a new one for
> Propel. Can you guide me please?
> 
> They Are:
> 
> VENDOR Propel 14895
> ATTRIBUTE Propel-Accelerate   1   integer
> ATTRIBUTE Propel-Dialed-Digits2   string
> ATTRIBUTE Propel-Client-IP-Address3   ipaddr
> ATTRIBUTE Propel-Client-NAS-IP-Address4   ipaddr
> ATTRIBUTE Propel-Client-Source-ID 5   integer
> 
> Thanks,
> 
> Craig.
> 
> 
> ===
> 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.
-- 
Julio Cesar Pinto <[EMAIL PROTECTED]>
IFX NETWORKS

===
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.