pdd
03-27-2009, 03:42 AM
Hi All,
I have just tried to reapply my hacks to my Aust TivoHD and nothing appears to work anymore?
Here is my rc.sysinit.author
echo "Start rc.sysinit.author"
export PATH=$PATH:/hack/bin:/hack:/var/hack
# Turn Off Firewall
iptables -F
echo "Make sure /var/.bash_history still xists"
touch /var/.bash_history
#echo "Start Bash on Serial"
#/bin/bash < /dev/ttyS1 &> /dev/ttyS1 &
echo "Start telnet"
tnlited 23 /bin/bash -login &
echo "Start FTP server"
/hack/bin/tivoftpd &
echo "Start endpadplus"
/hack/endpadplus/endpadplus.tcl 2 13 -shd -nob2b -auto &
echo "Check if /var has been cleared"
if [ ! -d /var/hack ]; then
echo "/var/hack is missing rebuilding TivoWebPlus & mfs_ftp"
cd /var
mkdir hack
cd hack
tar xvzf /hack/backup/tivowebplus.tgz
tar xvzf /hack/backup/mfsftp.tgz
touch /var/var.cleared
fi
echo "Start TivoWebPlus"
/var/hack/TivoWebPlus/tivoweb &
echo "Start mfs_ftp"
/var/hack/mfs_ftp/mfs_ftp.tcl &
touch /var/last.reboot
echo "rc.sysinit.author is finished"
At first I thought they may have replaced the kernel on the drive so I backed it up using winmfs then repatched it with ReplaceInitRdTool which is exactly what I did when initially modding this unit (previously worked)
For the life of me I can't get telnet or ftp to startup??
I mounted the tivo drive with mfslive and all the hacks I had previously added were all still on the drive.
/hack
rc.sysinit.author
One thing I did notice lastnight when I downloaded the gzip update files lastnight before the update was the following files which were different between the two versions.
/bin/ntpupdate
/etc/build-version
/tvbin/checkkernel
/tvbin/podapp
/tvbin/tivoapp
Can anyone think of anything I may have missed????
Is it possible that rc.sysinit.author is no longer running by default and I need to add it somewhere?
I have backed up all of my /etc directory if anyone wants to have a closer look pm me.
Lets hope I just missed something simple and lets hope Tivo have not tried to stop modding the aust units.
PS: I checked that the IP address didn't change so it's not something as amatuer as that ;)
PPS: HME apps still work so it's still definitely on the network.
I have just tried to reapply my hacks to my Aust TivoHD and nothing appears to work anymore?
Here is my rc.sysinit.author
echo "Start rc.sysinit.author"
export PATH=$PATH:/hack/bin:/hack:/var/hack
# Turn Off Firewall
iptables -F
echo "Make sure /var/.bash_history still xists"
touch /var/.bash_history
#echo "Start Bash on Serial"
#/bin/bash < /dev/ttyS1 &> /dev/ttyS1 &
echo "Start telnet"
tnlited 23 /bin/bash -login &
echo "Start FTP server"
/hack/bin/tivoftpd &
echo "Start endpadplus"
/hack/endpadplus/endpadplus.tcl 2 13 -shd -nob2b -auto &
echo "Check if /var has been cleared"
if [ ! -d /var/hack ]; then
echo "/var/hack is missing rebuilding TivoWebPlus & mfs_ftp"
cd /var
mkdir hack
cd hack
tar xvzf /hack/backup/tivowebplus.tgz
tar xvzf /hack/backup/mfsftp.tgz
touch /var/var.cleared
fi
echo "Start TivoWebPlus"
/var/hack/TivoWebPlus/tivoweb &
echo "Start mfs_ftp"
/var/hack/mfs_ftp/mfs_ftp.tcl &
touch /var/last.reboot
echo "rc.sysinit.author is finished"
At first I thought they may have replaced the kernel on the drive so I backed it up using winmfs then repatched it with ReplaceInitRdTool which is exactly what I did when initially modding this unit (previously worked)
For the life of me I can't get telnet or ftp to startup??
I mounted the tivo drive with mfslive and all the hacks I had previously added were all still on the drive.
/hack
rc.sysinit.author
One thing I did notice lastnight when I downloaded the gzip update files lastnight before the update was the following files which were different between the two versions.
/bin/ntpupdate
/etc/build-version
/tvbin/checkkernel
/tvbin/podapp
/tvbin/tivoapp
Can anyone think of anything I may have missed????
Is it possible that rc.sysinit.author is no longer running by default and I need to add it somewhere?
I have backed up all of my /etc directory if anyone wants to have a closer look pm me.
Lets hope I just missed something simple and lets hope Tivo have not tried to stop modding the aust units.
PS: I checked that the IP address didn't change so it's not something as amatuer as that ;)
PPS: HME apps still work so it's still definitely on the network.