Koozali.org: home of the SME Server

Server manager broken

Offline Alex Schaft

  • ****
  • 97
  • +0/-0
Server manager broken
« on: September 17, 2004, 12:39:50 PM »
Hi,

I tried installing a rpm this morning which died halfway through. Since then, any page I try to access in the server manager throws up a internal server error.

The error log gives me:

/etc/e-smith/web/panels/manager/cgi-bin/pleasewait: cannot create temp file for here document: Permission denied
[Fri Sep 17 12:40:41 2004] [error] [client 10.1.1.60] Premature end of script headers: /etc/e-smith/web/panels/manager/cgi-bin/pleasewait

Where is the temp file created? /tmp seems fine...
......

Offline Alex Schaft

  • ****
  • 97
  • +0/-0
Found the problem
« Reply #1 on: September 18, 2004, 03:31:58 AM »
Hi,

Seems the /tmp directory lost its text image attribute

running chmod 1777 /tmp fixed the problem
......