Custom Query (431 matches)
Results (109 - 111 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#405 | fixed | IZ2194: authuser binary returns unusable error message! | rhierlmeier | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2194] Issue #: 2194 Platform: All Reporter: rhierlmeier (rhierlmeier) Component: gridengine OS: All Subcomponent: kernel Version: 6.1 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: authuser binary returns unusable error message! Status whiteboard: Attachments: Issue 2194 blocks: Votes for issue 2194: Opened: Fri Feb 23 01:20:00 -0700 2007 ------------------------ This bug was filed in hedeby's issuezilla, but it definitly a gridengine bug. During the hedeby installation the ca certs are fetch from the CA component. For user authentification the utilbin/<arch>/authuser binary will be used. This binary is a SUID binary -> the binary must be owed by user root, for proper working. In cases where this binary is not owned by user root, the authuser returns an unusable error message. ToDo: The binary should check if root is the owner, if not return a message which describes the problem. For installation issue it would be nice, if the error could be provided to the installer, to give the user a good error description. |
|||
#408 | fixed | IZ2205: new option for qacct to select jobs based on their end times | heywood | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2205] Issue #: 2205 Platform: All Reporter: heywood (heywood) Component: gridengine OS: All Subcomponent: clients Version: 6.0u8 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: ENHANCEMENT Target milestone: --- Assigned to: ernst (ernst) QA Contact: roland URL: * Summary: new option for qacct to select jobs based on their end times Status whiteboard: Attachments: Issue 2205 blocks: Votes for issue 2205: Opened: Tue Mar 6 09:27:00 -0700 2007 ------------------------ The man page for qacct says that the –b, -e, and –d options select jobs based on start times. It would be nice an option could be added to qacct in the future so that they select jobs based on their end times. The reason if that if you do periodic qacct dumps using –b, -e, and/or –d to specify periods, you will only catch jobs which begin and end in the same period (since a job is only written to the accounting files when the job ends). In other words, if a job ends in a period (say in the last day: “-d 1”) but started 2 days ago, “qacct –d 1” will not account for it. And if I ran “qacct –d 1” yesterday, the job is not yet in the accounting file. If job selection were possible by job end time instead of start time this wouldn’t be a problem. ------- Additional comments from andreas Mon Mar 12 08:34:33 -0700 2007 ------- Moved to clients. ------- Additional comments from templedf Mon Jan 12 17:12:43 -0700 2009 ------- Changed summary to be more descriptive. |
|||
#411 | fixed | IZ2211: Missing quotes in function RemoveHostFromList() in script inst_common.sh | kink | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2211] Issue #: 2211 Platform: All Reporter: kink (kink) Component: gridengine OS: All Subcomponent: install Version: 6.0u10 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: dom (dom) QA Contact: dom URL: * Summary: Missing quotes in function RemoveHostFromList() in script inst_common.sh Status whiteboard: Attachments: Issue 2211 blocks: Votes for issue 2211: Opened: Mon Mar 19 07:36:00 -0700 2007 ------------------------ During automated execution host installation, installation stopped in script inst_common.sh within function RemoveHostFromList(). Reason: Because "if [ $host_to_remove != $hh ]; then" is a string comparison quotes around the varaibles are mandatory especially when using FQDN. |
Note: See TracQuery
for help on using queries.