PDA

View Full Version : Nagios 2.5 and Oreon 1.3 install


AdrianOC
23rd August 2006, 00:49
Hi all,

Ive gone though this install guide on my ubuntu box

http://www.debianhelp.co.uk/oreon1.3.htm

But Im after getting stuck on the this piece
"root@me: /tmp/oreon-1.3.1-1#./install.sh"

it gives me this error
"-su: ./install.sh: Permission denied"

Could someone tell me why this is happening please?
A fix would be excellent too ;)

The rest of the guide went perfectly.
It could be something simple its 11 am here and Ive been up straight for 16 hours so my head is fried ill try again in the morning.
Thanks anyway if anyone gets this

Mothman
23rd August 2006, 03:38
Try

chmod 777 install.sh

Cheers,

MM

inconnuflo
23rd August 2006, 10:38
or
sh instal.sh

AdrianOC
23rd August 2006, 10:44
Thanks very much guys,

chmod 777 install.sh : This worked as in no error came up but the install didnt start.

sh instal.sh : This started the install

Again thank you