Results 1 to 2 of 2
Hi everyone I am just registered to this forum hoping that someone can help me with my project. I working on the project named "Telepresence". I think everyone have heard ...
- 07-15-2008 #1Just Joined!
- Join Date
- Jul 2008
- Location
- Berlin/Germany
- Posts
- 1
Bash
Hi everyone I am just registered to this forum hoping that someone can help me with my project. I working on the project named "Telepresence". I think everyone have heard about this, this is new generation technology. It is working via networking.
I am going to start turbine with cygwin. The codes which are inside are occuring some errors, for example this kind of codes
start()
{
mkdir -p ${RBNB_ARCHIVE_LOC}
cd ${RBNB_ARCHIVE_LOC}
nohup java -Xmx${RBNB_MEM}M -jar ${RBNB_HOME}/bin/rbnb.jar $F > ${RBNB_LOG}
2>&1 &
echo $! > ${RBNB_PIDFILE}
}
Can you tell me is this right kind of code or not.
Thank you I hope you will answer me soon.
- 07-27-2008 #2Linux User
- Join Date
- Dec 2004
- Posts
- 323
I am afraid your question is too vague for anyone to be of any help. What exactly did you try and what were the results?


Reply With Quote