Cygwin shell not coming up


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Cygwin shell not coming up
# 1  
Old 09-25-2007
Cygwin shell not coming up

Hi,
I installed Cygwin y'day on Win XP SP2.
The install went fine but when I clicked on Cygwin's shortcut to invoke its shell, it didn't come up.....was just opening for a fraction of second and then closed.
Can anyone please advise?

Regards
er_ashu
# 2  
Old 09-25-2007
Quote:
Originally Posted by er_ashu
Can anyone please advise?
Same thing happened to me, I just installed it a couple of days ago.

It was looking for bash in /cygwin/bin which was not there.

I deleted it all and reinstalled.

Did you install as administrator or normal user?
# 3  
Old 09-25-2007
Quote:
Originally Posted by porter
Same thing happened to me, I just installed it a couple of days ago.

It was looking for bash in /cygwin/bin which was not there.

I deleted it all and reinstalled.

Did you install as administrator or normal user?
Hi,
I deleted it but not able to reinstall.
It's giving "An error has occurred".

I installed it as an administrator.

Regards
er_ashu
# 4  
Old 09-25-2007
do following:
start -> run -> cmd then press enter. command prompt will come up.
then drag the cygwin bash shell shortcut from start menu to command prompt window with your mouse, press enter, and find out what it tells you :-) defentely some error will come up. copy it to next reply, maybe someone 'll be able to answer
# 5  
Old 09-25-2007
Quote:
Originally Posted by hachik
do following:
start -> run -> cmd then press enter. command prompt will come up.
then drag the cygwin bash shell shortcut from start menu to command prompt window with your mouse, press enter, and find out what it tells you :-) defentely some error will come up. copy it to next reply, maybe someone 'll be able to answer
hey thanks for the info......
i did tht and got this error message:

C:\>'bash' is not recognized as an internal or external command,
operable program or batch file.

Please advise.
# 6  
Old 09-25-2007
The first time I installed I actually selected something, this was the failed installation.

The second time I didn't touch any of the selected packages and just let it install what it wanted.
# 7  
Old 09-25-2007
Quote:
Originally Posted by porter
The first time I installed I actually selected something, this was the failed installation.

The second time I didn't touch any of the selected packages and just let it install what it wanted.
Thanks a lot for your help.
The problem was that the 'bash' component was not able to get fully downloaded from the chosen mirror , so it was not able to get installed properly.
Then, I chose another mirror and downloaded 'bash' and installed it.
Now the shell is coming.

Cheers..

Regards
er_ashu
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Execute a shell script in UNIX server from Cygwin

Hi All, We have shell scripts in UNIX ( Sun OS ) server. Also in my windows machine i have Cygwin installed. Now is there a way to execute Shell script available in UNIX server from Cygwin? (4 Replies)
Discussion started by: Girish19
4 Replies

2. Shell Programming and Scripting

Running q-shell commands( on IBM-i Series) from cygwin terminal (on windows)

I have cygwin installed on windows server and when I do echo $SHELL the output is /bin/bash I have created a ssh tunnel from this windows server through cygwin to ibm -i series which is running Q-shell. I am trying to invoke a utility wsadmin (used for scripting) on ibm-i from the... (12 Replies)
Discussion started by: gaurav99
12 Replies

3. Shell Programming and Scripting

Cygwin shell script

I have a file with below format : 2013-05-20 hello has done 2013-05-20 hi 000abc abc 2013-05-21 thank you I want the out put to be like this : 2013-05-20 hello has done 2013-05-20 hi 000abc abc 2013-05-21 thank you What I could think of is something like this : cat... (7 Replies)
Discussion started by: Sparta
7 Replies

4. Shell Programming and Scripting

cygwin executable shell scripts

Hello, Cygwin will execute a shell script without turning on executable status on the file. I want to force cygwin to be more like linux and not execute scripts directly on the command line unless changing mode to have executable status. Is this possible? Thanks Larry (2 Replies)
Discussion started by: larrye0123
2 Replies

5. Shell Programming and Scripting

Running shell script in Cygwin terminal

I am new to shell scripting. I tried to run a simple shell script using Cygwin terminal in Win XP env. The script I have written is as follows - #!/bin/bash a=5 ] && echo "true" || echo "false" But when I execute the script, getting some confusing error. The error I am getting are - ... (3 Replies)
Discussion started by: linux_learner
3 Replies

6. Shell Programming and Scripting

opening new instance of cygwin from withing cygwin

I'm using cygwin on win7, What I would like to do is something like this: cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e I know I can start a new instance using either of these: mintty -e ... cygstart tail ... But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies

7. Shell Programming and Scripting

Cygwin-shell script

hi, I am using Cygwin for running the shell script. If i execute the following command at the prompt output is obtained. grep echo * The same i have put in a file and when am trying to execute it is throwing error. IP.sh echo "Starting command..........." grep echo * ... (9 Replies)
Discussion started by: flamingo_l
9 Replies

8. Shell Programming and Scripting

cygwin shell script error

Hi, I have a cywin test script as below but errors, #!/usr/bin/bash while do echo "123" echo "456" done sh-3.2$ ./test.sh ./test.sh: line 7: syntax error: unexpected end of file Please help... Thanks! Victor (3 Replies)
Discussion started by: victorcheung
3 Replies

9. Shell Programming and Scripting

Execute a shell with cygwin

Hi everybody, I would like to execute a shell in windows. So I installed Cygwin but I got this message : $ sh /neuf.sh start % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 ... (4 Replies)
Discussion started by: mytrax
4 Replies

10. UNIX for Dummies Questions & Answers

Problem with scheduling a shell script on cygwin using cron

Hi, Before I start, I would like to inform that, I went through all FAQs and other threads before posting here. I 'm trying to schedule a shell script on cygwin using cron. No matter what I do I don't seem to get the cron job executing my bash script. My script is temp.sh echo `date` >... (4 Replies)
Discussion started by: shash
4 Replies
Login or Register to Ask a Question