I use openser-1.0.0. #/usr/local/sbin/openserctl domain show 500 command 'domain_dump' not available
i load domain.so in my openser.cf like loadmodule "/usr/local/lib/openser/modules/domain.so"
Hi,
do you get any error message in syslog? Are you using multiple instances of openser sharing same fifo file?
Ramona
Bobber Cheng wrote:
I use openser-1.0.0. #/usr/local/sbin/openserctl domain show 500 command 'domain_dump' not available
i load domain.so in my openser.cf like loadmodule "/usr/local/lib/openser/modules/domain.so"
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Mine gives the same error, and I verified that I am using domains, and that my domains are present in the database.
Is this working for anyone?
---Mike
-----Original Message----- From: users-bounces@openser.org on behalf of Bobber Cheng Sent: Thu 1/5/2006 6:48 AM To: users@openser.org Subject: [Users] 500 command 'domain_dump' not available
I use openser-1.0.0. #/usr/local/sbin/openserctl domain show 500 command 'domain_dump' not available
i load domain.so in my openser.cf like loadmodule "/usr/local/lib/openser/modules/domain.so"
_______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
I have checked the sources and the fifo commands are enabled only when db_mode parameter is set to 1 (caching mode). Otherwise when db_mode=0 (default value) the module uses the database everytime, so you can look into domain table to see the list of domains.
Ramona
Mike Williams wrote:
Mine gives the same error, and I verified that I am using domains, and that my domains are present in the database.
Is this working for anyone?
---Mike
-----Original Message----- From: users-bounces@openser.org on behalf of Bobber Cheng Sent: Thu 1/5/2006 6:48 AM To: users@openser.org Subject: [Users] 500 command 'domain_dump' not available
I use openser-1.0.0. #/usr/local/sbin/openserctl domain show 500 command 'domain_dump' not available
i load domain.so in my openser.cf like loadmodule "/usr/local/lib/openser/modules/domain.so"
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
hi, Ramona,
you are right, i could select domain info from domain.
it sounds like check database is good choice for db_mode=2.
thanks from your hint.
Bests, Bobber
Elena Ramona Modroiu wrote:
I have checked the sources and the fifo commands are enabled only when db_mode parameter is set to 1 (caching mode). Otherwise when db_mode=0 (default value) the module uses the database everytime, so you can look into domain table to see the list of domains.
Ramona
Mike Williams wrote:
Mine gives the same error, and I verified that I am using domains, and that my domains are present in the database.
Is this working for anyone?
---Mike
-----Original Message----- From: users-bounces@openser.org on behalf of Bobber Cheng Sent: Thu 1/5/2006 6:48 AM To: users@openser.org Subject: [Users] 500 command 'domain_dump' not available
I use openser-1.0.0. #/usr/local/sbin/openserctl domain show 500 command 'domain_dump' not available
i load domain.so in my openser.cf like loadmodule "/usr/local/lib/openser/modules/domain.so"
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users