My error log file keeps getting bigger and bigger, but there is only one error in it. This error is:
srvc 0000 IRC !JavaScript /var/opt/SBBS/exec/ircd.js line 857 Error: can't convert port to an integer
I never messaged with that *.js file and my IRC stuff works fine on my BBS. I looked at the line with a editor just to see if it was something I could fix or figure out.
Here's the line in the ircd.js that's in the error log:
if(!newsock.bind(port,server.interface_ip_address)) {
log(LOG_ERR,"!Error "+newsock.error + " binding socket to TCP port "
+ port);
return 0;
Any ideas?
srvc 0000 IRC !JavaScript /var/opt/SBBS/exec/ircd.js line 857 Error: can't convert port to an integer
BBS. I looked at the line with a editor just to see if it was something I could fix or figure out.
I never messaged with that *.js file and my IRC stuff works fine on myBBS.
I looked at the line with a editor just to see if it was something I could fix or figure out.
Here's the line in the ircd.js that's in the error log:
Here's the line in the ircd.js that's in the error log:
if(!newsock.bind(port,server.interface_ip_address)) {
log(LOG_ERR,"!Error "+newsock.error + " binding socket to TCP port
"
+ port);
return 0;
Any ideas?
Looks like a problem with one of your P:Lines in your ctrl/ircd.conf
file. It needs to be a decimal integer number.
By: Charles Stephenson to All on Wed Nov 14 2018 06:00 pm
Looks like a problem with one of your P:Lines in your ctrl/ircd.conf file. It needs to be a decimal integer number.
On 2018 Nov 14 18:00:36, you wrote to All:
you'd do better to look in your services.ini in the [IRC] section or possibly in your ircd.conf if you are running ircd standalone via jsexec...
Re: error.log entry
By: Charles Stephenson to All on Wed Nov 14 2018 18:00:37
Or you've uncommented one of the P lines and there's a problem with that.
Or you're running the ircd from jsexec and providing an invalid -p argument.
Re: error.log entry
By: Digital Man to Charles Stephenson on Wed Nov 14 2018 09:03 pm
By: Charles Stephenson to All on Wed Nov 14 2018 06:00 pm
Looks like a problem with one of your P:Lines in your ctrl/ircd.conf file. It needs to be a decimal integer number.
Thanks, I'll take a look at it. I don't think I messed with that file at all. I just used the default.
Re: error.log entry
By: Charles Stephenson to Digital Man on Thu Nov 15 2018 08:40 am
The ircd isn't normally enabled by default. You did something to enable it?
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 102:25:02 |
Calls: | 2,071 |
Calls today: | 1 |
Files: | 11,134 |
Messages: | 947,018 |