Custom Query (431 matches)
Results (139 - 141 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1294 | invalid | IZ: | anonymous | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=
}}} |
|||
#8 | fixed | IZ97: exit code implications for various methods | chaubal | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=97] Issue #: 97 Platform: All Reporter: chaubal (chaubal) Component: gridengine OS: All Subcomponent: man Version: current CC: None defined Status: NEW Priority: P3 Resolution: Issue type: ENHANCEMENT Target milestone: --- Assigned to: andreas (andreas) QA Contact: ferstl URL: * Summary: exit code implications for various methods Status whiteboard: Attachments: Issue 97 blocks: Votes for issue 97: Opened: Wed Nov 21 13:49:00 -0700 2001 ------------------------ What happens when various methods exit with different error codes is not documented in one place. Script/method exit code consequence ===================================================================== job script 0 success 99 requeue rest "success", exit code in accounting file prolog/epilog 0 success 99 requeue rest queue error state, job requeued parallel start 0 success rest queue set to error state, job requeued parallel stop 0 success rest queue set to error state, job not requeued suspend 0 success rest success, no special meaning restart 0 success rest success, no special meaning terminate 0 success rest success, no special meaning migrate 0 success rest success, for kernel ckpt special meaning: ckpt was not sucessfull, did not happen (but migration will happen by SGE) checkpoint 0 success rest success, for kernel ckpt special meaning: ckpt was not sucessfull, did not happen clean 0 success rest success, no special meaning ------- Additional comments from chaubal Thu Nov 29 16:53:12 -0700 2001 ------- duplicate of issue # 106 *** This issue has been marked as a duplicate of 106 *** ------- Additional comments from chaubal Thu Nov 29 16:54:09 -0700 2001 ------- wrong issue closed ------- Additional comments from andreas Thu Oct 21 07:15:10 -0700 2004 ------- That's a man page issue at first. |
|||
#162 | fixed | IZ963: Can't run HPUX binaries | jeffbeadles | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=963] Issue #: 963 Platform: HP Reporter: jeffbeadles (jeffbeadles) Component: gridengine OS: HP-UX Subcomponent: install Version: 6.0beta CC: None defined Status: VERIFIED Priority: P1 Resolution: FIXED Issue type: DEFECT Target milestone: --- Assigned to: andy (andy) QA Contact: dom URL: * Summary: Can't run HPUX binaries Status whiteboard: Attachments: Issue 963 blocks: Votes for issue 963: Opened: Thu Apr 8 09:39:00 -0700 2004 ------------------------ I mailed this to the dev list, but wanted to make sure it's tracked and will be fixed in the next release. When trying to run install_execd; " ./inst_sge[131]: 13757 Abort /usr/lib/dld.sl: Can't open shared library: /vol2/tools/SW/openssl- 0.9.7c/hp11/lib/libcrypto.sl.0.9.7 /usr/lib/dld.sl: No such file or directory ./inst_sge[57]: 13776 Abort(coredump) Command failed: ./bin/hp11/qconf -sh Probably a permission problem. Please check file access permissions. Check read/write permission. Check if SGE daemons are running. " With a message like that, I know that it's not a permission problem, but rather a missing shared library. So; $ chatr bin/hp11/qconf bin/hp11/qconf: shared executable shared library dynamic path search: SHLIB_PATH disabled second embedded path disabled first Not Defined shared library list: dynamic /vol2/tools/SW/openssl- 0.9.7c/hp11/lib/libcrypto.sl.0.9.7 dynamic /usr/lib/libnsl.1 dynamic /usr/lib/libm.2 dynamic /usr/lib/libpthread.1 dynamic /usr/lib/libc.2 shared library binding: deferred global hash table disabled plabel caching disabled global hash array size:1103 global hash array nbuckets:3 shared vtable support disabled static branch prediction disabled executable from stack: D (default) kernel assisted branch prediction enabled lazy swap allocation disabled text segment locking disabled data segment locking disabled third quadrant private data space disabled fourth quadrant private data space disabled third quadrant global data space disabled data page size: D (default) instruction page size: D (default) nulptr references disabled shared library private mapping disabled shared library text merging disabled The problem is the line that reads; " SHLIB_PATH disabled second" This says to not look in SHLIB_PATH for the shared libraries. To fix this, change the HP makefile/build rules and add a "+s" to the link arguments for all of the executables that need things from $SHLIB_PATH. It can also be modified post-build by running $ chatr +s enable bin/hp11/* (I've verified that this works, at least on HPUX 11.11) Regards, -Jeff ------- Additional comments from andy Mon Apr 19 05:01:01 -0700 2004 ------- Fixed in Beta2. Need feedback from user if it works ------- Additional comments from andy Mon Apr 19 05:02:17 -0700 2004 ------- . ------- Additional comments from jeffbeadles Tue Jul 13 07:31:50 -0700 2004 ------- Works great in the 6.0 "production" release. Thanks Andy! |
Note: See TracQuery
for help on using queries.