• Error when I enter the BB

    From Angel Ripoll@VERT to Todos on Thu Dec 24 15:06:00 2020
    Hola Todos!

    First of all, Merry Christmas

    When I enter the BBS it gives me this error:


    Wed Dec 23 21:52:13 2020
    term Node 2 <Sebastian Cuesta> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    Wed Dec 23 21:52:24 2020
    term Node 2 <Sebastian Cuesta> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    Wed Dec 23 21:52:28 2020
    term Node 2 <Sebastian Cuesta> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    Wed Dec 23 22:29:22 2020
    term Node 1 <Guest> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    Wed Dec 23 22:29:29 2020
    term Node 1 <Guest> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    Thu Dec 24 20:01:04 2020
    web 0029 !ERROR 98 binding Web Server socket to port 80: Address already in use

    Thu Dec 24 20:03:42 2020
    term Node 1 <aripoll> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    Thu Dec 24 20:03:47 2020
    term Node 1 <aripoll> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    Thu Dec 24 20:12:53 2020
    term Node 2 <aripoll> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    Thu Dec 24 20:12:56 2020
    term Node 2 <aripoll> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    This happens from an update I did a few weeks ago.

    Do you know how I can fix it?

    Thank you.

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20180707 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Angel Ripoll on Thu Dec 24 09:19:00 2020
    Re: Error when I enter the BBS
    By: Angel Ripoll to Todos on Thu Dec 24 2020 08:06 pm

    Thu Dec 24 20:12:56 2020
    term Node 2 <aripoll> !ERROR 2 (No such file or directory) in exec.cpp line 805 (exec_bin) executing "prextrn" access=0 info=module doesn't exist

    This happens from an update I did a few weeks ago.

    You need the exec/prextrn module because your configuration has "prextrn" in SCFG->System->Loadable Modules.

    Do you know how I can fix it?

    Follow the instructions here for updating your exec directory contents: http://wiki.synchro.net/install:dev#run-time_files
    --
    digital man

    Synchronet/BBS Terminology Definition #17:
    CVS = Concurrent Versioning System
    Norco, CA WX: 60.7øF, 16.0% humidity, 2 mph SSW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Angel Ripoll@VERT to Digital Man on Fri Dec 25 05:39:00 2020
    Hola Digital!

    24 Dec 20 14:19, Digital Man escribi¢ a Angel Ripoll:

    You need the exec/prextrn module because your configuration has "prextrn" in SCFG->System->Loadable Modules.

    Thanks DM. I have solved it by copying from /sbbs/repo/exec to /sbbs/exec the prextrn or postxtrn files.

    Do you know how I can fix it?

    Follow the instructions here for updating your exec directory contents: http://wiki.synchro.net/install:dev#run-time_files


    I do what point two says. I go to /sbbs/repo, do a git pull, and then I go to /sbbs/repo/src/sbbs3/ and compile with make RELEASE=1 symlinks

    Is my update way correct or am I doing something wrong?

    Thank you for your patience :)

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20180707 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Angel Ripoll on Thu Dec 24 21:51:00 2020
    Re: Error when I enter the BBS
    By: Angel Ripoll to Digital Man on Fri Dec 25 2020 10:39 am

    Hola Digital!

    24 Dec 20 14:19, Digital Man escribi¢ a Angel Ripoll:

    You need the exec/prextrn module because your configuration has "prextrn" in SCFG->System->Loadable Modules.

    Thanks DM. I have solved it by copying from /sbbs/repo/exec to /sbbs/exec the prextrn or postxtrn files.

    Do you know how I can fix it?

    Follow the instructions here for updating your exec directory contents: http://wiki.synchro.net/install:dev#run-time_files


    I do what point two says. I go to /sbbs/repo, do a git pull, and then I go to /sbbs/repo/src/sbbs3/ and compile with make RELEASE=1 symlinks

    I think we're talking about a differnet "point two". The link I sent you to was the "run-time files" section, where point 2 says:
    "If you performed a Git install (e.g. on *nix) and you opted for symbolic links to the exec and text directories, the only file you might need to manually update or merge would be the ctrl/text.dat file. All the other files should be automatically updated with your git pull command; you should be able to skip to the final step (jsexec update)."

    No mention of compiling.

    Is my update way correct or am I doing something wrong?

    If you don't have symbolic links to the repo's exec and text directories, then you'll need to do what is stated for step 3:
    "If you performed a Git install and you did *not* opt for symbolic links, you will need to copy the repo/exec and repo/text directories to your sbbs/exec and sbbs/text directories."
    --
    digital man

    Sling Blade quote #14:
    Karl Childers: Some folks call it a sling blade, I call it a kaiser blade. Norco, CA WX: 52.6øF, 52.0% humidity, 7 mph WSW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net