webby1571
05-20-2004, 12:42 PM
I'm a complete Newb, but trying hard. I have run Sleeper's ISO and upgraded successfully the hack portion on a SA S2 running 4.0.1b. Bash and FTP work fine.
Now, (please correct me if I'm wrong), but since it's a SA the installed kmem hack causes the recorded video to fail. I am trying to fix the process by 1). disabling the khem hack and 2). installing tivoapp. (I have no recordings that I care about keeping).
I lose the bash and ftp when I either delete or comment out the section in the rc.sysinit.author file, (althought the recorded video begins working). I think I am corrupting it and it's reverting back or something. It's my understading that you can comment something out by just adding a # in front of what you don't want executed.
I haven't even gotten to installing the tivoapp yet. I feel more comfortable editing on the pc, so I ftp the rc.sysinit.author file (I use flashfxp and have changed the transfer settings to binary from ASC11), and edit the file with textpad. Now looks the file looks like:
#!/bin/bash
date>>/var/hack/log/hackinit.log
#Enviroment Variables
export PATH=/sbin:/bin:/tivobin:/busybox:/tvbin:.
export TIVO_ROOT=
export MFS_DEVICE=/dev/hda10
export IGNOREEOF=1000
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib/modules
export TERM=xterm
export PS1='\h:\w$ '
#Start BASH
/bin/bash</dev/ttyS2&>/dev/ttyS2&
#Setup HOSTNAME
/bin/hostname tivo
#Set the IP address
ifconfig eth0 192.168.1.100 broadcast 192.168.1.255 netmask 255.255.255.0
route add default gw 192.168.1.1 netmask 0.0.0.0 metric 1
#Load telnet daemon and ftp dameon
tnlited 23 /bin/bash -login &
tivoftpd
cd /usr/mfs_ftp
/usr/mfs_ftp/mfs_ftp.tcl &
cd /
#Load tivoweb
/usr/tivoweb-tcl/tivoweb
#Load kmem to prevent scrambling
#kmem 800bf958 00001021 <-Just added #
sleep 300
/usr/scripts/callfixsub.sh /usr/scripts &
/usr/scripts/sps30
/usr/scripts/sort
Using telnet, go to /etc/rc.d and type:
mount -o remount, rw /
FTP new file over the old
Then, chmod 755 /etc/rc.d/rc.syinit.author
mount -o remount, ro /
Lastly reboot.
I know this is incredibly basic and I'm doing something stupid, but I would like someone to shine the light on me. Thanks.
Now, (please correct me if I'm wrong), but since it's a SA the installed kmem hack causes the recorded video to fail. I am trying to fix the process by 1). disabling the khem hack and 2). installing tivoapp. (I have no recordings that I care about keeping).
I lose the bash and ftp when I either delete or comment out the section in the rc.sysinit.author file, (althought the recorded video begins working). I think I am corrupting it and it's reverting back or something. It's my understading that you can comment something out by just adding a # in front of what you don't want executed.
I haven't even gotten to installing the tivoapp yet. I feel more comfortable editing on the pc, so I ftp the rc.sysinit.author file (I use flashfxp and have changed the transfer settings to binary from ASC11), and edit the file with textpad. Now looks the file looks like:
#!/bin/bash
date>>/var/hack/log/hackinit.log
#Enviroment Variables
export PATH=/sbin:/bin:/tivobin:/busybox:/tvbin:.
export TIVO_ROOT=
export MFS_DEVICE=/dev/hda10
export IGNOREEOF=1000
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib/modules
export TERM=xterm
export PS1='\h:\w$ '
#Start BASH
/bin/bash</dev/ttyS2&>/dev/ttyS2&
#Setup HOSTNAME
/bin/hostname tivo
#Set the IP address
ifconfig eth0 192.168.1.100 broadcast 192.168.1.255 netmask 255.255.255.0
route add default gw 192.168.1.1 netmask 0.0.0.0 metric 1
#Load telnet daemon and ftp dameon
tnlited 23 /bin/bash -login &
tivoftpd
cd /usr/mfs_ftp
/usr/mfs_ftp/mfs_ftp.tcl &
cd /
#Load tivoweb
/usr/tivoweb-tcl/tivoweb
#Load kmem to prevent scrambling
#kmem 800bf958 00001021 <-Just added #
sleep 300
/usr/scripts/callfixsub.sh /usr/scripts &
/usr/scripts/sps30
/usr/scripts/sort
Using telnet, go to /etc/rc.d and type:
mount -o remount, rw /
FTP new file over the old
Then, chmod 755 /etc/rc.d/rc.syinit.author
mount -o remount, ro /
Lastly reboot.
I know this is incredibly basic and I'm doing something stupid, but I would like someone to shine the light on me. Thanks.