DJanGo wrote: 
> You did right - i was wrong..
> 
> Since your lms stopps it cant be in the Processlist - do the same again
> - but these time with two cmds running the same command.
> 
> >   > 
  - netstat  -ano|findstr "53"|findstr "TCP"
  - start lms and go asap to the other cmd
  - netstat  -ano|findstr "53"|findstr "TCP"
  - there must be a diiference between these output is there any?
  > > > 
> 
> You wouldnt find that pid in tasklist cause lms stopps...

Ok, this is the first output, LMS off:

Code:
--------------------
    C:\WINDOWS\system32>netstat -ano|findstr "53"|findstr "TCP"
  TCP    0.0.0.0:5357           0.0.0.0:0              ABHÖREN         4
  TCP    [::]:5357              [::]:0                 ABHÖREN         4
  
--------------------


And this is the second output, immediately after starting LMS - I
catched this phase only once, looks like it's like this just for a
second:

Code:
--------------------
    C:\WINDOWS\system32>netstat -ano|findstr "53"|findstr "TCP"
  TCP    0.0.0.0:5357           0.0.0.0:0              ABHÖREN         4
  TCP    192.168.13.71:9000     192.168.13.107:53450   HERGESTELLT     7924
  TCP    [::]:5357              [::]:0                 ABHÖREN         4
  
--------------------


After that, it looks like this:

Code:
--------------------
    C:\WINDOWS\system32>netstat -ano|findstr "53"|findstr "TCP"
  TCP    0.0.0.0:5357           0.0.0.0:0              ABHÖREN         4
  TCP    192.168.13.71:51753    192.168.13.136:49153   WARTEND         0
  TCP    [::]:5357              [::]:0                 ABHÖREN         4
  
--------------------

...where the second line repeats itself sometimes, with varying ports
behind 192.168.13.71:

..?


------------------------------------------------------------------------
pupvogel's Profile: http://forums.slimdevices.com/member.php?userid=38152
View this thread: http://forums.slimdevices.com/showthread.php?t=108013

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to