I'm now getting "Failed To Locate GUI Server". The wiki states 
(http://mvpmc.wikispaces.com/tftp?responseToken=153bf0c2b1d697178bec0e15566f0742)
 
that possible problems are a missing file or a problem with the DHCP server. 
I don't see any problems with the DHCP server and I can ping the MediaMVP. 
All of the files mentioned in the wiki indicates that all files are present. 
So, is it a problem with my dongle.bin.conf file? Here's what the file looks 
like:

[EMAIL PROTECTED] ~]$ cat /var/lib/tftpboot/dongle.bin.config
# dongle.bin.conf
TZ='MST+7MDT,M4.1.0/2,M10.5.0/2' ; export TZ
echo "TZ='MST+7MDT,M4.1.0/2,M10.5.0/2'; export TZ" > /etc/shell.config;
mvpmc --vlc 192.168.0.4 &

Contents of /var/lib/tftpboot:

[EMAIL PROTECTED] ~]$ ls -l /var/lib/tftpboot/
total 2454
-rw-r--r-- 1 root root 2499104 2008-06-09 21:32 dongle.bin
-rw-r--r-- 1 root root     161 2008-06-11 16:58 dongle.bin.config
-rw-r--r-- 1 root root      40 2008-06-09 21:34 dongle.bin.ver

/etc/rc.local:

[EMAIL PROTECTED] ~]$ cat /etc/rc.local
#!/bin/sh
#
### BEGIN INIT INFO
# Provides: rc.local
# X-Mandriva-Compat-Mode
# Default-Start: 2 3 4 5
# Short-Description: Local initialization script
# Description: This script will be executed *after* all the other init 
scripts.
#              You can put your own initialization stuff in here if you don't
#              want to do the full Sys V style init stuff.
### END INIT INFO
.
.
/usr/bin/v4l2-ctl -i 5 --set-ctrl=volume=59535
.
.
.
/usr/sbin/in.tftpd -l -a 192.168.1.4:16869 -c -s /var/lib/tftpboot &
/usr/sbin/mvprelay 16881 5906 6337 192.168.1.4 &
vlc -I telnet &

script for network streaming:

[EMAIL PROTECTED] ~]$ cat vlcPVRstream
vlc -vvv --color 
pvr:///dev/video0:norm=ntsc:size=720x576:channel=5:bitrate=3000000:maxbitrate=4000000
 --cr-average 
1000 --sout '#rtp{mux=ts,dst=192.168.1.10}' --ttl -I telnet --server-port 
5212 --file-logging --logfile vlc.txt

Is there any other info that I can provide that would be useful for resolving 
this problem?

More info at: http://pastebin.ca/1045566


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to