• Disabling the /A command on the menu

    From Michael Borthwick@1:229/2 to All on Friday, February 01, 2019 12:47:50
    From: michael.borthwick@3:712/132.remove-4j2-this

    Hi all,

    I'm trying to disable the /A (avatar settings) from the menu(s).

    I've edited default.src in the sbbs/exec directory and commented out the /A entry. I've restarted sbbs but the command still functions as normal. Am I looking in the wrong place?

    Cheers,
    Michael.

    --- Mystic BBS v1.12 A39 2018/04/21 (Raspberry Pi/32)
    * Origin: Fusion BBS ~ Newcastle, Australia (3:712/132)
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Michael Borthwick@1:229/2 to All on Friday, February 01, 2019 15:47:04
    From: michael.borthwick@3:712/132.remove-7su-this

    To: Digital Man
    $ grep 98 /usr/include/*/*errno.h
    /usr/include/asm-generic/errno.h:#define EADDRINUSE 98
    /* Address already in use */

    According to your OS, that address is already in use. Use netstat or
    'ss' to find out which process is using it:

    It's not showing, perhaps an old process is hanging on to it.. it appears to solve itself after a couple of attempts... I'll leave it as is unless it gets really annoying.

    Would need a lot more information: what kind of client? Does the server recognize the disconnection? Do you have corresponding log messages to share?

    Nothing in the logs. I find the logs to be a bit thin. Is there any way to
    get verbose logging from sbbs? I've looked through the wiki and can't find anything, also gone through scfg but there may be a .ini file i've missed?

    --- Mystic BBS v1.12 A39 2018/04/21 (Raspberry Pi/32)
    * Origin: Fusion BBS ~ Newcastle, Australia (3:712/132)
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Digital Man@1:229/2 to All on Thursday, January 31, 2019 21:25:22
    From: digital.man@vert.synchro.net.remove-7su-this

    To: Michael Borthwick
    Re: Re: Disabling the /A command on the menu
    By: Michael Borthwick to Digital Man on Fri Feb 01 2019 02:47 pm

    $ grep 98 /usr/include/*/*errno.h /usr/include/asm-generic/errno.h:#define EADDRINUSE 98
    /* Address already in use */

    According to your OS, that address is already in use. Use netstat or 'ss' to find out which process is using it:

    It's not showing, perhaps an old process is hanging on to it.. it appears to solve itself after a couple of attempts... I'll leave it as is unless it gets really annoying.

    Did you try setting REUSEADDR=1, as directed in the FAQ (http://wiki.synchro.net/faq:tcpip#bind)?

    Would need a lot more information: what kind of client? Does the server recognize the disconnection? Do you have corresponding log messages to share?

    Nothing in the logs. I find the logs to be a bit thin. Is there any way to get verbose logging from sbbs? I've looked through the wiki and can't find anything, also gone through scfg but there may be a .ini file i've missed?

    Here are some pointers:
    http://wiki.synchro.net/config:loglevels
    http://wiki.synchro.net/monitor:syslog
    http://wiki.synchro.net/config:sbbs.ini

    digital man

    Synchronet "Real Fact" #67:
    SEXYZ is as a 32-bit replacement for [F]DSZ, CE-XYZ and other protocol drivers. Norco, CA WX: 49.9øF, 94.0% humidity, 0 mph SW wind, 0.42 inches rain/24hrs
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)
  • From Michael Borthwick@1:229/2 to All on Friday, February 01, 2019 16:35:25
    From: michael.borthwick@3:712/132.remove-n15-this

    To: Digital Man
    Did you try setting REUSEADDR=1, as directed in the FAQ (http://wiki.synchro.net/faq:tcpip#bind)?

    Yes I have that in there, first thing I tried.

    Here are some pointers:
    http://wiki.synchro.net/config:loglevels http://wiki.synchro.net/monitor:syslog http://wiki.synchro.net/config:sbbs.ini

    Cheers.

    --- Mystic BBS v1.12 A39 2018/04/21 (Raspberry Pi/32)
    * Origin: Fusion BBS ~ Newcastle, Australia (3:712/132)
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net

    --- SoupGate-Win32 v1.05
    * Origin: www.darkrealms.ca (1:229/2)