I'm facing problem with SER when my system reboots or in restart. It does not start automatically. I also created /etc/init.d/ser.
Kindly help pls.
Kannaiyan
I'm facing problem with SER when my system reboots or in restart. It does not start automatically. I also created /etc/init.d/ser.
you will need to add a link into your runlevel startup directories, this changes depending on what unix you are on but is usually one of
/etc/rcX.d (later redhat, debian, solaris etc) /etc/rc.d/rcX.d (earlier versions of redhat, some other unixes may use this as well)
say you normally start in run level 3 (check initdefault in /etc/inittab file)
ln -s /etc/init.d/ser /etc/rc3.d/S80ser
you may also want to add a shutdown link as well (usually in /etc/rc6.d)
ln -s /etc/init.d/ser /etc/rc6.d/K10ser
chkconfig can help adding these links if you have it installed and the script supports it
chkconfig ser on
and to list the startup levels.. # chkconfig --list ser ser 0:off 1:off 2:off 3:on 4:on 5:on 6:off
HTH,
Thanks Steve. But not working for me.
I have done the following,
ln -s /etc/init.d/ser /etc/rc3.d/S81ser
ln -s /etc/init.d/ser /etc/rc4.d/S81ser
ln -s /etc/init.d/ser /etc/rc5.d/S81ser
ln -s /etc/init.d/ser /etc/rc3.d/S81ser
# chkconfig --list ser ser 0:off 1:off 2:off 3:on 4:on 5:on 6:on
When I restart the server it is not starting yet.
Can you help where I have any mistake.
Kannaiyan
----- Original Message ----- From: "Steve Phillips" steve@focb.co.nz To: serusers@lists.iptel.org Sent: Monday, November 17, 2003 11:01 PM Subject: Re: [Serusers] SER Startup --
I'm facing problem with SER when my system reboots or in restart. It does not start automatically. I also created /etc/init.d/ser.
you will need to add a link into your runlevel startup directories, this changes depending on what unix you are on but is usually one of
/etc/rcX.d (later redhat, debian, solaris etc) /etc/rc.d/rcX.d (earlier versions of redhat, some other unixes may use this as well)
say you normally start in run level 3 (check initdefault in /etc/inittab file)
ln -s /etc/init.d/ser /etc/rc3.d/S80ser
you may also want to add a shutdown link as well (usually in /etc/rc6.d)
ln -s /etc/init.d/ser /etc/rc6.d/K10ser
chkconfig can help adding these links if you have it installed and the script supports it
chkconfig ser on
and to list the startup levels.. # chkconfig --list ser ser 0:off 1:off 2:off 3:on 4:on 5:on 6:off
HTH,
-- Steve.
Kindly help pls.
Kannaiyan
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
.
When you say you "created" /etc/init.d/ser, how exactly did you create this, can you post a copy of this script to me (off list)
What OS are you running (Linux Distribution and version - i.e - RedHat 8, Debian X.Y.Z, etc etc - NOTE: this is GNU/linux/UNIX distribution, not kernel version)
Also, keep in mind that the "ln" was not a "do this and it will magically work" - it requires that the ser startscript conforms to standards as laid out by your OS, what sort of messages do you get from typing
hostname:~# /etc/init.d/ser start
and
hostname:~# /etc/init.d/ser stop
Are there any error messages in /var/log/messages ?
(cat /var/log/messages | grep ser)
if you have chkconfig then please use this - also, try sending the output of chkconfig --list ser
May also pay to include the version of ser you are running..
Need more information sorry :-)
Thanks Steve. But not working for me.
I have done the following,
ln -s /etc/init.d/ser /etc/rc3.d/S81ser
ln -s /etc/init.d/ser /etc/rc4.d/S81ser
ln -s /etc/init.d/ser /etc/rc5.d/S81ser
ln -s /etc/init.d/ser /etc/rc3.d/S81ser
# chkconfig --list ser ser 0:off 1:off 2:off 3:on 4:on 5:on 6:on
When I restart the server it is not starting yet.
Can you help where I have any mistake.
Kannaiyan
----- Original Message ----- From: "Steve Phillips" steve@focb.co.nz To: serusers@lists.iptel.org Sent: Monday, November 17, 2003 11:01 PM Subject: Re: [Serusers] SER Startup --
I'm facing problem with SER when my system reboots or in restart. It does not start automatically. I also created /etc/init.d/ser.
you will need to add a link into your runlevel startup directories, this changes depending on what unix you are on but is usually one of
/etc/rcX.d (later redhat, debian, solaris etc) /etc/rc.d/rcX.d (earlier versions of redhat, some other unixes may use this as well)
say you normally start in run level 3 (check initdefault in /etc/inittab file)
ln -s /etc/init.d/ser /etc/rc3.d/S80ser
you may also want to add a shutdown link as well (usually in /etc/rc6.d)
ln -s /etc/init.d/ser /etc/rc6.d/K10ser
chkconfig can help adding these links if you have it installed and the script supports it
chkconfig ser on
and to list the startup levels.. # chkconfig --list ser ser 0:off 1:off 2:off 3:on 4:on 5:on 6:off
HTH,
-- Steve.
[root@natesaa1 ser]# serctl add newuser newuser newuser@newdomain.com /usr/local/sbin/serctl: line 169: /dev/stderr: No such file or directory
/usr/local/sbin/serctl: line 304: /dev/stderr: No such file or directory
Enter password: ERROR 1045: Access denied for user: 'ser@localhost' (Using password: NO) introducing a new user to the database failed
When I try to add a new user it gives the above error.
I have a doubt. Is the ser verion 0.8.11 is stable ???
Thanks.
Kannaiyan
Hello,
On Tuesday 18 November 2003 03:11, Kannaiyan Natesan wrote:
[root@natesaa1 ser]# serctl add newuser newuser newuser@newdomain.com /usr/local/sbin/serctl: line 169: /dev/stderr: No such file or directory
/usr/local/sbin/serctl: line 304: /dev/stderr: No such file or directory
You really have a problem with your system IMHO if there is no /dev/stderr available.
Enter password: ERROR 1045: Access denied for user: 'ser@localhost' (Using password: NO) introducing a new user to the database failed
Did you entered the standard password 'heslo' for user ser here? Is your database (mysql) running? Did you run the ser_mysql.sh script to create the database and the users?
When I try to add a new user it gives the above error.
I have a doubt. Is the ser verion 0.8.11 is stable ???
Ser 0.8.11 is stable! But you seems to have some problem with your system setup.
Regards Nils
Thanks for your reply.
/usr/local/sbin/serctl: line 169: /dev/stderr: No such file or directory
/usr/local/sbin/serctl: line 304: /dev/stderr: No such file or directory
You really have a problem with your system IMHO if there is no /dev/stderr available.
How will I solve this problem, I searched and could not find a solution for this.
ERROR 1045: Access denied for user: 'ser@localhost' (Using password: NO) introducing a new user to the database failed
Did you entered the standard password 'heslo' for user ser here? Is your database (mysql) running? Did you run the ser_mysql.sh script to create the database and the users?
i reinstalled again and got the problem solved. Can I set the password constant? Without prompting me again and again when I add a user.
Thanks for your help.
Kannaiyan
I was checking my mysql db table 'missed_calls' by making a missed called to one of my sip clients. But I could not see the missed call record in the database.
Can anyone help me where I'm going wrong with this ?
Kannaiyan
Reading the admin guide : http://iptel.org/ser/doc/seruser/seruser.html will definitely help you.
Jan.
On 18-11 11:16, Kannaiyan Natesan wrote:
I was checking my mysql db table 'missed_calls' by making a missed called to one of my sip clients. But I could not see the missed call record in the database.
Can anyone help me where I'm going wrong with this ?