Hi DongInn,

On Monday 08 October 2007 08:00, DongInn Kim wrote:
> Where is "smart_install" defined?
> I have looked though the OSCAR tree but there seems to be no such a 
> subroutine.

smart_install is a method by Packman. It just calls yume or rapt.

> While oscar is installing non-core server packages including ganglia, it 
> installs all the necessary rpms by picking up the right opkg meta rpms.
> But for the ganglia, it picked up opkg-ganglia-server but smart_install does 
> not require ganglia-gmond only.
> http://pastebin.ca/729657

I had trouble to understand what you mean. But I see the problem now:
ganglia-gmond is missing from the <serverDeps> in config.xml:

  <serverDeps>
    <requires>
      <pkg>ganglia-gmetad</pkg>
      <pkg>ganglia-web</pkg>
      <pkg>rrdtool</pkg>
    </requires>
    <requires>
      <filters>
        <dist>fc</dist>
        <dist>rhel</dist>
      </filters>
      <pkg>php-gd</pkg>
    </requires>
    <requires>
      <filters>
        <dist>suse</dist>
      </filters>
      <pkg>php4-gd</pkg>
    </requires>
  </serverDeps>

I fixed this.

DongInn, you seem to be producing ganglia rpms of an old version! I updated
ganglia to 3.0.4 a while ago, look into SRPMS/!

Regards,
Erich

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to