On 12/05/14 09:26, Bill Traynor wrote: >>> On Fri, May 9, 2014 at 6:05 PM, Bill Traynor <[email protected]> wrote: >>>> I'm trying to get Scribunto working and keep receiving this error when >>>> trying to use Modules: >>>> >>>> Script error: Lua error: Cannot create process: proc_open(/dev/null): >>>> failed to open stream: Operation not permitted. >>>> >>>> Does this mean that proc_open is restricted on my server? >> >> No, it means /dev/null is not writable (or possibly not readable). > > Looks right to me: > > ls -l /dev/null > crw-rw-rw- 1 root root 1, 3 Mar 4 01:12 /dev/null
You could confirm it in strace, it will show you the exact open() call that failed. RHEL normally has SELinux enabled, doesn't it? -- Tim Starling _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
