Search:

Type: Posts; User: lrhorer

Page 1 of 20 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    518

    It is probably not the file that is read-only. ...

    It is probably not the file that is read-only. It is probably the file system. You need to remount the file system as read-write:


    mount -o remount,rw /

    Be sure to remount it read-only when...
  2. Replies
    142
    Views
    16,266

    Please do me a favor and fix your tagline. It...

    Please do me a favor and fix your tagline. It should be either:

    2. You're going to have to open the TiVo voiding your warranty.

    or else:

    2. You are going to have to open the TiVo voiding...
  3. Replies
    10
    Views
    518

    DO NOT USE NOTEPAD!!!!!!! Ever. Use a...

    DO NOT USE NOTEPAD!!!!!!!

    Ever.

    Use a decent editor. In particular never try to use Notepad (or wordpad, or whatever) to try to edit a Linux or Mac file. If you must use a Windows editor, use...
  4. Replies
    10
    Views
    518

    What version of Windows are you running? I...

    What version of Windows are you running?

    I might suggest you add tserver to the /etc/rc.d/rc.sysinit.author file so it runs automatically.
  5. Replies
    10
    Views
    518

    Um, no, it isn't. \var\hack is not a valid path...

    Um, no, it isn't. \var\hack is not a valid path in Linux. /var/hack is. It looks like you have it correct in your configuration, however.

    Have you read the docs in my signature? Is 192.168.1.6...
  6. Replies
    10
    Views
    518

    Well, first of all, where is tserver on your...

    Well, first of all, where is tserver on your TiVo? If it is not in /var/hack, then you will never be able to start tserver from the TyTool menu. That will have nothing to do with automatically...
  7. Replies
    245
    Views
    80,116

    You're welcome.

    You're welcome.
  8. Replies
    1
    Views
    174

    You are trying to place a 2T image on a 1T drive?...

    You are trying to place a 2T image on a 1T drive? I'm not surprised at the segfault. A segmentation faulty is an attempt to access an invalid memory location. My guess is the OS is trying to...
  9. Replies
    55
    Views
    1,917

    One definitely needs to understand fully what is...

    One definitely needs to understand fully what is going on, because the above commands are definitely not the ones anyone other than me is likely to employ. It's really not that difficult, but one...
  10. Replies
    55
    Views
    1,917

    Well, there are a number of ways. If the...

    Well, there are a number of ways. If the existing hard drive has a few hundred Megs available, it makes it a lot easier. If not, then unless you want to go to a great deal of trouble, it will...
  11. Replies
    55
    Views
    1,917

    Which is a good reason to expand partitions 2 and...

    Which is a good reason to expand partitions 2 and 5 and mount one of them under /var/hack. That way it should not get whacked when the TiVo rebuilds /var. I make partition 5 a mirror of partition 2...
  12. Replies
    3
    Views
    419

    Putting upgradesoftware=false in the boot parms...

    Putting upgradesoftware=false in the boot parms should prevent the upgade from proceeding, but the unit will still reboot every morning in an attempt to upgrade. The NoThanks hack will prevent the...
  13. Replies
    12
    Views
    3,381

    I decided to post my changes to mike's scripts...

    I decided to post my changes to mike's scripts for comparison.
    Here is my postinstall, which has a version of my hack_tivoapp script incorporated into it:


    #!/bin/bash...
  14. Replies
    55
    Views
    1,917

    It's complaining it can't close the root...

    It's complaining it can't close the root partition for write access (making it read-only), because there is a file handle open for writing. Do you have a file open for editing? If so, close it and...
  15. Replies
    55
    Views
    1,917

    No, the PROM turns control over to the kernel...

    No, the PROM turns control over to the kernel once it approves of it, and should have no influence on operations after that until the next boot. That's from a software perspective. If a couple of...
  16. Replies
    55
    Views
    1,917

    The system is not finding the file. That leads...

    The system is not finding the file. That leads me to believe there is a space, a tab, or some other invisible character in the filename. For example:


    RAID-Server:/tmp# touch "test "...
  17. Replies
    55
    Views
    1,917

    Type ls -l and report the results. Unless...

    Type

    ls -l

    and report the results. Unless you have changed the hacks.fil contents (removed all existing hack values and added at least one new set), however, there is no point in running...
  18. Replies
    55
    Views
    1,917

    The bootpage utility was included in the sample...

    The bootpage utility was included in the sample tarballs. On one of my TiVos:


    LivingRoom:/# bootpage -p /dev/hda
    root=/dev/hda7 updatesoftware=false

    ...
  19. Replies
    55
    Views
    1,917

    Well, the default is /var/hack: ...

    Well, the default is /var/hack:


    HackFile=/var/hack/hacks.fil
    They can go anywhere you like, as long as the value of HackFile is properly updated.


    That depends on your FTP client,...
  20. Replies
    55
    Views
    1,917

    Yes, of course. Nothing can be done to a drive...

    Yes, of course. Nothing can be done to a drive that is not attached. Whether running on the PC or on the TiVo, the drive has to be attached to the active device.


    No, not at all. Look at the...
  21. Replies
    55
    Views
    1,917

    Partitions - plural - actually. At least two of...

    Partitions - plural - actually. At least two of them, probably four, and not unlikely to be six.


    LivingRoom:/# pdisk -l /dev/hda

    stat: mode = 060660, type=Block
    size = 0, blocks = 0...
  22. Replies
    55
    Views
    1,917

    If you ran the hack_tivo script, and it was...

    If you ran the hack_tivo script, and it was successful, then it is not necessary to run the hack_tivoapp script manually. Look at the very last two lines of the hack_tivo script. It calls...
  23. Replies
    55
    Views
    1,917

    You can do it from any machine. The Linux one is...

    You can do it from any machine. The Linux one is fine. Presumably the Mac includes telnet and ftp clients. If not, you can obtain them. The first thing to try is open an X-Term and type

    telnet...
  24. Replies
    55
    Views
    1,917

    That depends on what hacks you have implemented...

    That depends on what hacks you have implemented so far. Generally, the first two hacks are telnet and ftp. See if you can telnet into the box and / or see if you can transfer a file via ftp.

    ...
  25. Replies
    55
    Views
    1,917

    Any code files which run on the system must be...

    Any code files which run on the system must be flagged as executable, or the kernel will not attempt to run them. The chmod utility changes the permissions for a file. The user permissions are a...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4