HUGE
09-01-2002, 03:24 PM
I have doen the following:
1. cd /var/hack <enter>
2. From bash ZMODEM transfer the files to /var/hack :
a. rz <enter>
b. Click on File->Transfer->ZMODEM->Send
c. In the file dialog panel, find the 3 files that you unzipped (mvchannels.tcl, main.dat, channels.dat)
d. Hold down Ctrl key and click on each file so that all 3 are highlighted
e. Click Open button and the 3 files will be transferred to /var/hack
f. <enter> to get bash prompt back
3. chmod +x mvchannels.tcl <enter>
4. ./mvchannels.tcl reload <enter>
5. Wait until complete
6. ./mvchannels.tcl <enter>
7. Wait until complete
8. Check guide for channels
I then added the followingf line to the end of my rc.sysinit file:
/var/hack/mvchannels.tcl -loop=0 -sdelay=3 -file=/var/hack/channels.dat > /dev/null &
Everything looks fine ( the channels I do not want are gone), but when I reboot the channels I do not want show up again. Is there something wrong with my rc.sysint file?
It's permissions is set to: rwxrwxrwx
Could that be the problem?
Thanks,
HUGE
1. cd /var/hack <enter>
2. From bash ZMODEM transfer the files to /var/hack :
a. rz <enter>
b. Click on File->Transfer->ZMODEM->Send
c. In the file dialog panel, find the 3 files that you unzipped (mvchannels.tcl, main.dat, channels.dat)
d. Hold down Ctrl key and click on each file so that all 3 are highlighted
e. Click Open button and the 3 files will be transferred to /var/hack
f. <enter> to get bash prompt back
3. chmod +x mvchannels.tcl <enter>
4. ./mvchannels.tcl reload <enter>
5. Wait until complete
6. ./mvchannels.tcl <enter>
7. Wait until complete
8. Check guide for channels
I then added the followingf line to the end of my rc.sysinit file:
/var/hack/mvchannels.tcl -loop=0 -sdelay=3 -file=/var/hack/channels.dat > /dev/null &
Everything looks fine ( the channels I do not want are gone), but when I reboot the channels I do not want show up again. Is there something wrong with my rc.sysint file?
It's permissions is set to: rwxrwxrwx
Could that be the problem?
Thanks,
HUGE