[mythtv-users] Diskless LTSP Frontend

Mike Perkins mikep at randomtraveller.org.uk
Sun Dec 29 19:24:07 UTC 2013


On 29/12/13 16:04, Craig Cook wrote:
>> Another question: is this set up suitable for development? Can you build
>> mythtv within the chroot environment? I'm worrying about ending up with a
>> build tailored to running on the server rather than the client. I have a
>> similar set up here, but I install the client onto a temporary harddisc,
>> rsync the installation to the server and then run the client using nfs.
>> When I build mythtv for the client, I make sure I run at least the
>> ./configure step on the client. I don't know whether any of this is
>> relevant or important.
>
> Yes, this should work.  The chroot environment looks like a full working
> ubuntu desktop.
>
> You should be able to install build tools and make whatever changes you like.
> Create the LTSP client image and see what happens.
>
> You should also be able to make "backup copies" of the image and put it back
> it the next version does not work.
>
> ie.
>
> cp -r /opt/ltsp/images /opt/ltsp/backup_images
>
> You may also want to backup the main dir
>
> cp -r /opt/ltsp/amd64 /opt/ltsp/backup_amd64
>
> Craig
>
The fact that the chroot looks like a full desktop isn't the problem. The
problem comes if the CPU in the server and client are too dissimilar. If you
build on the server, it will use the server's /proc and /sys values which may
give different compilation results - which will then be executed on the client.

-- 

Mike Perkins



More information about the mythtv-users mailing list