Custom Query (431 matches)
Results (124 - 126 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#455 | fixed | IZ2363: settings.sh has problems if SGE_ROOT/util/arch is missing | olesen | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2363] Issue #: 2363 Platform: All Reporter: olesen (olesen) Component: gridengine OS: All Subcomponent: install Version: current CC: None defined Status: NEW Priority: P2 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: dom (dom) QA Contact: dom URL: * Summary: settings.sh has problems if SGE_ROOT/util/arch is missing Status whiteboard: Attachments: Date/filename: Description: Submitted by: Mon Sep 17 02:13:00 -0700 2007: create_settings.sh create_settings.sh script (text/plain) olesen Issue 2363 blocks: Votes for issue 2363: Opened: Mon Sep 17 02:12:00 -0700 2007 ------------------------ The settings.{csh,sh} files created by the installation fail if $SGE_ROOT/util/arch cannot be found. Fix: check 'if [ -x $SGE_ROOT/util/arch ]' within scripts. I will attempt to submit a suitably modified script util/create_settings.sh script. ------- Additional comments from olesen Mon Sep 17 02:13:11 -0700 2007 ------- Created an attachment (id=118) create_settings.sh script ------- Additional comments from olesen Wed Nov 12 05:59:15 -0700 2008 ------- Instead of using the temporary variable 'ARCH', the SGE_ARCH variable should be set and exported. This is particularly useful when a script may also need to be called outside of a job script - eg, for testing load sensors, or for using any of the $SGE_ROOT/utilbin/$SGE_ARCH/ utilities within other maintenance and admin scripts. |
|||
#456 | invalid | IZ2365: qstat: inconsistent date formats | olesen | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2365] Issue #: 2365 Platform: All Reporter: olesen (olesen) Component: gridengine OS: All Subcomponent: clients Version: current CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: roland (roland) QA Contact: roland URL: * Summary: qstat: inconsistent date formats Status whiteboard: Attachments: Issue 2365 blocks: Votes for issue 2365: Opened: Tue Sep 18 06:13:00 -0700 2007 ------------------------ "qstat -xml" reports the job start time is reported in iso-8601 schemas/qstat/qstat.xsd <xs:element name="JB_submission_time" type="xs:dateTime" minOccurs="0"/> <xs:element name="JAT_start_time" type="xs:dateTime" minOccurs="0"/> whereas "qstat -xml -j '*'" reports the job start time (and all other times) in terms of the epoch. schemas/qstat/detailed_job_info.xsd <xs:element name="JB_submission_time" type="xs:unsignedInt"/> <xs:element name="JB_execution_time" type="xs:unsignedInt"/> <xs:element name="JAT_start_time" type="xs:unsignedInt"/> <xs:element name="JAT_end_time" type="xs:unsignedInt"/> I suspect that the execution time could be more useful in seconds rather than in a date format MailingList thread: http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&msgNo=3185 http://gridengine.sunsource.net/servlets/ReadMsg?list=dev&msgNo=3186 |
|||
#459 | fixed | IZ2379: manpage of qconf uses "fname" and "file, all should be "fname" | reuti | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2379] Issue #: 2379 Platform: Macintosh Reporter: reuti (reuti) Component: gridengine OS: All Subcomponent: man Version: 6.1u2 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: manpage of qconf uses "fname" and "file, all should be "fname" Status whiteboard: Attachments: Issue 2379 blocks: Votes for issue 2379: Opened: Sun Sep 30 11:42:00 -0700 2007 ------------------------ There are entries in the manpage of qconf: -Aconf file_list <add configurations> -Ahgrp file <add host group config> -Mhgrp file <modify host group config.> better: -Aconf fname_list <add configurations> -Ahgrp fname <add host group configuration> -Mhgrp fname <modify host group configuration> (other entries also use the "configuration" in full and not abbreviated). |
Note: See TracQuery
for help on using queries.