pseud wrote: 
> Is there anything else to try..


Code:
--------------------
    $ echo hello world
  $ hello world
--------------------


Well, yes there is - diy

d/l patch and apply it yourself, like so:

Turn on ssh: Settings>Advanced>Remote Login>Enable SSH and toggle on

Code:
--------------------
    $ ssh root@squeezeboxradio
  root@squeezeboxradio's password:1234
  ...
  
  # pwd
  /root
  # cp /usr/share/jive/jive/net/SocketHttp.lua 
/usr/share/jive/jive/net/SocketHttp.lua.old
  # cp /usr/share/jive/jive/slim/SlimServer.lua 
/usr/share/jive/jive/slim/SlimServer.lua.old
  # ls -lh /usr/share/jive/jive/net/SocketHttp.lua*
  -rw-r--r--    1 root     root       21.4K Jan  1  1970 
/usr/share/jive/jive/net/SocketHttp.lua
  -rw-r--r--    1 root     root       21.4K Sep  4 13:49 
/usr/share/jive/jive/net/SocketHttp.lua.old
  # ls -lh /usr/share/jive/jive/net/SocketHttp.lua*
  -rw-r--r--    1 root     root       21.4K Jan  1  1970 
/usr/share/jive/jive/net/SocketHttp.lua
  -rw-r--r--    1 root     root       21.4K Sep  4 13:49 
/usr/share/jive/jive/net/SocketHttp.lua.old
  # wget http://www.herger.net/_data/SlimServer-0.3.lua.patch
  Connecting to www.herger.net (94.126.17.210:80)
  SlimServer-0.3.lua.p  50% |*****************************************          
                                |   512   - stalled -^C
  [gave up - d/l to my machine and scp after checking shasum against value here 
https://raw.githubusercontent.com/LMS-Community/lms-plugin-repository/master/extensions.xml]
  
  # patch -p1 < ~/SlimServer-0.3.lua.patch
  can't find file to patch at input line 3
  Perhaps you used the wrong -p or --strip option?
  The text leading up to this was:
  --------------------------
  |--- share/jive/jive/net/SocketHttp.lua.old
  |+++ share/jive/jive/net/SocketHttp.lua
  --------------------------
  File to patch: /usr/share/jive/jive/net/SocketHttp.lua
  patching file /usr/share/jive/jive/net/SocketHttp.lua
  can't find file to patch at input line 13
  Perhaps you used the wrong -p or --strip option?
  The text leading up to this was:
  --------------------------
  |--- share/jive/jive/slim/SlimServer.lua.old  2020-02-03 20:02:06.000000000 
+0100
  |+++ share/jive/jive/slim/SlimServer.lua      2020-02-03 19:46:22.000000000 
+0100
  --------------------------
  File to patch: /usr/share/jive/jive/slim/SlimServer.lua
  patching file /usr/share/jive/jive/slim/SlimServer.lua
  Hunk #1 succeeded at 1268 (offset 55 lines).
  # reboot; exit
  
--------------------


------------------------------------------------------------------------
pseud's Profile: http://forums.slimdevices.com/member.php?userid=41902
View this thread: http://forums.slimdevices.com/showthread.php?t=111777

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

Reply via email to