[Serusers] FIFO not running or bad path to it

Erdem HAKİ erdemh at tesas.com
Wed Aug 31 13:59:32 CEST 2005


Hi,
 
I have also this problem when I logged in, I'm getting an error on the first
page as "FIFO not running or bad path to it" and can't still resolve. Any
idea?
 
Thanks
Erdem HAKI
 
----------------------------------------------------------------
 
 
Read the INSTALL file!!
 
   Requirements:
   -------------
 
   - PEAR package LOG (optional - not included in PHP realase)
     see http://pear.php.net/manual/en/installation.getting.php for details
 
 
Karel
 
Marc Khayat napsal(a):
> Anybody got the Log.php file from serweb (ser-0.9.3), coz it seems like
> it's missing from my package.
> 
> Thx,
> 
> Marc
> 
> -----Original Message-----
> From: serusers-bounces at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers>  [mailto:serusers-bounces
at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> ] On
> Behalf Of Marc Khayat
> Sent: Friday, August 19, 2005 11:25 AM
> To: Karel Kozlik
> Cc: serusers at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> 
> Subject: RE: [Serusers] Serweb
> 
> /tmp/ser_fifo/ is wrong since it'll be looking for a folder...
> 
> Marc
> 
> -----Original Message-----
> From: serusers-bounces at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers>  [mailto:serusers-bounces
at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> ] On
> Behalf Of Marc Khayat
> Sent: Friday, August 19, 2005 11:03 AM
> To: Karel Kozlik
> Cc: serusers at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> 
> Subject: RE: [Serusers] Serweb
> 
> Hi Karel,
> Thx for bearing with me :)
> In config_paths.php, I changed it from "/tmp/ser_fifo" to
> "tmp/ser_fifo/"
> The errors at the top disappeared but I'm still getting the "FIFO not
> running or bad path to it" message.
> 
> Is it wrong to put "tmp/ser_fifo/"? knowing that in ser.cfg, it's
> /tmp/ser_fifo
> 
> Thanks again,
> 
> Marc
> 
> -----Original Message-----
> From: Karel Kozlik [mailto:karel at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> ] 
> Sent: Friday, August 19, 2005 9:28 AM
> To: Marc Khayat
> Cc: serusers at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> 
> Subject: Re: [Serusers] Serweb
> 
> sorry Marc, haven't idea what may be wrong. Please check again setting 
> of fifo in serweb. Check variable $config->fifo_server in 
> config_paths.php. It's value must be '/tmp/ser_fifo'.
> 
> Try enable logging in serweb ($config->enable_loging = true in 
> config.php), set log level to debug ($config->log_level = 
> "PEAR_LOG_DEBUG") and examine the log file if there are some messages 
> refered fifo.
> 
> Also try search for string 'fifo_server' throught log files (or whole 
> serweb) and check if it's value isn't changed somewhere. You should find
> 
> this string only in file config_paths.php (one times) and in file 
> functions.php (four times).
> 
> Karel
> 
> Marc Khayat napsal(a):
> 
>>Hi Karel,
>>I already tried this one by manually changing the permissions on
>>ser_fifo to 666; I just tried adding fifo_mode=0666 to ser.cfg, but
>>still the same problem.
>> 
>>Marc
>>-----Original Message-----
>>From: Karel Kozlik [mailto:karel at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> ] 
>>Sent: Friday, August 19, 2005 8:21 AM
>>To: Marc Khayat
>>Cc: serusers at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> 
>>Subject: Re: [Serusers] Serweb
>> 
>>Hi,
>>try add:
>>fifo_mode=0666
>> 
>>to your ser.cfg
>> 
>>Karel
>> 
>>Marc Khayat napsal(a):
>> 
>> 
>>>/tmp/ser_fifo exists, and is pipe type
>>>User running Apache is "apache". Owner of ser_fifo is User: "root",
>>>Group: "root".
>>>I joined user "apache" to group "root", same.
>>> 
>>>I created group "ser" and joined "root" "apache" to that group, and
>>>added fifo_group=ser to the ser.cfg, but still same problem: 
>>> 
>>>Warning: filetype(): Lstat failed for (null) (errno=13 - Permission
>>>denied) in /var/www/html/serweb/html/functions.php on line 306
>>> 
>>>Warning: Cannot modify header information - headers already sent by
>>>(output started at /var/www/html/serweb/html/functions.php:306) in
>>>/var/www/html/serweb/html/page.php on line 35
>>> 
>>> 
>>>Thanks,
>>> 
>>>Marc
>>> 
>>>-----Original Message-----
>>>From: Karel Kozlik [mailto:karel at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> ] 
>>>Sent: Thursday, August 18, 2005 1:38 PM
>>>To: Marc Khayat
>>>Cc: serusers at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> 
>>>Subject: Re: [Serusers] Serweb
>>> 
>>>Hello,
>>>please check if file /tmp/ser_fifo exists and if it's type is pipe.
>> 
>>Also
>> 
>> 
>>>check rights - if user under which apache is running have access to
>> 
>>read
>> 
>> 
>>>and write to this file.
>>> 
>>>Karel
>>> 
>>>Marc Khayat napsal(a):
>>> 
>>> 
>>> 
>>>>The domain thing is working, but problem 2 is still bugging me.
>>>>Help anyone?
>>>> 
>>>>Marc
>>>> 
>>>>-----Original Message-----
>>>>From: serusers-bounces at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers>  [mailto:serusers-bounces
at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> ]
>>> 
>>>On
>>> 
>>> 
>>> 
>>>>Behalf Of Marc Khayat
>>>>Sent: Thursday, August 18, 2005 11:15 AM
>>>>To: serusers at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> 
>>>>Subject: RE: [Serusers] Serweb
>>>> 
>>>>Never mind guys... it's working!
>>>> 
>>>>Marc
>>>>-----Original Message-----
>>>>From: serusers-bounces at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers>  [mailto:serusers-bounces
at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> ]
>>> 
>>>On
>>> 
>>> 
>>> 
>>>>Behalf Of Marc Khayat
>>>>Sent: Thursday, August 18, 2005 10:53 AM
>>>>To: serusers at iptel.org
<http://lists.iptel.org/mailman/listinfo/serusers> 
>>>>Subject: [Serusers] Serweb
>>>> 
>>>>Hi all,
>>>>I'm using SER-0.9.3 and its serweb version.
>>>>I have 2 problems with it:
>>>>1- On the login page, when I enter the username, it automatically
>>>>completes it with the FQDN, while I need only the domain name; i.e. I
>>>>login to http://ser.xyz.com, I enter the username aloha, it's
>>> 
>>>completed
>>> 
>>> 
>>> 
>>>>as aloha at ser.xyz.com
<http://lists.iptel.org/mailman/listinfo/serusers>  while I need it as aloha
at xyz.com. <http://lists.iptel.org/mailman/listinfo/serusers>  Currently,
I'm
>>>>writing in manually
>>>> 
>>>>2- When I login, I'm getting an error on the first page only as "FIFO
>>>>not running or bad path to it". The path to it (in config_paths.php
>>> 
>>>file
>>> 
>>> 
>>> 
>>>>is /tmp/ser_fifo, which is correct), and when I enter the command
>>> 
>>>serctl
>>> 
>>> 
>>> 
>>>>monitor, the counter isn't constant, and same path.
>>>> 
>>>>Can anyone help me plz,
>>>> 
>>>>Thanks,
>>>> 
>>>>Marc
>>>> 
>>>>_______________________________________________
>>>>Serusers mailing list
>>>>Serusers at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> 
>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>> 
>>>> 
>>>>_______________________________________________
>>>>Serusers mailing list
>>>>Serusers at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> 
>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>>> 
>>>> 
>>>>_______________________________________________
>>>>Serusers mailing list
>>>>Serusers at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> 
>>>>http://lists.iptel.org/mailman/listinfo/serusers
>>> 
>>> 
>>> 
>> 
> 
> 
> _______________________________________________
> Serusers mailing list
> Serusers at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> 
> http://lists.iptel.org/mailman/listinfo/serusers
> 
> 
> _______________________________________________
> Serusers mailing list
> Serusers at iptel.org <http://lists.iptel.org/mailman/listinfo/serusers> 
> http://lists.iptel.org/mailman/listinfo/serusers
> 
> 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20050831/e926a628/attachment.htm>


More information about the sr-users mailing list