On 1/26/14 18:29, mmmexp1 . wrote:> Hello, > > when starting with shinken core i get: > > #init.d/shinken check: > > ./shinken check > ./shinken: line 106: merge-shinken-config: command not found > ./shinken: line 196: merge-shinken-specific-config: command not found > cp: cannot stat `/omd/sites/hst/tmp/shinken/shinken.cfg': No such file or > directory > ...
Seems like you are working as root. Never do that, instead switch to the site user then your environment contains the correct PATH. root@kiste:~ #> su - demo OMD[demo]:~$ type merge-shinken-config merge-shinken-config is /omd/sites/demo/bin/merge-shinken-config Sven _______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
