| plaasvoel wrote: |
While I have you here, do you think it might be that my emuproxy is broken that I cannot do auto updates any more?
Would a reload of emuproxy maybe fix it? |
Reloading emuProxyZA is unlikely to result in any changes. To resolve the problem, as a start you should check to see if your TiVo can 'ping tivoza.nanfo.com' and also check to see if emuProxyZA is running (as follows: 'ps ax | grep emu').
If the above doesn't help then if you could please post the debug files and from that I should be able to determine where your unit is getting stuck. The "
Troubleshooting connectivity problems" guide explains how to enable the debug and trace files, just keep in mind when editing the 'rc.sysinit.author' file the updated emuProxyZA debugging should be enabled with the following line (note the directory is different from that in the guide):
| /hack/bin/emuProxyZA -ds /var/log/ -dc /var/log/ -d2 > /var/log/emuProxyZA.log 2>&1 & |
Using the following command on the TiVo provides a quick way of zipping up all the debug and trace files:
| tar -czvf /tmp/proxyLogs.tgz /var/log/emu*.log /var/log/ep*.log /var/log/*tclient |
This will leave you with just the one file 'proxyLogs.tgz' in the TiVo's '/tmp' directory which you can copy off the TiVo and post here.