[mythtv-users] ATRPMS mythtvsetup in wrong RPM?

Tom Marshall tommy at home.tig-grr.com
Mon Feb 16 11:44:01 EST 2004


On Mon, Feb 16, 2004 at 07:10:48AM -0500, papenfuss at juneau.me.vt.edu wrote:
> 	Hello all.  Good news is I've been having enough fun with mythtv to 
> decide to make a standalone frontend.  Bad news is I forgot how much work I put 
> into building the original backend/frontend.  I ended up compiling just about 
> everything (except for the xmltv stuff) from source.  Not too bad on the dual 
> PIII-933, but the slave box I'm building is just a Celeron 366->550, so I'm 
> trying to go with rpms.

If you like your setup on the initial machine and you are running the same
version of the same distro on the second machine, why not just copy the
files over?  Everything you compiled yourself should be under /usr/local,
and a fresh install should have an empty /usr/local.  You should be able to
do something like this:

  $ cd /usr/local
  $ tar cvf - * | ssh otherbox "cd /usr/local; tar xf -"

You can do a similar thing with the kernel (though I don't know about
running an SMP kernel on a uniproc box).

I usually compile things on my AMD 1700 and then copy them over to my
Celeron 466 with a similar command.  Saves a bunch of time.

-- 
"Trying to make bits uncopyable is like trying to make water not wet. The
sooner people accept this, and build business models that take this into
account, the sooner people will start making money again."
        -- Bruce Schneier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 240 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-users/attachments/20040216/2bd006b2/attachment.pgp


More information about the mythtv-users mailing list