Hello!
I managed to have a running docker image on my Synology DS918+.
The only remaining problem is a DNS one.
My log is full of "Couldn't resolve IP address for". I launched a bash
inside the image, with a wget. And everything worked fine.
The image resolv.conf is well done

Code:
--------------------
    root@lmscommunity-logitechmediaserver1:/config# cat /etc/resolv.conf        
                             
  nameserver      XXX.XXX.XXX.XXX                                               
                               
  nameserver      80.67.169.12
--------------------

XXX is my local DNS server.
Dowloading a file that the LMS can't acces, from the image

Code:
--------------------
    root@lmscommunity-logitechmediaserver1:/config# wget URL/api/sounds/v1/opml 
                                                                                
                       
  --2021-08-03 10:12:10-- URL/api/sounds/v1/opml                                
                                                                                
                    
  Resolving mysqueezebox (mysqueezebox)... 63.33.236.17                         
                                                                                
                              
  Connecting to mysqueezebox (mysqueezebox)|63.33.236.17|:443... connected.     
                                                                                
                              
  HTTP request sent, awaiting response... 200 OK                                
                                                                                
                                              
  Length: 10399 (10K) [text/xml]                                                
                                                                                
                                              
  Saving to: ‘opml’                                                 
                                                                                
                                                          
  
  opml                                               
100%[================================================================================================================>]
  10.16K  --.-KB/s    in 0s       
  
  2021-08-03 10:12:10 (79.1 MB/s) - ‘opml’ saved [10399/10399]
--------------------

I don't understand why the LMS can't access to MySqueezeBox or radiotime
by itself.

Code:
--------------------
    [21-08-03 10:06:27.0908] Slim::Formats::XML::gotErrorViaHTTP (339) Error: 
getting URL/api/sounds/v1/opml
  
  Couldn't resolve IP address for: mysqueezebox
--------------------


PS : URL is MySqueezeBox URL. As this is my first post, I'm not able to
put URL. :)
http://test.com


------------------------------------------------------------------------
BruceFeuillette's Profile: http://forums.slimdevices.com/member.php?userid=71990
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to