Hi,

You are right, cause "torque-modulefile" changed to
"torque-oscar-modulefile", so you must change the config file.
There is a file in torque package which is named: "config.xml", open it with
your text editor and change both of those "<pkg>torque-modulefile</pkg>"
lines with "<pkg>torque-oscar-modulefile</pkg>".

As it shows, you will need another change on your torque, so do it now! open
"torque/scripts/TORQUE.pm" file with your text editor and replace [test =>
"/var/lib/oscar/$pkg/testing/$test",] with [test =>
"/var/lib/oscar/testing/$pkg/$test",] .

But, the better way is using the patch file which is attached [for torque].

And also, the package download link is:
http://bison.csm.ornl.gov/repos/unstable/rhel-5-x86_64/torque-oscar-modulefile-2.1.10-4.noarch.rpm

---
Sincerely yours,
Siavash Ghiasvand





2011/1/12 Ярополов Сергей Львович <y...@iss-reshetnev.ru>
  Hi,

 My OSCAR installation (OSCAR 6.0.5 x86_64 on centos 5.3 x86_64) search for
a
 "torque-modulefile" package but it doesn't exist and his name should be
 "torque-oscar-modulefile".
 Please let me know how this can be fixed, or please update the dependencies
 on those packages.

 Thanks
 Sergey L. Yaropolov
 Russia
 OAO ISS


------------------------------------------------------------------------------
 Protect Your Site and Customers from Malware Attacks
 Learn about various malware tactics and how to avoid them. Understand
 malware threats, the impact they can have on your business, and how you
 can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
 Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users
Index: config.xml
===================================================================
--- config.xml  (révision 9202)
+++ config.xml  (copie de travail)
@@ -32,7 +32,7 @@
       <pkg>torque-oscar-gui</pkg>
       <pkg>torque-oscar-mom</pkg>
       <pkg>torque-oscar-client</pkg>
-      <pkg>torque-modulefile</pkg>
+      <pkg>torque-oscar-modulefile</pkg>
       <pkg>torque-oscar-scheduler</pkg>
     </requires>
     <requires>
@@ -52,12 +52,17 @@
       <pkg>torque-oscar</pkg>
       <pkg>torque-oscar-mom</pkg>
       <pkg>torque-oscar-client</pkg>
-      <pkg>torque-modulefile</pkg>
+      <pkg>torque-oscar-modulefile</pkg>
     </requires>
   </clientDeps>
   <apiDeps/>
   <changelog>
-    <versionEntry version="2.1.13-1">
+    <versionEntry version="2.1.14-1">
+      <changelogEntry authorName="Olivier Lahaye" 
date="2010-04-21T17:27:33+02:00">
+        <item>Updated deps: torque-modulefile => 
torque-oscar-modulefile.</item>
+      </changelogEntry>
+    </versionEntry>
+     <versionEntry version="2.1.13-1">
       <changelogEntry authorName="Geoffroy Vallee" 
date="2009-07-16T17:57:33-05:00">
         <item>Fix the path to the torque tests + improve error messages.</item>
       </changelogEntry>
Index: /root/oscar/packages/torque/scripts/TORQUE.pm
===================================================================
--- /root/oscar/packages/torque/scripts/TORQUE.pm       (révision 9202)
+++ /root/oscar/packages/torque/scripts/TORQUE.pm       (copie de travail)
@@ -35,7 +35,7 @@
     major => $xml_ref->{version}->{major},
     minor => $xml_ref->{version}->{minor},
     subversion => $xml_ref->{version}->{subversion},
-    test => "/var/lib/oscar/$pkg/testing/$test",
+    test => "/var/lib/oscar/testing/$pkg/$test",
     jobscript => $jobscript,
 };
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to