6:
Re: Problem installing/running LAMS 2.0.4 on MacOS 10.4.10
By: Fiona Malikoff
|
In response to 5 | 09/09/07 03:29 AM | ||
Barry,
The "> /dev/null" tells the operating system to throw away any messages that would normally appear on the terminal. The "&" on the end means run in the background ie start running and keep running but give me the prompt back again so I can do something else. The "nohup" on the front means leave the program running even after I logout/close the shell window. And "./run.sh" is different to "run.sh" I won't try to explain why, just take it that sometimes "./run.sh" will work when "run.sh" won't. But you say you tried "sudo ./run.sh" and that gave you command not found. That is really weird. I'm wondering if it is run.sh it can't find, or something in the actual script it can't find. Can you edit run.sh and add a new line "set -vx" as the second line. It will now look like: #!/bin/sh fiona-malikoffs-computer:/usr/local/jboss-4.0.2/bin fiona$ sudo ./run.sh ### $Id: run.sh,v 1.19.4.2 2004/12/15 16:54:03 starksm Exp $ ### DIRNAME=`dirname $0` Posted by Fiona Malikoff |
|
||||||||||
|
Reply to first post on this page
Back to Problems Installing LAMS