Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 11th, 2011, 02:12 AM
imagenesis imagenesis is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 201 imagenesis User rank is Corporal (100 - 500 Reputation Level)imagenesis User rank is Corporal (100 - 500 Reputation Level)imagenesis User rank is Corporal (100 - 500 Reputation Level)imagenesis User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Day 1 h 40 m 15 sec
Reputation Power: 8
Bash fork, script waiting for fork to finish, not exiting

I have the following script:
Code:
commonMongo=s:/programs/mongodb/
dbpath=$commonMongo"data/"
logFile=$commonMongo"log.txt"
mongoProg=s:/programs/mongodb/mongodb/
mongoBin=$mongoProg"bin/"
mongod=$mongoBin"mongod.exe"
a=$1
if [ "$a" == "start" ];then
	${mongod} --logpath ${logFile} --logappend --dbpath ${dbpath} &
elif [ "$a" == "repair" ];then
	${mongod} --dbpath ${dbpath} --repair
else
	echo "Incorrect usage"
fi


It is not closing out on ./init.sh start and is presumably waiting for the fork to finish executing. How does one tell bash to exit without waiting?

Fixed: it appears that I was ending the process when cygwin was sending data on the status of the program

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > Bash fork, script waiting for fork to finish, not exiting

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap