• Anyone have an idea on what's causing this?

    From Don Lowery@1:340/1000 to All on Tue Jun 16 12:11:33 2020
    Am attempting to get BIND 111 running on OS/2-ArcaOS. Here's my current binkd.cfg:

    # Number @ end is the root zone
    domain fidonet d:\\fe\\outbound 1
    domain fsxnet d:\\fe\\outbound 1
    domain wwivftn d:\\fe\\outbound 1
    domain scinet d:\\fe\\outbound 1
    domain spooknet d:\\fe\\outbound 1
    domain micronet d:\\fe\\outbound 1
    domain vkradio d:\\fe\\outbound 1
    domain amiganet d:\\fe\\outbound 1

    # Our Addresses
    address 21:1/121@fsxnet
    address 11:1/223@wwivftn
    address 77:1/129@scinet
    address 700:100/70@spooknet
    address 618:300/32@micronet
    address 1:340/1000@fidonet
    address 432:1/145@vkradio
    address 39:905/103@amiganet

    sysname "ACME BBS"
    location "Albany, Oregon"
    sysop "Phoobar"

    nodeinfo 115200,CM,IBN
    try 10
    hold 600

    log d:\\tgbbs\\binkd\\binkd.log
    loglevel 4
    conlog 4
    percents
    printq
    backresolv

    inbound d:\\fe\\inbound
    inbound-nonsecure d:\\fe\\inbound\\insecure
    inbound-temp d:\\fe\\inbound\\temp

    minfree 2048
    minfree-nonsecure 2048

    kill-dup-partial-files
    kill-old-partial-files 86400

    prescan

    # HUBS
    node 21:2/100@fsxnet -md ipv4.error404bbs.ddns.net:24555 ******** c
    node 11:1/100@wwivftn -md ipv4.bbs.weather-station.org:24555 ******** c
    node 77:1/100@scinet -md ipv4.bbs.diskshop.ca ******** c
    node 700:100/70@spooknet -md ipv4.echo.phatstar.org ******** c
    node 618:300/32@micronet -md ipv4.realitycheckbbs.org ******** c
    node 3:770/1@fidonet -md ipv4.agency.bbs.nz ******** c
    node 432:1/100@vkradio -md ipv4.bridge.vkradio.com ******** c
    node 39:905/0@amiganet -md ipv4.bbs.diskshop.ca ******** c


    # our listening port (default=24554)
    # use a different port for basic added security-ish (e.g. avoid generic scans) # iport 54554

    pid-file d:\\tgbbs\\binkd\\binkd.pid

    # touch a watch file when files are received to kick of toss
    flag d:\\fe\\inbound\\toss!.now *.su? *.mo? *.tu? *.we? *.th? *.fr? *.sa?
    *.pkt *.tic

    # nuke old .bsy/.csy files after 12 hours
    kill-old-bsy 12h

    Here's the current part of the log that Al on fsxNet couldn't figure
    out...but said some here would be able to help me. Difference is I am now running 1.1a-111:

    12 Jun 15:41:37 [98] BEGIN, binkd/1.1a-27/OS2 -P 77:1/100 binkd.cfg
    12 Jun 15:41:37 [98] creating a poll for 77:1/100@scinet (`d' flavour)
    12 Jun 15:41:38 [99] clientmgr started
    12 Jun 15:41:38 [98] servmgr started
    - 12 Jun 15:41:38 [98] servmgr listen on *:24554
    + 12 Jun 15:41:38 [100] call to 21:2/100@fsxnet
    + 12 Jun 15:41:38 [101] call to 77:1/100@scinet
    ! 12 Jun 15:45:24 [99] got signal #15.
    ! 12 Jun 15:45:24 [98] got signal #15. Killing 99 and quitting...

    12 Jun 21:15:51 [94] BEGIN, binkd/1.1a-27/OS2 binkd.cfg
    12 Jun 21:15:51 [95] clientmgr started
    12 Jun 21:15:51 [94] servmgr started
    - 12 Jun 21:15:51 [94] servmgr listen on *:24554
    + 12 Jun 21:15:51 [96] call to 21:2/100@fsxnet
    + 12 Jun 21:15:51 [97] call to 77:1/100@scinet
    ! 12 Jun 21:22:35 [95] got signal #15.
    ! 12 Jun 21:22:35 [94] got signal #15. Killing 95 and quitting...

    Any suggestions would be greatly appreciated.

    Thank you!

    ACME BBS-Member of fsxNet/WWIVNet/SciNet/AmigaNet/VKRadio/FidoNet/MicroNet.

    --- Mystic BBS v1.12 A46 2020/04/21 (Windows/32)
    * Origin: ACME BBS-W.Coyote & D.Brown are our best users. (1:340/1000)
  • From Alan Ianson@1:153/757 to Don Lowery on Thu Jun 18 23:48:50 2020
    Hello Don,

    12 Jun 21:15:51 [94] BEGIN, binkd/1.1a-27/OS2 binkd.cfg
    12 Jun 21:15:51 [95] clientmgr started
    12 Jun 21:15:51 [94] servmgr started
    - 12 Jun 21:15:51 [94] servmgr listen on *:24554
    + 12 Jun 21:15:51 [96] call to 21:2/100@fsxnet
    + 12 Jun 21:15:51 [97] call to 77:1/100@scinet
    ! 12 Jun 21:22:35 [95] got signal #15.
    ! 12 Jun 21:22:35 [94] got signal #15. Killing 95 and quitting...

    I have not seen a message like "got signal #15" on my linux setup.

    Has anyone running OS/2 seen that?

    On my linux box signal 15 is SIGTERM. Is there a SIGTERM happening here and if so what might cause that?

    Ttyl :-),
    Al

    --- GoldED+/LNX
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Tommi Koivula@2:221/360 to Don Lowery on Fri Jun 19 12:02:11 2020
    Hello, Don Lowery.
    On 16/06/2020 22.11 you wrote:

    Am attempting to get BIND 111 running on OS/2-ArcaOS. Here's my current binkd.cfg:
    Here's the current part of the log that Al on fsxNet couldn't figure out...but said some here would be able to help me. Difference is I am now running 1.1a-111:

    If you run -111, please show us the log of -111.

    12 Jun 15:41:37 [98] BEGIN, binkd/1.1a-27/OS2 -P 77:1/100 binkd.cfg
    12 Jun 15:41:37 [98] creating a poll for 77:1/100@scinet (`d' flavour)
    12 Jun 15:41:38 [99] clientmgr started
    12 Jun 15:41:38 [98] servmgr started
    - 12 Jun 15:41:38 [98] servmgr listen on *:24554
    + 12 Jun 15:41:38 [100] call to 21:2/100@fsxnet
    + 12 Jun 15:41:38 [101] call to 77:1/100@scinet
    ! 12 Jun 15:45:24 [99] got signal #15.
    ! 12 Jun 15:45:24 [98] got signal #15. Killing 99 and quitting...

    --
    Tommi

    --- HotdogEd/2.13.5 (Android; Google Android; rv:1) Hotdoged/1590198455000 HotdogEd/2.13.5
    * Origin: nntp://rbb.fidonet.fi - Lake Ylo - Finland (2:221/360.0)
  • From Tommi Koivula@2:221/360 to Alan Ianson on Fri Jun 19 12:02:12 2020
    Hello, Alan Ianson.
    On 19/06/2020 9.48 you wrote:

    Hello Don,
    12 Jun 21:15:51 [94] BEGIN, binkd/1.1a-27/OS2 binkd.cfg
    12 Jun 21:15:51 [95] clientmgr started
    12 Jun 21:15:51 [94] servmgr started
    - 12 Jun 21:15:51 [94] servmgr listen on *:24554
    + 12 Jun 21:15:51 [96] call to 21:2/100@fsxnet
    + 12 Jun 21:15:51 [97] call to 77:1/100@scinet
    ! 12 Jun 21:22:35 [95] got signal #15.
    ! 12 Jun 21:22:35 [94] got signal #15. Killing 95 and quitting...
    I have not seen a message like "got signal #15" on my linux setup.
    Has anyone running OS/2 seen that?

    No, I cant remember I have...

    --
    Tommi

    --- HotdogEd/2.13.5 (Android; Google Android; rv:1) Hotdoged/1590198455000 HotdogEd/2.13.5
    * Origin: nntp://rbb.fidonet.fi - Lake Ylo - Finland (2:221/360.0)
  • From Don Lowery@1:340/1000 to Alan Ianson on Fri Jun 19 10:36:01 2020
    Ttyl :-),
    Al

    Wanted to let you know I got the 1st file coming in last night on Mystic. ;)

    ACME BBS-Member of fsxNet/WWIVNet/SciNet/AmigaNet/VKRadio/FidoNet/MicroNet.

    --- Mystic BBS v1.12 A46 2020/04/21 (Windows/32)
    * Origin: ACME BBS-W.Coyote & D.Brown are our best users. (1:340/1000)
  • From Don Lowery@1:340/1000 to Tommi Koivula on Fri Jun 19 10:37:48 2020
    If you run -111, please show us the log of -111.

    Will attempt to get home from work this evening & start it up...then get it
    up here. Believe I'm having issues with ports...but will let you take a look.

    Thanks!

    ACME BBS-Member of fsxNet/WWIVNet/SciNet/AmigaNet/VKRadio/FidoNet/MicroNet.

    --- Mystic BBS v1.12 A46 2020/04/21 (Windows/32)
    * Origin: ACME BBS-W.Coyote & D.Brown are our best users. (1:340/1000)