Page 3 of 12 FirstFirst 12345 ... LastLast
Results 21 to 30 of 113

Thread: Cant make first phone home...

  1. #21
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    Exetel Doesn't use blocking proxies in WA, unsure about VIC. \

    They did just recently install new major new hardware for backend ADSL2+ support in VIC & NSW though.

    Can you post the contents of your /etc/oztivo.conf file.

    Peter.
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

  2. #22
    Join Date
    Jun 2007
    Location
    Victoria
    Posts
    63
    Sure, would it be possible to get some basic steps on how to get you this information? Thanks,
    Sam
    Phillips S1 with turbonet and 300gb seagate FTA STB
    Victoria - Australia

  3. #23
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    Do you know how to use a telnet program like putty?

    If so open your TiVo's address and type cat /etc/oztivo.conf

    Then copy and paste the results here.

    If your not familiar with telnet then look here.

    Peter.
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

  4. #24
    Join Date
    Jun 2007
    Location
    Victoria
    Posts
    63
    Cheers - here are the results:

    [TiVo [p0] ~]# cat /etc/oztivo.conf
    # OzTiVo menu configuration settings file
    # Please do not edit this file
    # Run the nic_config_tivo tool to reconfigure
    nic=TurboNet
    ip=192.168.1.10
    mac=00:0B:AD:43:48:51
    timing=3
    hostname=oztivo
    emulator=minnie.tuhs.org
    emulatorport=80
    netmask=255.255.255.0
    gateway=192.168.1.1
    ssid=
    wep=
    wepkey=
    [TiVo [p0] ~]#


    Sam
    Phillips S1 with turbonet and 300gb seagate FTA STB
    Victoria - Australia

  5. #25
    Can you post the contents of the following commands:

    grep -i emuproxy /etc/rc.d/rc.sysinit.author

    cat /etc/tclient.conf | sed '/^#/d'

  6. #26
    Join Date
    Jun 2007
    Location
    Victoria
    Posts
    63
    certainly, will do as soon as I get home. Cheers,
    Sam
    Phillips S1 with turbonet and 300gb seagate FTA STB
    Victoria - Australia

  7. #27
    Join Date
    Jun 2007
    Location
    Victoria
    Posts
    63
    [TiVo [p0] ~]# grep -i emuproxy /etc/rc.d/rc.sysinit.author
    if checkyesno emuproxy_enable; then
    if [ "$emuproxy_version" = "2" ]; then
    # Run emuProxy2
    /hack/bin/emuProxy2 -s 131.244.9.101 -p $emulatorport &
    if [ "$emuproxy_version" = "3" ]; then
    # Run emuProxy3
    /hack/bin/emuProxy3 -s 131.244.9.101 -p $emulatorport &
    if [ "$emuproxy_version" = "ZA" ]; then
    # Run emuProxyZA
    # For other config changes, do them in /hack/etc/emuProxyZA.conf
    /hack/bin/emuProxyZA -s $emulator -p $emulatorport &
    [TiVo [p0] ~]#


    [TiVo [p0] ~]# cat /etc/tclient.conf | sed '/^#/d'

    000:
    126::66.23.218.193:80:::

    127::127.0.0.1:8000:::
    [TiVo [p0] ~]#


    Let me know what you think and if there is anything else you want me to test. Cheers,
    Sam
    Phillips S1 with turbonet and 300gb seagate FTA STB
    Victoria - Australia

  8. #28
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    Wibble, since v1.6 of the OzTiVo image rc.sysinit.author is no longer edited. We use a config file instead. The default is /etc/dflt_sysinit.conf or if modified /etc/sysinit.conf

    sparker, can you try the following:
    grep -i emuproxy /etc/sysinit.conf
    grep -i emuproxy /etc/dflt_sysinit.conf
    cat /hack/etc/emuProxyZA.conf

    The first one probably won't work, thats ok.

    Peter.
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

  9. #29
    Join Date
    Jun 2007
    Location
    Victoria
    Posts
    63
    [TiVo [p0] ~]# grep -i emuproxy /etc/sysinit.conf
    grep: /etc/sysinit.conf: No such file or directory
    [TiVo [p0] ~]#
    [TiVo [p0] ~]# grep -i emuproxy /etc/dflt_sysinit.conf
    emuproxy_enable="YES" # Start one of the emuproxy programs:
    emuproxy_version="ZA" # Either "2", "3" or "ZA"
    [TiVo [p0] ~]#
    [TiVo [p0] ~]# cat /hack/etc/emuproxyZA.conf
    cat: /hack/etc/emuproxyZA.conf: No such file or directory
    [TiVo [p0] ~]#


    looks like the first and the last didn't work. Does that suggest something?
    Sam
    Phillips S1 with turbonet and 300gb seagate FTA STB
    Victoria - Australia

  10. #30
    Join Date
    Jun 2007
    Location
    Victoria
    Posts
    63
    update - yep it did, just took a second:

    [TiVo [p0] ~]# cat /hack/etc/emuProxyZA.conf
    # emuProxyZA.conf

    # the serverip is specified in /etc/oztivo.conf
    # any serverip specified here will be ignored
    # modify rc.sysinit.author if you wish to change the emulator address
    # serverIP=131.244.9.101

    forceUpdate=0
    raw=1

    # all recognised parameters are listed below:
    # taken from http://tivoza.nanfo.com/forum/viewtopic.php?t=180#1268 2/7/06

    # debug: 0=No debug, 1=Debug info, 2=Detailed debug info
    # serverIP: Guide server DNS or IP address, default: 204.176.49.2 (TiVo Inc)
    # serverPort: Guide server port, default: 80
    # localPort: emuProxyZA IP address, default: 0.0.0.0
    # localIP: emuProxyZA port, default: 8000
    # DNSconf: File containing the DNS nameserver, default: '/etc/resolv.conf'
    # proxyIP: Proxy server IP or DNS address
    # proxyPort: Proxy server port
    # proxyUser: Username for proxy authentication
    # proxyPassword: Password for proxy authentication
    # raw: 1=Raw send, don't "clean" requests to mlog.cgi or HServer.cgi, 2=Raw send without making any unspecified changes to the requests
    # onScreen: Display the file being requested on screen via osd_cons
    # debugPath: Path to save request & response trace files
    # saveRequests: Save request trace files
    # saveResponses: Save response trace files
    # forceUpdate: 0=No change, 1=Force request to download all new guide slices, 2: Only download latest slices
    # timeOffset: Offset returned NTP time by OffsetAmount minutes
    # ntpIP: NTP (time server) to use
    # guideDays: Maximum guide days you would like to download (your provider needs to support this function for it to work)
    # weekDays: The days of the week you wish to download guide data, list each day from 0 to 6 (0 is Sunday). i.e. to download on Tuesdays and Fridays use: -w 25
    # locationID: Change your Postal Code
    # tcInfo: Fix the submitted TCINFO, so it sends the correct server connection settings not emuProxyZA settings
    # urlbase: Download slices direct from server, don't go via emuProxyZA
    [TiVo [p0] ~]#
    Phillips S1 with turbonet and 300gb seagate FTA STB
    Victoria - Australia

Similar Threads

  1. Can't make first call SerialPPP with dialup
    By MJW in forum Question and Answer Forum
    Replies: 32
    Last Post: 10-09-2007, 07:04 PM
  2. Make Tivo over the Internet
    By Mike Sharkey in forum Question and Answer Forum
    Replies: 16
    Last Post: 16-08-2007, 01:55 AM
  3. NZ Tivo able to make use of keywords/actors/etc?
    By BenMorgan in forum New Zealand General Forum
    Replies: 1
    Last Post: 29-11-2006, 04:30 PM
  4. TivoWebPlus won't make Phone call
    By lagomatic in forum Question and Answer Forum
    Replies: 22
    Last Post: 17-10-2005, 05:55 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •