ARC
06-08-2007, 10:43 AM
I downloaded Slicer for 20 bucks yesterday. (so it is the newest version).
My hacked HR10-250 has a 750 gig drive very happily running 3.1.5f, so I figured I need to mess with it and get the bennies that verison 6.3d has to offer (speed, folders, etc.)
Ran add63.tcl yesterday, and found this morning that SantieClaws had deleted my 6.3a upgrade file and left a 6.3d file in its places (woohoo) as witnessed by the command at the bash:
750gig-TiVo# echo mls /SwSystem | tivosh
Directory of /SwSystem starting at ''
Name Type FsId Date Time Size
---- ---- ---- ---- ---- ----
3.1.5f-01-2-357 tyDb 850 03/14/05 17:41 700
6.3d-01-2-357 tyDb 1140495 06/03/07 07:39 772
ACTIVE tyDb 850 03/14/05 17:41 700
So, all eager, I :
Unzip the slicer on my winxp laptop
Used telnet to mount RW (also skipped this step in repeat tries when Slicer failed the first few times)
Used binary transfer in WS FTP Pro to put slicer in /hacks (also tried putting in /tv_bin, no joy there either)
Used chmod 755 to the slicer file (also skipped this in other tries)
verified that installSw.itcl is also 755
From the /hacks folder, issued
./slicer 6.3d-01-2-357
It does find and run slicer and the update file ok, so the syntax is ok, I think.
Again, I HAVE used binary to transfer the file.
results of running the command:
and see the following;
The Slicer - Version 1.7
WARNING!! We are about to install 6.3d-01-2-357 software on your TiVo
Once you start this process, there is no way to restore your
previous software version without re-imaging. Before you begin,
we suggest you make a backup image of your hard drive, and read
the forums at www.tivocommunity.com and *************.com that
pertain to The Slicer.
Hit <enter> to continue, or <cntrl-c> to exit:
Great! Here we go...
Your root filesystem partition is hda7
Your kernel partition is hda6
Your alternate root filesystem partition is hda4
Your alternate kernel partition is hda3
6.3d-01-2-357 software slices are correctly loaded and ready to install.
Checking your system for required utilities...
find is present
wget is present
tar is present
sed is present
cut is present
All required binaries are present. Proceeding...
Editing installSw.itcl
Installing new software. This will take several minutes...
./installSw.itcl: /tv/Inc.itcl: No such file or directory
./installSw.itcl: tvsource: command not found
./installSw.itcl: tvsource: command not found
./installSw.itcl: tvsource: command not found
./installSw.itcl: namespace: command not found
./installSw.itcl: class: command not found
./installSw.itcl: method: command not found
./installSw.itcl: method: command not found
./installSw.itcl: method: command not found
./installSw.itcl: private: command not found
./installSw.itcl: private: command not found
./installSw.itcl: private: command not found
./installSw.itcl: private: command not found
./installSw.itcl: line 29: syntax error near unexpected token `}'
./installSw.itcl: line 29: `}'
installSw.itcl failed to set up your new partitions. Please
run /tvbin/installSw.itcl manually to pinpoint the error.
Also check to see if installSw.itcl was edited properly.
Since your bootpage was not flipped, you will not lose your
existing hacks if you reboot, and The Slicer may safely be
run again. Exiting now...
750gig-TiVo#
-----------------------------------------------------------------------
The error when I run installSw.itcl is the same:
750gig-TiVo# installSw.itcl
.//installSw.itcl: /tv/Inc.itcl: No such file or directory
.//installSw.itcl: tvsource: command not found
.//installSw.itcl: tvsource: command not found
.//installSw.itcl: tvsource: command not found
.//installSw.itcl: namespace: command not found
.//installSw.itcl: class: command not found
.//installSw.itcl: method: command not found
.//installSw.itcl: method: command not found
.//installSw.itcl: method: command not found
.//installSw.itcl: private: command not found
.//installSw.itcl: private: command not found
.//installSw.itcl: private: command not found
.//installSw.itcl: private: command not found
.//installSw.itcl: line 29: syntax error near unexpected token `}'
.//installSw.itcl: line 29: `}'
--------------------------------------------------------------------------------
I do not see a /tv folder in the TiVo drive (as viewed from ls & WS FTP Pro), yet there are a number of commands in that first passage that refer to it:
############################################################ #################
source $tcl_library/tv/Inc.itcl
tvsource $tcl_library/tv/Database.itcl
tvsource $tcl_library/tv/SwSystem.itcl
tvsource $tcl_library/tv/SwModule.itcl
namespace import Inc::*
class Installer {
method installSoftware {name targdir}
method FSafeToInstall {name}
method svclog {msg}
private variable currentName ""
private variable newName ""
private variable currentId ""
private variable newId ""
}
Since this is where the slicer is bombing out, should I edit this file ? is slicer looking in the wrong place?
I have posted this info on the DVRUpgrade forum, and gotten one person(moderator) responding, but he posts infrequently, asks one question each post, and is stuck on the notion that I did not use binary to transfer (despite my assurances to the contrary )
argh.
Oh yeah, and I got the usual response for asking about this up on DD. My bad. :D
My hacked HR10-250 has a 750 gig drive very happily running 3.1.5f, so I figured I need to mess with it and get the bennies that verison 6.3d has to offer (speed, folders, etc.)
Ran add63.tcl yesterday, and found this morning that SantieClaws had deleted my 6.3a upgrade file and left a 6.3d file in its places (woohoo) as witnessed by the command at the bash:
750gig-TiVo# echo mls /SwSystem | tivosh
Directory of /SwSystem starting at ''
Name Type FsId Date Time Size
---- ---- ---- ---- ---- ----
3.1.5f-01-2-357 tyDb 850 03/14/05 17:41 700
6.3d-01-2-357 tyDb 1140495 06/03/07 07:39 772
ACTIVE tyDb 850 03/14/05 17:41 700
So, all eager, I :
Unzip the slicer on my winxp laptop
Used telnet to mount RW (also skipped this step in repeat tries when Slicer failed the first few times)
Used binary transfer in WS FTP Pro to put slicer in /hacks (also tried putting in /tv_bin, no joy there either)
Used chmod 755 to the slicer file (also skipped this in other tries)
verified that installSw.itcl is also 755
From the /hacks folder, issued
./slicer 6.3d-01-2-357
It does find and run slicer and the update file ok, so the syntax is ok, I think.
Again, I HAVE used binary to transfer the file.
results of running the command:
and see the following;
The Slicer - Version 1.7
WARNING!! We are about to install 6.3d-01-2-357 software on your TiVo
Once you start this process, there is no way to restore your
previous software version without re-imaging. Before you begin,
we suggest you make a backup image of your hard drive, and read
the forums at www.tivocommunity.com and *************.com that
pertain to The Slicer.
Hit <enter> to continue, or <cntrl-c> to exit:
Great! Here we go...
Your root filesystem partition is hda7
Your kernel partition is hda6
Your alternate root filesystem partition is hda4
Your alternate kernel partition is hda3
6.3d-01-2-357 software slices are correctly loaded and ready to install.
Checking your system for required utilities...
find is present
wget is present
tar is present
sed is present
cut is present
All required binaries are present. Proceeding...
Editing installSw.itcl
Installing new software. This will take several minutes...
./installSw.itcl: /tv/Inc.itcl: No such file or directory
./installSw.itcl: tvsource: command not found
./installSw.itcl: tvsource: command not found
./installSw.itcl: tvsource: command not found
./installSw.itcl: namespace: command not found
./installSw.itcl: class: command not found
./installSw.itcl: method: command not found
./installSw.itcl: method: command not found
./installSw.itcl: method: command not found
./installSw.itcl: private: command not found
./installSw.itcl: private: command not found
./installSw.itcl: private: command not found
./installSw.itcl: private: command not found
./installSw.itcl: line 29: syntax error near unexpected token `}'
./installSw.itcl: line 29: `}'
installSw.itcl failed to set up your new partitions. Please
run /tvbin/installSw.itcl manually to pinpoint the error.
Also check to see if installSw.itcl was edited properly.
Since your bootpage was not flipped, you will not lose your
existing hacks if you reboot, and The Slicer may safely be
run again. Exiting now...
750gig-TiVo#
-----------------------------------------------------------------------
The error when I run installSw.itcl is the same:
750gig-TiVo# installSw.itcl
.//installSw.itcl: /tv/Inc.itcl: No such file or directory
.//installSw.itcl: tvsource: command not found
.//installSw.itcl: tvsource: command not found
.//installSw.itcl: tvsource: command not found
.//installSw.itcl: namespace: command not found
.//installSw.itcl: class: command not found
.//installSw.itcl: method: command not found
.//installSw.itcl: method: command not found
.//installSw.itcl: method: command not found
.//installSw.itcl: private: command not found
.//installSw.itcl: private: command not found
.//installSw.itcl: private: command not found
.//installSw.itcl: private: command not found
.//installSw.itcl: line 29: syntax error near unexpected token `}'
.//installSw.itcl: line 29: `}'
--------------------------------------------------------------------------------
I do not see a /tv folder in the TiVo drive (as viewed from ls & WS FTP Pro), yet there are a number of commands in that first passage that refer to it:
############################################################ #################
source $tcl_library/tv/Inc.itcl
tvsource $tcl_library/tv/Database.itcl
tvsource $tcl_library/tv/SwSystem.itcl
tvsource $tcl_library/tv/SwModule.itcl
namespace import Inc::*
class Installer {
method installSoftware {name targdir}
method FSafeToInstall {name}
method svclog {msg}
private variable currentName ""
private variable newName ""
private variable currentId ""
private variable newId ""
}
Since this is where the slicer is bombing out, should I edit this file ? is slicer looking in the wrong place?
I have posted this info on the DVRUpgrade forum, and gotten one person(moderator) responding, but he posts infrequently, asks one question each post, and is stuck on the notion that I did not use binary to transfer (despite my assurances to the contrary )
argh.
Oh yeah, and I got the usual response for asking about this up on DD. My bad. :D