• Shell Issue

    From IB Joe@VERT to All on Sunday, April 11, 2021 13:33:51
    I am playing with Synchronet... changing menus ... I took the renegade src file and started to reverse engineer it. And here's where the problem started...

    All I did was changed out the commands I wanted from the ones that were already in the SRC file... All my features in the Main menu work..... BUT if I press any other key that is not configured in the menu the BBS kicks out an error ...problem with the shell... then it hangs up

    I've compared the old and the revised work and have no idea why it should care ??

    How do I fix this...

    Thanx

    IB Joe
    AKA Joe Schweier
    SysOp of Joe's BBS
    -=JoesBBS.com=-
    --- Mystic BBS v1.12 A47 2021/01/16 (Raspberry Pi/32)
    * Origin: JoesBBS.Com, Telnet:2323 SSH:2222 HTTP:80 (1:342/200.1)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT/PALANT to IB Joe on Sunday, April 11, 2021 15:44:00
    IB Joe wrote to All <=-

    I am playing with Synchronet... changing menus ... I took the
    renegade src file and started to reverse engineer it. And here's
    where the problem started...

    All I did was changed out the commands I wanted from the ones
    that were already in the SRC file... All my features in the Main
    menu work..... BUT if I press any other key that is not
    configured in the menu the BBS kicks out an error ...problem with
    the shell... then it hangs up

    I've compared the old and the revised work and have no idea why
    it should care ??

    How do I fix this...

    Did you compile the altered .src file with Baja?

    Read here: http://wiki.synchro.net/util:baja



    ... Gone crazy, be back later, please leave message.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Ib Joe@VERT/JOESBBS to Gamgee on Sunday, April 11, 2021 15:21:59
    Re: Re: Shell Issue
    By: Gamgee to IB Joe on Sun Apr 11 2021 03:44 pm

    Did you compile the altered .src file with Baja?

    Read here: http://wiki.synchro.net/util:baja

    Yes, and that's when the problem started

    :(
    IB Joe
    AKA Joe Schweier
    SysOp Joe's BBS
    JoesBBS.com

    ---
    þ Synchronet þ JoesBBS.Com, Telnet:2323 SSH:2222 HTTPS:8080
  • From Gamgee@VERT/PALANT to Ib Joe on Sunday, April 11, 2021 19:55:00
    Ib Joe wrote to Gamgee <=-

    Did you compile the altered .src file with Baja?
    Read here: http://wiki.synchro.net/util:baja

    Yes, and that's when the problem started

    Did you put it (the .bin) in the ../mods directory?


    ... So easy, a child could do it. Child sold separately.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Digital Man@VERT to Ib Joe on Sunday, April 11, 2021 18:49:24
    Re: Re: Shell Issue
    By: Ib Joe to Gamgee on Sun Apr 11 2021 03:21 pm

    Re: Re: Shell Issue
    By: Gamgee to IB Joe on Sun Apr 11 2021 03:44 pm

    Did you compile the altered .src file with Baja?

    Read here: http://wiki.synchro.net/util:baja

    Yes, and that's when the problem started

    Post your modified source somewhere for us to look at. Otherwise, we're just guessing what the problem. My guess is that you're missing an "end_if" or other closing keyword somewhere.
    --
    digital man

    This Is Spinal Tap quote #21:
    So when you're playing you feel like a preserved moose on stage?
    Norco, CA WX: 67.9øF, 62.0% humidity, 10 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Ib Joe@VERT/JOESBBS to Gamgee on Monday, April 12, 2021 07:00:32
    Re: Re: Shell Issue
    By: Gamgee to Ib Joe on Sun Apr 11 2021 07:55 pm

    Ib Joe wrote to Gamgee <=-
    Did you put it (the .bin) in the ../mods directory?

    Nope, and that will make it not hangup if you press a key that doesn't exist as a menu function... Main menu does this... Message menu doesn't
    IB Joe
    AKA Joe Schweier
    SysOp Joe's BBS
    JoesBBS.com

    ---
    þ Synchronet þ JoesBBS.Com, Telnet:2323 SSH:2222 HTTPS:8080
  • From Ib Joe@VERT/JOESBBS to Digital Man on Monday, April 12, 2021 07:01:25
    Re: Re: Shell Issue
    By: Digital Man to Ib Joe on Sun Apr 11 2021 06:49 pm

    Re: Re: Shell Issue
    By: Ib Joe to Gamgee on Sun Apr 11 2021 03:21 pm

    Re: Re: Shell Issue
    By: Gamgee to IB Joe on Sun Apr 11 2021 03:44 pm

    Did you compile the altered .src file with Baja?

    Read here: http://wiki.synchro.net/util:baja

    Yes, and that's when the problem started

    Post your modified source somewhere for us to look at. Otherwise, we're just guessing what the problem. My guess is that you're missing an "end_if" or other closing keyword somewhere.
    --
    I'll do that
    IB Joe
    AKA Joe Schweier
    SysOp Joe's BBS
    JoesBBS.com

    ---
    þ Synchronet þ JoesBBS.Com, Telnet:2323 SSH:2222 HTTPS:8080
  • From MRO@VERT/BBSESINF to IB Joe on Monday, April 12, 2021 08:42:41
    Re: Shell Issue
    By: IB Joe to All on Sun Apr 11 2021 01:33 pm

    I am playing with Synchronet... changing menus ... I took the renegade src file and started to reverse engineer it. And here's where the problem started...

    All I did was changed out the commands I wanted from the ones that were already in the SRC file... All my features in the Main menu work..... BUT if I press any other key that is not configured in the menu the BBS kicks out an error ...problem with the shell... then it hangs up

    I've compared the old and the revised work and have no idea why it should care ??

    How do I fix this...



    you probably didnt close a command.

    post it on pastebin
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Gamgee@VERT/PALANT to Ib Joe on Monday, April 12, 2021 10:16:00
    Ib Joe wrote to Gamgee <=-

    Re: Re: Shell Issue

    Did you put it (the .bin) in the ../mods directory?

    Nope, and that will make it not hangup if you press a key that
    doesn't exist as a menu function... Main menu does this...
    Message menu doesn't IB Joe

    Probably should be in ../mods. Not really sure what the rest of that
    means. The obvious answer is that something is not correct in the
    editing of the .src file...



    ... 2 + 2 = 5 for extremely large values of 2.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL