[mythtv-users] Is it possible to use nuvexport on a host remote from the backend?

2006-01-29 Thread William Kenworthy
Is it possible to use nuvexport on a host remote from the backend?
I have a more powerful machine than the backend one, which runs
mythfrontend fine.  However, when I try and use nuvexport I get:


Loading MythTV recording info.
This host not configured for myth.
(No RecordFilePrefix defined for rattus in the settings table.)


Needless to say nuvexport works fine on the backend.  This is a bit
weird as the backend mysql database does not have a RecordFilePrefix
column in the settings table.

BillK


-- 
William Kenworthy [EMAIL PROTECTED]
Home!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Is it possible to use nuvexport on a host remote from the backend?

2006-01-29 Thread Chris Petersen
 Is it possible to use nuvexport on a host remote from the backend?
 I have a more powerful machine than the backend one, which runs
 mythfrontend fine.  However, when I try and use nuvexport I get:
 
 
 Loading MythTV recording info.
 This host not configured for myth.
 (No RecordFilePrefix defined for rattus in the settings table.)
 
 
 Needless to say nuvexport works fine on the backend.  This is a bit
 weird as the backend mysql database does not have a RecordFilePrefix
 column in the settings table.

Install a frontend on your remote box, run it once to get things 
configured, then nuvexport will work.

-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Is it possible to use nuvexport on a host remote from the backend?

2006-01-29 Thread Chris Petersen
 As mentioned, I have a fully working mythfrontend on the remote box.  It
 does not work.  rattus is the remote machine.

Sorry, missed that.

 Any ideas?

The only thing I can think of is that `hostname` returns a value 
different than the one mythfrontend finds.  What do you get from the 
following:

SELECT * FROM settings WHERE value=RecordFilePrefix;

and what do you get when you run `hostname` on your remote machine?

-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users