Hi all,
Im a new user who is still learning.
This is my OS: Linux ISPL-PC-0034 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
ser distribution: ser-0.8.12-0.i386.rpm ser-0.8.12-0.src.rpm ser-debuginfo-0.8.12-0.i386.rpm ser-jabber-0.8.12-0.i386.rpm ser-mysql-0.8.12-0.i386.rpm ser-radius-0.8.12-0.i386.rpm
I was unable to restart SER in the terminal after I eidted the 'ser.cfg' file. When I type 'service ser restart', stopping ser: FAILED But.......Starting ser: OK
Seem like the SER just wont stop as I had try out 'service ser stop', result fail.
__________________________________________________ Do You Yahoo!? Download the latest ringtones, games, and more! http://sg.mobile.yahoo.com
It sounds like something in your ser.cfg file is broken (which will cause ser not to start). Add these lines to your ser.cfg file and try restarting it.
debug=7 fork=no log_stderror=yes
You will then see (via your terminal) whatever error(s) ser is encountering while attempting to start.
On Wed, 9 Mar 2005 14:22:52 +0800 (CST), eric quek ericquek2002@yahoo.com.sg wrote:
Hi all,
Im a new user who is still learning.
This is my OS: Linux ISPL-PC-0034 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
ser distribution: ser-0.8.12-0.i386.rpm ser-0.8.12-0.src.rpm ser-debuginfo-0.8.12-0.i386.rpm ser-jabber-0.8.12-0.i386.rpm ser-mysql-0.8.12-0.i386.rpm ser-radius-0.8.12-0.i386.rpm
I was unable to restart SER in the terminal after I eidted the 'ser.cfg' file. When I type 'service ser restart', stopping ser: FAILED But.......Starting ser: OK
Seem like the SER just wont stop as I had try out 'service ser stop', result fail.
Do You Yahoo!? Download the latest ringtones, games, and more! http://sg.mobile.yahoo.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I have a similar problem:
Following errors:
Maxfwd module- initializing 0(28433) mod_init(): Database connection opened successfuly acc - initializing voicemail - initializing 0(0) submit_query(): Unknown column 'user_agent' in 'field list' 0(0) submit_query(): Error while submitting query 0(0) preload_udomain(): Error while doing db_query 0(0) register_udomain(): Error while preloading domain 'aliases' 0(0) domain_fixup(): Error while registering domain ERROR: error ffffffff while trying to fix configuration
I don't see where the columns for the query are defined in the config. The change I made (and changed back) was to point SER at different DB machine.
I'm not an SQL guru, but it looks to me as if your database fields aren't built correctly for ser. Did you run the 'ser_mysql.sh' script that comes with the ser distribution? I wouldn't advise running the script if your database is already built.
If all else fails and you don't mind losing whatever data is in ser's SQL database you can drop the ser database using mysqladmin and re-create it using 'ser_mysql.sh'.
Let me know how you make out.
--Psyber
On Thu, 10 Mar 2005 19:59:51 -0800, Bruce Ferrell bferrell@baywinds.org wrote:
I have a similar problem:
Following errors:
Maxfwd module- initializing 0(28433) mod_init(): Database connection opened successfuly acc - initializing voicemail - initializing 0(0) submit_query(): Unknown column 'user_agent' in 'field list' 0(0) submit_query(): Error while submitting query 0(0) preload_udomain(): Error while doing db_query 0(0) register_udomain(): Error while preloading domain 'aliases' 0(0) domain_fixup(): Error while registering domain ERROR: error ffffffff while trying to fix configuration
I don't see where the columns for the query are defined in the config. The change I made (and changed back) was to point SER at different DB machine.
send a copy of your DB schema...show tables.
and then the tables looked up below
desc <tablename>;
Iqbal
On 3/12/2005, "Psyber" psyber1@gmail.com wrote:
I'm not an SQL guru, but it looks to me as if your database fields aren't built correctly for ser. Did you run the 'ser_mysql.sh' script that comes with the ser distribution? I wouldn't advise running the script if your database is already built.
If all else fails and you don't mind losing whatever data is in ser's SQL database you can drop the ser database using mysqladmin and re-create it using 'ser_mysql.sh'.
Let me know how you make out.
--Psyber
On Thu, 10 Mar 2005 19:59:51 -0800, Bruce Ferrell bferrell@baywinds.org wrote:
I have a similar problem:
Following errors:
Maxfwd module- initializing 0(28433) mod_init(): Database connection opened successfuly acc - initializing voicemail - initializing 0(0) submit_query(): Unknown column 'user_agent' in 'field list' 0(0) submit_query(): Error while submitting query 0(0) preload_udomain(): Error while doing db_query 0(0) register_udomain(): Error while preloading domain 'aliases' 0(0) domain_fixup(): Error while registering domain ERROR: error ffffffff while trying to fix configuration
I don't see where the columns for the query are defined in the config. The change I made (and changed back) was to point SER at different DB machine.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers