Users/Domains Status:Addition in progress - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Users/Domains Status:Addition in progress (/thread-3216.html) Pages: 1 2 |
Users/Domains Status:Addition in progress - StevenE - 05-05-2008 07:36 PM Hi everybody, things work fine so far for my Installation on FreeBSD 7.0 I use the nightly from 11th April. Now I tried to add a reseller, everything done good, recieved mail and everything. Then I switched to reseller-account and tried to create a user (I did hosting Plan before) and also this works, recive an mail and so on but the status of the user is Status Addition in progress there is nothing added in the doamin named. Code: # tried it before without ' /var/named ' in front of the paths, its the same thing. named is running and the permission of the admin.evotestserver.***.de.db is 666 any ideas? hopefully I just made a small mistake. Please help Greetz Steve RE: Users/Domains Status:Addition in progress - KeNt - 05-05-2008 10:46 PM nano /etc/ispcp/ispcp.conf set DEBUG =1 cd /var/www/ispcp/engine ./ispcp-rqst-mngr and look where is error RE: Users/Domains Status:Addition in progress - StevenE - 05-06-2008 01:22 AM yeah thanks there was libary missing. cd /usr/ports/dns/p5-Net-LibIDN && make install clean seems to do the jobs, for now there no more errors appearing but now after short amount of time the status change form Addition in progress to Unknown Error. And I can't delete the users. He says User deleted but its still there RE: Users/Domains Status:Addition in progress - StevenE - 05-07-2008 03:20 AM after killing some errors now I got the following Code: cat /var/log/ispcp/ispcp-mbox-mngr.stderr any ideas, sorry that I just post the error but I hope its a known one. I get on it myself tomorrow. Thanks Steve RE: Users/Domains Status:Addition in progress - Zothos - 05-07-2008 03:58 AM there is already a ticket about this. will be fixed in my next commit RE: Users/Domains Status:Addition in progress - StevenE - 05-07-2008 09:51 PM Code: cat /var/log/ispcp/ispcp-serv-mngr.stderr its just appeard after i tried once again to add an user. help! edit: I get server timeouts for adding/deleting users but user is added, after timeout. And the delete function doesn't work like ever in my case. edit2: should named be restartet instead onf rndc? is there a mistake in the script? Or is something wrong with my configutration of rndc? just an thought of mine. RE: Users/Domains Status:Addition in progress - StevenE - 05-08-2008 12:17 AM is there expected that the named.pid is at a specific path? mine is /var/run/named.pid just another idea :S RE: Users/Domains Status:Addition in progress - StevenE - 05-08-2008 06:37 PM now I updated to the current nightly. ./ispcp-rqst-mngr give no more errors but ./ispcp-dmn-mngr Code: DEBUG: push_el() sub_name: dmn_mngr_start_up(), msg: Starting... 'ps -ax | grep named' gives Code: 11736 ?? SsJ 0:00,05 /usr/sbin/syslogd -l /var/run/log -l /var/named/var/run/log -s -s any ideas? also intresting and maybe the last error is ./ispcp-htuser-mngr Code: DEBUG: push_el() sub_name: htuser_mngr_engine(), msg: Starting... RE: Users/Domains Status:Addition in progress - KeNt - 05-08-2008 08:53 PM It's for Debian Code: nano /etc/init.d/bind9 Code: stop) this is hack, but perfectly worked when rndc not RE: Users/Domains Status:Addition in progress - StevenE - 05-09-2008 02:14 AM thx but I used another solution cause of FreeBSD ehm so rndc seems right. now we got the following after adding a user Code: cat /var/log/ispcp/ispcp-dmn-mngr.stderr and also in many log files i got this one Code: check_master() | ERROR: Master manager process is not running ! the status of the added user is Unknown Error. |