[BlueOnyx:04973] Re: Cerberus Helpdesk - MailParse

Michael Stauber mstauber at blueonyx.it
Wed Jul 7 04:34:01 -05 2010


Hi Richard

> /home/solarspeed/php/bin/phpize: /tmp/pear/temp/mailparse/build/shtool: 
> /bin/sh: bad interpreter: Permission denied

Ah yeah. Forgot about that one: On stand alone BlueOnyx installs /tmp is 
mounted with "noexec,nosuid,rw", so you cannot have executeables in /tmp. In 
this case that breaks the build process.

Fix: 

Edit /etc/fstab and find the line where /tmp is mounted. It may look similar 
to this:

/dev/VolGroup00/LogVol02 /tmp          ext3    noexec,nosuid,rw        1 2

Change it to this:

/dev/VolGroup00/LogVol02 /tmp          ext3    defaults        1 2

Only change the "noexec,nosuid,rw" part and nothing else. Reboot and then try 
again. After you're done, you may want to change it back for security reasons, 
though.

-- 
With best regards

Michael Stauber



More information about the Blueonyx mailing list