PDA

View Full Version : [mythbuntu] ATFTPD Mythtv mvpmc startup troubles.


jcoman
February 15th, 2009, 03:16 PM
I started installing a MediaMVP on my Mythbuntu network. I currently have a backend and a frontend running on separate computers but I am having trouble with the MediaMVP.

When I turn everything on nothing happend on the MediaMVP side.

I think I have the \tftpboot\dongle.bin.config file setup properly but I don't know what triggers this file to download to the MediaMVP.

I don't see anything in the error log but maybe I am looking in the wrong log.

I can ping the address that my DHCP server sends to the MediaMVP but behond that nothing happens.

Any suggestions would be greatly appreciated.

Thanks,
jcoman

sedwards
October 22nd, 2009, 05:25 PM
From my /etc/dhcpd.conf file:

host mvpmc.example.com
{
filename "dongle.bin.mvpmc";
option root-path "/home/mvp,rsize=4096,wsize=4096,nolock";
fixed-address mvpmc.example.com;
hardware ethernet 00:0d:fe:0c:5d:90;
}