PDA

View Full Version : New Emulator Migration problem



GeoffWilson
22-06-2008, 11:43 PM
I have followed the update proceedure as described here:
http://www.oztivo.net/twiki/bin/view/Network/MoveFromMinnieToOzTivoNet

However when I perform a test phone call through my Tivo's web page I get a FAILED status. I understand that I am running Ver1.5 (see below) so have applied Method E for the update proceedure.

OzTivo Ver:
[TiVo [p0] ~]# cat /etc/oztivo_version
1.5-20051128

EmuProxy status:
[TiVo [p0] ~]# ps ax | grep emuProxy*
139 ? SW 0:00 emuProxy2 -s 65.49.60.1
187 p0 SW 0:00 grep emuProxy*

I have uploaded zip file with both the orginal and ammended files if this helps.

Thanks,

Geoff.

MattCallow
23-06-2008, 11:14 AM
It looks like you have the wrong IP address for the new server.
In rc.sysinit.author you have

emuProxy2 -s 65.49.60.1 &
You should have:

emuProxy2 -s 65.49.60.197 &
If that still doesn't work, try:

emuProxy2 -s 65.49.60.197 -p 9090 &

Matt

GeoffWilson
23-06-2008, 10:48 PM
Matt,

Thanks to your marvellous work there is now one less Tivo accessing the old emulator site.
I suspect if I had read the "Important notes for some users of all versions" properly, I wouldn't have had to call on your assistance.
I appreciate your respose. Well done.

Geoff.:)