So you are not using the gcc-45 from the OI sfe repo, my test system has:
If you remove the gcc-45 runtime from dilos.org and add the one from sfeCode:# pkg list | grep gcc runtime/gcc (sfe) 4.6.2-0.151.1 i-- runtime/perl-5.14.2-gcc (ANG-S11sfe) 5.14.2-0.0.151.1.4 i-- system/library/gcc-3-runtime 3.4.3-0.151.1.4 i--
I think you'll find it will work. Of course you might have other apps that
depend on current one, that's one of the reasons it's a good idea to use
a dedicated zone.
The gcc 4.6.3 from the ANG-S11sfe repo is only for installing on Oracle
Solaris 11 systems. The lms pkg for OI was built using the gcc-45 from
the sfe repo.
Results 11 to 20 of 27
Thread: LMS on Solaris/OpenIndiana
-
2012-06-17, 18:49 #11Junior Member
- Join Date
- Mar 2012
- Posts
- 24
-
2012-06-17, 20:10 #12Junior Member
- Join Date
- Aug 2011
- Posts
- 27
i didn't know that I should have added the SFE repos. I made a clean install and added SFE repos and install went well. Now I can have my LMS running on OI. Thank you very much
I have another question about route. Since I'm pretty new to OI/Solaris, im not sure how to set it up. My OI Ip address is 192.168.1.14. In my /etc/hosts, I don't see 192.168.1.14 lms, just:
Should I add 192.168.1.14 lms to this file?Code:::1 openindiana1 openindiana1.local localhost loghost 127.0.0.1 openindiana1 openindiana1.local localhost loghost
When I run route -p show, it said no persistent routes are defined. I read your earlier comment in page1 that I should add route using: route -p add 224.0.0.0 lms 0, but i'm not sure what 224.0.0.0 is?
-
2012-06-18, 05:18 #13Junior Member
- Join Date
- Mar 2012
- Posts
- 24
I'd recommend switching off nwam and use a static IP, see http://wiki.openindiana.org/oi/Static+IP.
Then add the map from IP to you machine name in /etc/hosts.
Then do the route add. 224.0.0.0 is the netmask for multicast IP addresses.
The route is required for your machine to receive multicast broadcast messages from UPnP clients on the network.
The server doesn't need this to act as a slimdevices server, it's just so other more general UPnP devices can find it as a UPnP server.
-
2012-06-18, 15:02 #14Junior Member
- Join Date
- Aug 2011
- Posts
- 27
I couldn't compile smartmontools after installing LMS, now I understand why you said about installling LMS on a fresh zone.
I created a fresh zone but somehow I wouldn't able to make network working in the zone yet. I follow this guide: http://wiki.openindiana.org/oi/Building+in+zones
-
2012-06-19, 20:16 #15Junior Member
- Join Date
- Aug 2011
- Posts
- 27
how do you add this to your route? I'm wordering if it's the reason why my net is not working in zone since in my zone, I only see this:Code:persistent: route add default 192.168.1.1 -ifp net0
Code:root@zone1:~# route -p show persistent: route add 224.0.0.0 zone1 0
-
2012-06-27, 10:24 #16Junior Member
- Join Date
- Mar 2012
- Posts
- 24
-
2012-07-12, 00:44 #17Junior Member
- Join Date
- Apr 2012
- Posts
- 8
I've been trying to access the repo but have not had luck. Is it still up? Can someone mirror?
I wanted to upgrade and have had no luck with compiling using all the tips and scripts that worked before...good times
-
2012-07-12, 13:45 #18Junior Member
- Join Date
- Aug 2011
- Posts
- 27
It seems that when I created zone in OI in ESXi environment the network is not working. I just reinstall OI as my main OS and now network is working in the zone. I guess multi layers of virtualization is causing the problem.
One quick question. I have LMS running in the zone now, but how could I see the music folders in the main system?
-
2012-07-12, 15:16 #19Junior Member
- Join Date
- Aug 2011
- Posts
- 27
-
2012-07-13, 08:47 #20Junior Member
- Join Date
- Mar 2012
- Posts
- 24


Reply With Quote
