I recently came across and issue trying to install PHP modules from PECL, where /tmp is mounted noexec phpize refuses to run. The workaround is to create the temporary directories in another location and symlink them into /tmp First, create the new...
With /tmp mounted noexec on red hat based distros, logrotate at the end of every week doesn't actually write to the blank log files it creates, instead it writes new entries to the archived .1 files.Thanks again to Jonathan from way to the web. ...
Back to top