• Interbbs

    From HusTler@1:103/705 to All on Tue Sep 22 22:28:45 2020
    Here's my latest find9/22 22:26:31 srvc 0076 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port9/22 22:26:32 srvc 0076 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From HusTler@1:103/705 to All on Tue Sep 22 22:30:44 2020
    Here's my latest find 9/22 22:26:31 srvc 0076 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port 9/22 22:26:32 srvc 0076 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port 9/22 22:29:33 srvc 0076 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port9/22 22:29:34 srvc 0076 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to HusTler on Tue Sep 22 22:36:24 2020
    Re: Interbbs
    By: HusTler to All on Tue Sep 22 2020 10:28 pm


    Here's my latest find

    9/22 22:26:31 srvc 0076 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port
    9/22 22:26:32 srvc 0076 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port

    That error is described here:
    http://wiki.synchro.net/faq:tcpip#bind

    digital man

    Synchronet "Real Fact" #19:
    The first Synchronet BBS (Vertrauen) went live in July of 1991 (replacing WWIV).
    Norco, CA WX: 68.8øF, 69.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From HusTler@1:103/705 to Digital Man on Wed Sep 23 09:24:40 2020
    Re: Interbbs
    By: Digital Man to HusTler on Tue Sep 22 2020 10:36 pm

    That error is described here: > http://wiki.synchro.net/faq:tcpip#bind
    Here's what I did:udo /sbin/setcap 'cap_net_bind_service=+ep' /sbbs/exec/sbbsInstall authbind DONEsudo touch /etc/authbind/byport/11sudo touch /etc/authbind/byport/17sudo chmod 777 /etc/authbind/byport/11sudo chmod 777 /etc/authbind/byport/17sudo authbind --deep /sbbs/exec/sbbs -drebootresult9/23 09:23:59 srvc 0085 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port9/23 09:17:59 srvc 0075 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to HusTler on Wed Sep 23 10:18:36 2020
    Re: Interbbs
    By: HusTler to Digital Man on Wed Sep 23 2020 09:24 am

    Re: Interbbs
    By: Digital Man to HusTler on Tue Sep 22 2020 10:36 pm

    That error is described here:
    http://wiki.synchro.net/faq:tcpip#bind

    Here's what I did:

    udo /sbin/setcap 'cap_net_bind_service=+ep' /sbbs/exec/sbbs

    Install authbind DONE

    sudo touch /etc/authbind/byport/11
    sudo touch /etc/authbind/byport/17

    sudo chmod 777 /etc/authbind/byport/11
    sudo chmod 777 /etc/authbind/byport/17

    sudo authbind --deep /sbbs/exec/sbbs -d

    reboot

    result

    9/23 09:23:59 srvc 0085 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port


    9/23 09:17:59 srvc 0075 ActiveUser-UDP ERROR 13 (Permission denied) re-binding socket to port 11 failed, using user port

    So that "re-bind" failure is when attempting to respond to a UDP request. So the initial bind() succeeded, but subsequent re-binds are failing. What user are you running sbbs as? Do you have User/Group values set in the [unix] section of your sbbs.ini file? If you're using setcap, you shouldn't need authbind. If you're using setcap or authbind, you shouldn't need to start sbbs as root (or sudo) or have any user/group settings in the [unix] section of your sbbs.ini file.

    digital man

    Sling Blade quote #22:
    Karl: I don't reckon you have to go with women to be a good father to a boy. Norco, CA WX: 80.3øF, 48.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)