• pxOnline hanging?

    From Terry Roati@9:467/1 to All on Saturday, April 23, 2022 09:06:22
    ALL,

    For Nodes using NETSERIAL, it is common for pxOnline to freeze for Netserial nodes, to solve this issue create a batch file as below (written by Thomas Kloos) and run it say every 6 hours which will solve most of these issues or I will have to bug you when down :)


    @echo off

    c:
    cd\pxw

    echo Restarting PXW...

    echo >> c:\pxw\inbound\sema\$exit.all

    echo Waiting for PXECHO to shutdown first.............
    :wait1
    if not exist c:\pxw\inbound\sema\pxecho.dwn goto wait1
    echo PXECHO is shutdown! :----------------------------------------------------------------------------- -
    echo Waiting for PXONLINE to shutdown.......
    :wait2
    if not exist c:\pxw\inbound\sema\pxonline.dwn goto wait2
    echo PXONLINE is shutdown. :----------------------------------------------------------------------------- --
    Echo Removing PX Shutdown files.
    del c:\pxw\inbound\sema\$exit.all
    del c:\pxw\inbound\sema\pxecho.dwn
    del c:\pxw\inbound\sema\pxonline.dwn

    wait32 5
    echo Restarting PXW

    start pxecho
    start pxonline

    exit

    ... Platinum Xpress & Wildcat!..... Nice!!!!
    --- Platinum Xpress/Win/WINServer v7.0
    * Origin: The File Bank BBS! https://tfb-bbs.org (9:467/1)
  • From Mike Dippel@9:467/19 to Terry Roati on Sunday, April 24, 2022 09:16:24
    On 4/23/2022 8:56 AM, Terry Roati wrote to :


    For Nodes using NETSERIAL, it is common for pxOnline to freeze for Netserial nodes, to solve this issue create a batch file as below (written by Thomas Kloos) and run it say every 6 hours which will solve most of these issues or I
    will have to bug you when down :)


    @echo off

    c:
    cd\pxw

    echo Restarting PXW...

    echo >> c:\pxw\inbound\sema\$exit.all

    echo Waiting for PXECHO to shutdown first.............
    :wait1
    if not exist c:\pxw\inbound\sema\pxecho.dwn goto wait1
    echo PXECHO is shutdown! :-----------------------------------------------------------------------------
    -
    echo Waiting for PXONLINE to shutdown.......
    :wait2
    if not exist c:\pxw\inbound\sema\pxonline.dwn goto wait2
    echo PXONLINE is shutdown. :-----------------------------------------------------------------------------
    --
    Echo Removing PX Shutdown files.
    del c:\pxw\inbound\sema\$exit.all
    del c:\pxw\inbound\sema\pxecho.dwn
    del c:\pxw\inbound\sema\pxonline.dwn

    wait32 5
    echo Restarting PXW

    start pxecho
    start pxonline

    exit


    Just tested it and it works fine. Thanks.

    Mike
    --- Platinum Xpress/Win/WINServer v7.0
    * Origin: The Hobby Line! BBS - hobbylinebbs.com (9:467/19)