Anders Ellenshïj Andersen wrote: >>> And all I did was to change the ownership from root:root to >>> www-data:www-data. >>>
root:root with the sticky bit is the correct set of permissions for that directory. How it could have gotten broken is beyond me, but it couldn't have been the fault of the packaging system, AFAICT. > Fatal error: session_start(): Failed to initialize storage module: user > (path: /tmp) in /usr/share/ibwebadmin/inc/script_start.inc.php on line 18 This, however, is a completely different bug, see http://bugs.php.net/bug.php?id=32330 If you have any OTHER scripts running on the webserver that set custom sessoin handlers, it seems that we get session handler leakage between scripts. Upstream has yet to track this down, and I haven't had the time to look into it myself. The only real workaround for that bug is to sandbox your PHP applications by using multiple webservers, or php4-cgi instead of mod_php4. ... Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]