SuperVHS,
Added .bashrc to root directory - very basic:
# .bashrc
/etc/rc.d/reset.itcl
DTivo does continuous reboots - never gets past "Powering Up" - then reboots a minute or two later. Removed .bashrc and DTivo boots fine.
Must not like this script in bashrc ...
Of course, bash is invoked to run rc.sysinit -
So bashrc is run just before rc.sysinit.
My reset.itcl loops nonagz, which invokes tivosh.
I'm guessing that rc.sysinit has to do some work *before* tivosh can run happily (or before the db functions are happy). So I'm probably trying to put my cart ahead of my horse by attemptin nonagz in bashrc.
Back to playing, but not a high priority right now...


Reply With Quote