garym wrote:
> Thanks Ralphy. I'm a complete "copy/paste and follow exact
> instructions" linux guy (with no other knowledge of linux). And I've
> never patched anything on my system. I assume I do the following to
> patch my LMS 7.8 on my vortexbox (fedora linux machine).
>
> 0. Save my original copy of ProtocolHandler.pm in case of a problem.
> Mine is at:
>
> /usr/lib/perl5/vendor_perl/Slim/Plugin/Sirius/ProtocolHandler.pm
>
> 1. download the patch file to a location on my vortexbox server. I'll
> use the "backup subdirectory in my file storage directory:
>
> /storage/backup
>
> 2. Log into my vortexbox with command line. I think my equivalent to
> opt/logitechmediaserver is: opt/vortexbox (there is no other
> subdirectory under "opt" and vortexbox is the "name" of my linux server.
> So with command line, I'd enter the following to change to the
> appropriate subdirectory:
>
> cd /opt/vortexbox
>
> 3. enter the following via command line:
>
> patch -p1 /storage/backup/lms-7.8-sirius-not-auth.patch
>
> 4. restart LMS.
>
> (I assume if it doesn't work, I can take the previously saved copy of
> ProtocolHandler.pm and copy it back over to:
> /usr/lib/perl5/vendor_perl/Slim/Plugin/Sirius/
>
> Thanks in advance for any assistance on this.
I applied Ralphy's patch to LMS 7.9 on my VB 2.3 system; I presume it
would be similar with LMS 7.8 on VB 2.3.
Here are the instructions for your VBA:
1. Login to your VortexBox.
2. Save the official version of ProtocolHandler.pm, and patch it:
Code:
--------------------
cd /usr/lib/perl5/vendor_perl/Slim/Plugin/Sirius/
cp -a ProtocolHandler.pm ProtocolHandler.pm.official
cd /usr/lib/perl5/vendor_perl
patch -p1 < /storage/backup/lms-7.8-sirius-not-auth.patch
--------------------
3. Restart LMS:
Code:
--------------------
systemctl restart squeezeboxserver
--------------------
------------------------------------------------------------------------
Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=102774
_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss