Page 1 of 1

Vagrant, Ubuntu & VestaCP

Posted: Thu Jun 05, 2014 12:12 am
by fedekrum
Hi guys,

I have been playing with Vagrant (great application for making Local Virtual servers a snap) and an image for Vagrant that Ubuntu host at https://cloud-images.ubuntu.com/vagrant ... -disk1.box

On a fresh Ubuntu machine, I tried to install vesta and got this:

Code: Select all

Error: group admin exists
Please remove admin user account before proceeding.
If you want to do it automatically run installer with -f option:
Example: bash vst-install.sh --force
So it looks that group admin exists in the default ubuntu installation.
If I do the -f option as said, is vesta going to create admin user and add him to the existing group, or is going to break the existing group erasing the group and building another?

I don't want to break ubuntu's default.
Thanks

Re: Vagrant, Ubuntu & VestaCP

Posted: Mon Oct 19, 2015 9:53 pm
by abrarahmed

Code: Select all

sudo groupdel [useraccount]
for the group admin use

Code: Select all

sudo groupdel admin