PDA

View Full Version : Front Page Error



johnallen
04-08-2004, 04:35 PM
[error] (9)Bad file descriptor: Incorrect permissions on stub "/usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe" in FrontPageCheckup(). Until this problem is fixed, the FrontPage security patch is disabled and the FrontPage extensions may not work correctly.


-rwxr-xr-x 1 root wheel 10166 Feb 29 17:42 /usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe

johnallen
04-09-2004, 09:05 PM
Here is the fix from directadmin..

===========================================

chattr -i -R fpexe

on /usr/local/frontpage/version5.0/apache-fp/_vti_bin/fpexe so that it was "unlocked" (not sure how it got locked)

Then I ran:

cd /usr/local/directadmin/customapache
./build frontpage_ext


===========================================

After these steps I had to disable and re-enable Front Page on all sites that were not working. Front Page is working now.