Newly created directories should be created with the eXecute bit set (e.g. 0700). Found and fixed a few calls to mkdir() that were setting mode 0600 (incorrect) instead of the mode 0700 (expected).
Also corrected two log messages that were correctly/fully reporting the specific filenames that could not be opened.
Newly created directories should be created with the eXecute bit set (e.g. 0700). Found and fixed a few calls to mkdir() that were setting mode 0600 (incorrect) instead of the mode 0700 (expected).
Also corrected two log messages that were correctly/fully reporting the specific filenames that could not be opened.