Hi Amit,

It is just good, i applied your patch and i just checked-in the code. Thanks a 
lot for your contribution! :-)
http://svn.oscar.openclustergroup.org/trac/oscar/changeset/6011

Thanks,

Le mercredi 11 juillet 2007 13:35, vous avez écrit :
> Hi Geoff,
>
> I used "svn diff Configurator.pm > Configurator.pm.patch" if that's correct
> I am attaching the generated patch/file.
>
> On 7/11/07, Geoffroy VALLEE <[EMAIL PROTECTED]> wrote:
> > Hi Amit,
> >
> > Can you create a patch? If you do know how to create a patch, contact me
> > directly.
> >
> > Thanks,
> >
> > On Tuesday 10 July 2007 20:24, Amit Vyas wrote:
> > > Hi,
> > >
> > > Line number 225 at
> >
> > http://svn.oscar.openclustergroup.org/trac/oscar/browser/trunk/lib/OSCAR/
> >Co
> >
> > >nfigurator.pm should be *foreach* *my* $dir
> > > (@OSCAR::PackagePath::PKG_SOURCE_LOCATIONS) instead of *foreach* *my*
> >
> > $dir
> >
> > > (@OSCAR::Package::PKG_SOURCE_LOCATIONS) a change from Package--->
> > > PackagePath
> > >
> > > that was the only problem got packages from opd displaying Configurator
> > >
> > > Yay!!
> > >
> > > On 7/10/07, Amit Vyas <[EMAIL PROTECTED]> wrote:
> > > > Hi,
> > > >
> > > > Since package should also be searched in /var/lib/oscar/packages ,
> >
> > which
> >
> > > > is not my case, but I will start developing/testing on fc6 in some
> >
> > time
> >
> > > > so will let u know if the problem remains there.
> > > >
> > > > after fc6 will be up with oscar i shall do following
> > > > 1. step 0 download condor/vdt-globus
> > > > 2. select them to be install
> > > >
> > > > I hope I shall see configurator If not I will make a post.
> > > >
> > > > On 7/10/07, Geoffroy Vallée <[EMAIL PROTECTED]> wrote:
> > > > > No because if you have an empty directory in $(OSCAR_HOME)/package,
> > > > > OSCAR does
> > > > > not know how to deal with that and die. You have to have only one
> > > > > "entry" for
> > > > > a given OSCAR package because the package name creates some kind of
> > > > > "space
> > > > > name".
> > > > >
> > > > > Le lundi 9 juillet 2007 11:38, Michael Edwards a écrit:
> > > > > > That shouldn't mater.  It should pick up the one from
> > > > >
> > > > > /var/lib/packages
> > > > >
> > > > > > even if there is one in $OSCAR_HOME/packages anyway.
> > > > > >
> > > > > > On 7/9/07, Amit Vyas <[EMAIL PROTECTED]> wrote:
> > > > > > > I have no directory in $OSCAR_HOME/packages for condor
> > > > > > >
> > > > > > > On 7/9/07, Amit Vyas < [EMAIL PROTECTED]> wrote:
> > > > > > > > Hi Geoff,
> > > > > > > >
> > > > > > > > Directory listing of /var/lib/oscar/packages/oscar is
> > > > > > > >
> > > > > > > > [ [EMAIL PROTECTED] packages]# ls
> > > > > > > > /var/lib/oscar/packages/condor/ configurator.html  config.xml
> > > > >
> > > > >   distro  doc  scripts  SRPMS  testing
> > > > >
> > > > > > > > DB correctly holds the package path as well :
> > > > > > > > mysql> select Packages.path  from Packages where
> > > > > > > > Packages.package='condor';
> > > > > > > > +--------------------------------+
> > > > > > > >
> > > > > > > > | path                           |
> > > > > > > >
> > > > > > > > +--------------------------------+
> > > > > > > >
> > > > > > > > | /var/lib/oscar/packages/condor |
> > > > > > > >
> > > > > > > > +--------------------------------+
> > > > > > > > 1 row in set ( 0.00 sec)
> > > > > > > >
> > > > > > > > mysql> select Packages.path  from Packages where
> > > > > > > > Packages.package='sis'; +-----------------------------+
> > > > > > > >
> > > > > > > > | path                        |
> > > > > > > >
> > > > > > > > +-----------------------------+
> > > > > > > >
> > > > > > > > | /opt/soc/trunk/packages/sis |
> > > > > > > >
> > > > > > > > +-----------------------------+
> > > > > > > > 1 row in set ( 0.00 sec)
> > > > > > > >
> > > > > > > > mysql>
> > > > > > > >
> > > > > > > > On 7/9/07, Geoffroy VALLEE < [EMAIL PROTECTED]> wrote:
> > > > > > > > > Hi Amit,
> > > > > > > > >
> > > > > > > > > I checked the code and it should check into
> > > > >
> > > > > /var/lib/oscar/packages/
> > > > >
> > > > > > > > > (cf.
> > > > > > > > > populateConfiguratorList in lib/OSCAR/Configurator.pm, this
> > > > >
> > > > > function
> > > > >
> > > > > > > > > is
> > > > > > > > > supposed to figure out where is the package).
> > > > > > > > > Can you tell me what is the content of the
> > > > > > > > > /var/lib/oscar/packages/condor
> > > > > > > > > directory? Do you still have something related to Condor in
> > > > > > > > > $(OSCAR_HOME)/packages?
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > >
> > > > > > > > > On Saturday 07 July 2007 18:24, Amit Vyas wrote:
> > > > > > > > > > Hi all,
> > > > > > > > > >
> > > > > > > > > > I am trying to move my packages to opd so that I do not
> >
> > work
> >
> > > > > in
> > > > >
> > > > > > > > > > <oscar-root>/packages/<vdt-globus & condor>  also testing
> >
> > for
> >
> > > > > > > > > package move
> > > > > > > > >
> > > > > > > > > > to work with opd .
> > > > > > > > > >
> > > > > > > > > > ==Problem==
> > > > > > > > > > Configurator never shows up my packages which were
> >
> > downloaded
> >
> > > > > via
> > > > >
> > > > > > > > > opd.
> > > > > > > > >
> > > > > > > > > > ==========
> > > > > > > > > > I added some debug statements to Configbox.pm and found
> >
> > that
> >
> > > > > > > > > configbox is
> > > > > > > > >
> > > > > > > > > > stil looking for configurator.html file at
> > > > > > > > > > "/opt/soc/trunk/packages/condor/configurator.html " but
> > > > > > > > > > it
> > > > >
> > > > > should
> > > > >
> > > > > > > > > "also
> > > > > > > > >
> > > > > > > > > > look" in /var/lib/oscar/packages/condor where actually
> > > > > > > > > > opd
> >
> > is
> >
> > > > > > > > > untarring it
> > > > > > > > >
> > > > > > > > > > I am putting things I see at http://pastebin.ca/607801  .
> > > > > > > > > >
> > > > > > > > > > Package continued to work as usual but as if configurator
> >
> > has
> >
> > > > > not
> > > > >
> > > > > > > > > been
> > > > > > > > >
> > > > > > > > > > invoked by user.
> > > > > > > > > >
> > > > > > > > > > I have recreated the problem after removing all packages
> >
> > from
> >
> > > > > > > > > > /var/lib/oscar/packages & <oscar root> &&& after regular
> > > > > > > > > > "make test"
> > > > > > > > >
> > > > > > > > > &
> > > > > > > > >
> > > > > > > > > > downloading via opd;
> > > > > > > > > > any advice on this?
> > > > > > > > > > thanks Donglnn for again saving some extra hours here,
> >
> > this
> >
> > > > > was my
> > > > >
> > > > > > > > > first
> > > > > > > > >
> > > > > > > > > > encounter with core code feeling good :)
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Geoff
> >
> > ---------------------------------------------------------------------
> >
> > > > > > > > >----
> > > > > > > > >
> > > > > > > > > This SF.net email is sponsored by DB2 Express
> > > > > > > > > Download DB2 Express C - the FREE version of DB2 express
> > > > > > > > > and
> > > > >
> > > > > take
> > > > >
> > > > > > > > > control of your XML. No limits. Just data. Click to get it
> >
> > now.
> >
> > > > > > > > > http://sourceforge.net/powerbar/db2/
> > > > > > > > > _______________________________________________
> > > > > > > > > Oscar-devel mailing list
> > > > > > > > > [email protected]
> > > > > > > > > https://lists.sourceforge.net/lists/listinfo/oscar-devel
> > > > > > > >
> > > > > > > > --
> > > > > > > > Regards.
> > > > > > > > Amit Vyas
> > > > > > >
> > > > > > > --
> > > > > > > Regards.
> > > > > > > Amit Vyas
> >
> > -----------------------------------------------------------------------
> >
> > > > >--
> > > > >
> > > > > > > This SF.net email is sponsored by DB2 Express
> > > > > > > Download DB2 Express C - the FREE version of DB2 express and
> >
> > take
> >
> > > > > > > control of your XML. No limits. Just data. Click to get it now.
> > > > > > > http://sourceforge.net/powerbar/db2/
> > > > > > > _______________________________________________
> > > > > > > Oscar-devel mailing list
> > > > > > > [email protected]
> > > > > > > https://lists.sourceforge.net/lists/listinfo/oscar-devel
> > > > >
> > > > > --
> > > > > Geoffroy
> >
> > -----------------------------------------------------------------------
> >
> > > > >--
> > > > >
> > > > > This SF.net email is sponsored by DB2 Express
> > > > > Download DB2 Express C - the FREE version of DB2 express and take
> > > > > control of your XML. No limits. Just data. Click to get it now.
> > > > > http://sourceforge.net/powerbar/db2/
> > > > > _______________________________________________
> > > > > Oscar-devel mailing list
> > > > > [email protected]
> > > > > https://lists.sourceforge.net/lists/listinfo/oscar-devel
> > > >
> > > > --
> > > > Regards.
> > > > Amit Vyas
> >
> > --
> > Geoff

-- 
Geoffroy

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to