mherger wrote: 
> > mherger wrote:
> >> Please give tomorrow's build another try:
> >>
> >> [image: http://gyazo.com/85a5b54a1fe868e091569f02ba8f95ac.png]
> >
> > Thanks, Michael. My first attempt with this latest nightly failed due
> to
> > a missing perl module:
> 
> The latest nightly yesterday wasn't tomorrow's build around the same 
> time ;-). You were too fast. You'll have to wait a few more hours.
> 
> I'll double check with a regular build later today.
> 
> -- 
> 
> Michael

Thanks, Michael.  I downloaded and installed
logitechmediaserver-7.9.0-0.1.1407430050.noarch.rpm and it runs on my VB
2.3/Fedora 20 system. All tests so far look good!  Thanks for your
efforts to make this work!

The only issue I have found:

/etc/rc.d/init.d/squeezeboxserver has a minor bug.

Line 38 is

Code:
--------------------
    [ ${NETWORKING} = "no" ] && exit 0
--------------------

but it should be

Code:
--------------------
    [ "${NETWORKING}" = "no" ] && exit 0
--------------------

to prevent

Code:
--------------------
    /etc/rc.d/init.d/squeezeboxserver: line 38: [: =: unary operator expected
--------------------

Should I file a bug report on this, or can you fix it in an upcoming
nightly?

Thanks again!


------------------------------------------------------------------------
Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=101816

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

Reply via email to