• Guest Account

    From tbirdsradio@VERT/TBIRDS to All on Thursday, September 03, 2015 12:09:00
    Apologies in advance if this has been addressed elsewhere but while testing my Guest Account after the Synchronet upgrade i encountered the following:

    !JavaScript c:\sbbs\EXEC\logon.js line 29: ReferenceError: LEN_NAME is not defined

    Possibly i've gone wrong somewhere during the upgrade? Any help/advice would be appreciated.

    ---
    þ Synchronet þ ´ TBIRDS BBS ´ telnet://tbirds.dyndns.org
  • From Digital Man@VERT to tbirdsradio on Friday, September 04, 2015 01:41:05
    Re: Guest Account
    By: tbirdsradio to All on Thu Sep 03 2015 12:09 pm

    Apologies in advance if this has been addressed elsewhere but while testing my Guest Account after the Synchronet upgrade i encountered the following:

    !JavaScript c:\sbbs\EXEC\logon.js line 29: ReferenceError: LEN_NAME is not defined

    Possibly i've gone wrong somewhere during the upgrade? Any help/advice would be appreciated.

    Upgraded from what to what? When upgrading from v3.14 to v3.15 (or later), you must eliminate the duplicate .js files in exec and load. The "update.js" in the exec directory will do this for you (run "jsexec update.js").

    digital man

    Synchronet "Real Fact" #8:
    The name "DOVE-Net" comes from: The Beast's DOmain / VErtrauen network.
    Norco, CA WX: 61.6øF, 87.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From tbirdsradio@VERT/TBIRDS to Digital Man on Friday, September 04, 2015 08:44:17
    Re: Guest Account
    By: Digital Man to tbirdsradio on Fri Sep 04 2015 01:41 am

    !JavaScript c:\sbbs\EXEC\logon.js line 29: ReferenceError: LEN_NAME
    is not defined

    Possibly i've gone wrong somewhere during the upgrade? Any help/advice
    would be appreciated.

    Upgraded from what to what? When upgrading from v3.14 to v3.15 (or later), you must eliminate the duplicate .js files in exec and load. The "update.js" in the exec directory will do this for you (run "jsexec update.js").

    I attempted to upgrade from 3.15 to the latest using sbup316c.zip. When i try running the jsexec i get the following error: ------------------------------------------------------------------------- c:\sbbs\EXEC>jsexec -c c:\sbbs\ctrl jsexec update.js

    JSexec v3.16c-Win32 (rev 1.169) - Execute Synchronet JavaScript Module
    Compiled Aug 14 2015 22:34:48 with MSC 1800

    Loading configuration files from c:\sbbs\ctrl
    JavaScript-C 1.8.5 2011-03-31
    JavaScript: Creating runtime: 8388608 bytes
    JavaScript: Initializing context (stack: 16384 bytes)

    !Module file (c:\sbbs\EXEC\jsexec.js) doesn't exist
    !Module set exit_code: -1

    JavaScript: Destroying context
    JavaScript: Destroying runtime

    Returning error code: -1 ----------------------------------------------------------------------
    The files "jsexec.exe" and "update.js" are both in the sbbs\exe dir so obviously i'm missing the "jsexec.js" file ?

    Another thing that threw me off during the upgrade was the "load" dir thats now under the "exe" dir. Never had that folder in my directory tree before so i now have to have both ?

    Mahalo

    ---
    þ Synchronet þ ´ TBIRDS BBS ´ telnet://tbirds.dyndns.org
  • From Nightfox@VERT/DIGDIST to tbirdsradio on Friday, September 04, 2015 07:37:08
    Re: Guest Account
    By: tbirdsradio to Digital Man on Fri Sep 04 2015 08:44:17

    I attempted to upgrade from 3.15 to the latest using sbup316c.zip. When i try running the jsexec i get the following error: ------------------------------------------------------------------------- c:\sbbs\EXEC>jsexec -c c:\sbbs\ctrl jsexec update.js

    !Module file (c:\sbbs\EXEC\jsexec.js) doesn't exist

    You specified jsexec twice on your command line. The jsexec program probably probably thinks you wanted to run jsexec.js which, of course, doesn't exist.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Digital Man@VERT to tbirdsradio on Friday, September 04, 2015 13:52:09
    Re: Guest Account
    By: tbirdsradio to Digital Man on Fri Sep 04 2015 08:44 am

    Re: Guest Account
    By: Digital Man to tbirdsradio on Fri Sep 04 2015 01:41 am

    !JavaScript c:\sbbs\EXEC\logon.js line 29: ReferenceError: LEN_NAME
    is not defined

    Possibly i've gone wrong somewhere during the upgrade? Any help/advice
    would be appreciated.

    Upgraded from what to what? When upgrading from v3.14 to v3.15 (or later), you must eliminate the duplicate .js files in exec and load. The "update.js" in the exec directory will do this for you (run "jsexec update.js").

    I attempted to upgrade from 3.15 to the latest using sbup316c.zip. When i try running the jsexec i get the following error: ------------------------------------------------------------------------- c:\sbbs\EXEC>jsexec -c c:\sbbs\ctrl jsexec update.js

    The correct command would just be "jsexec [-options] update.js". Don't type "jsexec" twice.

    Another thing that threw me off during the upgrade was the "load" dir thats now under the "exe" dir. Never had that folder in my directory tree before so i now have to have both ?

    Yes, it's just a reorganization of the .js files that took place a few years ago now.

    digital man

    Synchronet "Real Fact" #72:
    SyncTERM (created by Deuce) contains portions of Synchronet and SEXYZ code. Norco, CA WX: 77.0øF, 51.0% humidity, 3 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From tbirdsradio@VERT/TBIRDS to Nightfox on Saturday, September 05, 2015 07:36:40
    Re: Guest Account
    By: Nightfox to tbirdsradio on Fri Sep 04 2015 07:37 am

    c:\sbbs\EXEC>>jsexec -c c:\sbbs\ctrl jsexec update.js

    You specified jsexec twice on your command line. The jsexec program

    Ok. Good eye, Nightfox. Thank you!

    ---
    þ Synchronet þ ´ TBIRDS BBS ´ telnet://tbirds.dyndns.org
  • From tbirdsradio@VERT/TBIRDS to Digital Man on Saturday, September 05, 2015 07:55:14
    Re: Guest Account
    By: Digital Man to tbirdsradio on Fri Sep 04 2015 01:52 pm

    c:\sbbs\EXEC>>jsexec -c c:\sbbs\ctrl jsexec update.js

    The correct command would just be "jsexec [-options] update.js". Don't type "jsexec" twice.

    Ok. Got it!

    Another thing that threw me off during the upgrade was the "load" dir

    Yes, it's just a reorganization of the .js files that took place a few years ago now.

    As always, thanks.
    Best

    ---
    þ Synchronet þ ´ TBIRDS BBS ´ telnet://tbirds.dyndns.org
  • From Charles Stephenson@VERT to All on Saturday, October 27, 2018 23:02:06
    Is there a way to turn off the guest account for Synchronet, or atleast disable guest account for Telnet/SSH/RLogin?

    If so How (I'm kinda a noob with some of the Synchonet )

    Thanks in advance!

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The Amiga Frontier:theamigafrontier.ddns.net:2023 (1:226/16)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nelgin@VERT/EOTLBBS to Charles Stephenson on Sunday, October 28, 2018 03:43:57
    Charles wrote:
    Is there a way to turn off the guest account for Synchronet, or atleast disable guest account for Telnet/SSH/RLogin?

    If so How (I'm kinda a noob with some of the Synchonet )

    Thanks in advance!

    --- Mystic BBS v1.12 A39 2018/04/21 (Linux/64)
    * Origin: The Amiga Frontier:theamigafrontier.ddns.net:2023 (1:226/16)
    â–  Synchronet â–  Vertrauen â–  Home of Synchronet â–  [vert/cvs/bbs].synchro.net

    You can run uedit and search for the guest account and then disable it
    there.

    ---
    þ Synchronet þ End Of The Line BBS - endofthelinebbs.com