cant add domains - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: General discussion (/forum-11.html) +--- Thread: cant add domains (/thread-7857.html) |
cant add domains - tytanick - 09-14-2009 01:53 AM hi, i dont know why but suddenly i cant add new domains in my ispcp. Just look at this picture ... What logs should i post here ? Look at properties of this domain: (look at IP ???) Everything started when i tryied to add domain: Yesterday i had in IP adress always: pingwinek.lan or 192.168.0.2 (my local hostname or ip - dont renember) RE: cant add domains - sci2tech - 09-14-2009 02:02 AM Kill and restart ispcp_daemon (with kill -s SIGKILL), not with killall. Test if table server_ips is crashed. Your Ip is still in that table? RE: cant add domains - tytanick - 09-14-2009 03:02 AM i killed, restarted and still the are not "OK" i also checked all tables and they are all OK in this server_ips there is my ip (this server is my desktop - so i am adding those domains on the server) meaby something is wrong with /etc/hosts hmm Code: #/etc/hosts RE: cant add domains - sci2tech - 09-14-2009 03:05 AM Just killing and restarting daemon does not start processing request. you need to manually run /var/www/ispcp/engine/ispcp-rqst-mng or perform one action that need to be proccesed by engine (add/delete email/subdomain/htuser etc). host file is used just on install not after. RE: cant add domains - tytanick - 09-14-2009 03:18 AM still nothing i executed this file before .... , and still when i am trying to add new user i have "Domain IP: {IP_NUM} (IP_NAME)" - and since that appeared i have this problem... MY DOMAIN TABLE so any other suggestions ? RE: cant add domains - sci2tech - 09-14-2009 03:20 AM Did you manually run /var/www/ispcp/engine/ispcp-rqst-mngr? What is status in table for those domains? Also enable debug and check log files RE: cant add domains - tytanick - 09-14-2009 03:23 AM yes i ran it manually. here you have this status: and hmmm how i can enable this debug mode and where ? RE: cant add domains - sci2tech - 09-14-2009 03:24 AM /etc/init.d/ispcp/ispcp.conf -> DEBUG = 1. Looks like engine can`t start RE: cant add domains - tytanick - 09-14-2009 03:29 AM Here: but i dont see anything special Code: pingwinek engine # ./ispcp-rqst-mngr OH I SEE: Code: # /var/log/ispcp/ispcp-dmn-mngr.stderr RE: cant add domains - sci2tech - 09-14-2009 03:32 AM And output from /var/log/ispcp/ispcp-dmn-mngr.stderr and /var/log/ispcp/ispcp-dmn-mngr.stdout please. As the matter of fact this is the only interesting thing. |