Custom Query (431 matches)
Results (112 - 114 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1390 | invalid | Re: #1370 execd spool files are world-writable | dlove | |
Description |
This happened when the NFS-mounted spool didn't have root permission. See shepherd_trace_chown_intern. |
|||
#1357 | fixed | RHEL6 support | Dave Love <d.love@…> | Florian.LaRoche@… |
Description |
Hello, I think the following is still a small typo in the current sources to make it compile on RHEL6: --- sge-20110902/source/aimk +++ sge-20110902/source/aimk @@ -2855,7 +2855,7 @@ if ( "$QMON" == 1 ) then
+ "XCFLAGS=$XCFLAGS $FT_INC" "XLFLAGS=$XLFLAGS" "KRBLIBS=$KRBLIBS" \
I've uploaded binaries of the current sources again to http://jur-linux.org/rpms/el-updates/ and will update them from time to time in addition to keeping the 8.0.0a release there as well. best regards, Florian La Roche |
|||
#1363 | fixed | RHEL5 rpm package | Dave Love <d.love@…> | Florian.LaRoche@… |
Description |
The following change was neccessary to compile 8.0.0c for RHEL5, as the default compiler will not understand -Wno-all. best regards, Florian La Roche --- sge-8.0.0c/source/aimk +++ sge-8.0.0c/source/aimk @@ -2522,9 +2522,6 @@ if ( "$MAKEJEMALLOCLIB" == 1 ) then
|