Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-12-23 Thread pupvogel

Hi,
just to let you know:
out of the blue, my LMS can contact the internet again...maybe something
was fixed in version 1512734075..?
OR it has to do with the major Windows 10 update that ran through a few
weeks ago, not sure.
I'm happy, merry christmas y'all ! :)



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-17 Thread pupvogel

DJanGo wrote: 
> Please remove the lms Server again.
> Reboot the System and search in the registry - for squeeze and logitech
> (a pure guess) remove all these keys (unless its your logitech mouse or
> Headset)
> Now reboot the system again and install 7.9.1
> 
> btw: which win10 is it? creator update?

Ok, did all that, also no folders or files were left after uninstall,
rebooted before and after deleting registry keys, installed newest
nightly (LogitechMediaServer-7.9.1-1508251793.exe) - same problem.

It's Win 10 Pro with all the recent updates, so creator update should be
in there too: 
Windows 10 Pro 1703 Build 15063.674



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-16 Thread DJanGo

pupvogel wrote: 
> 
> After that, it looks like this:
> > 
Code:

  >   > 
  > TCP192.168.13.71:51753192.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:
> 
> ..?

Thats random pure...

Each "new" IP session gets another former unused port. That the Port
ends with 53 (and is showing by searching 53) is  nothing else than pure
"luck".

sorry i switch to 
/german...
Der Lms macht offensichtlich keine Anfrage auf Port 53 - was DNS ist.
Das sieht verdammt nach einem Blockiermechanismus aus - denn lms
komplett neu ist ja schon mehrfach gemacht worden.

Wegen dem wechselnden Port - stells dir so vor du willst mit Programm x
http auf port 80 machen - wäre einfach, wenn der jetzt einfach als port
80 senden und empfangen würde - aber es gibt ja das Multitasking, also
mehrere Programme dürfen gleichzeitig werkeln. Also wird ein freier
Port genommen und die Anfrage für port 80 wird auf einen freien Port
geschoben. das passiert an vielen Stellen, und die merken sich das Ziel
und die quelle. Antwortet jetzt auf port xyz jemand, schaut der Router
und deine Maschine, wer das angfragt hat und gibt das dem Programm
weiter.

Der erste Wert ist die quelle und die zweite das Ziel. Andere Anfrage
anderer freier Port - das ist also ganz normal.
\German

Please remove the lms Server again.
Reboot the System and search in the registry - for squeeze and logitech
(a pure guess) remove all these keys (unless its your logitech mouse or
Headset)
Now reboot the system again and install 7.9.1

btw: which win10 is it? creator update?



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-16 Thread pupvogel

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"
  TCP0.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"
  TCP0.0.0.0:5357   0.0.0.0:0  ABHÖREN 4
  TCP192.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"
  TCP0.0.0.0:5357   0.0.0.0:0  ABHÖREN 4
  TCP192.168.13.71:51753192.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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread DJanGo

pupvogel wrote: 
> I'm not sure if I did this right

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...



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread pupvogel

DJanGo wrote: 
> Since i am not using Win-ten- and my lms operates with nomysqueebox - i
> cant help further except:
> 
> Open a cmdshell with admin privileges
> > 
Code:

  >   > 
  > netstat  -ano|findstr "53"|findstr "TCP"
  > 

> > 
> 
> remember all the numbers in the last row - these are the PIDs you need
> and change the last (marked red) PID against all these Numbers from
> this shell.
> 
> now open another cmd shell and type in:
> 
> Is there anything from squeeze*

I'm not sure if I did this right, but it looks like there isn't - first
output is this:


Code:

C:\WINDOWS\system32>netstat -ano|findstr "53"|findstr "TCP"
  TCP0.0.0.0:5357   0.0.0.0:0  ABHÖREN 4
  TCP192.168.13.71:49822192.168.13.136:49153   WARTEND 0
  TCP192.168.13.71:49823192.168.13.136:49153   WARTEND 0
  TCP192.168.13.71:49833192.168.13.136:49153   WARTEND 0
  TCP192.168.13.71:49843192.168.13.136:49153   WARTEND 0
  TCP192.168.13.71:49844192.168.13.136:49153   WARTEND 0
  TCP[::]:5357  [::]:0 ABHÖREN 4
  TCP[::1]:49676[::1]:5357 WARTEND 0
  TCP[::1]:49679[::1]:5357 WARTEND 0
  TCP[::1]:49694[::1]:5357 WARTEND 0
  TCP[::1]:49714[::1]:5357 WARTEND 0
  TCP[::1]:49730[::1]:5357 WARTEND 0
  



second is this:

Code:

C:\WINDOWS\system32>tasklist /FI "PID eq 49730"
  INFORMATION: Es werden keine Aufgaben mit den angegebenen Kriterien 
ausgeführt.
  
  C:\WINDOWS\system32>tasklist /FI "PID eq 5357"
  INFORMATION: Es werden keine Aufgaben mit den angegebenen Kriterien 
ausgeführt.
  
  C:\WINDOWS\system32>tasklist /FI "PID eq 0"
  
  Abbildname PID Sitzungsname   Sitz.-Nr. 
Speichernutzung
  =   === 
===
  System Idle Process  0 Services   0 8 
K
  
  C:\WINDOWS\system32>tasklist /FI "PID eq 4"
  
  Abbildname PID Sitzungsname   Sitz.-Nr. 
Speichernutzung
  =   === 
===
  System   4 Services   0   624 
K
  




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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread DJanGo

bpa wrote: 
> The OP has deleted all the old firewall entries and created new entry 
> (I hope not kept an old one) for the latest squeezesvr.exe

Since i am not using Win-ten- and my lms operates with nomysqueebox - i
cant help further except:

Open a cmdshell with admin privileges

Code:


  netstat  -ano|findstr "53"|findstr "TCP"
  



remember all the numbers in the last row - these are the PIDs you need
and change the last (marked red) PID against all these Numbers from this
shell.

now open another cmd shell and type in:
> tasklist /FI "PID eq PID"
Is there anything from squeeze*



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread bpa

DJanGo wrote: 
> So "dns resolution because of wrong dns Address" should not be a problem
> it looks like a port Problem aka Firewalltheme...

The OP has deleted all the old firewall entries and created new entry 
(I hope not kept an old one) for the latest squeezesvr.exe



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread DJanGo

bpa wrote: 
> The problem is more subtle than simply DNS failure.
> Back to problem - LMS being runs as a service or a subprocess of logged
> in user ?

think so...
one of is output is:

Code:

[17-09-21 20:04:26.2535] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:26.2533] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114



line 1114 on this file is (on my debian system -should be the same):
>   my $sa = AnyEvent::Socket::pack_sockaddr (DOMAIN_PORT, $server);
> 

But...
in line 40 of the same file there is a dns fallback routine.
So "dns resolution because of wrong dns Address" should not be a problem
it looks like a port Problem aka Firewalltheme...



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread bpa

The problem is more subtle than simply DNS failure.   It looks like the
IP address data returned by a DNS lookup (i.e. the Lookup routine worked
and returned valid data) which is then used by a another LMS routine to
pack the IP address into a another system call fails. 

As the same version fo LMS works on duplicate clean setup - this would
imply that something has been configured and/or installed that has
changed the underlying Windows in some way from a  "clean" system.  The
Perl used in Windows is 5.14 (don't try to go into reason why but due to
ActiveState)  which is a bit old so perhaps there is a small
incompatbility.  The problem with Windows version of LMS , it is not
possible to debug source modules without installing the standalone Perl
5.14 and LMS source modules.

Back to problem - LMS being runs as a service or a subprocess of logged
in user ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread pupvogel

DJanGo wrote: 
> lets start from scratch (i read the thread but mixed your lines with
> some others)
> 
> >   >   > 
  - Your System, that handles the lms works fine?
  - except dns in the lms portion?
  - dns didnt work at all?
  > > > 
> 
> If you open a cmdshell and put nslookup into the box - is there any
> "good" output like the name of your dns and the ip - that matches the
> settings from your router?
> If you type something like slimdevices.com - is there answer with some
> ip like 107.x.x.x ?
> 
> Just a silly simple question do you used some*#gnarfh*#! Tools like
> cccleaner or m$fixit o this system that often changes a running system
> into garbage?

System works fine, DNS works everywhere else - only LMS has problems.
In nslookup I get this:

Code:

C:\WINDOWS\system32>nslookup
  Standardserver:  fritz.box
  Address:  192.168.13.1
  
  > slimdevices.com
  Server:  fritz.box
  Address:  192.168.13.1
  
  Nicht autorisierende Antwort:
  Name:slimdevices.com
  Addresses:  107.23.199.237
  107.21.26.162
  


Which looks alright to me.
And no, I don't use any such tools.

But I had citrix receiver and TeamViewer on my system - I removed these
already because they were prime suspects, too.



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread DJanGo

pupvogel wrote: 
> I'll try everything :)

lets start from scratch (i read the thread but mixed your lines with
some others)


- Your System, that handles the lms works fine?
- except dns in the lms portion?
- dns didnt work at all?
  

If you open a cmdshell and put nslookup into the box - is there any
"good" output like the name of your dns and the ip - that matches the
settings from your router?
If you type something like slimdevices.com - is there answer with some
ip like 107.x.x.x ?

Just a silly simple question do you used some*#gnarfh*#! Tools like
cccleaner or m$fixit o this system that often changes a running system
into garbage?



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-14 Thread pupvogel

DJanGo wrote: 
> Hmm...
> 
> disable the f**ing IPv6 and the Pseudo-Interface Teredo Tunneling and
> reboot the System.
> That might be the fix.
> 
> cheers

I'll try everything :)

First I disabled the hidden Teredo-device in network adapters, but it
showed up again after a reboot, so I did "netsh interface teredo set
state disabled" and now it's really gone.
But: no success.



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-13 Thread bpa

DJanGo wrote: 
> Hmm...
> 
> disable the f**ing IPv6 and the Pseudo-Interface Teredo Tunneling and
> reboot the System.
> That might be the fix.
> 
> cheers
The OP says he has a duplicate newly installed system on same h/w (just
different disk) with IPV6 and there are no problems.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-13 Thread DJanGo

Hmm...

disable the f**ing IPv6 and the Pseudo-Interface Teredo Tunneling and
reboot the System.
That might be the fix.

cheers



DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-13 Thread bpa

pupvogel wrote: 
> Found three pdk-directories at that location, renamed them and
> rebooted.
> Two new directories reappeared then, after restart of LMS: no change...
> :(

They are temporary - it is best to delete them as if they are still open
windows will keeps track of the files (may even keep the old file in the
prefetch)  - clean version will be recreated if needed



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-13 Thread pupvogel

bpa wrote: 
> This is very unlikely to be the cause but you can check - usually
> somewhere in the Users Local Data Temp -  files beginning with "pdk"

Found three pdk-directories at that location, renamed them and
rebooted.
Two new directories reappeared then, after restart of LMS: no change...
:(



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-13 Thread bpa

pupvogel wrote: 
> Maybe this leads somewhere..?? I did a lot of re-installs of LMS on this
> machine, so maybe it was just too much for this mechanism.

This is very unlikely to be the cause but you can check - usually
somewhere in the Users Local Data Temp -  files beginning with "pdk"



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-13 Thread pupvogel

bpa wrote: 
> There used to be a number of AV s/w which inserted themselves illegally
> into nertwork modules chain of libraries to examine data streams.
> Uninstall did not rmeove them fully - it just disabled their checking
> but their side effects persisted.  I can't remember the tools used to
> rebuild the network stack.
> 
> edit:
> 
> The command line tools used was "netsh winsock" there are various
> parmeters which make the command do different types of action.  I don't
> have WIn 10 so I can't offer definite suggestions - I think for Win xp
> and 7 is used to be "netsh winsock reset catalog" but this clear out all
> users of TCP/IP so special s/w/ such asvPN etc may need to be be
> resinstalled.  You could try "netsh winsock show catalog" to see if AV
> is installedin the network stack.

Nothing antivirus-like showed up in the catalog, but I did it anyway:
- 'netsh winsock reset catalog', reboot, fixed adapter's ip-settings,
start LMS: no change
I even did an
- 'netsh int ip reset'
which includes the catalog reset, but that also didn't change a thing.
At least everything else still works... :)



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-12 Thread bpa

pupvogel wrote: 
> No, I use Avira, but maybe it's something similar...?
> Uninstalling Avira also did not resolve this issue, but maybe it did
> that nasty thing, too...

There used to be a number of AV s/w which inserted themselves illegally
into nertwork modules chain of libraries to examine data streams.
Uninstall did not rmeove them fully - it just disabled their checking
but their side effects persisted.  I can't remember the tools used to
rebuild the network stack.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-12 Thread pupvogel

d6jg wrote: 
> This may be completely irrelevant but do you use Avast by any chance?
> 
> Reason I ask. Client did an Avast upgrade which broke his previously
> working VPN. Error message clearly pointed to network issue where VPN
> host couldn’t be resolved. It did from nslookup before and after
> clearing dnscache.
> 
> Uninstalled Avast but still broken. Reset network TCP to default - there
> are instructions available for all W variants. Still broken.
> 
> The next option considered was a complete rebuild but as a last chance
> did a System Restore to a date before Avast upgrade. Worked. Why the
> network reset didn’t work but restore did is unclear. Anyway Avast did
> something nasty at TCP level that affected DNS.

No, I use Avira, but maybe it's something similar...?
Uninstalling Avira also did not resolve this issue, but maybe it did
that nasty thing, too...



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-12 Thread pupvogel

Hi,

really, thanks for digging into this !!

bpa wrote: 
> I don't have Win10 -  since the problem is hard to determine, I am
> pointing out area where known LMS issues occur - multiple network
> interfaces is one. Interface are usually selected from command line
> option.
> The main error "invalid host" occurs on a API where the host address
> (i.e. IP address) supplied is considered invalid. If DNS had failed - it
> would have been shown as an earlier error - so there is something odd.
> Are yiu using 
> 
> On the working Win10 system - have you done the same command ipconfig
> /all etc. to see if there is a difference ?

Yes, I did, and there is no difference, except for other ipv6
addresses.

> 
> GIven the working system is a "clean" system but has exactly same LMS
> software as "old" "faulty" system - then it would seem possible the
> problem with the "faulty" system is due to "old" files ort "old "
> settings somewhere
> Have you cleaned out all old occurances of "Logitech Media Server" from
> the Windows firewall ? with each install an entry is made for the
> application - it is a good idea to clean out all old entries and then
> manually add a new on for current version.

I tried switching off the whole firewall before, so I think this can be
ruled out - either way I checked the entries and found 5 for "Logitech
Media Server" (Squeezesvr.exe):
- one for private+public profiles and TCP-protocol
- one for private+public profiles and UDP-protocol
- three for all profiles and protocols

I deleted all of them except for one of those all/all rules. Problem
persists.

> 
> With each new install of  LMS, the Activestate Perl system "expands" the
> .exe and old undeleted "expansions" used to cause problems - I need to
> find out where these can be found and deleted.

Maybe this leads somewhere..?? I did a lot of re-installs of LMS on this
machine, so maybe it was just too much for this mechanism.

I really hope we can solve this, thanks again !!



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-09 Thread pupvogel

bpa wrote: 
> You have two network interfaces ?
> Have you told LMS which one to use ? otherwise it may pickup the wrong
> one (e.g. "Tunneladapter Teredo Tunneling Pseudo-Interface)

The mainboard actually has two network interfaces (Qualcomm Atheros and
Intel), but the Intel interface is deactivated in the BIOS, so it is not
even showing up in Windows Device Manager. And switching from Atheros to
Intel interface did not help.

This Teredo-stuff is always displayed on my machine, even if I disable
ipv6.
And it is also displayed on the new Win10-test-installation, on which
LMS works.

Don't you see this in your system, too ?



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-09 Thread bpa

You have two network interfaces ?
Have you told LMS which one to use ? otherwise it may pickup the wrong
one (e.g. "Tunneladapter Teredo Tunneling Pseudo-Interface)



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-09 Thread pupvogel

bpa wrote: 
> You've done so many things - it's not clear how things are setup. I
> think it is necessary to get back to a "vanilla" and then chanegs only
> one thing at a time and see what, if any, changes in the log.
> 
> - Change Win 10 to use DHCP which sets all items Gateway and DNS.
> -  Change router to default values.
> 
> Then when all are back at "normal" settings - get baseline record of
> problem with LMS log, Win 10 & router settings 
> 1. Get LMS log as per post #1
> 2. Get Win1-0 settings using ipconfig /all
> 3. Get Router config. Router IP address, subnetwork mask and DNS 1 & 2
> settings (e.g Obtained from ISP, User defined, DNS relay, none, other)
> 
> Also between test as you could be changing DNS server - use "ipconfig
> /flushdns"  to clear DNS cache in Windows - otherwsie Windows may dish
> up old values and not changed ones.
> 
> Once a baseline is obtained - then suggeston can be made for a single
> change. After each change check LMS log, Win10 setting and Routers
> settings as finger trouble may happen.

Ok, first another nugget of information:
Out of curiosity I created a new Windows 10 installation on the same
machine, but on an old spare hard drive, with only Antivirus and LMS
7.9.1 on it - and on that installation everything works fine, even when
using a fixed IP address..!?
I can't re-build the whole machine right now, so I'm back to the
installation as it was before.

I re-set the machine to use DHCP, rebooted, did a 'ipconfig /flushdns',
started LMS manually (it's not autostarting), tried to login, failed,
log output:


Code:

[17-10-09 15:14:51.0144] main::init (387) Starting Logitech Media Server 
(v7.9.1, 1505480690, Fri Sep 15 13:17:40 CUT 2017) perl 5.014001 - 
MSWin32-x86-multi-thread
  [17-10-09 15:14:51.2510] Slim::Networking::SqueezeNetwork::init (62) 
SqueezeNetwork Init
  [17-10-09 15:14:53.1019] Slim::Utils::Misc::msg (1250) Warning: 
[15:14:53.1016] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:14:53.1025] Slim::Utils::Misc::msg (1250) Warning: 
[15:14:53.1023] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:14:55.0914] Slim::Utils::Misc::msg (1250) Warning: 
[15:14:55.0911] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:00.1083] Slim::Utils::Misc::msg (1250) Warning: 
[15:15:00.1081] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:00.1085] Slim::Utils::Misc::msg (1250) Warning: 
[15:15:00.1085] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:02.0928] Slim::Utils::Misc::msg (1250) Warning: 
[15:15:02.0925] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:03.7307] Slim::Networking::SqueezeNetwork::login (326) 
Logging in to www.mysqueezebox.com as s...@pupvogel.de
  [17-10-09 15:15:05.7273] Slim::Utils::Misc::msg (1250) Warning: 
[15:15:05.7270] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:10.1085] Slim::Utils::Misc::msg (1250) Warning: 
[15:15:10.1082] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:10.1092] Slim::Utils::Misc::msg (1250) Warning: 
[15:15:10.1090] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:12.0929] Slim::Utils::Misc::msg (1250) Warning: 
[15:15:12.0926] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:12.7491] Slim::Utils::Misc::msg (1250) Warning: 
[15:15:12.7489] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-10-09 15:15:15.1084] Slim::Formats::XML::gotErrorViaHTTP (338) Error: 
getting http://www.mysqueezebox.com/api/sounds/v1/opml
  Couldn't resolve IP address for: www.mysqueezebox.com
  [17-10-09 15:15:15.1087] Slim::Plugin::Sounds::Plugin::_gotSoundsError (83) 
Error: Unable to cache Sounds & Effects menu from SN: Couldn't resolve IP 
address for: www.mysqueezebox.com
  [17-10-09 15:15:17.0928] Slim::Formats::XML::gotErrorViaHTTP (338) Error: 
getting http://opml.radiotime.com/Index.aspx?partnerId=16
  Couldn't resolve IP address for: opml.radiotime.com
  [17-10-09 15:15:17.0932] 

Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-05 Thread bpa

You've done so many things - it's not clear how things are setup. I
think it is necessary to get back to a "vanilla" and then chanegs only
one thing at a time and see what, if any, changes in the log.

- Change Win 10 to use DHCP which sets all items Gateway and DNS.
-  Change router to default values.

Then when all are back at "normal" settings - get baseline record of
problem with LMS log, Win 10 & router settings 
1. Get LMS log as per post #1
2. Get Win1-0 settings using ipconfig /all
3. Get Router config. Router IP address, subnetwork mask and DNS 1 & 2
settings (e.g Obtained from ISP, User defined, DNS relay, none, other)

Also between test as you could be changing DNS server - use "ipconfig
/flushdns"  to clear DNS cache in Windows - otherwsie Windows may dish
up old values and not changed ones.

Once a baseline is obtained - then suggeston can be made for a single
change. After each change check LMS log, Win10 setting and Routers
settings as finger trouble may happen.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-05 Thread pupvogel

epoch1970 wrote: 
> I have no idea what win 10 is. 
> An application firewall on the machine running LMS and that browser will
> happily do something like that. Make sure the LMS program/service is
> allowed to access outside the machine (in general or for DNS only)

Win 10 is WINDOWS 10, sorry if was unclear there.
Same thing happens when firewall is completely switched off and no
antivirus is running.

Just tried that again actually, as my first post is quite old already
and I am starting to disbelief myself...but I was right, still won't
work. :rolleyes:



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-05 Thread epoch1970

pupvogel wrote: 
> 
> I have no idea what win 10 is. 
> An application firewall on the machine running LMS and that browser will
> happily do something like that. Make sure the LMS program/service is
> allowed to access outside the machine (in general or for DNS only)



3 SB 3 • Libratone Loop, Zipp Mini • iPeng (iPhone + iPad) • LMS 7.9
(linux) with plugins: CD Player, WaveInput, Triode's BBC iPlayer by bpa
• IRBlaster by Gwendesign (Felix) • Server Power Control by Gordon
Harris • Smart Mix, Music Walk With Me, What Was That Tune? by Michael
Herger • PowerSave by Jason Holtzapple • Song Info, Song Lyrics by
Erland Isaksson • AirPlay Bridge by philippe_44 • WeatherTime by Martin
Rehfeld • Auto Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.

epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-05 Thread pupvogel

...sorry to interrupt, I' ll just give a quick status update on this
topic ;)

dhallag wrote: 
> So I had this exact problem and for me the issue was that my gateway was
> not matched from my internet provider.  I looked at my router settings
> to find the gateway, entered that, and that resolved the issue.  my
> gateway needed to be 75.75.75.75. and 75.75.76.76

I am not sure how I could do that, because the gateway assigned to me
from my provider changes from time to time. So I did something else:
I activated the second network adapter on my mainboard (Intel instead of
Qualcomm), this one I set to dynamic IP address (by DHCP), and this
magically...did nothing.
Same problem as before. Ah ok, and I should mention, the other
connection was deactivated for this test.
I think there must be something messed up in the LMS-package, probably
some extra-level of DNS-complication that doesn't work in my situation -
why else would the control panel's diagnostics screen show all
connections as OK, but then on the other hand fail to make a connection
to a site, that my browser can see..?

As I already mentioned in my first post, I also tried setting Google's
DNS server and the DNS server of my ISP directly in the Windows device
manager - no change.



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-05 Thread d6jg

Mnyb wrote: 
> Ok dns realay is the term :) I have no problem with that functionality I
> use my routers that way .
> Benefit is that you can change dns in one place if needed. The isp's
> I've had and currently have has good dns service ! I don't need to use
> other dns than the ones supplied by my isp . I've tried google dns way
> back with an older router but I did not really found any difference for
> my use cases .
> 
> I've also heard that some isp can have shoddy dns service . So it can be
> a real need for some to try out other services .

The issue with DNS relays on cheap domestic routers is that they ARE
cheap domestic routers made with low quality components and the DNS
relay (software) frequently fails. This is an area where you really do
get what you pay for.

Some ISPs do have incredibly poor (slow) DNS servers and IIRC studies
have showed that a slow DNS service is the biggest factor that
influences internet "speed" i.e. it doesn't matter how much bandwidth
you have if you use slow DNS servers you get slow internet.



*Pi3 with piCoreplayer music on QNAP TS419p via NFS*
iThingys/iPeng/Tablets/Jogglers
*Living Room* - Joggler & SB3 -> Onkyo TS606 - > Celestion Ditton F20s
*Office* - Pi -> Sony TA FE320 -> Celestion F10s / Pi & SB3 -> Onkyo CRN
755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-04 Thread Mnyb

d6jg wrote: 
> Domestic routers do not contain DNS servers but most act as DNS relays.
> The implementation can be hit and miss. It is often better to specify
> dns servers explicitly.
> Most U.K. ISPs allow you to use their DNS servers or other public DNS
> servers e.g. Google - 8.8.8.8 & 8.8.4.4
> Note some DNS servers are "caching" and others are true to the TTL set
> by the DNS host of the domain in question. Does it matter? Yes and No.

Ok dns realay is the term :) I have no problem with that functionality I
use my routers that way .
Benefit is that you can change dns in one place if needed. The isp's
I've had and currently have has good dns service ! I don't need to use
other dns than the ones supplied by my isp . I've tried google dns way
back with an older router but I did not really found any difference for
my use cases .

I've also heard that some isp can have shoddy dns service . So it can be
a real need for some to try out other services .




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-04 Thread d6jg

Mnyb wrote: 
> Did you mean DNS servers ? It can also be your router if it can provide
> dns .
> 
> That works for me in both the DNS entries and the gateway entry I use my
> routers IP address in all my devices and computers.
> 
> But you can ofcourse specify a DNS server on each device .

Domestic routers do not contain DNS servers but most act as DNS relays.
The implementation can be hit and miss. It is often better to specify
dns servers explicitly.
Most U.K. ISPs allow you to use their DNS servers or other public DNS
servers e.g. Google - 8.8.8.8 & 8.8.4.4
Note some DNS servers are "caching" and others are true to the TTL set
by the DNS host of the domain in question. Does it matter? Yes and No.



*Pi3 with piCoreplayer music on QNAP TS419p via NFS*
iThingys/iPeng/Tablets/Jogglers
*Living Room* - Joggler & SB3 -> Onkyo TS606 - > Celestion Ditton F20s
*Office* - Pi -> Sony TA FE320 -> Celestion F10s / Pi & SB3 -> Onkyo CRN
755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-01 Thread Mnyb

Did you mean DNS servers ? It can also be your router if it can provide
dns .

That works for me in both the DNS entries and the gateway entry I use my
routers IP address in all my devices and computers.

But you can ofcourse specify a DNS server on each device .




Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH 2 x
MeridianDSP5200 MeridianDSP5200HC 2 xMeridianDSP3100 +Rel Stadium 3
sub.
Bedroom/Office: Boom
Kitchen: Touch + powered Fostex PM0.4
Misc use: Radio (with battery)
iPad1 with iPengHD & SqueezePad
(spares Touch, SB3, reciever ,controller )
server HP proliant micro server N36L with ClearOS Linux

http://people.xiph.org/~xiphmont/demo/neil-young.html

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-10-01 Thread dhallag

pupvogel wrote: 
> yes..?

So I had this exact problem and for me the issue was that my gateway was
not matched from my internet provider.  I looked at my router settings
to find the gateway, entered that, and that resolved the issue.  my
gateway needed to be 75.75.75.75. and 75.75.76.76



LMS 7.9.1 on QNAP 219P+
3 wired Touch End Points
Jolida Tube DAC III
Marantz 2270 to Boston Acoustics Slimlines
Marantz 7010 to B CM10 S2

dhallag's Profile: http://forums.slimdevices.com/member.php?userid=30845
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-26 Thread dhallag

do you have your PC LMS is installed on as a static IP address?



LMS 7.9.1 on QNAP 219P+
3 wired Touch End Points
Jolida Tube DAC III
Marantz 2270 to Boston Acoustics Slimlines
Marantz 7010 to B CM10 S2

dhallag's Profile: http://forums.slimdevices.com/member.php?userid=30845
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-21 Thread pupvogel

bpa wrote: 
> The problem seems to be specifically DNS and not internet.
> What version of LMS is running ?  (not sure as you seem to have
> upgraded/downgraded between 7.7* and 7.9.*)
> 
> IIRC older version of LMS used a specfic DNS service perhaps openDNS. If
> so maybe blocked by Windows.
> 
> I suggest enable logging network.asyncdns to DEBUG to see if more info
> is available

I'm now running the latest nightly again (1505480690), I just downgraded
temporarily to check if that would fix the problem.

The network.asyncdns log was included above, the only meaningful lines I
get from it are these:

Code:

[17-09-21 20:04:29.2878] Slim::Networking::Async::DNS::__ANON__ (59) Lookup 
failed for repos.squeezecommunity.org
  [17-09-21 20:04:31.2622] Slim::Networking::Async::DNS::__ANON__ (59) Lookup 
failed for opml.radiotime.com
  [17-09-21 20:05:00.0164] Slim::Networking::Async::DNS::__ANON__ (59) Lookup 
failed for www.mysqueezebox.com
  [17-09-21 20:29:02.0554] Slim::Networking::Async::DNS::__ANON__ (64) Reset 
DNS resolver to pick up new configuration



These are the first log lines after a Server restart:

Code:

[17-09-21 20:04:05.5140] main::init (387) Starting Logitech Media Server 
(v7.9.1, 1505480690, Fri Sep 15 13:17:40 CUT 2017) perl 5.014001 - 
MSWin32-x86-multi-thread
  [17-09-21 20:04:07.2341] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:07.2272] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:07.2343] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:07.2343] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:09.2402] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:09.2400] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:14.2514] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:14.2512] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:14.2516] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:14.2515] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:16.2465] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:16.2462] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:24.2720] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:24.2718] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:24.2723] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:24.2722] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:26.2535] Slim::Utils::Misc::msg (1250) Warning: 
[20:04:26.2533] EV: error in callback (ignoring): pack_sockaddr: invalid host 
at /AnyEvent/DNS.pm line 1114
  [17-09-21 20:04:29.2871] Slim::Networking::Async::DNS::__ANON__ (59) Lookup 
failed for www.mysqueezebox.com
  [17-09-21 20:04:29.2873] Slim::Networking::Async::DNS::__ANON__ (64) Reset 
DNS resolver to pick up new configuration




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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-21 Thread d6jg

Apologies if this is teaching you to suck eggs (where doies that
expression come from?)

Bring up a command prompt and type

nslookup

and press enter

It should return the DNS server that Windows is using

Then type 

www.mysqueezebox.,com

Press enter

That should return the IP address of MySB as determined by your DNS
server

What do you see ?



*Pi3 with piCoreplayer music on QNAP TS419p via NFS*
iThingys/iPeng/Tablets/Jogglers
*Living Room* - Joggler & SB3 -> Onkyo TS606 - > Celestion Ditton F20s
*Office* - Pi -> Sony TA FE320 -> Celestion F10s / Pi & SB3 -> Onkyo CRN
755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-20 Thread garym

pupvogel wrote: 
> r...is there more to it than just select "Stop Logitech Media Server"
> and then restart it..?

correct. just do the above (stop LMS then restart). and do this well
after the machine LMS is on has an internet connection.



*Home:* VortexBox 4TB (2.4) > LMS 7.9.1 > Transporter, Touch, Boom,
Radio (all ethernet)
*Cottage:* VBA 3TB (2.4) > LMS 7.9.1 > Touch > Benchmark DAC I, Boom,
Radio w/Battery (all ethernet except Radio)
*Office:* Win8(64) > LMS 7.9.1 > Squeezelite
*Spares:* Transporter, Touch(3), Radio(3), Boom, SB3, CONTROLLER
*Controllers:* iPhone6 & iPadAir2 (iPeng & Squeezepad), CONTROLLER, or
SqueezePlay 7.8 on Win10(64) laptop
*Files:* ripping: dbpoweramp > FLAC; post-rip: mp3tag, PerfectTunes;
Streaming: Spotify

garym's Profile: http://forums.slimdevices.com/member.php?userid=17325
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-20 Thread pupvogel

toby10 wrote: 
> . and then rebooted LMS?  Same diagnostic results for LMS for all
> Ports (all say OK)?

If you mean the LMS control panel->Diagnostics->mysqueezebox.com: it
always shows the values 54.78.17.170/OK/OK/OK - even though it cannot
connect.



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-20 Thread pupvogel

bpa wrote: 
> IIRC This sort of problem can happen if LMS is started before network
> connection is up & running.  Is LMS running as a service to be started
> on system boot ?

Yes, it is. But if I stop the LMS and restart it (not the whole machine,
just the server), I still have the same problem.
Or...is there more to it than just select "Stop Logitech Media Server"
and then restart it..?



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-19 Thread bpa

IIRC This sort of problem can happen if LMS is started before network
connection is up & running.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-19 Thread toby10

pupvogel wrote: 
> no, i tried deactivating firewall AND antivirus - didn't change a
> thing... :confused:

. and then rebooted LMS?  Same diagnostic results for LMS for all
Ports (all say OK)?



toby10's Profile: http://forums.slimdevices.com/member.php?userid=12553
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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-19 Thread pupvogel

no, i tried deactivating firewall AND antivirus - didn't change a
thing... :confused:



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


Re: [SlimDevices: SqueezeCenter] strange DNS problem using LMS on Windows 10

2017-09-19 Thread d6jg

Anti Virus or Firewall blocking LMS access to the internet ?



*Pi3 with piCoreplayer music on QNAP TS419p via NFS*
iThingys/iPeng/Tablets/Jogglers
*Living Room* - Joggler & SB3 -> Onkyo TS606 - > Celestion Ditton F20s
*Office* - Pi -> Sony TA FE320 -> Celestion F10s / Pi & SB3 -> Onkyo CRN
755 -> Wharfedale Modus Cubes
*Dining Room* -> SB Boom *Kitchen* -> UE Radio (upgraded to SB Radio)
*Bedroom (Bedside)* - SB Touch -> Topping TP21 -> AKG Headphones

d6jg's Profile: http://forums.slimdevices.com/member.php?userid=44051
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