• Colors

    From Immortal@1:103/705 to All on Wednesday, August 14, 2019 19:17:51
    After performing an update/rebuild the other day now some of my colors in some of the display screens are messed up. What caused this?

    https://imgur.com/a/BlNPfZj

    For the record, this is how I updated. I believe so at least. I did it one step at a time and after it seemed to work I made a script to use next time.

    cd /home/bbs/sbbs
    sudo systemctl stop sbbs
    rm exec.tgz
    rm text.tgz
    tar -czf exec.tgz exec
    tar -czf text.tgz text
    export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
    cvs update -d src 3rdp
    cd /home/bbs/sbbs/src/sbbs3; make RELEASE=1 symlinks
    cd /home/bbs/sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks
    cd /home/bbs/sbbs/exec; cvs update -d
    cd /home/bbs/sbbs/ctrl; wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/text.dat
    cd /home/bbs/sbbs/text; cvs update -d
    cd /home/bbs/sbbs/exec; ./jsexec update
    cd /home/bbs/sbbs
    sudo systemctl start sbbs

    Thanks

    Immortal

    ... I used to work in a fire hydrant factory. You couldn't park anywhere near it.

    ---
    þ Synchronet þ Immortal's Domain
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Immortal on Wednesday, August 14, 2019 19:16:43
    Re: Colors
    By: Immortal to All on Wed Aug 14 2019 07:17 pm

    After performing an update/rebuild the other day now some of my colors in some of the display screens are messed up. What caused this?

    https://imgur.com/a/BlNPfZj

    Thanks for the detailed bug report. It should be fixed now in CVS.

    For the record, this is how I updated. I believe so at least. I did it one step at a time and after it seemed to work I made a script to use next time.

    cd /home/bbs/sbbs
    sudo systemctl stop sbbs
    rm exec.tgz
    rm text.tgz
    tar -czf exec.tgz exec
    tar -czf text.tgz text
    export CVSROOT=:pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs
    cvs update -d src 3rdp
    cd /home/bbs/sbbs/src/sbbs3; make RELEASE=1 symlinks
    cd /home/bbs/sbbs/src/sbbs3/scfg; make RELEASE=1 symlinks

    that line ^^^ shouldn't be necessary, but doesn't hurt either.

    cd /home/bbs/sbbs/exec; cvs update -d
    cd /home/bbs/sbbs/ctrl; wget http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/ctrl/text.dat
    cd /home/bbs/sbbs/text; cvs update -d
    cd /home/bbs/sbbs/exec; ./jsexec update
    cd /home/bbs/sbbs
    sudo systemctl start sbbs

    Looks fine.

    digital man

    This Is Spinal Tap quote #30:
    Big bottom, big bottom / Talk about mud flaps, my girl's got 'em!
    Norco, CA WX: 87.4øF, 28.0% humidity, 13 mph E wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.08-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From mark lewis@1:3634/12.73 to Immortal on Thursday, August 15, 2019 12:29:44
    On 2019 Aug 14 19:17:50, you wrote to All:

    cd /home/bbs/sbbs
    sudo systemctl stop sbbs
    rm exec.tgz
    rm text.tgz
    tar -czf exec.tgz exec
    tar -czf text.tgz text

    i use the following and then maybe delete older files later...

    EXECDATE=$(date --date="@$SDATE1" '+%Y%m%d%H%M')
    tar -czf ctrl_$EXECDATE.tgz ctrl
    tar -czf exec_$EXECDATE.tgz exec

    here's a paste of the script i use... it is pretty comprehensive and allows for
    easy adjustment... there's really only one line that needs to be set... then to choose from one of the four available BUILDOPTS lines depending on if you want a release or debug build and if you want dosemu or not... other options can be added in the BUILDOPTS line if needed... BUILDOPTS is used on all compile lines so everything is built the same way each time...

    https://paste.linux-help.org/view/32e7eb8c

    )\/(ark

    Once men turned their thinking over to machines in the hope that this would set
    them free. But that only permitted other men with machines to enslave them. ... I'll never forget his last words: "What bus?"
    ---
    * Origin: (1:3634/12.73)
  • From Immortal@1:103/705 to Digital Man on Thursday, August 15, 2019 18:43:38
    Re: Colors
    By: Digital Man to Immortal on Wed Aug 14 2019 07:16 pm

    Thanks for the detailed bug report. It should be fixed now in CVS.

    Wow I figured I messed things up somehow, not stumbled upon a bug. I'll update
    again and let you know how it goes. Thanks

    Immortal

    ... Chuck Norris doesn't wear a watch, HE decides what time it is.

    ---
    þ Synchronet þ Immortal's Domain
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Immortal@1:103/705 to mark lewis on Thursday, August 15, 2019 19:30:48
    Re: Colors
    By: mark lewis to Immortal on Thu Aug 15 2019 12:29 pm

    here's a paste of the script i use... it is pretty comprehensive and allows for easy adjustment... there's really only one line that needs to be set... then to choose from one of the four available BUILDOPTS lines depending on if you want a release or debug build and if you want dosemu or not... other options can be added in the BUILDOPTS line if needed... BUILDOPTS is used on all compile lines so everything is built the same way each time...

    Thanks, I'll check it out.

    Immortal

    ... All things being equal, a fat person uses more soap than a thin person.

    ---
    þ Synchronet þ Immortal's Domain
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Immortal@1:103/705 to Digital Man on Friday, August 16, 2019 19:37:56
    Re: Colors
    By: Digital Man to Immortal on Wed Aug 14 2019 07:16 pm

    After performing an update/rebuild the other day now some of my colors
    in some of the display screens are messed up. What caused this?

    https://imgur.com/a/BlNPfZj

    Thanks for the detailed bug report. It should be fixed now in CVS.

    Confirming it seems to be fixed now. Thanks.

    Immortal

    ... The only good government.is a bad one in a hell of a fright.

    ---
    þ Synchronet þ Immortal's Domain
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)