Ok.. time to bring this to the big boys. My BBS is hosted by MarisaG. I set up Interbbs messaging. I can send messages without any trouble but I'm not listed on the Interbbs user list. All the correct ports are open.( Says MarisaG anyway). My BBS is listed on the Synchronet BBS list. So am I not listed on the user list? Anyone?
As of this morning, you didn't have the activeuser/systat-UDP service available to the public Internet (from sbbslist.json):
But now you do, as verified on http://vert.synchro.net/scanmyports.ssjs?havens.synchro.net
Scanning: havens.synchro.net
Re: Synchronet Interbbs messaging
By: Digital Man to HusTler on Fri Sep 18 2020 09:40 pm
As of this morning, you didn't have the activeuser/systat-UDP service available to the public Internet (from sbbslist.json):
But now you do, as verified on http://vert.synchro.net/scanmyports.ssjs?havens.synchro.net
Scanning: havens.synchro.net
I'm still not listed. :-(
Re: Synchronet Interbbs messaging
By: HusTler to Digital Man on Sat Sep 19 2020 08:07 am
Re: Synchronet Interbbs messaging
By: Digital Man to HusTler on Fri Sep 18 2020 09:40 pm
As of this morning, you didn't have the activeuser/systat-UDP service available to the public Internet (from sbbslist.json):
But now you do, as verified on http://vert.synchro.net/scanmyports.ssjs?havens.synchro.net
Scanning: havens.synchro.net
I'm still not listed. :-(
This message thread really has nothing to do with DOVE-Net, so I wish were n having it here, but anyway, did you confirm you actually have the ActiveUser-UDP service enabled in your sbbs instance? i.e. in services.ini:
Re: Synchronet Interbbs messaging
By: Digital Man to HusTler on Sat Sep 19 2020 02:51 pm
This message thread really has nothing to do with DOVE-Net, so I wishwere n
having it here, but anyway, did you confirm you actually have the ActiveUser-UDP service enabled in your sbbs instance? i.e. in services.ini:
My Apologies. I meant to post it in Synchronet SysOps. I don't know of any other BBS software that carries Dovenet so I just assume I'm in the right area. The important thing is that I get an answer to my question which in this case I did not.
having it here, but anyway, did you confirm you actually have the ActiveUser-UDP service enabled in your sbbs instance? i.e. in services.ini:
[ActiveUser-UDP]
Port=11
MaxClients=10
LogLevel=Notice
Options=UDP | NO_HOST_LOOKUP
Command=fingerservice.js -u
Re: Synchronet Interbbs messaging
By: Digital Man to HusTler on Sat Sep 19 2020 02:51 pm
having it here, but anyway, did you confirm you actually have the ActiveUser-UDP service enabled in your sbbs instance? i.e. in services.ini:
[ActiveUser-UDP]
Port=11
MaxClients=10
LogLevel=Notice
Options=UDP | NO_HOST_LOOKUP
Command=fingerservice.js -u
Yes.
ActiveUser-UDP service enabled in your sbbs instance? i.e. in services.ini:
[ActiveUser-UDP]
Port=11
MaxClients=10
LogLevel=Notice
Options=UDP | NO_HOST_LOOKUP
Command=fingerservice.js -u
Yes.
Well it seems to be working now: http://vert.synchro.net/scanmyports.ssjs?havens.synchro.net
Well it seems to be working now:
http://vert.synchro.net/scanmyports.ssjs?havens.synchro.net
No it's not. I am still not listed on the Interbbs user list
Something is listening. Maybe it isn't your BBS. Try this command:
netstat -lunp
Look for something under Local Address:Port ending in :11. You might need to run that as root to get the name of the process that's using the port.
FYI, you've been sending me IMs for days, and they are getting through, but can't reply because (as you know) you're not in the list. Maybe keep the discussion happening here until it's fixed.
"Active-User port 11 is not binding. How can this be fixed?"There's always errors binding. I just ignore them because there's nothing I can do about them. I assume they eventually do bind. Here's a snip of the error log. Most ports eventually do bind. I doubt the BBS would work without port 23. ;) Sometimes I have to reboot the server to get them to bind. Other times I just need to restart the BBS. Hey. I never said running a BBS was easy. ;)
How do you know it isn't binding? If you saw that in an error message, pleas share it.
Re: Synchronet Interbbs messaging
By: echicken to HusTler on Mon Sep 21 2020 01:25 pm
"Active-User port 11 is not binding. How can this be fixed?"
How do you know it isn't binding? If you saw that in an error message, pleas share it.There's always errors binding. I just ignore them because there's nothing I can do about them.
I assume they eventually do bind. Here's a snip of the
error log. Most ports eventually do bind. I doubt the BBS would work without port 23. ;) Sometimes I have to reboot the server to get them to bind. Other times I just need to restart the BBS. Hey. I never said running a BBS was easy. ;)
I cleared the log but this afternoon I saw Active-User !ERROR 13 (Permission denied) binding port 11
udp 0 0 0.0.0.0:11 0.0.0.0:* 848/sbbs
There's always errors binding. I just ignore them because there's nothing I can do about them. I
Mon Sep 21 13:25:28 2020 havens.synchronetbbs.org
srvc 0039 !ERROR 98 (Address already in use) binding JSON socket to port 10088
term 0003 !ERROR 13 (Permission denied) binding Telnet Server socket to port 23
I cleared the log but this afternoon I saw Active-User !ERROR 13 (Permission denied) binding port 11
Mon Sep 21 19:12:14 2020 havens.synchronetbbs.org
srvc 0000 MRC-Connector Invalid message from client: GET / HTTP/1.0
Ok.. time to bring this to the big boys. My BBS is hosted by MarisaG. I set up Interbbs messaging. I can send messages without any trouble but I'm not listed on the Interbbs user list. All the correct ports are open.( Says MarisaG anyway). My BBS is listed on the Synchronet BBS list. So am I not listed on the user list? Anyone?
HusTler
havens.synchro.net:23
---
??? Synchronet ??? Havens BBS havens.synchro.net
"Permission Denied" and "Address already in use" are both easily solved
and are probably in the top five problems encountered by new Synchronet sysops (on linux). There are things you can do.
For "Address already in use" errors, add "REUSEADDR = 1" to the global section of ctrl/sockopts.ini.
You could set REUSEADDR=1 in your sockopts.ini as suggested in http://wiki.synchro.net/faq:tcpip#rebind
Have you tried that?
Re: Synchronet Interbbs messaging
By: Digital Man to HusTler on Mon Sep 21 2020 07:07 pm
You could set REUSEADDR=1 in your sockopts.ini as suggested in http://wiki.synchro.net/faq:tcpip#rebind
Have you tried that?
Yes sir. No difference. Still not listed on Interbbs users
Re: Synchronet Interbbs messaging
By: Digital Man to HusTler on Mon Sep 21 2020 07:07 pm
You could set REUSEADDR=1 in your sockopts.ini as suggested in http://wiki.synchro.net/faq:tcpip#rebind
Have you tried that?
Yes sir. No difference. Still not listed on Interbbs users
You could set REUSEADDR=1 in your sockopts.ini as suggested in http://wiki.synchro.net/faq:tcpip#rebind
Have you tried that?
Actually, yes, your system is listed. But the suggestion to use that setting was to eliminate the re-bind errors you reported seeing.
Re: Synchronet Interbbs messaging
By: Digital Man to HusTler on Tue Sep 22 2020 03:41 pm
You could set REUSEADDR=1 in your sockopts.ini as suggested in http://wiki.synchro.net/faq:tcpip#rebind
Have you tried that?
Actually, yes, your system is listed. But the suggestion to use that setting was to eliminate the re-bind errors you reported seeing.
I added REUSEADDR=1 to sockopts.ini. Still no change.
The offer stands to
give you full access to the BBS. I have no idea what could be wrong.
Ports are still having trouble bindingI added REUSEADDR=1 to sockopts.ini. Still no change.
No change in what, exactly?
The offer stands to
give you full access to the BBS. I have no idea what could be wrong.
It appears you have issues with UDP port 11 on your server.
digital man
Re: Synchronet Interbbs messaging
By: Digital Man to HusTler on Tue Sep 22 2020 10:38 pm
I added REUSEADDR=1 to sockopts.ini. Still no change.
No change in what, exactly?Ports are still having trouble binding
The offer stands to
give you full access to the BBS. I have no idea what could be wrong.
It appears you have issues with UDP port 11 on your server.
I understand that. Can you think of anyway to fix that?
Sysop: | KrAAB |
---|---|
Location: | Donna, TX |
Users: | 4 |
Nodes: | 20 (0 / 20) |
Uptime: | 03:00:28 |
Calls: | 556 |
Calls today: | 1 |
Files: | 2,285 |
Messages: | 46,172 |