Results 1 to 4 of 4

Thread: OzTivo Image V1.5 - rc.sysinit.author

  1. #1
    Join Date
    Jan 2006
    Location
    Auckland
    Posts
    11

    OzTivo Image V1.5 - rc.sysinit.author

    I have being trying to get the Trickey program to work on V1.5 and can't seem to get it to perform a function following remote key-presses.

    In trying to figure this out I note that the rc.sysinit.author file (as I understand it the file that 'starts' the Cron & Trickey applications) has the following entries (this is only a fragment of this file):

    #### Start Programs ######

    # CCXSTREAM - stream to XBOX
    # google for ccxstream or search forums at xboxmediacenter.de
    #ccxstream &

    # CRON # Edit /hack/etc/crontab
    cron &

    # Trickey by Kevin Lentin provides a way to force tivo to
    # run commands by assign remote key sequences. Very Cool!
    # check out /hack/bin/trickey.README
    trickey &


    Shouldn't the line:
    "trickey &"
    not be:
    "/hack/bin/trickey &"?

    And similiarly for:
    "cron &"?

    In other word shouldn't there location be specified?

    I'm on a steep learning curve, so it may be obvious!

  2. #2
    Join Date
    May 2004
    Location
    Wellington, NZ
    Posts
    477
    Quote Originally Posted by argo
    In other word shouldn't there location be specified?
    While it is best to put the full path in to make it clear what is being run it is not necessary. In the instance where no path is given most operating systems will search for the executable using the PATH environment variable, and run the first match it comes across.

    This is likely to be set in one of the startup scripts, you can search for it by doing a "grep PATH= /etc/rc.d/rc.*". To display the current setting you can use "echo $PATH". You will find that many of the system "bin" directories will be specified in this "search path".

    A quick example would be: If PATH=/usr/bin:/usr/local/bin:/var/hack/bin, and the command "cron" was issued, then it would first try /usr/bin/cron, then /usr/local/bin/cron and finally /var/hack/bin/cron. If non of these matched then it would return with an "unknown command" error.

    Hope this helped.

  3. #3
    Join Date
    Jan 2006
    Location
    Auckland
    Posts
    11
    Thanks thomson, reminds me of DOS batch programming - so PATH would explain, why cron (which did not have a path specified either) worked last night (carrying out a daily_call).

    This means I need to look elsewhere for my non-functional trickey! Has anybody else had problems getting this to work?

  4. #4
    Join Date
    Apr 2004
    Location
    Perth, Western Australia
    Posts
    3,037
    If you try ps ax you can see if trickey is running.

    There is a known error in the IP display code of /hack/etc/trickey.conf (CLR should be CLEAR). See KnownIssuesCurrentImageRelease

    There are only 3 tricks loaded (and only 2 work till you fix the above).

    Code:
    # This one will force a daily call
    DailyCall       CLEAR,LIVETV,CLEAR          3        /hack/bin/forcedailycall.tc
    l &
    # This one will display IP address of TiVo
    ShowIP       CLEAR,NUM1,CLR           2        newtext2osd -s 15 -t "`ifconfig $
    DYNAMIC_NET_DEV | sed 's/.*addr:\([0-9.]*\).*/\1/;t;d'`"
    # This will set TiVo in to Maintenance Mode on next reboot
    MaintMode       CLEAR,NUM9,NUM1,CLEAR           3        /hack/bin/set_maintenan
    ce_mode.sh &
    Peter.
    Please search this forum and our Website for your TiVo questions before starting a new thread. Thanks!

Similar Threads

  1. oztivo image
    By framtech in forum Software Upgrades/Mods
    Replies: 4
    Last Post: 20-07-2008, 09:19 PM
  2. I need the Old Oztivo Image
    By Videoguy in forum Question and Answer Forum
    Replies: 0
    Last Post: 16-01-2008, 08:13 AM
  3. Use nzTivo Image (based on 1.5) or OzTivo 1.6.2 ??
    By NoSignal in forum New Zealand General Forum
    Replies: 25
    Last Post: 22-08-2007, 06:54 PM
  4. oztivo image in USA
    By tappy in forum Question and Answer Forum
    Replies: 1
    Last Post: 17-11-2006, 07:49 PM
  5. Getting the ozTivo UK 2.5.5 image to work in NZ
    By tarx in forum New Zealand General Forum
    Replies: 3
    Last Post: 25-05-2005, 08:53 AM

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
  •