The same repo now contain a package that will install on openindiana. I
have checked that it at least installs and will start properly but OI is
not my main system at the moment. Just follow the same instructions
below to install on OI. Enjoy.

evoz4 wrote: 
> I have created a repo with a number of packages mainly to support LMS.
> It uses perl 5.14.2 compiled with gcc 4.6.3 both of which are available
> in the repo together with all the other tools used to create it.
> 
> I would recommend installing it into a fresh zone with an exclusive IP
> (static) that can have a multicast route configured.
> I couldn't find a way to do this with shared IP, but I might have missed
> a trick.
> To get UPnP to work properly you need a route like this:
> 
> # route -p show
> persistent: route add default 192.168.1.1 -ifp net0
> persistent: route add 224.0.0.0 lms 0
> 
> To install that software, add this publisher:
> 
> # pkg set-publisher -p http://ang.homedns.org/dev/solaris11-sfe
> ANG-S11sfe
> 
> Then install the package:
> 
> # pkg install service/logitechmediaserver
> 
> It may be a little slow, the uplink isn't too hot. Maybe somebody could
> mirror the repo?
> 
> The package creates a user (lms) and group (mediasrv) that the server
> runs as, and it installs the service. All you have to do is enable it:
> 
> # svcadm enable lmsd
> 
> and then point a browser at port 9000 on the zone IP address and
> configure to your liking.
> 
> The package includes all fixes that I'm aware are required, thanks to
> chincheta0815 for some of those.
> It depends on another package that is perl 5.14.2 compiled with gcc.
> After a number of attempts to
> use the Sol 11 bundled perl, it just seemed much simpler to do it this
> way.
> 
> If anybody is interested I could also post the build method.


------------------------------------------------------------------------
evoz4's Profile: http://forums.slimdevices.com/member.php?userid=54972
View this thread: http://forums.slimdevices.com/showthread.php?t=94173

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to