I am setting up BBBS and I can't remember how to access the waiting for caller
mode for use with tcpip. I read in the sysop.txt to run BBBS with the TCPIP device but ./bbbs TCPIP doesn't seem to work.
I'm also trying to start bterm with ./bbbs BTERM but it doesn't start.
Can someone give me a reminder on how to do that? :)
I am setting up BBBS and I can't remember how to access the waiting for caller
mode for use with tcpip. I read in the sysop.txt to run BBBS with the TCPIP device but ./bbbs TCPIP doesn't seem to work.
I'm also trying to start bterm with ./bbbs BTERM but it doesn't start.
Can someone give me a reminder on how to do that? :)
I am setting up BBBS and I can't remember how to access the waiting for calle >> mode for use with tcpip. I read in the sysop.txt to run BBBS with the TCPIP >> device but ./bbbs TCPIP doesn't seem to work.
Ok, for TCPIP on my
node 2, I use this in my scripts:
==============cut here===========
#!/bin/sh
while :
do
cd /home/bbbs
./bbbs 1 2 /dev/ttyS1 "uid":bbs
# see note below about above line
RC=$?
echo BBBS RC: $RC
if [ $RC = 137 ]; then
exit
fi
if [ $RC = 0 ]; then
exit
fi
reset
done
==========cut here=====
I don't have a modem here so I can't use /dev/ttyS1 here. When I tried running
BBBS it tries and fails to initialize the modem then quits so I need a way to start BBBS without a modem.
Hi Janis,
I am setting up BBBS and I can't remember how to access the waiting for
calle mode for use with tcpip. I read in the sysop.txt to run BBBS with
the TCPIP device but ./bbbs TCPIP doesn't seem to work.
Ok, for TCPIP on my
node 2, I use this in my scripts:
==============cut here===========
#!/bin/sh
while :
do
cd /home/bbbs
./bbbs 1 2 /dev/ttyS1 "uid":bbs
# see note below about above line
RC=$?
echo BBBS RC: $RC
if [ $RC = 137 ]; then
exit
fi
if [ $RC = 0 ]; then
exit
fi
reset
done
==========cut here=====
Thanks, I'm going to borrow your script.. :)
I don't have a modem here so I can't use /dev/ttyS1 here. When I tried running BBBS it tries and fails to initialize the modem then quits so Ineed a
way to start BBBS without a modem.
I don't have a modem here so I can't use /dev/ttyS1 here. When I tried
running BBBS it tries and fails to initialize the modem then quits so I
need a way to start BBBS without a modem.
i gave op with modems under linux long time ago, it was to complicated compare
to how simple it was in amiga os
is this echomail a z1 echomail only, sorry then :)
./bbbs 2 2 TCPIP
Warren Hrach sent me those scripts 'eons' ago... He was a great fellow.
i dont need it, but i can share opensource aswell
I don't have a modem here so I can't use /dev/ttyS1 here. When I tried
running BBBS it tries and fails to initialize the modem then quits so I
need a way to start BBBS without a modem.
i gave op with modems under linux long time ago, it was to complicated compare
to how simple it was in amiga os
is this echomail a z1 echomail only, sorry then :)
Hi Benny,
I don't have a modem here so I can't use /dev/ttyS1 here. When I triedi gave op with modems under linux long time ago, it was to complicated compar >> to how simple it was in amiga os
running BBBS it tries and fails to initialize the modem then quits so I
need a way to start BBBS without a modem.
It's easy under Linux. Over here, my modem is owned by bbbs:dialout with prope >permissions. For Alan's question, it was a matter of using this line for BBBS
since he is not using a modem :)
./bbbs 2 2 TCPIP
for node 2, for example.
./bbbs 2 2 TCPIP
for node 2, for example.
Kinda like what I have here:
{0}[c:\bbbs] type tcpnode.cmd
@echo off
cd \bbbs
bbbs.exe 1 1 TCPIP
But for the OS/2 version :)
I am setting up BBBS and I can't remember how to access the waiting fo caller mode for use with tcpip. I read in the sysop.txt to run BBBS wi
the TCPIP device but ./bbbs TCPIP doesn't seem to work.
bbbs <node> <port> TCPIP
At least I think that is the correct interpretation of that :)
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,038 |
Nodes: | 15 (0 / 15) |
Uptime: | 44:11:17 |
Calls: | 500,199 |
Files: | 95,197 |
D/L today: |
147 files (11,156K bytes) |
Messages: | 465,901 |