Man in a van wrote: 
> > 
Code:
--------------------
  >   > sudo nano /var/log
  > [09:07:08.328223] stream_sock:543 unable to open SSL socket -1 (1)
  > [09:10:21.631165] stream_sock:543 unable to open SSL socket -1 (1)
--------------------
> > 
> 
> Does this mean that I have to perform the dreaded SSL update (Which
> might also  enable LMS to run correctly) ?
No, the SSL libraries are compiled into squeezelite.  The message can be
ignored.  Squeezelite tries to connect using SSL first and if that fails
it tries connecting again without SSL.
It's related to a 'recent squeezelite SSL issue'
(https://github.com/ralph-irving/squeezelite/issues/108).

Man in a van wrote: 
> Also I would like to add the "-C 10" parameter. Should this be in form
> of a separate line, viz
> 
> > 
Code:
--------------------
  >   > <string>-C 10</string>
  > 
--------------------
> > 
> and does it matter where in the list It is placed ?
> 
> > 
Code:
--------------------
  >   > <?xml version="1.0" encoding="UTF-8"?>
  > <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
  > <plist version="1.0">
  > <dict>
  > <key>EnvironmentVariables</key>
  > <dict>
  > <key>StandardErrorPath</key>
  > <string>/dev/null</string>
  > <key>StandardOutPath</key>
  > <string>/dev/null</string>
  > </dict>
  > <key>KeepAlive</key>
  > <true/>
  > <key>Label</key>
  > <string>squeezelite</string>
  > <key>OnDemand</key>
  > <false/>
  > <key>ProgramArguments</key>
  > <array>
  > <string>/Applications/Squeezelite.app/Contents/MacOS/Squeezelite</string>
  > <string>-o</string>
  > <string>iFi (by AMR) HD USB Audio Output</string>
  > <string>-a</string>
  > <string>100</string>
  > <string>-f</string>
  > <string>/var/log/Squeezelite.log</string>
  > <string>-N</string>
  > <string>/var/log/Squeezelite.name</string>
  > </array>
  > <key>RunAtLoad</key>
  > <true/>
  > </dict>
  > </plist>
--------------------
> > 
> 
> 
> Many thanks for any help
> 
> ronnie
It only needs to be after the
<string>/Applications/Squeezelite.app/Contents/MacOS/Squeezelite</string>
tag.

Also you need to put them on separate lines.


Code:
--------------------
    <string>-C</string>
  <string>10</string>
--------------------



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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

Reply via email to