I de-installed winCP and reinstalled it again today, but when adding an account I see a red traffic-sign (round with a diagonal stripe) indicating that the account is not succesfully created. When I switch to the account I see in red:
XXXX's account status is not ok!
ispcp_daemon-stdout.log.1205268350
and
ispcp_daemon-stderr.log.1205268350
are empty.
When running /var/www/ispcp/engine/ispcp-rqst-mngr (in debug mode=1)
I get this:
RE: Cannot create accounts (account status is not ok)
Which version do you have? See the vmail uid and mail gid in the ispcp.conf. Don't forget to update the ispcp database status fields to "change" before run the rebuild process.
(This post was last modified: 03-12-2008 07:20 AM by Kika.)
RE: Cannot create accounts (account status is not ok)
Thanks for quick reply.
Sorry, it was a type, I use ispCP RC3
When I use ISPcp debugger I get the following error for each domain:
sys_command() | ERROR: External command '/usr/sbin/groupadd -g 2001 vu2001' returned '9' status !
Quick edit:
When I run /usr/sbin/groupadd -g 2001 vu2001 in SSH as root I get:
groupadd: group vu2001 exists
Will now look in SQL for the status
(This post was last modified: 03-12-2008 07:24 AM by Numicus.)
RE: Cannot create accounts (account status is not ok)
joximu Wrote:what is the status (see directly in the database)
If you click to the "not ok" icon before the username in the ispCP then you can see the status of the user too, this is equal with the database status filed.
RE: Cannot create accounts (account status is not ok)
Numicus Wrote:Thanks for quick reply.
Sorry, it was a type, I use ispCP RC3
When I use ISPcp debugger I get the following error for each domain:
sys_command() | ERROR: External command '/usr/sbin/groupadd -g 2001 vu2001' returned '9' status !
Quick edit:
When I run /usr/sbin/groupadd -g 2001 vu2001 in SSH as root I get:
groupadd: group vu2001 exists
Will now look in SQL for the status
Did you deleted the old ispCP and after reinstall that? You must remove the vu* gorup and user from the system before you create a new domain (except the vu2000).
(This post was last modified: 03-12-2008 07:30 AM by Kika.)
RE: Cannot create accounts (account status is not ok)
"Did you deleted the old ispCP and after reinstall that? You must remove the vu* gorup and user from the system before you create a new domain (except the vu2000)"
What exactly do you mean by that?
I uninstalled using the ispCP uninstaller, it gave an error though, I deleted some folders manually. It may be that it did not delete the users/groups.
Should I dedelete al vu* groups in etc/groups?
UPDATE: deleted the vu* groups, the error changed now:
sys_command() | ERROR: External command '/usr/sbin/useradd -c virtual-user -d /var/www/virtual/zennid.nl -g vu2003 -s /bin/false -u 2003 vu2003' returned '9' status !
Looks like I need to remove the users..in which file will I find them / which command to run to delete them?
(This post was last modified: 03-12-2008 07:44 AM by Numicus.)