Home of the Squeezebox™ & Transporter® network music players.
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27
  1. #11
    Junior Member
    Join Date
    Mar 2012
    Posts
    24
    So you are not using the gcc-45 from the OI sfe repo, my test system has:

    Code:
    # 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--
    If you remove the gcc-45 runtime from dilos.org and add the one from sfe
    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.

    Quote Originally Posted by hatng View Post
    i tried to run update but it seems i run the latest version of OI, and here's the gcc version:

    Code:
    root@openindiana:~# pkg update
    No updates available for this image.
    root@openindiana:~# pkg list | grep gcc
    developer/gcc-3                                   3.4.3-0.151.1.4            i--
    system/library/gcc-3-runtime                      3.4.3-0.151.1.4            i--
    system/library/gcc-45-runtime (dilos.org)         4.5.2-1.2.6.0              i--
    it seems I have the old version of GCC, i tried to install version 4.6 but it won't allow me, some error about kernel"

    Code:
    root@openindiana:~# pkg install pkg://ANG-S11sfe/sfe/developer/gcc-46
    Creating Plan -
    pkg install: No matching version of sfe/developer/gcc-46 can be installed:
      Reject:  pkg://ANG-S11sfe/sfe/developer/gcc-46@4.6.3,5.11-0.0.175.0.0.0.2.0:20120505T121613Z
      Reason:  All versions matching 'require' dependency pkg:/system/kernel@0.5.11,5.11-0.175 are rejected
        Reject:  pkg://oi-experimental/system/kernel@0.5.11,5.11-1.1.1:20120518T234226Z
                 pkg://solaris/system/kernel@0.5.11,5.11-0.175.0.0.0.2.1:20111019T075711Z
        Reason:  Currently installed package 'system/kernel' is from sticky publisher 'openindiana.org'.
                 This version is excluded by installed incorporation pkg://openindiana.org/consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.151.1.4:20120503T051914Z

  2. #12
    Junior 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:

    Code:
    ::1 openindiana1 openindiana1.local localhost loghost
    127.0.0.1 openindiana1 openindiana1.local localhost loghost
    Should I add 192.168.1.14 lms to this file?

    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?

  3. #13
    Junior 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.

    Quote Originally Posted by hatng View Post
    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:

    Code:
    ::1 openindiana1 openindiana1.local localhost loghost
    127.0.0.1 openindiana1 openindiana1.local localhost loghost
    Should I add 192.168.1.14 lms to this file?

    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?

  4. #14
    Junior 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

  5. #15
    Junior Member
    Join Date
    Aug 2011
    Posts
    27
    Code:
    persistent: route add default 192.168.1.1 -ifp net0
    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:
    root@zone1:~# route -p show
    persistent: route add 224.0.0.0 zone1 0

  6. #16
    Junior Member
    Join Date
    Mar 2012
    Posts
    24
    This sounds like you didn't configure the networking in the zone after the install finished?
    You need configure it as an exclusive zone and then login "zlogin -C" to complete the network config.
    What does "ipadm show-addr" done in the zone say?

    Quote Originally Posted by hatng View Post
    Code:
    persistent: route add default 192.168.1.1 -ifp net0
    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:
    root@zone1:~# route -p show
    persistent: route add 224.0.0.0 zone1 0

  7. #17
    Junior 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

  8. #18
    Junior Member
    Join Date
    Aug 2011
    Posts
    27
    Quote Originally Posted by evoz4 View Post
    This sounds like you didn't configure the networking in the zone after the install finished?
    You need configure it as an exclusive zone and then login "zlogin -C" to complete the network config.
    What does "ipadm show-addr" done in the zone say?
    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?

  9. #19
    Junior Member
    Join Date
    Aug 2011
    Posts
    27
    Quote Originally Posted by avgjoe View Post
    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
    oops I have the same problem when trying to install to a different zone

  10. #20
    Junior Member
    Join Date
    Mar 2012
    Posts
    24
    Sorry, had a hardware failure just after I went on vacation for 2 weeks, couldn't fix it remotely.
    It's back now.

    Quote Originally Posted by avgjoe View Post
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •