<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT face=Arial size=2>Check the apache httpd.conf. I had the same problem 
and it was because Apache was running as user www, group www and /tmp/ser_fifo 
was only writable by root and group wheel, therefore I change in Apache group 
from www to wheel and it started running OK. That was my solution, perhaps not 
the most secure, but a solution.</FONT></DIV>
<DIV><FONT face=Arial size=2>saludos</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Juan</FONT></DIV></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=alanchiuyk@yahoo.com href="mailto:alanchiuyk@yahoo.com">alan chiu</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=serusers@lists.iptel.org 
  href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, February 24, 2004 7:29 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [Serusers] SERWEB- Warning: 
  fopen("/tmp/ser_fifo","w") - Permission denied</DIV>
  <DIV><BR></DIV>
  <DIV>I haven't had this problem&nbsp;with serweb&nbsp;before but today 
  my&nbsp;serweb&gt;user_interface site is giving&nbsp;me the following error at 
  the top of the page. Can't figure out what's wrong, everything seems to be 
  intact. ser.cfg has fifo="/tmp/ser_fifo". </DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Checked this month's mailing list archive but seems like no one 
  experienced the same problem. Any pointers will be appreciated.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>*****On user interface site (logged in) ***************</DIV>
  <DIV><STRONG>Warning</STRONG>: fopen("/tmp/ser_fifo", "w") - Permission denied 
  in <B>/var/www/html/functions.php</B> on line <B>206</B><BR></DIV>
  <P>sorry -- cannot open write fifo 
  <META content="Karel Kozlik <kozlik@kufr.cz>" name=Author></P>
  <P>************************************************************</P>
  <P>*********in serweb's functions.php***********</P>
  <DIV>&nbsp;&nbsp;&nbsp;&nbsp;206&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  /* open fifo now */<BR>&nbsp;&nbsp;&nbsp; 
  207&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $fifo_handle=fopen( 
  $config-&gt;fifo_server, "w" );<BR>&nbsp;&nbsp;&nbsp; 
  208&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!$fifo_handle) 
  {<BR>&nbsp;&nbsp;&nbsp; 
  209&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  $errors[]="sorry -- cannot open write fifo"; return;</DIV>
  <DIV>**************************************************</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>*********in serweb's 
  config.php*******************************************</DIV>
  <DIV>&nbsp;$this-&gt;fifo_server="/tmp/ser_fifo";</DIV>
  <DIV>******************************************************************************</DIV>
  <P>
  <HR SIZE=1>
  Do you Yahoo!?<BR><A 
  href="http://us.rd.yahoo.com/mailtag_us/*http://antispam.yahoo.com/tools?tool=1">Yahoo! 
  Mail SpamGuard</A> - Read only the mail you want.</A>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Serusers mailing 
  list<BR>serusers@lists.iptel.org<BR>http://lists.iptel.org/mailman/listinfo/serusers<BR></BLOCKQUOTE></BODY></HTML>