[KONY.NET] タグ「インストール」による検索結果
Oracle 10gインストール中に、
OUIを起動するときに以下のエラーが発生した。
Error in CreateOUIProcess(): 13: Permission denied
調べたところ、/tmp が noexec になっていたため、
インストールイメージを /tmp に展開した後、
ファイルが実行できないために発生したようだ。
mount -o remount,exec /tmp
で実行権限を与えて無事OUIが起動した。
<原因(Metalinkより)>
A permission problem with the JRE shell, the CD-ROM mount points, any directories being used (i.e. /tmp), or that the SUN System Administrator has disabled setting the "x" permission via the chmod command, even if you specify 777.