Hi Geoff,

I have no directory in $OSCAR_HOME/packages
[EMAIL PROTECTED] packages]# ls /var/lib/oscar/packages/condor/
configurator.html  config.xml  distro  doc  scripts  SRPMS  testing


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
-------------------------------------------------------------------------
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