Custom Query (431 matches)
Results (106 - 108 of 431)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1292 | fixed | IZ3294: Wrong header for sge_ckpt.1 | reuti | |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=3294] Issue #: 3294 Platform: All Reporter: reuti (reuti) Component: gridengine OS: All Subcomponent: man Version: 6.2u5 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: andreas (andreas) QA Contact: andreas URL: * Summary: Wrong header for sge_ckpt.1 Status whiteboard: Attachments: Issue 3294 blocks: Votes for issue 3294: Opened: Mon Nov 22 07:02:00 -0800 2010 ------------------------ The line: .TH Grid Engine_CKPT 1 "2009/06/16 13:58:24" "GE 6.2u5" "Grid Engine User Commands" should read: .TH "Grid Engine_CKPT" 1 "2009/06/16 13:58:24" "GE 6.2u5" "Grid Engine User Commands" Otherwise the header entry looks like "Grid(Engine_CKPT)" which is not intended. |
|||
#1328 | fixed | IZ3296: Pseudo variable ~ and ~user for qsub -o/-e will crash the execd | Dave Love <d.love@…> | reuti |
Description |
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=3296] Issue #: 3296 Summary: Pseudo variable ~ and ~user for qsub -o/-e will crash the execd Component: gridengine Version: 6.2u5 Platform: All URL: OS/Version: All Status: NEW Status whiteboard: Keywords: Resolution: Issue type: DEFECT Priority: P3 Subcomponent: clients Assigned to: roland Reported by: reuti ------- Additional comments from reuti@sunsource.net Fri Dec 10 09:14:50 -0800 2010 ------- According to the man page of `qsub`, it's valid to use ~ and ~user for the -o and -e switches. I.e. for the location of the output and error files. Putting this into a job script using either: #$ -o ~ #$ -o ~reuti will crash the execd. According to the messages file it's getting a wrong cryptic username: 12/10/2010 18:06:26| main|pc15370|E|invalid user name ""/gH)ESC^H^\e^]^H250377364337350267@361跨373h233363277yqܷ@361跨373`341^]^H260 233363277300233<U+FF21B>363277 Specifying a file instead of a directory: #$ -o ~/myoutput will also not work, as it puts the job in error state, but the execd won't be killed in this case. Same is happening when used on the command line while using quotes to avoid expansion by the shell of these shortcuts. |
|||
#1573 | worksforme | [8.1.9] Installation error from source | remyd1 | |
Description |
Step to reproduce the bugs: yum install -y wget tar wget http://arc.liv.ac.uk/downloads/SGE/releases/8.1.9/sge-8.1.9.tar.gz tar -xvf sge-8.1.9.tar.gz cd sge-8.1.9 mkdir /opt/sge export SGE_ROOT=/opt/sge yum install -y java-1.8.0-openjdk.x86_64 csh make gcc ant man-1.6f-32.el6 cd source/ sh scripts/bootstrap.sh ./aimk -man -htmlman -with-munge -pam -spool-classic echo y | scripts/distinst -nobdb -local -noexit -allall lx-amd64 I tried this on centos6/amd64 and ubuntu16.04/amd64 (replacing
), and I have the same error. Some binaries are not produced. I am using the last release, the 8.1.9. The error: &<--------------------------------------------&< GUI installer part done sgeinspect dir "../nbgui" does not exist Checking and creating binary directories Installing binaries for lx-amd64 from /root/sge-8.1.9/source/LINUXAMD64 -->
Installing sge_qmaster cp: cannot stat `sge_qmaster': No such file or directory ... Installing ../3rdparty/remote/LINUXAMD64/rlogin cp: cannot stat `../3rdparty/remote/LINUXAMD64/rlogin': No such file or directory This command failed: cp ../3rdparty/remote/LINUXAMD64/rlogin /opt/sge/utilbin/lx-amd64/rlogin chown: cannot access `/opt/sge/utilbin/lx-amd64/rlogin': No such file or directory This command failed: chown 0 /opt/sge/utilbin/lx-amd64/rlogin chgrp: cannot access `/opt/sge/utilbin/lx-amd64/rlogin': No such file or directory This command failed: chgrp 0 /opt/sge/utilbin/lx-amd64/rlogin chmod: cannot access `/opt/sge/utilbin/lx-amd64/rlogin': No such file or directory This command failed: chmod 4755 /opt/sge/utilbin/lx-amd64/rlogin Installing job binaries Installing work cp: cannot stat `work': No such file or directory This command failed: cp work /opt/sge/utilbin/lx-amd64/work chown: cannot access `/opt/sge/utilbin/lx-amd64/work': No such file or directory This command failed: chown 0 /opt/sge/utilbin/lx-amd64/work chgrp: cannot access `/opt/sge/utilbin/lx-amd64/work': No such file or directory This command failed: chgrp 0 /opt/sge/utilbin/lx-amd64/work chmod: cannot access `/opt/sge/utilbin/lx-amd64/work': No such file or directory This command failed: chmod 755 /opt/sge/utilbin/lx-amd64/work Installing shared libraries &<--------------------------------------------&< |