Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: roogus on October 14, 2012, 11:39:08 am

Title: Could not find useradd error
Post by: roogus on October 14, 2012, 11:39:08 am
===== Centova Cast Installation ==========================================

Downloading installation system ...
Verifying archive integrity ...
Unpacking archive ...
Beginning installation ...

Checking Centova Cast Common Files ...
Downloading Centova Cast Common Files ...

Verifying archive integrity ...
Unpacking archive ...

Installing Centova Cast Common Files ...

Could not find useradd in /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/server445/bin
Installer exited with error, aborting
Installer exited with error, aborting

Getting this error when installing centova
Title: Re: Could not find useradd error
Post by: djduck on October 14, 2012, 03:53:29 pm
Are you installing this as root ? what operating system are you running ?
Title: Re: Could not find useradd error
Post by: roogus on October 14, 2012, 08:02:19 pm
installing as root on a centOS 5.8 64 bits with webmin
Title: Re: Could not find useradd error
Post by: djduck on October 16, 2012, 09:40:50 am
Simply do

 which useradd it should output /usr/sbin/useradd .. If that is the case you will need to add the environment path to ur .bash_profile /usr/sbin
Title: Re: Could not find useradd error
Post by: Centova - Steve B. on October 25, 2012, 03:16:53 pm
As djduck suggested, your PATH environment variable is bad; it should include /usr/sbin if you are logged in as root.