Can anyone visit my BBS's web site and test the Flash Telnet app listed at the bottom of the main screen and let me know if they're able to connect? I can't test it myself because I can't do "hairpinning" to my DDNS hostname and back.
http://coffee.synchro.net
Can anyone visit my BBS's web site and test the Flash Telnet app
listed at the bottom of the main screen and let me know if they're
able to connect? I can't test it myself because I can't do
"hairpinning" to my DDNS hostname and back.
http://coffee.synchro.net
Can anyone visit my BBS's web site and test the Flash Telnet app listed at the bottom of the main screen and let me know if they're able to connect? I can't test it myself because I can't do "hairpinning" to my DDNS hostname and back.
Charlie wrote to All <=-
Can anyone visit my BBS's web site and test the Flash Telnet app listed
at the bottom of the main screen and let me know if they're able to connect? I can't test it myself because I can't do "hairpinning" to my DDNS hostname and back.
http://coffee.synchro.net
Re: Flash Telnet test wanted
By: Charlie to All on Mon Mar 19 2018 05:30 pm
Can anyone visit my BBS's web site and test the Flash Telnet app listed at the bottom of the main screen and let me know if they're able to connect? I can't test it myself because I can't do "hairpinning" to my DDNS hostname and back.
http://coffee.synchro.net
It worked well for me.. :)
Ttyl :-),
Al
... Help! I've fallen and can't reach my beer!
---
þ Synchronet þ The Rusty MailBox - Penticton, BC Canada - trmb.synchro.net
Thanks, Al, Denn, Paul. I'm glad *that's* working. That leaves just one or two more things to fix or tweak here!
Re: Re: Flash Telnet test wanted
By: Charlie to Al on Tue Mar 20 2018 07:53 am
Thanks, Al, Denn, Paul. I'm glad *that's* working. That leaves just one or two more things to fix or tweak here!
One or two things to fix or tweak? I beg to differ!
In any event.. have fun. :)
Ttyl :-),
Al
... Spent all my money on booze, boats & blonds. The rest was wasted.
---
þ Synchronet þ The Rusty MailBox - Penticton, BC Canada - trmb.synchro.net
Well, yes, I think so. I did a lot of work on the web interface yesterday,
with trying to add different door games. Oh, and figure out how to update from CVS without losing my customizations and configurations, to see if that fixes my occasional segmentation fault crashes.
I think I'm around 85% to 90% of the way toward getting a complete web-based BBS working (not counting still needing telnet for doors), which is what I'm after. Then I'll add it to the list.
Re: Re: Flash Telnet test wanted
By: Charlie to Al on Wed Mar 21 2018 09:33 am
Well, yes, I think so. I did a lot of work on the web interface yesterday,
It shows. Your BBS web interface is nice and clean.
One day I will beautify mine.. :)
with trying to add different door games. Oh, and figure out how to update from CVS without losing my customizations and configurations, to see if that fixes my occasional segmentation fault crashes.
If you follow the directions at http://wiki.synchro.net/install:nix you won't go wrong. There is a section there for updating.
I think I'm around 85% to 90% of the way toward getting a complete web-based BBS working (not counting still needing telnet for doors), which is what I'm after. Then I'll add it to the list.
My todo list seems to get longer, rather than shorter. I am working on it though.. :)
I wonder if sbbs can be daemonized as an unprivileged user instead of having to run as root?
code. (God only knows where the web FTP server's screens are generated from. I'll find them though.)
Gotta fix the crashes, and get sbbs to run as a daemon/service on boot instead of having to manually start it in a command console. I wonder if sbbs can be daemonized as an unprivileged user instead of having to run as root? (Dang, that's one more "to-do list" addition! You're right!)I think i saw you are running sbbs on linux - i have a set of scripts to start sbbs at boot time and use screen to let you connect to the admin console and disconnect for later use. You can get it in the download area at https://synchronetbbs.org
From Newsgroup: alt.bbs.synchronet
To: Charlie
Re: Re: Flash Telnet test wanted
By: Charlie to Al on Wed Mar 21 2018 19:42:02
Gotta fix the crashes, and get sbbs to run as a daemon/service on boot instead of having to manually start it in a command console. I wonder if sbbs can be daemonized as an unprivileged user instead of having to run as root? (Dang, that's one more "to-do list" addition! You're right!)I think i saw you are running sbbs on linux - i have a set of scripts to start sbbs at boot time and use screen to let you connect to the admin console and disconnect for later use. You can get it in the download area at https://synchronetbbs.org
Marisa
Re: Re: Flash Telnet test wanted
By: Charlie to Al on Wed Mar 21 2018 07:42 pm
code. (God only knows where the web FTP server's screens are generated from. I'll find them though.)
exec/ftp-html.js (it's actually configurable in the FTP server configuration in sbbsctrl or sbbs.ini).
digital man
Synchronet/BBS Terminology Definition #16:
DOVE = Domain/Vertrauen
Norco, CA WX: 67.2øF, 39.0% humidity, 4 mph ENE wind, 0.00 inches rain/24hrs
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
On 2018 Mar 21 19:42:02, you wrote to Al:
I wonder if sbbs can be daemonized as an unprivileged user instead of having to run as root?
yes it can... that's how SBBS can be started as root to bind to <1024 ports and
then drop its privs to that of the user it is running as...
Max uses this li'l ole SYSV init script for her SBBS running on ubuntu server... i don't know if it has been modified or not, though... also not sure where it was found and copied from...
watch the wordwrap... if i've counted right, there's 100 lines including the blank one at the end...
the script is owned by root:root and has permissions 755...
----->8 /etc/init.d/sbbs 8<-----
#!/bin/sh
# Debian Linux system service run script (init file) for Synchronet
#
# This file normally goes in your /etc/init.d directory
#
# $Id: sbbs.debian,v 1.4 2011/10/17 09:00:36 sbbs Exp $
### BEGIN INIT INFO
# Provides: sbbs
# Required-Start: $local_fs $remote_fs $network $syslog
# Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start/stop Synchronet BBS services
# X-Interactive: false
### END INIT INFO
########################################
# Synchronet BBS Debian startup script # ########################################
# by Karloch <karloch@hispamsx.org> 8 Dec 2005
# You can edit these vars to meet your system configuration
PATH=/bin:/sbin:/usr/bin:/usr/bin
SBBSROOT=/sbbs
DAEMON=$SBBSROOT/exec/sbbs
# Command Line options (e.g. daemonize)
OPTIONS="-d"
export SBBSCTRL=$SBBSROOT/ctrl
export SHELL=/bin/bash
# Uncomment if you want core files created with an unlimited size:
#ulimit -c unlimited
# DO NOT edit anything below this line unless you know what you doing
test -x $DAEMON || exit 0
case "$1" in
start)
echo -n "Starting Synchronet BBS services... "
if start-stop-daemon --quiet --stop --signal 0 --exec $DAEMON
then
echo "[already running]"
else
start-stop-daemon --quiet --start --exec $DAEMON -- $OPTIONS
fi
;;
stop)
echo -n "Stopping Synchronet BBS services... "
if start-stop-daemon --quiet --stop --signal 0 --exec $DAEMON
then
if start-stop-daemon --quiet --stop --exec $DAEMON --retry 300
then
echo "[OK]"
else
echo "[timeout]"
fi
else
echo "[not running]"
fi
;;
restart|force-reload)
$0 stop
sleep 30
$0 start
;;
status)
echo -n "Synchronet BBS services status: "
if start-stop-daemon --quiet --stop --signal 0 --exec $DAEMON
then
echo "[running]"
echo -n "PID(s): "
pidof sbbs
else
echo "[not running]"
fi
;;
recycle)
echo -n "Putting recycle server mark on Synchronet: "
if start-stop-daemon --quiet --stop --signal 0 --exec $DAEMON
then
touch $SBBSCTRL/recycle
echo "[OK]"
else
echo "[FAILED]"
echo -n "Synchronet server doesn't seem to be running"
fi
;;
*)
echo "Usage: /etc/init.d/sbbs {start|stop|restart|force-reload|status|recycle}"
exit 1
esac
exit 0
----->8 EOF 8<-----
no clue how to do one for that damned systemd muck, either...
)\/(ark
Always Mount a Scratch Monkey
Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
... I'd recommend it, and those that know me know what that's worth.
---
* Origin: (1:3634/12.73)
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
Thanks. I couldn't get my system to recognize that script as a service when I put it in init.d. I'm still working on daemonizing SBBS.
On 2018 Mar 22 17:25:54, you wrote to me:
Thanks. I couldn't get my system to recognize that script as a service when I put it in init.d. I'm still working on daemonizing SBBS.
awww, geez... sorry... yeah, there's a command thing you run that scans init.d and makes the softlinks in the various rc.x directories... i totally forget what that command is, though :( :( :(
)\/(ark
Always Mount a Scratch Monkey
Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
... Relax. It's only ones and zeroes.
---
* Origin: (1:3634/12.73)
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
Thanks. I couldn't get my system to recognize that script as a
service when I put it in init.d. I'm still working on daemonizing
SBBS.
awww, geez... sorry... yeah, there's a command thing you run that
scans init.d and makes the softlinks in the various rc.x
directories... i totally forget what that command is, though :( :( :(
It's OK. After doing a CVS update yesterday morning, the instructions
for starting sbbs in daemon mode on the Unix install page of the wiki worked, which they didn't before.
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 28 |
Nodes: | 8 (0 / 8) |
Uptime: | 190:59:16 |
Calls: | 2,006 |
Calls today: | 3 |
Files: | 11,114 |
Messages: | 942,287 |