So it does :). Sorry about that, I must've had brain fade this morning. Thanks for the tips - I'll have a play and report back.
Type: Posts; User: spitfires
So it does :). Sorry about that, I must've had brain fade this morning. Thanks for the tips - I'll have a play and report back.
Just in case anybody else ever tries it, the "64-bit merge" and subsequent versions won't compile for PPC (S1). The last version that I've managed to compile (untested) for PPC is mfs-utils-20050604...
Where can I get mfs_ftp_helper.c please? Unless I'm going blind I can't see it in the mfs-utils repository.
That's 1 I can cross off my list then ;)
Sounds like a plan :cool: Please let me know when it's ready for me to mod.
Excellent job, and worth doing I think. When it's 'stable' I'll add in some of the other bug fixes I've made (but which I didn't post here since I didn't deem them noteworthy enough)
I'm sure you're right - I was going via Code=>Browse on the SF website which gives you 070428
http://tivowebplus.cvs.sourceforge.net/viewvc/tivowebplus/
you could try contacting BTUx9 either via http://sourceforge.net/users/btux9 or http://www.dealdatabase.com/forum/member.php?35835-BTUxNine He hasn't posted for a year or so but he might still be...
^ D'oh! Yeah I didn't think of that - that's probably easier :cool:
Fair enough - I just thought it might explain why "stop" didn't work for you that was all :)
:)
Just a question not a criticism :) - the 'new' repo is obviously your personal web space; would it be better to get the SF one up to date?
(Better long term future? - a lot of the old...
I believe so, yes.
The SF cvs comes and goes I've found - right now it's there but only goes up to the 070428 distro I think....
Don't forget to check out the reason I added the "tr" code in the first place : #1114
I've never played with Hackman so I can't say how it hooks into TWP, but I would doubt it would affect the shutdown routine.
Did you try the 'wget' manually?
TWP generates the wget command...
Thanks Jamie - I didn't know that, we're stuck with v2 s/w this side of the pond :)
That looks like *8* versions to me :eek:
If you run for example "cat /proc/2190/cmdline" it will tell you the command associated with the process. Unless it runs different on your series (I only...
:) Dat's ok - it was my fault for assuming that everyone had "tr" on their TiVos. I checked 3 or 4 and they all did but of course there are different binaries packages so not everyone has it :(
...
1) Check whether you have TR on your system
find / -name tr
If you do then there's an issue with your path
export | grep PATH
If you don't then you can add it to your TiVo from one of the...
It's telling you that you don't have the "tr" command installed ;)
AFAIK 'tr' ('translate') isn't part of the standard TiVo shell but is in the hack binaries ('tivo-bin') - you will need to install...
Ah right I see. The catch{} block is necessary to trap any error generated by transaction{} - previously ForEachTrans was doing nothing since the d/b contention error wasn't actually being trapped...
If you're going to do one of them then you really should do them all! (also note they vary between s/w versions)
If you remove the catch{} block around transaction{} you will re-introduce the...
-------INTERNAL SERVER ERROR------
--cut here--
action:wishlists, path:, env:, code:'TV_NM_NAME_NOT_FOUND'
can't scan path (TV_NM_NAME_NOT_FOUND)
Yes you will get that if a path isn't found -...
:) I think I must have done something similar - I was sure I had the same problem with John1980's bundle but, with hindsight, I couldn't have done! That's the problem with having 5 different...
It's amazing what a fresh cup of tea can do...
D'oh! The problem was the nested catch block I introduced in #1107 :(
I've repaired that and also trapped the broken socket so that it aborts...
It happens however I start it - either rc.sysinit.author, CL or any of TWP's "Restart" options.
p.s. there is a bug in the "tivoweb" start-up script which means if you start TWP using a relative...