[freeside] svc_acct.export

ivan ivan at 420.am
Mon Jan 14 12:29:05 PST 2002


On Tue, Jan 08, 2002 at 07:57:48PM -0600, Don Griffey wrote:
> I am attempting to run the svc_acct.export to copy radcheck and radreply
> tables to an icradius machine. But when I attempt to do so I get the
> following error:
> 
> Can't cd /usr/local/mysql/data/freeside: Permission denied at
> svc_acct.export line 450.
> 
> line 450 reads as follows:
>   chdir $icradius_mysqlsource or die "Can't cd $icradius_mysqlsource: $!";
> icradius_mysqlsource is set up correctly.
> 
> I am using Red Hat 7.1 and freeside version 1.3.0 (I can't upgrade from this
> version because I have made numerous modifications to the program to make it
> work for a utility company).

1.3.0 *definately* isn't supported anymore, and 1.3.1 won't be supported
for much longer.

Port your changes to 1.4 and use the 1.4 transactional support for
radcheck and radreply tables.  Set icradius_secrets to your external
RADIUS server or use MySQL replication.

I encourage you to avoid the overhead of porting your changes to new
Freeside verisons by contributing your changes to the official tree.  If
they're specific to your installation and not generally applicable use
configuration options to turn them on. 

-- 
_ivan



More information about the freeside-users mailing list