ispCP - Board - Support
Please help me!!! im so cofused - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Please help me!!! im so cofused (/thread-1342.html)



Please help me!!! im so cofused - rokgin - 09-15-2007 07:20 PM

i am using Ubuntu and tried to install ispcp-omega, i got lots of errors, but i have corrected them, but now, when i run perl ispcp-setup everything goes fine until in the end i got the following error

Please enter admininistrator email address: my@email.com
groupadd: group vu2000 exists
ERROR: External command '/usr/sbin/groupadd -g 2000 vu2000' returned '9' status !
root@ubuntu:/var/www/ispcp/engine/setup#

what i need to do?


RE: Please help me!!! im so cofused - rsmithgs - 09-15-2007 07:23 PM

does the vu2000 user exist?

if it does delete the user

So to check

cat /etc/passwd

to delete userdel vu2000


RE: Please help me!!! im so cofused - FeG - 09-15-2007 08:14 PM

rokgin Wrote:groupadd: group vu2000 exists

I think, the problem isn't an existing vu2000 user, but an existing vu2000 group.. so...

Code:
groupdel vu2000

... should be the solution.

Greetings
FeG


RE: Please help me!!! im so cofused - joximu - 09-15-2007 08:17 PM

Try the script "reset-setup" - it's in the same folder as ispcp-setup...
There is also a comment in this file which seems to fit your needs...

/J

Edit: it seems not to be finished... :-(


RE: Please help me!!! im so cofused - rokgin - 09-15-2007 08:47 PM

But now im getting this error

useradd: warning: the home directory already exists.
Not copying any file from skel directory into it.
/bin/cp: cannot stat `/etc/bind/named.conf': No such file or directory
ERROR: External command '/bin/cp -p /etc/bind/named.conf /etc/ispcp/bind/backup/named.conf.system' returned '1' status !


RE: Please help me!!! im so cofused - joximu - 09-15-2007 09:01 PM

rokgin Wrote:But now im getting this error

useradd: warning: the home directory already exists.
Not copying any file from skel directory into it.

This is not really a nogo-error. Only a warning.

But this:

rokgin Wrote:/bin/cp: cannot stat `/etc/bind/named.conf': No such file or directory
ERROR: External command '/bin/cp -p /etc/bind/named.conf /etc/ispcp/bind/backup/named.conf.system' returned '1' status !

well - it's very clear: there is no /etc/bin/named.conf - either change the named.conf path in /etc/ispcp/ispcp.conf or check your bind configuration...

/J