Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 52

Thread: Failed. Service unavailable

  1. #21
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    Do you have a copy of the original file you edited on your PC, can you attach it here?

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

  2. #22
    Join Date
    Dec 2005
    Location
    Christchurch, New Zealand
    Posts
    463
    One reason the serial transfers used to fail - the USB to serial adaptor was crap. However your transfer doesn't appear to have even started.
    I'll have a look at TeraTerm when I get home - I have a feeling there might be some other terminal setting to change.
    I used serial/dialup for a year, but it was so long a ago I've forgotten how I solved such issues.

    Quote Originally Posted by MelissaH View Post
    This is what i got:
    [TiVo [S3] ~]# sz /etc/oztivo.confsz /etc/oztivo.conf
    Can't open any requested files.
    Actually it looks like /etc/oztivo.conf is missing, that is why it can't send it.

    type cd /etc then ls -l or just ls to get a list of files in that folder. Is oztivo.conf listed?
    Last edited by Skolink; 18-05-2009 at 07:15 AM.

    TiVo Series3 TiVoHD x2

  3. #23
    Join Date
    Feb 2007
    Location
    Melbourne. Vic
    Posts
    79
    Ah guess its not there. I swear i didn't delete it! I am using hyperterminal also. Cheers.

    [TiVo [S3] /etc]# llss
    DEADJOE nsswitch.conf resolv.conf
    boot.expect ntpdate_local_ip services
    build-version oztivo_version sysinit.conf
    chap-secrets palmod.conf sysinit.conf~
    chat-script pap-secrets syslog.conf
    dflt_sysinit.conf postcodezones tclient.conf
    dhclient-script ppp-options tclient.conf-oztivo
    dhclient.conf ppp-options.cua3 tclient.conf.orig
    fstab ppp-options.orig tclient.conf~
    fstab.hda4 profile tclientUK.conf
    fstab.hda7 protocols termcap
    hosts psdevtab termcap.orig
    inittab rc.d tivoconfig
    mtab rc.net.orig update_exclude
    [TiVo [S3] /etc]#

  4. #24
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    Try seeing if the file is anywhere on the TiVo.

    Run the find command from root.

    [TiVo [p0] ~]# find / -iname oztivo.conf

    Either way, you can just make a new one.

    # OzTiVo menu configuration settings file
    # Please do not edit this file
    # Run the nic_config_tivo tool to reconfigure
    nic=
    ip=
    mac=
    timing=
    hostname=
    emulator=
    emulatorport=
    netmask=
    gateway=
    ssid=
    wep=
    wepkey=

    By just making the above file with your details.

    You could also try using nic_config_tivo, but there were some versions that did not work correctly.

    Peter.
    Last edited by petestrash; 19-05-2009 at 02:47 AM.
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

  5. #25
    Join Date
    Dec 2005
    Location
    Christchurch, New Zealand
    Posts
    463
    Quote Originally Posted by MelissaH View Post
    I am using hyperterminal also
    Stop using Hyperterminal, it is a piece of crap. Also, have you got local echo turned on (it should be off).

    TiVo Series3 TiVoHD x2

  6. #26
    Join Date
    Feb 2007
    Location
    Melbourne. Vic
    Posts
    79
    I ran find / -iname oztivo.conf and nothing came back - weird.

    Also, i tried it all with tera term and had the same results. I have tried connecting to it using smartftp and can't get it to connect, it says something about the host rejecting it, so i don't know how to put in a new file?

    Any suggestions?

  7. #27
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    Try running nic_config_tivo to see if it will recreate your oztivo.conf file.

    Or just manually make a new one as suggested above.

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

  8. #28
    Join Date
    Feb 2007
    Location
    Melbourne. Vic
    Posts
    79
    ok, i ran nic_config_tivo and can now connect via ftp and via tivowebplus, yay! The file is below and i guess i now need to edit it? Could you please give me strict and easy instructions and i might get it right this time

    I tried an optimistic daily call and got 'Failed. Service unavailable'

    # OzTiVo menu configuration settings file
    # Please do not edit this file
    # Run the nic_config_tivo tool to reconfigure
    nic=TurboNet
    ip=192.168.0.10
    mac=00:0B:AD:44:60:83
    timing=16
    hostname=oztivo
    emulator=www.oztivo.net
    emulatorport=80
    netmask=255.255.255.0
    gateway=192.168.0.1
    ssid=
    wep=
    wepkey=

  9. #29
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    This method means you don't have to use an editor. Just type in everything in the quote exactly as shown below (there are 6 lines to type, hit 'enter' after each line).

    It's probably best to copy and paste these commands into Hyperterminal (or whatever you are using) one line at a time, to make sure there are no mistakes.

    cd /etc
    rw
    cp oztivo.conf oztivo.conf.old
    sed 's/80/9090/' oztivo.conf.old > oztivo.conf
    ro
    reboot
    Peter.
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

  10. #30
    Join Date
    Feb 2007
    Location
    Melbourne. Vic
    Posts
    79
    Ok, did that and still getting 'Failed. Service unavailable'

    Here is the updated file

    # OzTiVo menu configuration settings file
    # Please do not edit this file
    # Run the nic_config_tivo tool to reconfigure
    nic=TurboNet
    ip=192.168.0.10
    mac=00:0B:AD:44:60:83
    timing=16
    hostname=oztivo
    emulator=www.oztivo.net
    emulatorport=9090
    netmask=255.255.255.0
    gateway=192.168.0.1
    ssid=
    wep=
    wepkey=

Similar Threads

  1. Failed: Service unavailable
    By SteveP in forum TV Guide Issues
    Replies: 7
    Last Post: 15-04-2009, 01:00 AM
  2. Failed. Service unavailable
    By kiltannen in forum New Zealand TV Guide Issues
    Replies: 1
    Last Post: 17-12-2008, 09:01 PM
  3. Failed. Service unavailable
    By vex in forum TV Guide Issues
    Replies: 42
    Last Post: 14-10-2008, 11:42 PM
  4. Failed. Service unavailable
    By amilgrom in forum Question and Answer Forum
    Replies: 21
    Last Post: 16-10-2006, 10:13 PM
  5. Failed. Service unavailable
    By RalphMesiti in forum Question and Answer Forum
    Replies: 20
    Last Post: 24-05-2006, 03:26 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
  •