OUR NETWORK:TiVo Community TechLore Sling Community MediaSmart Home Pogoplugged See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 8364.37
January 19, 2007 12:30 AM

Categories: DVRupgrade Support Area

Rating (0 votes)
Rate This!

Member Avatar

b0b

Member
Joined: 05/25/2006

I just downloaded it today (Jan 19 2006).

Anyway the bug is ... when it is copying across hacks, it will copy across /var/hack. Unfortunately the slicer has not mounted the new /var at /install/var, so as a result the /var/hack is copied into the new / instead of the new /var. In my case this filled up the /.

It gets worse ... on a tivo reboot, the new /var is mounted and effectively hides the copy of /var/hack on the newly created system. This means you cannot do anything such as move /var/hack back onto /var. I eventually had to create this script: /init/003_varh.init to fix it:

 mount -n  -o remount,rw /
umount -n /var
mv -f /var/hack /h
mount -n /var -n
mount -n -o remount,ro /

a reboot later and my directory was now available at /h and I was able to delete it.

The slicer should mount the new /var to be at /install/var so it copies /var directories to the right place.

I hope this bug report helps. ps. Tivo is working at 6.3  though. Good job! 

There are no comments.

Thread is locked, no more posts may be added.

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window