LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Parts/Attachments: text/plain (20 lines)
Print Reply
Sender:
LISTSERV give-and-take forum <[log in to unmask]>
Date:
Wed, 12 Mar 2008 19:36:31 -0600
Reply-To:
LISTSERV give-and-take forum <[log in to unmask]>
Content-Transfer-Encoding:
quoted-printable
Subject:
From:
Ben Parker <[log in to unmask]>
Content-Type:
text/plain; charset=us-ascii
In-Reply-To:
Organization:
L-Soft international Inc.
MIME-Version:
1.0
On Wed, 12 Mar 2008 16:34:44 -0600, Michael Loftis <[log in to unmask]> wrote:

>I noticed that the new go script detects and (tries) to use lsv-logger.pl 
>if it's executable, however, I've had to turn it off/disable lsv-logger.pl 
>because it's causing listserv to spin and put thousands of lines of "Paused 
>- enter a command:" like lsv is still in normal foreground mode and 
>expecting input somehow.
>
>Anyone have any clues?

The problem can be corrected in the 'go' script.   Change this line

     lsvlog="2>&1 >>$LOG_PATH/listserv-`date +%Y%m%d`.log"

to this:

     lsvlog="< /dev/null 2>&1 | ./lsv-logger.pl $LOG_PATH"

This will be corrected in the next build or level set release.

ATOM RSS1 RSS2