• Error when running LORD

    From Spiff Wiggler@VERT/SPIFFWIG to All on Thursday, June 14, 2018 05:38:32
    Good morning,

    As I am attempting to setup Doors, I have run into an issue. I am hoping that someone can assist me with this as it has been quite a while since I have setup any doors in Sync. I followed the documentation to setup LORD that is listed on the Support site, when I attempt to run the program, it errors out on me, and in the Sync control panel I get the following error:

    Node 1 !ERROR 2 (No such file or directory) (WinError 2) in xtrn.cpp line 733 executing "C:\sbbs\xtrn\lord\START 1" access=16384 (useron=Spiff Wiggler).

    At present, this is the only door that I have attempted to add. I'm hoping that someone can assist me in understanding what is happening so that I can resolve the issue and prevent it from any installs in the future.

    -Spiff

    ---
    þ Synchronet þ SPIFFWIGGLERBBS - SpiffWigglerBBS.com
  • From Bill McGarrity@VERT to Spiff Wiggler on Thursday, June 14, 2018 12:32:00
    Spiff Wiggler wrote to All on 06-14-18 05:38 <=-


    As I am attempting to setup Doors, I have run into an issue. I am
    hoping that someone can assist me with this as it has been quite a
    while since I have setup any doors in Sync. I followed the
    documentation to setup LORD that is listed on the Support site, when I attempt to run the program, it errors out on me, and in the Sync
    control panel I get the following error:

    Node 1 !ERROR 2 (No such file or directory) (WinError 2) in xtrn.cpp
    line 733 executing "C:\sbbs\xtrn\lord\START 1" access=16384
    (useron=Spiff Wiggler).

    At present, this is the only door that I have attempted to add. I'm
    hoping that someone can assist me in understanding what is happening so that I can resolve the issue and prevent it from any installs in the future.

    Does your external commands look like the following:

    Start-up Directory ../xtrn/lord
    Command Line start %# /norip

    And what does your start.bat look like?


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    * Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Spiff Wiggler on Thursday, June 14, 2018 13:32:42
    Re: Error when running LORD
    By: Spiff Wiggler to All on Thu Jun 14 2018 05:38 am

    Good morning,

    As I am attempting to setup Doors, I have run into an issue. I am hoping that someone can assist me with this as it has been quite a while since I have setup any doors in Sync. I followed the documentation to setup LORD that is listed on the Support site, when I attempt to run the program, it errors out on me, and in the Sync control panel I get the following error:

    Node 1 !ERROR 2 (No such file or directory) (WinError 2) in xtrn.cpp line 733 executing "C:\sbbs\xtrn\lord\START 1" access=16384 (useron=Spiff Wiggler).

    lord\start.bat is a batch file, yes? You must have "Use Shell to Execute" set to "Yes".

    Or you can by-pass the start.bat file and just run lord.exe directly (and then you don't need a shell [command.com] to execute it).

    digital man

    Synchronet/BBS Terminology Definition #59:
    XPDEV = Cross-platform Development
    Norco, CA WX: 85.3øF, 42.0% humidity, 8 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Digital Man on Thursday, June 14, 2018 21:15:59
    Re: Error when running LORD
    By: Digital Man to Spiff Wiggler on Thu Jun 14 2018 01:32 pm

    lord\start.bat is a batch file, yes? You must have "Use Shell to Execute" set to "Yes".

    Or you can by-pass the start.bat file and just run lord.exe directly (and then you don't need a shell [command.com] to execute it).



    i'm pretty sure you need all the goodies in the start.bat file
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to MRO on Friday, June 15, 2018 12:23:06
    Re: Error when running LORD
    By: MRO to Digital Man on Thu Jun 14 2018 09:15 pm

    Re: Error when running LORD
    By: Digital Man to Spiff Wiggler on Thu Jun 14 2018 01:32 pm

    lord\start.bat is a batch file, yes? You must have "Use Shell to Execute" set to "Yes".

    Or you can by-pass the start.bat file and just run lord.exe directly (and then you don't need a shell [command.com] to execute it).



    i'm pretty sure you need all the goodies in the start.bat file

    I don't use it. <shrug>

    digital man

    Synchronet/BBS Terminology Definition #49:
    SpiderMonkey = Mozilla's C/C++ JavaScript Engine (libmozjs)
    Norco, CA WX: 84.1øF, 37.0% humidity, 8 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Digital Man on Saturday, June 16, 2018 11:21:36
    Re: Error when running LORD
    By: Digital Man to MRO on Fri Jun 15 2018 12:23 pm

    i'm pretty sure you need all the goodies in the start.bat file

    I don't use it. <shrug>


    IF "%1" == "" GOTO NOSTART

    IF EXIST INFO.%1 DEL INFO.%1
    IF EXIST DO%1.BAT DEL DO%1.BAT

    :BEGIN
    rem LORD.EXE %1 %2 %3 %4 %5 /DREW NORIP
    LORD.EXE %1 %2 %3 %4 %5 /drew NORIP
    IF ERRORLEVEL 255 GOTO DONE
    IF ERRORLEVEL 254 GOTO DO1
    GOTO DONE

    :DO1
    CALL DO%1.BAT
    GOTO BEGIN

    :NOSTART
    CALL START.BAT 0
    GOTO REALDONE

    :DONE
    IF EXIST INFO.%1 DEL INFO.%1
    IF EXIST DO%1.BAT DEL DO%1.BAT

    :REALDONE


    there's some cleanup lines and also if you run igms [which you should]
    they sometimes append things to the bottom of start.bat
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Dan C@VERT to alt.bbs.synchronet on Tuesday, June 19, 2018 13:28:17
    From Newsgroup: alt.bbs.synchronet

    On Sat, 16 Jun 2018 11:21:36 -0500, MRO wrote:

    To: Digital Man
    Re: Error when running LORD By: Digital Man to MRO on Fri Jun 15 2018
    12:23 pm

    i'm pretty sure you need all the goodies in the start.bat file

    I don't use it. <shrug>


    IF "%1" == "" GOTO NOSTART

    IF EXIST INFO.%1 DEL INFO.%1 IF EXIST DO%1.BAT DEL DO%1.BAT

    :BEGIN rem LORD.EXE %1 %2 %3 %4 %5 /DREW NORIP LORD.EXE %1 %2 %3 %4 %5
    /drew NORIP IF ERRORLEVEL 255 GOTO DONE IF ERRORLEVEL 254 GOTO DO1 GOTO
    DONE

    :DO1 CALL DO%1.BAT GOTO BEGIN

    :NOSTART CALL START.BAT 0 GOTO REALDONE

    :DONE IF EXIST INFO.%1 DEL INFO.%1 IF EXIST DO%1.BAT DEL DO%1.BAT

    :REALDONE


    there's some cleanup lines and also if you run igms [which you should]
    they sometimes append things to the bottom of start.bat ---

    Why "should" IGMs be run?


    --
    "Ubuntu" -- an African word, meaning "Slackware is too hard for me".
    "Bother!" said Pooh, as he puked on Christopher Robin.
    Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
    Thanks, Obama: http://brandybuck.site40.net/pics/politica/thanks.jpg
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Dan C on Monday, June 25, 2018 20:47:19
    Re: Re: Error when running LORD
    By: Dan C to alt.bbs.synchronet on Tue Jun 19 2018 01:28 pm

    there's some cleanup lines and also if you run igms [which you should] they sometimes append things to the bottom of start.bat ---

    Why "should" IGMs be run?


    because they increase the enjoyment of the game.
    did you ever play lord?
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Dan C@VERT to alt.bbs.synchronet on Wednesday, June 27, 2018 02:46:37
    From Newsgroup: alt.bbs.synchronet

    On Mon, 25 Jun 2018 20:47:19 -0500, MRO wrote:

    To: Dan C
    Re: Re: Error when running LORD By: Dan C to alt.bbs.synchronet on Tue
    Jun 19 2018 01:28 pm

    there's some cleanup lines and also if you run igms [which you
    should]
    they sometimes append things to the bottom of start.bat ---

    Why "should" IGMs be run?


    because they increase the enjoyment of the game.
    did you ever play lord?

    Yes, I play it frequently. I have played both stock LORD games and those
    with IGMs. The IGMs add a certain enjoyment to the game, and are
    interesting, but.... I prefer to play the standard game because the IGMs change the "feel" of the game and can almost (sometimes) make it seem that
    a player is cheating or has an unfair advantage.

    I think a BBS should offer both a standard LORD game, and one with IGMs
    for those that want that.


    --
    "Ubuntu" -- an African word, meaning "Slackware is too hard for me".
    "Bother!" said Pooh, as he cut his initials in the snow.
    Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
    Thanks, Obama: http://brandybuck.site40.net/pics/politica/thanks.jpg
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Dan C on Wednesday, June 27, 2018 09:37:32
    Re: Re: Error when running LORD
    By: Dan C to alt.bbs.synchronet on Wed Jun 27 2018 02:46 am

    Yes, I play it frequently. I have played both stock LORD games and those with IGMs. The IGMs add a certain enjoyment to the game, and are interesting, but.... I prefer to play the standard game because the IGMs change the "feel" of the game and can almost (sometimes) make it seem that a player is cheating or has an unfair advantage.

    I think a BBS should offer both a standard LORD game, and one with IGMs for those that want that.

    LORD was meant to be extendable with IGMs. As long as the IGMs don't do anything like give free upgrades etc., I don't think it's cheating. And everyone has access to the same IGMs anyway, so I don't think anyone would have an unfair advantage.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Tony Langdon@VERT to Dan C on Thursday, June 28, 2018 13:49:00
    On 06-27-18 02:46, Dan C wrote to alt.bbs.synchronet <=-

    I think a BBS should offer both a standard LORD game, and one with IGMs for those that want that.

    That sounds reasonable.


    ... Hey Dad, are we gonna stop for ice cream? Can we, huh?
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Dan C on Thursday, June 28, 2018 00:01:08
    Re: Re: Error when running LORD
    By: Dan C to alt.bbs.synchronet on Wed Jun 27 2018 02:46 am

    because they increase the enjoyment of the game.
    did you ever play lord?

    Yes, I play it frequently. I have played both stock LORD games and those with IGMs. The IGMs add a certain enjoyment to the game, and are interesting, but.... I prefer to play the standard game because the IGMs change the "feel" of the game and can almost (sometimes) make it seem that a player is cheating or has an unfair advantage.

    well this is when being a good sysop comes in. you have to know which compliment that game and which ones are total cheat fests.

    I think a BBS should offer both a standard LORD game, and one with IGMs
    for those that want that.

    yeah, i do that. and i have several lord games to keep things interesting.
    i have some with rotating menu sets, rotating igms, some with npcs, some without. some games have cheater igms, some dont.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to Nightfox on Thursday, June 28, 2018 00:02:45
    Re: Re: Error when running LORD
    By: Nightfox to Dan C on Wed Jun 27 2018 09:37 am

    for those that want that.

    LORD was meant to be extendable with IGMs. As long as the IGMs don't do anything like give free upgrades etc., I don't think it's cheating. And everyone has access to the same IGMs anyway, so I don't think anyone would have an unfair advantage.



    well i had a user that really loved lord and played it religiously every day. then we were chatting and i mentioned there are some igms where you can cheat. and he asked about it, so i told him about it. i took over kiteria's igm cheat guide so i thought nothing of it.

    so he eventually became godlike in the game and slaughtered everyone. eventually he got bored with it and never came back.

    everything in moderation.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Dan C@VERT to alt.bbs.synchronet on Friday, June 29, 2018 02:42:40
    From Newsgroup: alt.bbs.synchronet

    On Thu, 28 Jun 2018 00:01:08 -0500, MRO wrote:

    To: Dan C
    Re: Re: Error when running LORD By: Dan C to alt.bbs.synchronet on Wed
    Jun 27 2018 02:46 am

    because they increase the enjoyment of the game.
    did you ever play lord?

    Yes, I play it frequently. I have played both stock LORD games and
    those with IGMs. The IGMs add a certain enjoyment to the game, and
    are interesting, but.... I prefer to play the standard game because
    the IGMs change the "feel" of the game and can almost (sometimes)
    make it seem that a player is cheating or has an unfair advantage.

    well this is when being a good sysop comes in. you have to know which compliment that game and which ones are total cheat fests.

    Yep, agreed.


    I think a BBS should offer both a standard LORD game, and one with
    IGMs for those that want that.

    yeah, i do that. and i have several lord games to keep things
    interesting.
    i have some with rotating menu sets, rotating igms, some with npcs, some without. some games have cheater igms, some dont.

    Sounds like a good setup.

    What's your BBS address?


    ---
    â–  Synchronet â–  ::: BBSES.info - free BBS services :::
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net





    --
    "Ubuntu" -- an African word, meaning "Slackware is too hard for me".
    "Bother!" said Pooh, as he inserted the suppository.
    Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
    Thanks, Obama: http://brandybuck.site40.net/pics/politica/thanks.jpg
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Dan C@VERT to alt.bbs.synchronet on Friday, July 06, 2018 17:51:38
    From Newsgroup: alt.bbs.synchronet

    On Fri, 29 Jun 2018 02:42:40 +0000, Dan C wrote:

    On Thu, 28 Jun 2018 00:01:08 -0500, MRO wrote:

    To: Dan C
    Re: Re: Error when running LORD By: Dan C to alt.bbs.synchronet on
    Wed Jun 27 2018 02:46 am

    because they increase the enjoyment of the game.
    did you ever play lord?

    Yes, I play it frequently. I have played both stock LORD games and
    those with IGMs. The IGMs add a certain enjoyment to the game, and
    are interesting, but.... I prefer to play the standard game because
    the IGMs change the "feel" of the game and can almost (sometimes)
    make it seem that a player is cheating or has an unfair advantage.

    well this is when being a good sysop comes in. you have to know which
    compliment that game and which ones are total cheat fests.

    Yep, agreed.


    I think a BBS should offer both a standard LORD game, and one with
    IGMs for those that want that.

    yeah, i do that. and i have several lord games to keep things
    interesting.
    i have some with rotating menu sets, rotating igms, some with npcs,
    some without. some games have cheater igms, some dont.

    Sounds like a good setup.

    What's your BBS address?


    ---
    â–  Synchronet â–  ::: BBSES.info - free BBS services :::
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California -

    MRO? What's your BBS address? The origin line of your message shows only Vertrauen...

    I'd like to check it out, thanks.


    --
    "Ubuntu" -- an African word, meaning "Slackware is too hard for me".
    "Bother!" said Pooh, as he puked on Christopher Robin.
    Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
    Thanks, Obama: http://brandybuck.site40.net/pics/politica/thanks.jpg
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Dan C on Friday, July 06, 2018 14:17:53
    Re: Re: Error when running LORD
    By: Dan C to alt.bbs.synchronet on Fri Jul 06 2018 05:51 pm

    â–  Synchronet â–  ::: BBSES.info - free BBS services :::
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California -

    MRO? What's your BBS address? The origin line of your message shows only Vertrauen...

    I'd like to check it out, thanks.

    That also shows bbses.info, which I'm pretty sure belongs to Mro.. I'm guessing the Vertrauen line may have been added because it passed through Vertrauen?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From MRO@VERT/BBSESINF to Dan C on Friday, July 06, 2018 17:32:23
    Re: Re: Error when running LORD
    By: Dan C to alt.bbs.synchronet on Fri Jul 06 2018 05:51 pm

    â–  Synchronet â–  ::: BBSES.info - free BBS services :::

    MRO? What's your BBS address? The origin line of your message shows only Vertrauen...


    i get my feed from vert.

    my bbses are bbses.info, bbs.eob-bbs.com, dsbbs.net , and thegraveyard.darktech.org

    i'm thinking of going private due to the quality of users i'm getting now, though
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Tony Langdon@VERT to MRO on Saturday, July 07, 2018 10:21:00
    On 07-06-18 17:32, MRO wrote to Dan C <=-

    i get my feed from vert.

    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)

    Looks like the person who queried you is on the Fidonet side. I see your QWK origin line, similarly to you, I'd be appearing to come from Vertrauen (by QWK), but my Fidonet origin line would give me away. But if I responded from DoveNet instead, it would all look consistent.


    ... Flabbergasted (adj.), appalled over how much weight you have gained.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Vk3jed@VERT/FREEWAY to Nightfox on Saturday, July 07, 2018 10:41:00
    On 07-06-18 14:17, Nightfox wrote to Dan C <=-

    That also shows bbses.info, which I'm pretty sure belongs to Mro.. I'm guessing the Vertrauen line may have been added because it passed
    through Vertrauen?

    The person who queried it would have been on Fidonet, which is where I usually interact with this sub, but I'm replying from Dove this time. The Fidonet origin shows Vertrauen, but the QWK origin line is still clearly visible as a tagline in MOR's messages. Of course, on this side, all looks correct, as we're all interacting via QWK (when I'm posting from this side ;) ).


    ... Car thieves should be used as expendible crash test dummies.
    --- MultiMail/Win v0.51
    þ Synchronet þ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From MRO@VERT/BBSESINF to Tony Langdon on Saturday, July 07, 2018 00:39:33
    Re: Re: Error when running LORD
    By: Tony Langdon to MRO on Sat Jul 07 2018 10:21 am

    i get my feed from vert.
    Looks like the person who queried you is on the Fidonet side. I see your QWK origin line, similarly to you, I'd be appearing to come from Vertrauen (by QWK), but my Fidonet origin line would give me away. But if I responded from DoveNet instead, it would all look consistent.



    either way, dont give a fuck.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to Vk3jed on Saturday, July 07, 2018 00:42:07
    Re: Re: Error when running LORD
    By: Vk3jed to Nightfox on Sat Jul 07 2018 10:41 am

    On 07-06-18 14:17, Nightfox wrote to Dan C <=-

    That also shows bbses.info, which I'm pretty sure belongs to Mro.. I'm guessing the Vertrauen line may have been added because it passed through Vertrauen?

    The person who queried it would have been on Fidonet, which is where I usually interact with this sub, but I'm replying from Dove this time. The Fidonet origin shows Vertrauen, but the QWK origin line is still clearly visible as a tagline in MOR's messages. Of course, on this side, all looks correct, as we're all interacting via QWK (when I'm posting from this side ;) ).


    i'm not qwk. i'm nntp
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Tony Langdon@VERT to MRO on Saturday, July 07, 2018 18:23:00
    On 07-07-18 00:42, MRO wrote to Vk3jed <=-

    i'm not qwk. i'm nntp

    I'm talking about the network link between your BBS and Vertrauen. How does mail get transferred between the two?


    ... A program is used to turn data into error messages.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Tony Langdon on Saturday, July 07, 2018 10:21:48
    On 2018 Jul 07 18:23:00, you wrote to MRO:

    i'm not qwk. i'm nntp

    I'm talking about the network link between your BBS and Vertrauen.
    How does mail get transferred between the two?

    he knows... he's just trying to cornfuze things...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... "God Jul och Gott Nytt aar." - Swedish Christmas
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Tony Langdon on Saturday, July 07, 2018 11:36:00
    Re: Re: Error when running LORD
    By: Tony Langdon to MRO on Sat Jul 07 2018 06:23 pm

    On 07-07-18 00:42, MRO wrote to Vk3jed <=-

    i'm not qwk. i'm nntp

    I'm talking about the network link between your BBS and Vertrauen. How does mail get transferred between the two?


    i connect to vert via nntp
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to mark lewis on Saturday, July 07, 2018 11:36:39
    Re: Error when running LORD
    By: mark lewis to Tony Langdon on Sat Jul 07 2018 10:21 am

    On 2018 Jul 07 18:23:00, you wrote to MRO:

    i'm not qwk. i'm nntp

    I'm talking about the network link between your BBS and Vertrauen.
    How does mail get transferred between the two?

    he knows... he's just trying to cornfuze things...

    i dont know why we are even talking about this
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From mark lewis@VERT to MRO on Saturday, July 07, 2018 15:09:00
    On 2018 Jul 07 11:36:38, you wrote to me:

    i'm not qwk. i'm nntp

    I'm talking about the network link between your BBS and Vertrauen.
    How does mail get transferred between the two?

    he knows... he's just trying to cornfuze things...

    i dont know why we are even talking about this

    because someone asked about your QWK line below and it being followed by Vertrauen's FTN Origin line...

    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)



    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... You can call me Hal, or you can call me Pal, or you...
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to mark lewis on Saturday, July 07, 2018 15:02:00
    Re: Error when running LORD
    By: mark lewis to MRO on Sat Jul 07 2018 03:09 pm

    i dont know why we are even talking about this

    because someone asked about your QWK line below and it being followed by Vertrauen's FTN Origin line...



    i thought they mentioned it but didnt ask.

    --begin--

    Sounds like a good setup.

    What's your BBS address?


    ---
    â–  Synchronet â–  ::: BBSES.info - free BBS services :::
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California -

    MRO? What's your BBS address? The origin line of your message shows only Vertrauen...

    I'd like to check it out, thanks.
    --end--
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to Tony Langdon on Saturday, July 07, 2018 15:11:56
    Re: Re: Error when running LORD
    By: Tony Langdon to MRO on Sat Jul 07 2018 06:23 pm

    On 07-07-18 00:42, MRO wrote to Vk3jed <=-

    i'm not qwk. i'm nntp

    I'm talking about the network link between your BBS and Vertrauen. How does mail get transferred between the two?

    NNTP

    digital man

    Synchronet/BBS Terminology Definition #37:
    NNTP = Network News Transfer Protocol
    Norco, CA WX: 101.4øF, 25.0% humidity, 0 mph S wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Digital Man on Sunday, July 08, 2018 15:54:00
    On 07-07-18 15:11, Digital Man wrote to Tony Langdon <=-

    NNTP

    digital man

    Oh, OK. :)


    ... It's important that I NOT know.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to MRO on Sunday, July 08, 2018 15:54:00
    On 07-07-18 11:36, MRO wrote to Tony Langdon <=-

    i connect to vert via nntp

    Oh, OK, no probs.


    ... Capt'n! The spellchecker kinna take this abuse!
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Vk3jed@VERT/FREEWAY to mark lewis on Sunday, July 08, 2018 16:19:00
    On 07-07-18 10:21, mark lewis wrote to Tony Langdon <=-

    he knows... he's just trying to cornfuze things...

    Looks like he really is using NNTP, not sure is as a BBS linking via NNTP or a user direct to Vert. Rob confirmed that.


    ... Pentium Myth #1: The computer only does what you tell it.
    --- MultiMail/Win v0.51
    þ Synchronet þ Freeway BBS, Bendigo Australia. freeway.apana.org.au
  • From MRO@VERT/BBSESINF to Vk3jed on Sunday, July 08, 2018 02:46:01
    Re: Re: Error when running LORD
    By: Vk3jed to mark lewis on Sun Jul 08 2018 04:19 pm

    On 07-07-18 10:21, mark lewis wrote to Tony Langdon <=-

    he knows... he's just trying to cornfuze things...

    Looks like he really is using NNTP, not sure is as a BBS linking via NNTP or a user direct to Vert. Rob confirmed that.



    his bbs is doing msg networking via nntp to vert
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Tony Langdon@VERT to MRO on Sunday, July 08, 2018 18:46:00
    On 07-08-18 02:46, MRO wrote to Vk3jed <=-

    his bbs is doing msg networking via nntp to vert

    That's one method of networking BBSs that I haven't tried yet.


    ... Real knowledge is to know the extent of ones ignorance.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to MRO on Sunday, July 08, 2018 08:17:56
    On 2018 Jul 07 15:02:00, you wrote to me:

    i dont know why we are even talking about this

    because someone asked about your QWK line below and it being followed
    by Vertrauen's FTN Origin line...

    i thought they mentioned it but didnt ask.

    yeah, that's the message... apparently they don't know how to read a QWK line when it is mixed with FTN origin lines... i remember the days when we'd see something like this all on one message...

    fr: someone 321:1234/9
    to: all
    re: finally connected!
    ==========================================
    hey! we're finally connected to this echo
    in zone 321! YAY!!
    ---
    ! Origin: blahblah (321:1234/9)
    ! Origin: blahblahblah (85:53/19)
    ! Origin: blahblahblahblah (42:634/73)
    * Origin: blah (1:3634/12)

    which depicts a message that originated in zone 321 which was gated to the same
    message area in zone 85 which was then gated to the same message area in zone 42 which was finally gated into the same area in zone 1... each address is the gating system for that network zone... the great thing is that we used to be able to send netmail replies to those messages and they would properly route back through the Z42 gateway to the Z85 gateway and finally back into Z321 through that gateway... can't do that today no thanks to FTN politicians and NIMBY syndrome...

    things really got fun when there were QWK networks in the path, too...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... A steak pun is a rare medium well done.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Vk3jed on Sunday, July 08, 2018 08:13:22
    On 2018 Jul 08 16:19:00, you wrote to me:

    he knows... he's just trying to cornfuze things...

    Looks like he really is using NNTP, not sure is as a BBS linking via NNTP or a user direct to Vert. Rob confirmed that.

    since it has his BBS info line in it, i would guess that it is server-to-server
    NNTP just like in usenet connecting usenet servers together... IIRC, there's no
    difference in the protocols used between NNTP servers and clients...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Friendship is like money, easier made than kept.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Tony Langdon on Sunday, July 08, 2018 13:27:59
    Re: Re: Error when running LORD
    By: Tony Langdon to MRO on Sun Jul 08 2018 06:46 pm

    On 07-08-18 02:46, MRO wrote to Vk3jed <=-

    his bbs is doing msg networking via nntp to vert

    That's one method of networking BBSs that I haven't tried yet.


    i highly recommend it. for synchronet to synchronet it's the best and easiest ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Al@VERT/TRMB to MRO on Sunday, July 08, 2018 12:10:33
    Re: Re: Error when running LORD
    By: MRO to Tony Langdon on Sun Jul 08 2018 01:27 pm

    That's one method of networking BBSs that I haven't tried yet.

    i highly recommend it. for synchronet to synchronet it's the best and easiest

    That's inteseting. It there a document that describes how to set that up?

    Ttyl :-),
    Al


    ... People say I'm apathetic, but I don't care.

    ---
    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada
  • From Digital Man@VERT to Al on Sunday, July 08, 2018 14:23:07
    Re: Re: Error when running LORD
    By: Al to MRO on Sun Jul 08 2018 12:10 pm

    Re: Re: Error when running LORD
    By: MRO to Tony Langdon on Sun Jul 08 2018 01:27 pm

    That's one method of networking BBSs that I haven't tried yet.

    i highly recommend it. for synchronet to synchronet it's the best and easiest

    That's inteseting. It there a document that describes how to set that up?

    On the server/hub side, it's the usual: http://wiki.synchro.net/service:nntp and the nodes need the Q-restriction.

    On the client/node side, you'd use NewsLink: http://wiki.synchro.net/module:newslink

    I actually *don't* recommend it for DOVE-Net since you lose some features that we get with QWKnet (color-codes, avatars, voting).

    digital man

    Synchronet "Real Fact" #32:
    The second most prolific contributor to Synchronet is Stephen Hurd (Deuce). Norco, CA WX: 99.1øF, 23.0% humidity, 14 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Al on Monday, July 09, 2018 00:36:50
    Re: Re: Error when running LORD
    By: Al to MRO on Sun Jul 08 2018 12:10 pm

    i highly recommend it. for synchronet to synchronet it's the best and easiest

    That's inteseting. It there a document that describes how to set that up?

    it's in the actual newslink.cfg file.
    there' s not much to it.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Tony Langdon@VERT to mark lewis on Monday, July 09, 2018 11:02:00
    On 07-08-18 08:13, mark lewis wrote to Vk3jed <=-

    since it has his BBS info line in it, i would guess that it is server-to-server NNTP just like in usenet connecting usenet servers

    Yep, MRO confirmed that himself.


    ... Canadian DOS Prompt -- EH?:\>
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to MRO on Monday, July 09, 2018 11:04:00
    On 07-08-18 13:27, MRO wrote to Tony Langdon <=-

    i highly recommend it. for synchronet to synchronet it's the best and easiest ---

    Dunno about easiest, as QWK under Synchronet is dead simple. What are the advantages of NNTP here? I normally use FTN or QWK, but curious to know what NNTP does better for BBS "echomail". Might be something to experiment with.


    ... BULLFIGHTER: 1 little man against a 1/2 ton of pissed off pot roast.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to mark lewis on Monday, July 09, 2018 11:14:00
    On 07-08-18 08:17, mark lewis wrote to MRO <=-

    the great thing is that we used to be able to send netmail replies to those messages and they would properly route back through the Z42
    gateway to the Z85 gateway and finally back into Z321 through that gateway... can't do that today no thanks to FTN politicians and NIMBY syndrome...

    It owuld have been cool to be able to netmail across FTNs like that. :)

    things really got fun when there were QWK networks in the path, too...

    Well, these days, Synchronet can do QWK netmail, so it would be interesting to see if a netmail gateway could be constructed. :) But as you say, politics could sink that attempt. :(

    ... A steak pun is a rare medium well done.

    And TV is like a steak - a medium, rarely well done. :P


    ... Mental Floss prevents Moral Decay.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Al on Monday, July 09, 2018 11:15:00
    On 07-08-18 12:10, Al wrote to MRO <=-

    That's inteseting. It there a document that describes how to set that
    up?

    I suspect you could work it out from stuff on the wiki, haven't investigated yet. I might offer NNTP as a feed option for VKRadio. :)


    ... Science is nothing but trained and organized common sense.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Digital Man on Monday, July 09, 2018 11:17:00
    On 07-08-18 14:23, Digital Man wrote to Al <=-

    On the server/hub side, it's the usual: http://wiki.synchro.net/service:nntp and the nodes need the
    Q-restriction.

    Yep. :)

    On the client/node side, you'd use NewsLink: http://wiki.synchro.net/module:newslink

    I guessed that too. :)

    I actually *don't* recommend it for DOVE-Net since you lose some
    features that we get with QWKnet (color-codes, avatars, voting).

    Not an issue for me, I don't have a homogenous network, those features wouldn't pass through my primary FTN hub in any case. Nor do they make it to myself (I read via QWK), not online).


    ... Error reading FAT Table...Try Skinny one ? (Y/N)
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Tony Langdon on Monday, July 09, 2018 09:48:27
    Re: Re: Error when running LORD
    By: Tony Langdon to MRO on Sun Jul 08 2018 06:46 pm

    his bbs is doing msg networking via nntp to vert

    That's one method of networking BBSs that I haven't tried yet.

    I knew Synchronet supported NNTP, but I didn't know people were using NNTP for message networking. I'm not sure NNTP provides all the same features as QWK.. For instance, with QWK, you can send someone an email with an address such as username@VERT, and it will be sent to them at Vertrauen. Can you do the same type of thing with NNTP?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to Digital Man on Monday, July 09, 2018 09:49:53
    Re: Re: Error when running LORD
    By: Digital Man to Al on Sun Jul 08 2018 02:23 pm

    On the server/hub side, it's the usual: http://wiki.synchro.net/service:nntp and the nodes need the Q-restriction.

    On the client/node side, you'd use NewsLink: http://wiki.synchro.net/module:newslink

    I actually *don't* recommend it for DOVE-Net since you lose some features that we get with QWKnet (color-codes, avatars, voting).

    That's what I thought.. I wasn't sure why you'd want to use NNTP for Dove-Net message networking.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to Tony Langdon on Monday, July 09, 2018 09:51:13
    Re: Re: Error when running LORD
    By: Tony Langdon to mark lewis on Mon Jul 09 2018 11:14 am

    ... A steak pun is a rare medium well done.

    And TV is like a steak - a medium, rarely well done. :P

    If you don't cook a steak well, it becomes a misteak.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Al@VERT/TRMB to Tony Langdon on Monday, July 09, 2018 09:45:37
    Re: Re: Error when running LORD
    By: Tony Langdon to Al on Mon Jul 09 2018 11:15 am

    I suspect you could work it out from stuff on the wiki, haven't investigated yet. I might offer NNTP as a feed option for VKRadio. :)

    I think I disabled NNTP here because I don't understand it well. I see MRO is able to write messages to: someone, so I'll have to look into enabling that here as well.

    Ttyl :-),
    Al


    ... Romulans, Ferengi, and Borgs. Oh My!!

    ---
    þ Synchronet þ The Rusty MailBox - Penticton, BC Canada
  • From MRO@VERT/BBSESINF to Tony Langdon on Monday, July 09, 2018 15:51:34
    Re: Re: Error when running LORD
    By: Tony Langdon to MRO on Mon Jul 09 2018 11:04 am

    On 07-08-18 13:27, MRO wrote to Tony Langdon <=-

    i highly recommend it. for synchronet to synchronet it's the best and easiest ---

    Dunno about easiest, as QWK under Synchronet is dead simple. What are the advantages of NNTP here? I normally use FTN or QWK, but curious to know what NNTP does better for BBS "echomail". Might be something to experiment with.


    it's even easlier than qwk. try it out. takes a few mins
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to Tony Langdon on Monday, July 09, 2018 15:52:44
    Re: Re: Error when running LORD
    By: Tony Langdon to Al on Mon Jul 09 2018 11:15 am

    On 07-08-18 12:10, Al wrote to MRO <=-

    That's inteseting. It there a document that describes how to set that up?

    I suspect you could work it out from stuff on the wiki, haven't investigated yet. I might offer NNTP as a feed option for VKRadio. :)


    you just look at the newslink config file.
    nothing to it
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to Nightfox on Monday, July 09, 2018 15:54:27
    Re: Re: Error when running LORD
    By: Nightfox to Digital Man on Mon Jul 09 2018 09:49 am

    That's what I thought.. I wasn't sure why you'd want to use NNTP for Dove-Net message networking.



    because i like it more than qwk and it's easier.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Tony Langdon@VERT to Nightfox on Tuesday, July 10, 2018 07:19:00
    On 07-09-18 09:48, Nightfox wrote to Tony Langdon <=-

    Re: Re: Error when running LORD
    By: Tony Langdon to MRO on Sun Jul 08 2018 06:46 pm

    his bbs is doing msg networking via nntp to vert

    That's one method of networking BBSs that I haven't tried yet.

    I knew Synchronet supported NNTP, but I didn't know people were using
    NNTP for message networking. I'm not sure NNTP provides all the same features as QWK.. For instance, with QWK, you can send someone an email with an address such as username@VERT, and it will be sent to them at Vertrauen. Can you do the same type of thing with NNTP?

    Yeah same here, I had no idea that NNTP was used for anything other than newsreader access to the BBS or bringing in Usenet newsgroups. I have no idea about features like netmail, DM is the go to person for those questions. He's already said that polling and avatars aren't supported in NNTP (neither of which I use anyway, for other technical limitations).


    ... ADVENTURE: The land between entertainment and panic.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Nightfox on Tuesday, July 10, 2018 07:20:00
    On 07-09-18 09:51, Nightfox wrote to Tony Langdon <=-

    If you don't cook a steak well, it becomes a misteak.

    LOL same if you aren't able to shoot the cow in the first place. :D


    ... If it's not on fire, then it's a software problem.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Al on Tuesday, July 10, 2018 07:23:00
    On 07-09-18 09:45, Al wrote to Tony Langdon <=-

    I think I disabled NNTP here because I don't understand it well. I see
    MRO is able to write messages to: someone, so I'll have to look into enabling that here as well.

    Synchronet must be adding a kludge line somewhere? Another question for DM. :)
    That could have implications for non Synchronet BBSs using NNTP, unless all authors implement the same features.


    ... I WAS PUT ON THIS EARTH TO MAKE YOUR LIFE MISERABLE.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Nightfox on Tuesday, July 10, 2018 07:34:00
    On 07-09-18 09:49, Nightfox wrote to Digital Man <=-

    That's what I thought.. I wasn't sure why you'd want to use NNTP for Dove-Net message networking.

    I wouldn't use it on Dove (especially since QWK works well too, and it offers the extra features), but I would be interested in playing with NNTP on another network. :)


    ... Police station toilets stolen. Cops have nothing to go on.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Tony Langdon on Monday, July 09, 2018 23:02:16
    Re: Re: Error when running LORD
    By: Tony Langdon to Nightfox on Tue Jul 10 2018 07:19 am

    Yeah same here, I had no idea that NNTP was used for anything other than newsreader access to the BBS or bringing in Usenet newsgroups. I have no


    NOOBS!

    if the bbs has nntp then you can BRING in its newsgroups.

    questions. He's already said that polling and avatars aren't supported in NNTP (neither of which I use anyway, for other technical limitations).

    not a fan of voting and avatars.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Tony Langdon@VERT to MRO on Tuesday, July 10, 2018 14:29:00
    On 07-09-18 15:51, MRO wrote to Tony Langdon <=-

    it's even easlier than qwk. try it out. takes a few mins

    Yep, looks pretty straightforward, makes sense how it works.


    ... Press CTRL-ALT-INS-DEL-PGDN-PGUP-END-HOME-SHIFT-PAUSE to continue...
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to MRO on Tuesday, July 10, 2018 15:00:00
    On 07-09-18 23:02, MRO wrote to Tony Langdon <=-

    if the bbs has nntp then you can BRING in its newsgroups.

    Yeah, I can see that. Synchronet must have a To: kludge, because NNTP doesn't normally support a To: field, but your posts do show a proper To: user, not simply "To: All".


    ... It beeped and said "Countdown initiated". Is that bad?
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Tony Langdon on Tuesday, July 10, 2018 09:37:29
    Re: Re: Error when running LORD
    By: Tony Langdon to Nightfox on Tue Jul 10 2018 07:34 am

    That's what I thought.. I wasn't sure why you'd want to use NNTP
    for Dove-Net message networking.

    I wouldn't use it on Dove (especially since QWK works well too, and it offers the extra features), but I would be interested in playing with NNTP on another network. :)

    The only times I've used NNTP with Synchronet was accessing my BBS message areas with an NNTP client on my phone, and years ago when I had vBulletin (web forum software) set up on my BBS machine, I used an NNTP plugin to connect it to my BBS message areas. I'm not using vBulletin anymore though.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Dan C@VERT to alt.bbs.synchronet on Wednesday, July 11, 2018 02:00:55
    From Newsgroup: alt.bbs.synchronet

    On Fri, 06 Jul 2018 17:32:23 -0500, MRO wrote:

    To: Dan C
    Re: Re: Error when running LORD By: Dan C to alt.bbs.synchronet on Fri
    Jul 06 2018 05:51 pm

    Γûá Synchronet Γûá ::: BBSES.info - free BBS services :::

    MRO? What's your BBS address? The origin line of your message shows
    only Vertrauen...


    i get my feed from vert.

    my bbses are bbses.info, bbs.eob-bbs.com, dsbbs.net , and thegraveyard.darktech.org

    i'm thinking of going private due to the quality of users i'm getting
    now, though ---

    OK thanks, I'll be checking them out soon.

    Oh, and I'm high quality. :)


    --
    "Ubuntu" -- an African word, meaning "Slackware is too hard for me".
    "Bother!" said Pooh, as he backed into a squad car.
    Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/
    Thanks, Obama: http://brandybuck.site40.net/pics/politica/thanks.jpg
    --- Synchronet 3.17a-Win32 NewsLink 1.110
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Nightfox on Tuesday, July 10, 2018 22:36:49
    Re: Re: Error when running LORD
    By: Nightfox to Tony Langdon on Tue Jul 10 2018 09:37 am

    The only times I've used NNTP with Synchronet was accessing my BBS message areas with an NNTP client on my phone, and years ago when I had vBulletin (web forum software) set up on my BBS machine, I used an NNTP plugin to connect it to my BBS message areas. I'm not using vBulletin anymore though.


    yeah, it was cool but not worth it. also vbulletin is always attacked and you have to keep updating to new versions. and the plugin might not work with new versions.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Tony Langdon@VERT to Nightfox on Wednesday, July 11, 2018 12:10:00
    On 07-10-18 09:37, Nightfox wrote to Tony Langdon <=-

    The only times I've used NNTP with Synchronet was accessing my BBS
    message areas with an NNTP client on my phone, and years ago when I had vBulletin (web forum software) set up on my BBS machine, I used an NNTP plugin to connect it to my BBS message areas. I'm not using vBulletin anymore though.

    Yeah, accessing my BBS from a phone was the only reason I've used NNTP so far, though I didn't stick with it for long, because it was a pain keeping lastread pointers and subscriptions in sync. Linking to a web forum is an interesting option. How well did that work?


    ... You cannot achieve the impossible without attempting the absurd.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Tony Langdon on Thursday, July 12, 2018 09:14:47
    Re: Re: Error when running LORD
    By: Tony Langdon to Nightfox on Wed Jul 11 2018 12:10 pm

    Yeah, accessing my BBS from a phone was the only reason I've used NNTP so far, though I didn't stick with it for long, because it was a pain keeping lastread pointers and subscriptions in sync. Linking to a web forum is an interesting option. How well did that work?

    I think it worked relatively well.. though last read pointers & things like that might not have been updated. I think a user could potentially even create a vBulletin account without creating an account on the BBS and read messages with the vBulletin interface.. though, I think I had disabled new user creation on the vBulletin side, and I had a script that would add a vBulletin account for new users when people created a new account on my BBS in the traditional way (telnet interface).

    Also, the NNTP plugin for vBulletin would periodically update the messages in the vBulletin database from Synchronet, so Synchronet to vBulletin (and back) wasn't real-time. But I thought it was cool..

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From MRO@VERT/BBSESINF to Nightfox on Thursday, July 12, 2018 16:47:03
    Re: Re: Error when running LORD
    By: Nightfox to Tony Langdon on Thu Jul 12 2018 09:14 am


    Also, the NNTP plugin for vBulletin would periodically update the messages in the vBulletin database from Synchronet, so Synchronet to vBulletin (and back) wasn't real-time. But I thought it was cool..


    yeah, it was cool. i just didnt find it as handey as i thought i would.
    i got the idea of doing it from hax0r at unknownrealm.org. he was the first guy to do it.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Nightfox@VERT/DIGDIST to MRO on Thursday, July 12, 2018 15:15:13
    Re: Re: Error when running LORD
    By: MRO to Nightfox on Thu Jul 12 2018 04:47 pm

    Also, the NNTP plugin for vBulletin would periodically update the
    messages in the vBulletin database from Synchronet, so Synchronet to
    vBulletin (and back) wasn't real-time. But I thought it was cool..

    yeah, it was cool. i just didnt find it as handey as i thought i would.
    i got the idea of doing it from hax0r at unknownrealm.org. he was the first guy to do it.

    I think echicken's ecwebv4 provides a web interface for Synchronet that is very similar to vBulletin. Plus, ecwebv4 doesn't need to periodically synchronize the messages, and since ecwebv4 interfaces directly with Synchronet, there is no need for a 3rd-party web forum solution which uses its own database.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Tony Langdon@VERT to Nightfox on Friday, July 13, 2018 12:53:00
    On 07-12-18 09:14, Nightfox wrote to Tony Langdon <=-

    I think it worked relatively well.. though last read pointers &
    things like that might not have been updated. I think a user could potentially even create a vBulletin account without creating an account
    on the BBS and read messages with the vBulletin interface.. though, I think I had disabled new user creation on the vBulletin side, and I had
    a script that would add a vBulletin account for new users when people created a new account on my BBS in the traditional way (telnet
    interface).

    Cool, sounds like it was mostly fairly transparent. Yeah, I can see lastreads being an issue, since NNTP doesn't transfer that information.

    Also, the NNTP plugin for vBulletin would periodically update the
    messages in the vBulletin database from Synchronet, so Synchronet to vBulletin (and back) wasn't real-time. But I thought it was cool..

    Yeah, that would be a matter of update frequency. :)


    ... A failure will not appear till a unit has passed final inspection.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Nightfox on Friday, July 13, 2018 17:08:00
    On 07-12-18 15:15, Nightfox wrote to MRO <=-

    I think echicken's ecwebv4 provides a web interface for Synchronet that
    is very similar to vBulletin. Plus, ecwebv4 doesn't need to
    periodically synchronize the messages, and since ecwebv4 interfaces directly with Synchronet, there is no need for a 3rd-party web forum solution which uses its own database.

    Yep, still on my todo list. I think ecweb4 is a great solution.


    ... "640K of RAM should be enough for anybody." -- Bill Gates
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Nightfox on Friday, July 13, 2018 16:13:30
    Re: Re: Error when running LORD
    By: Nightfox to MRO on Thu Jul 12 2018 03:15 pm

    I think echicken's ecwebv4 provides a web interface for Synchronet that is very similar to vBulletin. Plus, ecwebv4 doesn't need to periodically synchronize the messages, and since ecwebv4 interfaces directly with Synchronet, there is no need for a 3rd-party web forum solution which uses its own database.


    vbulletin is much more powerful and you are able to really customize it.
    i would have it grab the msgs every half hour so not a big deal.
    in the end i dont like either of them.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::