Kbase 2036: Cannot Open Raw - Possible Problems
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/09/2001 |
|
SUMMARY:
This solution provides some possible reasons for Progress running in non-raw mode.
EXPLANATION:
Possible reasons Progress runs in non-raw mode are:
- No raw device.
Be sure that there is a raw(character) device associated
with the device that your database is on. The character
device must have permissions that start with a c (for example, crw-r---) and have the same minor number as the
block device.
- Set UserID bit.
All of the "_" files must have the suid bit set. This is
done with chmod 4775 _* in the $DLC directory. Afterwards,
set the sticky bit on _progres with chmod u+t _progres.
- Ownership of "_" modules.
All of the progress "_" modules must be owned by root. Set
this with chown root _*.