I haven't had this problem with serweb before but today my serweb>user_interface site is giving 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".
Checked this month's mailing list archive but seems like no one experienced the same problem. Any pointers will be appreciated.
*****On user interface site (logged in) *************** Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/functions.php on line 206
sorry -- cannot open write fifo" name=Author>
************************************************************
*********in serweb's functions.php*********** 206 /* open fifo now */ 207 $fifo_handle=fopen( $config->fifo_server, "w" ); 208 if (!$fifo_handle) { 209 $errors[]="sorry -- cannot open write fifo"; return; **************************************************
*********in serweb's config.php******************************************* $this->fifo_server="/tmp/ser_fifo"; ******************************************************************************
--------------------------------- Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.
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. saludos
Juan ----- Original Message ----- From: alan chiu To: serusers@lists.iptel.org Sent: Tuesday, February 24, 2004 7:29 AM Subject: [Serusers] SERWEB- Warning: fopen("/tmp/ser_fifo","w") - Permission denied
I haven't had this problem with serweb before but today my serweb>user_interface site is giving 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".
Checked this month's mailing list archive but seems like no one experienced the same problem. Any pointers will be appreciated.
*****On user interface site (logged in) *************** Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/functions.php on line 206
sorry -- cannot open write fifo
************************************************************
*********in serweb's functions.php***********
206 /* open fifo now */ 207 $fifo_handle=fopen( $config->fifo_server, "w" ); 208 if (!$fifo_handle) { 209 $errors[]="sorry -- cannot open write fifo"; return; **************************************************
*********in serweb's config.php******************************************* $this->fifo_server="/tmp/ser_fifo"; ******************************************************************************
------------------------------------------------------------------------------ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.
------------------------------------------------------------------------------
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I've experimented the same problem. My provisional solution is to change the fifo permission after SER boot.
G. -----Mensaje original----- De: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org]En nombre de alan chiu Enviado el: martes, 24 de febrero de 2004 11:30 Para: serusers@lists.iptel.org Asunto: [Serusers] SERWEB- Warning: fopen("/tmp/ser_fifo","w") - Permission denied
I haven't had this problem with serweb before but today my serweb>user_interface site is giving 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".
Checked this month's mailing list archive but seems like no one experienced the same problem. Any pointers will be appreciated.
*****On user interface site (logged in) *************** Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/functions.php on line 206
sorry -- cannot open write fifo
************************************************************
*********in serweb's functions.php***********
206 /* open fifo now */ 207 $fifo_handle=fopen( $config->fifo_server, "w" ); 208 if (!$fifo_handle) { 209 $errors[]="sorry -- cannot open write fifo"; return; **************************************************
*********in serweb's config.php******************************************* $this->fifo_server="/tmp/ser_fifo";
**************************************************************************** **
---------------------------------------------------------------------------- -- Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.
The same happens to me. I solved it with this line into de .cfg file, which change permissions to fifo_tmp
fifo_mode=438 (the same as fifo_mode=dec(666) where 666 is rw|rw|rw|)
Regards
Curro
On Tue, 2004-02-24 at 14:14, Gustavo Garcia Bernardo wrote:
I've experimented the same problem. My provisional solution is to change the fifo permission after SER boot.
G. -----Mensaje original----- De: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org]En nombre de alan chiu Enviado el: martes, 24 de febrero de 2004 11:30 Para: serusers@lists.iptel.org Asunto: [Serusers] SERWEB- Warning: fopen("/tmp/ser_fifo","w") - Permission denied
I haven't had this problem with serweb before but today my serweb>user_interface site is giving 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".
Checked this month's mailing list archive but seems like no one experienced the same problem. Any pointers will be appreciated.
*****On user interface site (logged in) *************** Warning: fopen("/tmp/ser_fifo", "w") - Permission denied in /var/www/html/functions.php on line 206
sorry -- cannot open write fifo
*********in serweb's functions.php***********
206 /* open fifo now */ 207 $fifo_handle=fopen( $config->fifo_server, "w" ); 208 if (!$fifo_handle) { 209 $errors[]="sorry -- cannot open write fifo";
return;
*********in serweb's config.php******************************************* $this->fifo_server="/tmp/ser_fifo";
**
-- Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
has anyone seen this problem on serweb immediately after clicking on registration confirmation link? The user record was properly copied to subsciber table but it was not deleted from the pending table.
"400 ul_add: flags expected"
TIA!
--------------------------------- Do you Yahoo!? Get better spam protection with Yahoo! Mail
Thanks for the report. I extended the fifo interface and forgot to update serweb.
Jan.
On 25-02 23:52, alan chiu wrote:
has anyone seen this problem on serweb immediately after clicking on registration confirmation link? The user record was properly copied to subsciber table but it was not deleted from the pending table.
"400 ul_add: flags expected"
TIA!
Do you Yahoo!? Get better spam protection with Yahoo! Mail _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I have one question. Is serweb for the MAIN or for the 0.8.12-branch?
On Thu, 26 Feb 2004, Jan Janak wrote:
Thanks for the report. I extended the fifo interface and forgot to update serweb.
Jan.
On 25-02 23:52, alan chiu wrote:
has anyone seen this problem on serweb immediately after clicking on registration confirmation link? The user record was properly copied to subsciber table but it was not deleted from the pending table.
"400 ul_add: flags expected"
TIA!
Do you Yahoo!? Get better spam protection with Yahoo! Mail _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Johan
On Thu, 26 Feb 2004, Jan Janak wrote:
Thanks for the report. I extended the fifo interface and forgot to update serweb.
By the way, the same problem exist for the "add new contact" in the User Management -> my account.
Jan.
On 25-02 23:52, alan chiu wrote:
has anyone seen this problem on serweb immediately after clicking on registration confirmation link? The user record was properly copied to subsciber table but it was not deleted from the pending table.
"400 ul_add: flags expected"
TIA!
Do you Yahoo!? Get better spam protection with Yahoo! Mail _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Johan
Whcih SER version are you using? The fifo protocol has changed. -jiri
At 08:52 AM 2/26/2004, alan chiu wrote:
has anyone seen this problem on serweb immediately after clicking on registration confirmation link? The user record was properly copied to subsciber table but it was not deleted from the pending table.
"400 ul_add: flags expected"
TIA!
Do you Yahoo!? Get better spam protection with http://us.rd.yahoo.com/mailtag_us/*http://antispam.yahoo.com/toolsYahoo! Mail _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
0.8.13-dev-23-merged on i386/RH
Jiri Kuthan jiri@iptel.org wrote:Whcih SER version are you using? The fifo protocol has changed. -jiri
At 08:52 AM 2/26/2004, alan chiu wrote:
has anyone seen this problem on serweb immediately after clicking on registration confirmation link? The user record was properly copied to subsciber table but it was not deleted from the pending table.
"400 ul_add: flags expected"
TIA!
Do you Yahoo!? Get better spam protection with Yahoo! Mail _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
--------------------------------- Do you Yahoo!? Get better spam protection with Yahoo! Mail
If you wish serweb to work, you need to use the stable version. -jiri
ps -- the place to discuss development and development branch is serdev@lists.iptel.org
At 10:50 AM 2/26/2004, alan chiu wrote:
0.8.13-dev-23-merged on i386/RH
Jiri Kuthan jiri@iptel.org wrote: Whcih SER version are you using? The fifo protocol has changed. -jiri
At 08:52 AM 2/26/2004, alan chiu wrote:
has anyone seen this problem on serweb immediately after clicking on registration confirmation link? The user record was properly copied to subsciber table but it was not deleted from the pending table.
"400 ul_add: flags expected"
TIA!
Do you Yahoo!? Get better spam protection with Yahoo! Mail _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Do you Yahoo!? Get better spam protection with http://us.rd.yahoo.com/mailtag_us/*http://antispam.yahoo.com/toolsYahoo! Mail _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
On Feb 24, 2004 at 02:29, alan chiu alanchiuyk@yahoo.com wrote:
I haven't had this problem with serweb before but today my serweb>user_interface site is giving 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".
Checked this month's mailing list archive but seems like no one experienced the same problem. Any pointers will be appreciated.
see http://lists.iptel.org/pipermail/serusers/2003-November/003958.html
(set fifo_mode=0666 in cfg, or/and set a different group for ser)
Andrei