tbd.conf template file
NOTE: you'll need to see what version of thebridge you have
The echo-install script uses the tbd.conf file from the tbd
Installation tar as a template. During the echo-install process, a
Copy is made in /home/EchoIRLP/custom/. However, once the script
Thinks it has edited the script it removes any temporary copy, leaving
Only the tbd.conf file it thought it had edited. The echo-install
Script also removes the tbd source files, leaving just the tar file.
To get a copy of the tbd.conf template file, copy the template file
From the tbd source as follows..
cd /usr/src/
tar zxvf thebridge-0.77.tgz
cp /usr/src/thebridge-0.77/tbd.conf /home/EchoIRLP/custom/tbd.conf.template
chown repeater.repeater /home/EchoIRLP/custom/tbd.conf.template
chmod 750 /home/EchoIRLP/custom/tbd.conf.template
cd /usr/src
rm -rf thebridge-0.77
Edit the /home/EchoIRLP/custom/tbd.conf.template file to set the
Following parameters. If any of these lines are commented with a
Leading ";", remove the ";" to uncomment them. I have used <> below to
Indicate something you must provide. Any settings I have not listed
Here you can leave asis from the template.
cd /home/EchoIRLP/custom/
Edit tbd.conf.template with favorite editor
ConferenceCall = <Your EchoLink Call with -L or -R suffix in upper case>
ConferencePass = <Your EchoLink password usually uppercase>
ConferenceQth = <Your location>
WorkingDir = /home/EchoIRLP/tbd/data
EmailAdr = <Your email for EchoLink support to contact you>
EnableDiskCommands = 1
AdminPass = <Your TBD admini password>
SysopPass = <Your TBD Sysop Password>
9
RunAsUser = repeater
ConferenceID = <Same as ConferenceCall above in lower case>
Banner = Welcome to <You call> EchoIRLP.
Banner = <Your node description>
Banner = <Your node location>
; You may wish to substitute the EchoLink server names from your Windows client
DirServerHost = server1.echolink.org
DirServerHost1 = server2.echolink.org
DirServerHost2 = server3.echolink.org
DirServerHost3 = server4.echolink.org
MaxConferenceClients = 2
SB_Enable = 1
UserCountEnable = 0
MaxCountEnable = 0
UserCountInLocation = 0
MaxPlayBackPause = 5
MinPlayBackPause = 3
MaxPlayWithoutPause = 300
ShowStationInfo = 1
SF_Enable = 1
RTP_Pass = <Same as $ECHO_TBD_PASSWD in echo_environment file>
SF_Port = 2174
SF_ReplyPort = 2074
DefaultAutoLurk = 0
BlabOffTimer = 0
CmdPort = 5198
EventScript = /home/EchoIRLP/scripts/echoirlp-status
WriteHostFile = 1
Then copy the file and restart tbd or the node.
cp -p tbd.conf.template tbd.conf
service tbd restart
Check your log files for errors.
I and probably a few others have traced the echo-install script and I
Don’t see where it would leave the file empty. One possible cause is
Having more than one version of thebridge in the /usr/src/ directory.
The echo-install script may use the wrong version. I'm also guessing
This empty file issue may have something to do with the newer bash
Shell in Fedora, and we have some script syntax that is being rejected
That worked in previous versions. I've seen some similar reports
From others running my updated EchoIRLP scripts on Fedora. I don't
Yet have a Fedora system to debug on yet.