• Daily Builds?

    From Charles Stephenson@1:226/17 to All on Fri Nov 9 10:44:31 2018
    Hello!

    What is the website that has the daily buids of Sycnrhonet?

    Thanks!
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: The New Frontier 2: thenewfrontier2.hopto.org (OH) (1:226/17)
  • From Nelgin@1:103/705 to Charles Stephenson on Fri Nov 9 11:32:02 2018
    Charles wrote:
    Hello!

    What is the website that has the daily buids of Sycnrhonet?

    Thanks!
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: The New Frontier 2: thenewfrontier2.hopto.org (OH) (1:226/17)
    rua Synchronet rua Vertrauen rua Home of Synchronet rua
    [vert/cvs/bbs].synchro.net

    You can get the nightly builds by following the wiki link

    http://wiki.synchro.net/dev:source

    ---
    * Synchronet * End Of The Line BBS - endofthelinebbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Lord Time@1:103/705 to Charles Stephenson on Fri Nov 9 23:28:30 2018
    What is the website that has the daily buids of Sycnrhonet?

    if windows it's at ftp://vert.synchro.net/Synchronet/sbbs_dev.zip


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Synchro.Net:24
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Astra : lord_time
    X-Box : Lord Time 2000 Skype : lordtime@tds.net
    ---
    * Synchronet * Time Warp of the Future BBS - Home of League 10 IBBS Games
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Charles Stephenson@1:226/16 to Lord Time on Wed Nov 14 15:28:30 2018
    On 11/09/18, Lord Time said the following...

    What is the website that has the daily buids of Sycnrhonet?

    if windows it's at ftp://vert.synchro.net/Synchronet/sbbs_dev.zip

    Need the one for Linux....

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The Amiga Frontier:theamigafrontier.ddns.net:2023 (1:226/16)
  • From Charles Stephenson@1:226/17 to Nelgin on Wed Nov 14 18:08:02 2018
    Re: Re: Daily Builds?
    By: Nelgin to Charles Stephenson on Fri Nov 09 2018 11:32 am

    Charles wrote:
    Hello!

    You can get the nightly builds by following the wiki link

    http://wiki.synchro.net/dev:source

    Thank you...

    I'm kinda new to this part, after I compile it, I can copy the new stuff (folders/files) to my current Synchro ones? How would I go about keeping the stuff that I modded, so it won't get over written?
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: The New Frontier 2: thenewfrontier2.hopto.org (OH) (1:226/17)
  • From Digital Man@1:103/705 to Charles Stephenson on Wed Nov 14 20:38:37 2018
    Re: Re: Daily Builds?
    By: Charles Stephenson to Lord Time on Wed Nov 14 2018 03:28 pm

    On 11/09/18, Lord Time said the following...

    What is the website that has the daily buids of Sycnrhonet?

    if windows it's at ftp://vert.synchro.net/Synchronet/sbbs_dev.zip

    Need the one for Linux....

    http://wiki.synchro.net/install:dev

    digital man

    Synchronet/BBS Terminology Definition #1:
    ANSI = American National Standards Institute
    Norco, CA WX: 63.3oF, 17.0% humidity, 1 mph SW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Lord Time@1:103/705 to Charles Stephenson on Thu Nov 15 09:21:59 2018
    On 11/09/18, Lord Time said the following...

    What is the website that has the daily buids of Sycnrhonet?

    if windows it's at ftp://vert.synchro.net/Synchronet/sbbs_dev.zip

    Need the one for Linux....

    in that case make a script up, you can pick the name you want and put it at (right now can't find the spot - in a hurry) but put this in it :

    #/bin/bash
    cd /sbbs
    killall sbbs
    tar -czf exec.tgz exec
    export SBBSCTRL=/sbbs/ctrl
    export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
    cvs update -d exec
    cvs update src 3rdp
    cvs update xtrn
    cvs update web
    cvs update text
    cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1 clean
    cd /sbbs/src/sbbs3; make RELEASE=1 USE_DOSEMU=1
    cd /sbbs/src/sbbs3/scfg; make RELEASE=1
    cd /sbbs/exec; make
    /sbbs/exec/jsexec update.js
    ./sbbs -d
    #/etc/init.d/sbbs restart


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Synchro.Net:24
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Astra : lord_time
    X-Box : Lord Time 2000 Skype : lordtime@tds.net
    ---
    * Synchronet * Time Warp of the Future BBS - Home of League 10 IBBS Games
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Charles Stephenson@1:226/17 to Digital Man on Thu Nov 15 08:42:23 2018
    Re: Re: Daily Builds?
    By: Digital Man to Charles Stephenson on Wed Nov 14 2018 08:38 pm

    Re: Re: Daily Builds?
    if windows it's at ftp://vert.synchro.net/Synchronet/sbbs_dev.zip

    Need the one for Linux....

    http://wiki.synchro.net/install:dev


    Thanks...

    I was trying to download the sbbs=src.tgz and the ftp site gave me a error like it wasn't up? I saw someone else posting about it here too. Is it fixed yet? Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: The New Frontier 2: thenewfrontier2.hopto.org (OH) (1:226/17)
  • From Charles Stephenson@1:226/17 to Lord Time on Fri Nov 16 00:15:30 2018
    Re: Re: Daily Builds?
    By: Lord Time to Charles Stephenson on Thu Nov 15 2018 09:21 am

    On 11/09/18, Lord Time said the following...

    in that case make a script up, you can pick the name you want and put it at (right now can't find the spot - in a hurry) but put this in it :

    #/bin/bash

    Thank you SO much! I just cut and pasted all that so I can use it....
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: The New Frontier 2: thenewfrontier2.hopto.org (OH) (1:226/17)
  • From Digital Man@1:103/705 to Charles Stephenson on Sat Nov 17 05:37:50 2018
    Re: Re: Daily Builds?
    By: Charles Stephenson to Digital Man on Thu Nov 15 2018 08:42 am

    Re: Re: Daily Builds?
    By: Digital Man to Charles Stephenson on Wed Nov 14 2018 08:38 pm

    Re: Re: Daily Builds?
    if windows it's at ftp://vert.synchro.net/Synchronet/sbbs_dev.zip

    Need the one for Linux....

    http://wiki.synchro.net/install:dev


    Thanks...

    I was trying to download the sbbs=src.tgz and the ftp site gave me a error like it wasn't up? I saw someone else posting about it here too. Is it fixed yet? Regards,

    It's only "broken" when using some web browsers (e.g. Chrome). As I've posted here before, you have alternatives:

    1. Use a different browser (not Chrome)
    2. Use an FTP client
    3. Go to ftp://vert.synchro.net/main/sbbs (intead of /Synchronet)
    4. Go to ftp.synchro.net (intead of vert.synchro.net)

    I'll be fixing the problem soon, but for right now, use one of the suggestions above.

    digital man

    This Is Spinal Tap quote #17:
    David St. Hubbins: It's such a fine line between stupid, and uh... and clever. Norco, CA WX: 54.9oF, 54.0% humidity, 0 mph SSW wind, 0.00 inches rain/24hrs --- SBBSecho 3.06-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rampage@1:103/705 to Lord Time on Sat Nov 17 10:21:27 2018
    Re: Re: Daily Builds?
    By: Lord Time to Charles Stephenson on Thu Nov 15 2018 09:21:59

    #/bin/bash
    cd /sbbs
    killall sbbs

    one would probably want to put in a check for the sbbs PID file to go away at this point just to make sure that it is fully down and all files are fully unlocked...

    tar -czf exec.tgz exec
    export SBBSCTRL=/sbbs/ctrl



    )\/(ark

    ---
    * Synchronet * SouthEast Star Mail HUB - SESTAR
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Lord Time@1:103/705 to Charles Stephenson on Sat Nov 17 09:14:19 2018
    in that case make a script up, you can pick the name you want and put it at (right now can't find the spot - in a hurry) but put this in it :

    #/bin/bash

    Thank you SO much! I just cut and pasted all that so I can use it....

    your welcome :)


    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Synchro.Net:24
    ICQ # 11868133 or # 70398519 Jabber : lordtime2000@gmail.com
    Astra : lord_time
    X-Box : Lord Time 2000 Skype : lordtime@tds.net
    ---
    * Synchronet * Time Warp of the Future BBS - Home of League 10 IBBS Games
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Charles Stephenson@1:226/17 to Digital Man on Sun Nov 18 13:17:58 2018
    Re: Re: Daily Builds?
    By: Digital Man to Charles Stephenson on Sat Nov 17 2018 05:37 am

    Re: Re: Daily Builds?
    By: Charles Stephenson to Digital Man on Thu Nov 15 2018 08:42 am
    It's only "broken" when using some web browsers (e.g. Chrome). As I've posted here before, you have alternatives:

    1. Use a different browser (not Chrome)
    2. Use an FTP client
    3. Go to ftp://vert.synchro.net/main/sbbs (intead of /Synchronet)
    4. Go to ftp.synchro.net (intead of vert.synchro.net)

    Ahh, thank you... I don't know how I missed that message..
    Regards,
    KrUpTiOn
    --- SBBSecho 3.04-Linux
    * Origin: The New Frontier 2: thenewfrontier2.hopto.org (OH) (1:226/17)