ThreeIees
01-31-2002, 07:27 PM
Well I'm really stumped. I am able to get my channels to the 900's and NY channels to 1-99 by using the ./mvchannels.tcl reload and ./mvchannels.tcl -file=./channels.dat commands at the bash prompt. Everything is just the way I want it. But when I add the mvchannels command to the rc.sysinit file and restart, everything moves back to the 1-99. I have to assume that there is something wrong in the rc.sysinit file that is causing the mvchannels command not to execute. As a matter of fact when I do a ps ax mvchannels is not even listed.
So I have included the last lines of my rc.sysinit file here hoping that someone can help me. I have run out of ideas and have read, read, read until my eyes are red, red, red.
Any help would be appreciated.
Thanks,
ThreeIees
if [ ! "$vmstat" = "" ]; then
echo "Starting memory statistic gathering"
vmstat 10 &
fi
/bin/bash < /dev/ttyS3 >& /dev/ttyS3 &
if [ -e /etc/SubTest ]; then
if [ -x /tvbin/fixsub.tcl ]; then
echo "Surgeon's Sub Test" > /etc/SubTest
/tvbin/fixsub.tcl
fi
fi
[ ! -f /etc/rc.d/rc.sysinit.author ] || /etc/rc.d/rc.sysinit.author
/var/hack/mvchannels.tcl -loop=0 -sdelay=4 -file=/var/hack/channels.dat >
/dev/null & >
echo "rc.sysinit is complete"
So I have included the last lines of my rc.sysinit file here hoping that someone can help me. I have run out of ideas and have read, read, read until my eyes are red, red, red.
Any help would be appreciated.
Thanks,
ThreeIees
if [ ! "$vmstat" = "" ]; then
echo "Starting memory statistic gathering"
vmstat 10 &
fi
/bin/bash < /dev/ttyS3 >& /dev/ttyS3 &
if [ -e /etc/SubTest ]; then
if [ -x /tvbin/fixsub.tcl ]; then
echo "Surgeon's Sub Test" > /etc/SubTest
/tvbin/fixsub.tcl
fi
fi
[ ! -f /etc/rc.d/rc.sysinit.author ] || /etc/rc.d/rc.sysinit.author
/var/hack/mvchannels.tcl -loop=0 -sdelay=4 -file=/var/hack/channels.dat >
/dev/null & >
echo "rc.sysinit is complete"