News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

mpvserver und suse 10.0

Started by dejuh, January 29, 2006, 23:01:05

Previous topic - Next topic

dejuh

Hi @l,
sorry for my little english,
i have a problem with vompserver.I have the plugin mediamvp and vompserver on my VDR.
The plugin i looks on the menü of vdr is korrect.with orginal dogle.bin go my Mediamvp.
But i have delite the orginal dongle.bin and copy the vomp-dogle.bin >dongle.bin to /tftboot.
The mediamvp bootet and on the screen come "Lacating Server"
Ping IP-mvp great.........
What can i do?
Please help me or wanted Howto of German.....

Dejuhl

Chris

(Dejuh: I meant in German :) )

If you can ping the MVP when it is at the "Locating server" stage then it is very nearly ok. It will be broadcasting for the vompserver plugin on the network - do you have a firewall on your VDR linux box? The MVP will need port 3024 open on UDP and TCP to talk to vompserver.

dejuh

Hi Chris,
Thank you .....
no i have not a firewall on my vdr.must i make other of mediamvp then this works.
dejuh

Chris

Is your VDR process taking 100% CPU time?

Can you run this command:

lsof | grep UDP

and see if there is an entry for port 3024 from vdr.

dejuh

Hi Chris,

server:~ # lsof | grep UDP
portmap   5080     nobody    3u     IPv4              11570                 UDP                                               *:sunrpc
nmbd      5281       root    6u     IPv4              11938                 UDP                                               *:netbios-ns
nmbd      5281       root    7u     IPv4              11939                 UDP                                               *:netbios-dgm
nmbd      5281       root    8u     IPv4              11941                 UDP                                               server.domain.de:netbios-ns
nmbd      5281       root    9u     IPv4              11942                 UDP                                               server.domain.de:netbios-dgm
miniserv. 5383       root    5u     IPv4              12340                 UDP                                               *:ndmp
dhcpd     5419      dhcpd    6u     IPv4              12561                 UDP                                               *:bootps
rpc.mount 5657       root    6u     IPv4              13524                 UDP                                               *:entrust-ash
xinetd    5888       root    5u     IPv4              14293                 UDP                                               *:tftp
xdm       5923       root    5u     IPv6              14363                 UDP                                               *:xdmcp
ypserv    5943       root    4u     IPv4              14401                 UDP                                               *:nqs
rpc.yppas 5962       root    4u     IPv4              14424                 UDP                                               *:asia
rpc.ypxfr 5965       root    3u     IPv4              14434                 UDP                                               *:3com-amp3
vdr       6392       root    5u     IPv4              15917                 UDP                                               *:nds_sso
vdr       6392       root   10u     IPv4              15923                 UDP                                               *:16881


What can i make?
Dejuh

Chris

Yes, this is showing the problem.

On my server I have

vdr         512       chris   10u     IPv4    1506829                 UDP *:3024

Which is the vompserver plugin. You don't have it. Could you check your vdr log to see what it is saying about the vompserver plugin startup?

Also could you run "top" to see if VDR is eating 100% cpu time?

dejuh

Hi Chris
6392 root      16   0  131m 9664 3208 S  1.7  0.9   0:07.96 vdr

What can i do ?
What must i make ?
The Vompserver-plugin is on VDR,i see it on the menü.........................
Dejuh

Chris

For some reason the vompserver plugin has failed to open port 3024 but it isn't a problem I have seen before.

Can you do this command please:

lsof -P | grep UDP

I am looking for a reason why the vompserver plugin would fail to get that port.

dejuh

#8
Hi Chris,
hier is it:

server:~ # lsof -P | grep UDP
portmap   5080     nobody    3u     IPv4              11570                 UDP *:111
nmbd      5281       root    6u     IPv4              11938                 UDP *:137
nmbd      5281       root    7u     IPv4              11939                 UDP *:138
nmbd      5281       root    8u     IPv4              11941                 UDP server.domain.de:137
nmbd      5281       root    9u     IPv4              11942                 UDP server.domain.de:138
miniserv. 5383       root    5u     IPv4              12340                 UDP *:10000
dhcpd     5419      dhcpd    6u     IPv4              12561                 UDP *:67
rpc.mount 5657       root    6u     IPv4              13524                 UDP *:710
xinetd    5888       root    5u     IPv4              14293                 UDP *:69
xdm       5923       root    5u     IPv6              14363                 UDP *:177
ypserv    5943       root    4u     IPv4              14401                 UDP *:607
rpc.yppas 5962       root    4u     IPv4              14424                 UDP *:626
rpc.ypxfr 5965       root    3u     IPv4              14434                 UDP *:629
vdr       6392       root    5u     IPv4              15917                 UDP *:3024
vdr       6392       root   10u     IPv4              15923                 UDP *:16881

Dejuh
But Chris , i have 64 bit AMD,i have in all makefile -fPIC

Chris

Oh it is there, it was just disguising itself as nds_sso before.

Did you download a current CVS version of the server plugin?
If so, replace your vompserver plugin with this one:

http://prdownloads.sourceforge.net/vomp/vompserver-0.1.0.tar.gz?download

If that doesn't work, I give up!  :)

dejuh


Chris

The current CVS is unstable and only works with the current CVS client version.

dejuh

Hi Chris,
Thank you i make it.
i must go to bed..........
Dejuh

Chris


dejuh

Hi Chris,
i have test,but mediamvp not startet.
Then i make in VDR "make plugins" i don't have a line in setup.conf.
You have in setup.conf vompserver ?
Dejuh