Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 03:43:59 |
| Calls: | 12 |
| Files: | 12,929 |
| Messages: | 98,349 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
I'm trying to run bbbsd on Ubuntu with this syntax:
sudo ./bbbsd 1 1 telnet:23 httpd:80
But then BBBSD says this:
"Can't bind to socket. Is service already running? Using ports below
1024 require root access, see uid: paramenter"
It works fine if I just run it on port 23 for telnet like this:
sudo ./bbbsd 1 1 telnet:23
But of course I want to listen for http connections too.
Any tips?
I'm trying to run bbbsd on Ubuntu with this syntax:
sudo ./bbbsd 1 1 telnet:23 httpd:80
But then BBBSD says this:
"Can't bind to socket. Is service already running? Using ports below 1024 require root access, see uid: paramenter"
sudo ./bbbsd 1 1 ftpd:21 telnetd:23 httpd:80 rawd:24554:binkp quiet fork uid:alan
"Can't bind to socket. Is service already running? Using ports below 1024 require root access, see uid: paramenter"
./bbbsd 4 15 telnetd:2030 httpd:8090 ftpd:60721 rawd:24555:binkp "quiet" "f
"uid:bbs" &
./bbbsd 4 15 telnetd:2030 httpd:8090 ftpd:60721 rawd:24555:binkp "quiet" "f >> "uid:bbs" &
Thanks for this tip - there's a slight variation from what Alan gave me, so I tried that (the quotes) but it still says:
"Can't bind to socket. Is service already running? Using ports below 1024 require root access, see uid: paramenter"
I'm running it as the administrator (in ubuntu) but it just won't bind to port
80. It binds to port 23 with no problem.
Could it have soemthing to do with Apache settings?
Thanks for your suggestion - that looks more proper - but do you have any other suggestion? It seems like a port conflict but I'm not sure why.
If you are running apache on port 80, then make sure you run bbbsd's on httpd:8090 or some different port for the bbbs httpd portion.
If you are running apache on port 80, then make sure you run bbbsd's on
httpd:8090 or some different port for the bbbs httpd portion.
Thank you!