On Thu, Mar 5, 2009 at 1:56 AM, JC PTG <j...@protypegraphics.com> wrote:
> When I run "lsof -l udp:69" I get the following
>
> lsof: status error on udp:69: No such file or directory
> lsof 4.78

You need to use -i not -l.


>> Are you using version H or newer MVP hardware?
>
> I am using the older model.

Good.  That makes it easier.

> I notice that in the command above I am telling tftp where to get the file
> and where to send it.  How does MediaMVP know where to get this file?

It should be told where to get it by the DHCP server.  For example,
here is the portion of the dhcpd.conf I'm using which is relevant to
my mvp:

group {
  next-server 192.168.34.1;          # IP address of your TFTP server

  host mvp { # NOTE: Change the hardware ethernet to the MAC address
of your actual MVP
           hardware ethernet 00:0d:fe:00:58:dd;
           fixed-address 192.168.34.13;
           filename "dongle.bin.mvpmc";
           option root-path "/home/mvp,rsize=4096,wsize=4096,nolock";
  }

}

You can see this has both the IP address of the tftp server and the
filename of the dongle file.  When the MVP does a dhcp request, the
dhcp server sends back this information along with the MVP ip address
and other DHCP info.

Eric

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Mvpmc-users mailing list
Mvpmc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to