Kbase P129370: SYSTEM ERROR: Unspecified shared memory error errno=1 (1180)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/24/2009 |
|
Status: Unverified
SYMPTOM(s):
Trying to start the database fails with SYSTEM ERROR: Unspecified shared memory error errno=1 (1180)
If the user trying to start the database is root it works
FACT(s) (Environment):
UNIX
OpenEdge 10.x
Progress 9.x
Progress 8.x
CAUSE:
Progress executables have the wrong ownership and permission settings
FIX:
All executables must have permissions 755 (-rwxr-xr-x), with the exception of the following executables, which must have permission 4755 (-rwsr-xr-x).
$DLC/bin/_dbagent
$DLC/bin/_dbutil
$DLC/bin/_mprosrv
$DLC/bin/_mprshut
$DLC/bin/_orasrv
$DLC/bin/_proapsv
$DLC/bin/_probrkr
$DLC/bin/_probuild
$DLC/bin/_progres
$DLC/bin/_prooibk
$DLC/bin/_prooidv
$DLC/bin/_proutil
$DLC/bin/_rfutil
$DLC/bin/dbagent
$DLC/bin/orarx
$DLC/bin/procluster
$DLC/bin/prodb
$DLC/bin/prodebug
$DLC/bin/prolib
$DLC/bin/rpagent
$DLC/bin/rprepl
$DLC/bin/rpserver
$DLC/bin/sqlcpp
Use the chmod command to change the permissions of a file.
Reference your UNIX Operating System documentation for further information on chown and chmod.