PDA

View Full Version : TWP: "INTERNAL SERVER ERROR" ??


stevecon
09-13-2006, 07:38 PM
I just ran "tweak_uninstall.sh" followed by "tweak.sh" to reinstall TWP on all my DirecTivos (had some Zippered units that lost TWP) and to get the latest version of same.

Great - it looks real good. When I look at the "todo" page 192.168.0.197/ui/todo) I get:

INTERNAL SERVER ERROR
--cut here--
action_ui '/todo' ''
couldn't open "/var/hack/etc/blocklist.txt": read-only file system
while executing
"open $filename w"
(procedure "gbl_load" line 3)
invoked from within
"gbl_load "/var/hack/etc/blocklist.txt""
(procedure "action_todo" line 9)
invoked from within
"action_todo $chan 7 $env"
(procedure "::action_ui" line 28)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--

Damn - just when I thot I had it knocked. I get the SAME response on ALL the Tivos on the ...xxx/ui/todo page.

When I look at the "Scheduled Suggestions" page (192.168.0.198/ui/suggestions) I get:

INTERNAL SERVER ERROR
--cut here--
action_ui '/suggestions' ''
couldn't open "/var/hack/etc/blocklist.txt": read-only file system
while executing
"open $filename w"
(procedure "gbl_load" line 3)
invoked from within
"gbl_load "/var/hack/etc/blocklist.txt""
(procedure "action_todo" line 9)
invoked from within
"action_todo $chan 8 $env"
(procedure "::action_ui" line 34)
invoked from within
"::action_$action $chan $part $env"
("eval" body line 1)
invoked from within
"eval {::action_$action $chan $part $env}"
--cut here--

Again - this happens on ALL my Tivos on this page. Some choices on the UI page work - like Now Showing, Season Pass, Preferences, etc.

Any ideas?

TIA!

rbautch
09-13-2006, 08:36 PM
Try mounting your root filesystem read-write.

bman12
09-13-2006, 09:21 PM
Try mounting your root filesystem read-write.

should you mount rewrite after running tweak to resolve this problem or before running tweak so that tweak enhancements can run properly?

stevecon
09-14-2006, 03:15 AM
Try mounting your root filesystem read-write.

How do I do that? Do I have to to that - then tweak_uninstall followed by tweak; or can I just make it read-write now and be done?

Thanks

ttodd1
09-14-2006, 09:04 AM
rw

stevecon
09-14-2006, 03:02 PM
Try mounting your root filesystem read-write.

Ok - I did that. Now I get my theme graphics at the top (menu items) and bottom of the screen, but still get the "INTERNAL SERVER ERROR" and related debug text filling the screen in between. Something is still messed up. Any other ideas??

TIA!