Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Tivoweb not starting

  1. #11
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    The rc.d directory is fine, and tivowebplus did try and start.

    The only obvious thing I could suggest is it might be a bad TWP install, but doesn't really explain why it works when manually started.

    Does tivoweb.log look normal if started manually.

    Try downloading the newest zip from tivowebplus and follow the instructions on that page for installation.

    Other then that, I'll leave the TWP troubleshooting up to Thomson, as it's his baby.

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

  2. #12
    Join Date
    May 2004
    Location
    Wellington, NZ
    Posts
    477
    Quote Originally Posted by BenD View Post
    child process exited abnormally while executing:
    exec ifconfig | grep "inet addr" | grep -v "127.0.0.1"
    Hmm... seems that one of the above commands does not exist (or more likely is not in the PATH) at the time the application is being started. You may wish to check that the PATH contains these binaries.

    If you are still stumped you can find the spot in the rc.* files where TWP is being started and just add the following just before it:
    Code:
    (ifconfig | grep "inet addr" | grep -v "127.0.0.1") >/var/log/TWP_debug.txt 2>&1
    The reboot and have a look in TWP_debug.txt, it should contain an error message describing what the actual problem is.

Similar Threads

  1. Movie downloads available starting next week on TiVoHD.
    By petestrash in forum Australian TiVoHD
    Replies: 0
    Last Post: 25-11-2008, 06:32 PM
  2. starting recording early and late finish
    By donm in forum Question and Answer Forum
    Replies: 27
    Last Post: 22-09-2008, 04:08 PM
  3. TurboNet card not starting up
    By SteveCourt in forum Question and Answer Forum
    Replies: 6
    Last Post: 01-07-2008, 07:23 AM
  4. TIVOWebPlus not starting
    By jamesljm in forum Question and Answer Forum
    Replies: 23
    Last Post: 23-02-2008, 06:47 PM
  5. Replies: 1
    Last Post: 01-08-2005, 02:27 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
  •