Hi all,
I am new user to openser, and I am trying to install openser to work as a presence server with the openims.
Firstly is it possible to use the openser as a presence server.
Secondly, I am getting the below error when I try to run the openserctl.
[root@mkd149633 scripts]# openserctl moni ERROR: Error opening OpenSER's FIFO /tmp/openser_fifo ERROR: Make sure you have line 'fifo=/tmp/openser_fifo' in your config
Also I am not able to add users ,
[root@mkd149633 scripts]# openserctl add wipro1 wipro1 wipro1@presence.mkd149633.wipro.com This command requires a database engine - none was loaded [root@mkd149633 scripts]#
Looking forward to your support.
Thanks and Regards, Kiran.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com
On Donnerstag, 24. Mai 2007, kiran.bkumar@wipro.com wrote:
Hi all,
I am new user to openser, and I am trying to install openser to work as a presence server with the openims.
Firstly is it possible to use the openser as a presence server.
Hello Kiran,
not sure was exactly your requirements are, but i think the answer is yes. Look for details to the presence related module dokumentation in the openser wiki.
Secondly, I am getting the below error when I try to run the openserctl.
[root@mkd149633 scripts]# openserctl moni ERROR: Error opening OpenSER's FIFO /tmp/openser_fifo ERROR: Make sure you have line 'fifo=/tmp/openser_fifo' in your config
The error messages should be easy to understand. Just add the appropriate fifo configuration to you config file. Look at the example openser.cfg in the source or in the openser wiki for the configuration syntax.
Also I am not able to add users ,
[root@mkd149633 scripts]# openserctl add wipro1 wipro1 wipro1@presence.mkd149633.wipro.com This command requires a database engine
- none was loaded
Make sure that you load a database engine, e.g. mysql. :-) You find the syntax to do this again in the example config file. You can use the openser_mysqldb.sh script to setup the necessary tables.
Henning