matschaffer / knife-solo

DEPRECATED: Please consider using https://knife-zero.github.io/, ansible, or visit https://www.chef.io/ for other ideas
MIT License
786 stars 213 forks source link

Bootstrap CentOS 7 error #510

Closed Ilya-Kuchaev closed 7 years ago

Ilya-Kuchaev commented 7 years ago
Bootstrapping Chef...
DEBUG: Initial command uname -s
DEBUG: Initial command sudo -V
DEBUG: Running processed command sudo -V
DEBUG: sudo -V stdout: /etc/profile.d/banner.sh: line 44: ip: command not found

DEBUG: sudo -V stdout: Sudo version 1.8.6p7
Sudoers policy plugin version 1.8.6p7
Sudoers file grammar version 42
Sudoers I/O plugin version 1.8.6p7

DEBUG: Running processed command uname -s
DEBUG: uname -s stdout: /etc/profile.d/banner.sh: line 44: ip: command not found

DEBUG: uname -s stdout: Linux
matschaffer commented 7 years ago

Pretty sure /etc/profile.d/banner.sh: line 44: ip: command not found is the error here. That file should be on your host. Not something in knife-solo's scope.