|
Server Manager Install Error: user-add not in path |
Problem:NetDirector Server Manager install fails because user-add is not in the root user path.
Error:
Warning: You choose to install a bundled PostgreSQL database as the root user. This requires to create a 'postgres' user, but the 'useradd' program could not be found in your PATH. Is /usr/sbin/ in your PATH? Press [Enter] to continue :
Solution:
Add user-add to the path of the user installing the NetDirector Server Manager. You can do this by running the following:
export PATH=$PATH:/usr/sbin
|