• Linux bre interbbs

    From No-Name@1:103/705 to All on Saturday, October 28, 2023 19:55:00
    Hi Everyone,

    I was wondering if anyone is using linux to run bre/fe in interbbs mode?

    I am a having some issues with getting the mailer to work right with sending packets.

    First problem is that when bre generates the outbound packet it adds a netmail msg to /fido/netmail that refers to a file to attach and that path is from dos land so the paths are all upper case.. so i do some sed to convert it to the linux path which seems to work. However my next issue is that i am not sure if it should be deleteing the attachment file after it sends it out because i still see the file in bre/outbound.

    Thanks
    -Chris

    ---
    þ Synchronet þ The Lake House bbs lakehouse.lilpenguins.com:2333 or http://lakehouse.lilpenguin
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Mike Powell@1:103/705 to NO-NAME on Sunday, October 29, 2023 09:32:00
    I was wondering if anyone is using linux to run bre/fe in interbbs mode?

    I am sort of doing so. I am running bre as a door on a dos bbs, but the
    mailer (binkd) is running under linux.

    First problem is that when bre generates the outbound packet it adds a netmail
    sg to /fido/netmail that refers to a file to attach and that path is from dos nd so the paths are all upper case.. so i do some sed to convert it to the lin
    path which seems to work. However my next issue is that i am not sure if it s
    uld be deleteing the attachment file after it sends it out because i still see
    he file in bre/outbound.

    I ignore the netmail message created. After the bre maintenance programs
    run, I have my DOS BAT file move the created outbound packets from the directory it writes them to into the outbox directory that I have designated
    in binkd.cfg for the bre coordinator's bbs. binkd sees them in there and
    sends them out.

    I think you can do something similar for binkit also.


    * SLMR 2.1a * Oh! You want SERIOUS ideas?

    ---
    þ Synchronet þ CAPCITY2 * capcity2.synchro.net * Telnet/SSH:2022/Rlogin/HTTP
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Martin Kazmaier@1:340/1101 to No-Name on Sunday, October 29, 2023 13:45:00

    Hi Everyone,

    I was wondering if anyone is using linux to run bre/fe in interbbs mode?

    I am a having some issues with getting the mailer to work right with sending packets.

    First problem is that when bre generates the outbound packet it adds a netmail msg to /fido/netmail that refers to a file to attach and that path is from dos land so the paths are all upper case.. so i do some sed to convert it to the linux path which seems to work. However my next issue is that i am not sure if it should be deleteing the attachment file after it sends it out because i still see the file in bre/outbound.

    Set the netmail directory to something that won't be written to like "no". Then, manually move the outbound files to your mailbox directory.

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (1:340/1101)
  • From Ner@1:103/705 to Mike Powell on Monday, October 30, 2023 18:11:24
    Re: Linux bre interbbs
    By: Mike Powell to NO-NAME on Sun Oct 29 2023 09:32 am

    I was wondering if anyone is using linux to run bre/fe in interbbs mode?

    Yes, here's how I do it. I tactually works quite well but takes a bit of setup.
    1. change all directory names for each league you're in to upper case ...
    so /sbbs/xtrn/bre000 becomes
    /sbbs/xtrn/BRE000
    Within each of your league folders, change your ./outbound directory name to ./OUTBOUND
    so you have
    /sbbs/xtrn/BRE000/OUTBOUND
    Then, go into your root directory and sym link your bre league main directories sudo ln -s /sbbs/xtrn/BRE000 .
    Then, make sure to change your owner and group to the user / group you run the bbs on
    sudo chown nerbbs /BRE000

    For some reason, sbbsecho points to the root folder, probably because I'm using a mapped drive in dosemu2 of e:
    so my bre000 league is in
    e:\bre000
    so in Linux, you need to point via a symlink to /BRE000 and since outbound must be capitalized, that's why we need to change it in the /sbbs/xtrn/BRE000 folder as well.
    This will toss mail properly every time, even if it takes a bit of setup.
    I hope this makes sense and doesn't confuse folks too much. It took a while to figure it out for me. I hope it helps save time for others.

    ---
    þ Synchronet þ NER BBS: Accessibility for all
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From No-Name@1:103/705 to Martin Kazmaier on Tuesday, October 31, 2023 16:05:29
    Re: Linux bre interbbs
    By: Martin Kazmaier to No-Name on Sun Oct 29 2023 09:45 am

    Thanks Martin,

    That is what i ended up doing.. i am still wondering if i have a problem though . The travel times in bre/fe are showing as unaviable even though i see packets coming in and out plus info showing up in bbsinfo. does it normally take a while its been like going on 2 or 3 days now i think. Also i am able to send a message in the game to myself on another board fine.

    Thanks
    -Chris

    ---
    þ Synchronet þ The Lake House bbs lakehouse.lilpenguins.com:2333 or http://lakehouse.lilpenguin
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From No-Name@1:103/705 to Ner on Tuesday, October 31, 2023 16:10:36
    Re: Linux bre interbbs
    By: Ner to Mike Powell on Mon Oct 30 2023 06:11 pm

    I went to do this however i am running this in docker and / is not backed by a volume so i would have to modify the start script to handle the symlink on start. I ended up just swapping to using filebox style and using batch scripts to move the packets over and assocating the path with the peer link in sbbsecho.

    -Chris

    ---
    þ Synchronet þ The Lake House bbs lakehouse.lilpenguins.com:2333 or http://lakehouse.lilpenguin
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Martin Kazmaier@1:340/1101 to No-Name on Wednesday, November 01, 2023 14:59:00
    Re: Linux bre interbbs
    By: Martin Kazmaier to No-Name on Sun Oct 29 2023 09:45 am

    Thanks Martin,

    That is what i ended up doing.. i am still wondering if i have a problem though . The travel times in bre/fe are showing as unaviable even though i see packets coming in and out plus info showing up in bbsinfo. does it normally take a while its been like going on 2 or 3 days now i think. Also i am able to send a message in the game to myself on another board fine.

    You are running all of the following commands:
    bre inbound
    bre request
    bre recon
    bre planetary
    bre scores
    bre bbsinfo
    bre outbound

    and in resources.dat, include the lines:

    ReconUpdate 2
    OldestRecon 1

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (1:340/1101)
  • From The Lizard Master@1:103/705 to Martin Kazmaier on Monday, November 06, 2023 08:03:30
    Re: Linux bre interbbs
    By: Martin Kazmaier to No-Name on Wed Nov 01 2023 02:59 pm

    Thanks Martin,

    That is what i ended up doing.. i am still wondering if i have a problem though . The travel times in bre/fe are showing as unaviable even though i see packets coming in and out plus info showing up in bbsinfo. does it normally take a while its been like going on 2 or 3 days now i think. Also i am able to send a message in the game to myself on another board fine.

    You are running all of the following commands:
    bre inbound
    bre request
    bre recon
    bre planetary

    Are there any active FE iBBS games? I saw someone was trying to get one going but I haven't heard back from the coordinator.

    ---
    þ Synchronet þ This is my tagline so I don't get any complaints when I post
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Martin Kazmaier@1:340/1101 to The Lizard Master on Tuesday, November 07, 2023 01:46:00
    Re: Linux bre interbbs
    By: Martin Kazmaier to No-Name on Wed Nov 01 2023 02:59 pm

    Thanks Martin,

    That is what i ended up doing.. i am still wondering if i have a problem though . The travel times in bre/fe are showing as
    unaviable
    even though i see packets coming in and out plus info showing up
    in
    bbsinfo. does it normally take a while its been like going on 2 or
    3
    days now i think. Also i am able to send a message in the game to myself on another board fine.

    You are running all of the following commands: bre inbound bre
    request bre recon bre planetary

    Are there any active FE iBBS games? I saw someone was trying to get one going but I haven't heard back from the coordinator.

    I think League 10 has a player, but I don't know if I'd call it active.

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (1:340/1101)