> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:assp-user-
> [EMAIL PROTECTED] On Behalf Of List Receiver
> Sent: Friday, 18 May 2007 3:08 p.m.
> To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
> Subject: Re: [Assp-user] Error after data recovery
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:assp-user-
> > [EMAIL PROTECTED] On Behalf Of Kevin
> > Sent: Thursday, May 17, 2007 11:40 AM
> > To: Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
> > Subject: Re: [Assp-user] Error after data recovery
> >
> > List Receiver wrote:
> > > A client's server crashed and I was able to recover *most* of the
> > > data from the drive that contained an ASSP install.  I installed
> the
> > > latest ActivePerl, added all the needed modules, and even unzipped
> an
> > > upgrade zip of 1.2.6 on top of it to make sure most of the files
> were
> > > intact.  When I launch ASSP from the command line, I get this:
> > >
> > > Modification of a read-only value attempted at assp.pl line 8691.
> > >
> > > I looked at the code, but I'm enough of a non-programmer to not
> know
> > > what that section was trying to do.  What file(s) do I need to
> > > replace/repair to get the install to run?
> > >
> >
> > First off I would upgrade to 1.3.1, the improvements are quite nice.
> >
> >  From looking through the code I don't think that is a file
> permission
> > error as much as a read-only variable, there are no file
> modifications
> > in that area of code.
> >
> > If it only happens once and ASSP does not crash I think you can
> ignore
> > it, seeing as you are using an old version I would not expect Fritz
> to
> > bother fixing it.
> >
> > Kevin
> >
> 
> I wasn't asking anyone to fix code...I just wanted to know what that
> section was trying to do so I can figure out what file(s) I need to
> rebuild/replace with distro versions.  I upgraded to 1.3.1 and get the
> same message referring to the new location of the same command in
> assp.pl:
> 
> Modification of a read-only value attempted at assp.pl line 10227.
> 
> I've double-checked read-only attributes (none are set anywhere) and
> ACL's (everyone has full control) on every file in the assp directory.
> It's something that's not obvious at this point.  Anyone have ideas
> that I haven't already tried?

As far as I can tell all that's doing is moving data in memory and has
no file access at all ready (not any writing anyway), which is what
Kevin said, but you may want to try running the follow "perl -w
assp.pl". That will turn on warnings and may give you a clue as to
what's going on.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to