Custom Query (431 matches)
Results (112 - 114 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#118 | fixed | IZ659: sge_execd creates world-writeable files in active_jobs directory | gsregid | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=659] Issue #: 659 Platform: PC Reporter: gsregid (gsregid) Component: gridengine OS: Linux Subcomponent: cleanup Version: 5.3p5 CC: None defined Status: NEW Priority: P5 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: ernst (ernst) QA Contact: ernst URL: * Summary: sge_execd creates world-writeable files in active_jobs directory Status whiteboard: Attachments: Issue 659 blocks: Votes for issue 659: Opened: Wed Feb 4 09:50:00 -0700 2004 ------------------------ Using sge-5.3p5 on Linux (x86, kernel 2.4, glibc >= 2.2): When a new job is submitted using qsub, on the execution host, <exec_host>, in the directory in <execd_spool_dir>/<exec_host>/active_jobs, a new directory is created (e.g., <job_id>.1) in which the three files ("error", "trace", and "exit_status") are created with permissions of 0666 which gives write permission to all users. I downloaded the source "Grid Engine 5.3p5 source tarball, V53p5_TAG" and found the following calls to "creat()" in the "source/daemons/common/err_trace.c" file: err_trace.c:213: if ((fd=creat("error", 0666))>=0) err_trace.c:220: if ((fd=creat("trace", 0666))>=0) err_trace.c:227: if ((fd=creat("exit_status", 0666))>=0) The numbers 213, 220, 227 are the line numbers within err_trace.c. I recommend using permissions of 0664 to avoid allowing all users to write to these files. As of 2004-02-04, the most recent revision of this file (1.6) in the CVS repository still contained the above calls to creat() with 0666 permissions. Thank you for your time. Please contact me with any questions/comments. |
|||
#119 | fixed | IZ691: missing documentation concerning HGRPs and CQs | ernst | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=691] Issue #: 691 Platform: All Reporter: ernst (ernst) Component: gridengine OS: All Subcomponent: doc Version: 6.0alpha CC: None defined Status: NEW Priority: P2 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: markob (markob) QA Contact: skonta URL: * Summary: missing documentation concerning HGRPs and CQs Status whiteboard: Attachments: Issue 691 blocks: Votes for issue 691: Opened: Fri Feb 20 05:30:00 -0700 2004 ------------------------ There are additional switches for certain commands which were not documented until now. I changed the man pages. Modifications in the manuals still need to be done. Here are the commands/switsches: qstat -qs [acdosuACDES] qselect -qs [acdosuACDES] qconf -sick has been renamed to qconf -sds qconf -shgrp_tree qconf -shgrp_resolved Find more detailes in the man pages. ------- Additional comments from sgrell Fri Mar 12 03:59:17 -0700 2004 ------- hm.... ------- Additional comments from sgrell Fri Mar 12 05:30:04 -0700 2004 ------- Sorry, got the wrong issue! Stephan ------- Additional comments from andreas Thu Oct 21 07:44:31 -0700 2004 ------- Assign Admin/User/Install guide related issues to Mark O'Brien. ------- Additional comments from surajp Mon Mar 2 02:41:09 -0700 2009 ------- Reassigning issue to Sandra... |
|||
#121 | fixed | IZ726: Mixed upper- and lowercase in shortcuts | pollinger | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=726] Issue #: 726 Platform: Sun Reporter: pollinger (pollinger) Component: gridengine OS: SunOS Subcomponent: gui Version: 6.0alpha CC: None defined Status: VERIFIED Priority: P4 Resolution: FIXED Issue type: ENHANCEMENT Target milestone: --- Assigned to: andre (andre) QA Contact: andre URL: * Summary: Mixed upper- and lowercase in shortcuts Status whiteboard: Attachments: Issue 726 blocks: Votes for issue 726: Opened: Fri Feb 27 06:18:00 -0700 2004 ------------------------ In the "Main Control" Window in menu "Task" the shortcuts are both upper- and lowercase. They should be only uppercase. ------- Additional comments from andre Wed Mar 3 05:36:39 -0700 2004 ------- fixed ------- Additional comments from pollinger Mon Mar 8 03:46:25 -0700 2004 ------- Verified. |
Note: See TracQuery
for help on using queries.