Re: Typical Cygwin fork problem

2011-09-06 Thread Christopher Faylor
On Mon, Sep 05, 2011 at 06:53:34PM -0700, jan.kolar wrote: > >> Then you need to install the rebase package: >> http://cygwin.com/cgi-bin2/package-grep.cgi?grep=rebaseall > >Why the newest version > rebase/rebase-3.0-2 utilities for rebasing DLLs to load at alternate >addresses >is liste

Re: Typical Cygwin fork problem

2011-09-06 Thread Greg Chicares
On 2011-09-06 01:53Z, jan.kolar wrote: > > Why the newest version > rebase/rebase-3.0-2 utilities for rebasing DLLs [...] > is listed in the middle of this page? Actually, the one at the bottom is the newest: 2009 April rebase-3.0-2 2009 July rebase-3.0.1-1 Anything following a '-'

Re: Typical Cygwin fork problem

2011-09-05 Thread jan.kolar
n, cygcheck -p all seems to be sorted (it almost is). -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32404960.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/proble

Re: Typical Cygwin fork problem

2011-08-21 Thread Christopher Faylor
On Sat, Aug 20, 2011 at 05:03:16AM -0700, big glass wrote: > >$ /bin/peflagsall/ >/usr/bin/ash: Can't open /bin/peflagsall/ > >:( Why are you putting slashes on the end of the command? You wouldn't do that on Windows or Linux. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Typical Cygwin fork problem

2011-08-20 Thread big glass
$ /bin/peflagsall/ /usr/bin/ash: Can't open /bin/peflagsall/ :( $ ./reply-to-typical-fork-complaint.sh Please run rebaseall (and peflagsall+reboot if on Vista or Win7) -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32301099.html Sent

Re: Typical Cygwin fork problem

2011-08-20 Thread big glass
mate -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32300974.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: Typical Cygwin fork problem

2011-08-20 Thread Corinna Vinschen
On Aug 20 01:43, big glass wrote: > > thx, im now getting this: > > $/bin/rebaseall > /usr/bin/ash: $: not found > $ Sigh. The $ is the universal sign for the shell prompt. It's the default shell prompt on Unix machines. You are not supposed to type it in. Just start ash, then you'll see

Re: Typical Cygwin fork problem

2011-08-20 Thread big glass
/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > > -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32300438.html Sent from the Cygwin list mailing list

Re: Typical Cygwin fork problem

2011-08-20 Thread big glass
I just ignore them." -- Linus Torvalds > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > &

Re: Typical Cygwin fork problem

2011-08-19 Thread Csaba Raduly
On Fri, Aug 19, 2011 at 7:07 PM, big glass wrote: > how can i make sure that you exit all > Cygwin processes > Get Process Explorer from sysinternals (now Microsoft: http://technet.microsoft.com/en-us/sysinternals/bb896653). It allows you to search for in-use files and handles. If cygwin1.dll is

Re: Typical Cygwin fork problem

2011-08-19 Thread big glass
i am noob, but prof windows programmer 3+ years :) how can i make sure that you exit all Cygwin processes what is rebasing? -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32297033.html Sent from the Cygwin list mailing list archive at Nabble.com

Re: Typical Cygwin fork problem

2011-08-19 Thread Eric Blake
On 08/19/2011 10:38 AM, big glass wrote: so what is ash exactly?? Another name for dash, which is a lighter-weight shell than bash. In particular, since dash pulls in fewer shared libraries, it can rebase things that bash cannot. -- Eric Blake ebl...@redhat.com+1-801-349-2682 Libvir

Re: Typical Cygwin fork problem

2011-08-19 Thread Jeremy Bopp
On 8/19/2011 11:38, big glass wrote: > > so what is ash exactly?? ash is another name for dash, which is described here: http://en.wikipedia.org/wiki/Debian_Almquist_shell The short answer is that it's a minimal shell that you need to use in your case for running the rebaseall command so that t

Re: Typical Cygwin fork problem

2011-08-19 Thread big glass
ttp://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > > > -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32296836.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports

Re: Typical Cygwin fork problem

2011-08-19 Thread Corinna Vinschen
On Aug 19 09:13, big glass wrote: > > :) > it already is installed, ask wont recognise it :) $ /bin/rebaseall<--- use the full path Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat --

Re: Typical Cygwin fork problem

2011-08-19 Thread Christopher Faylor
On Fri, Aug 19, 2011 at 09:13:13AM -0700, big glass wrote: >it already is installed, ask wont recognise it :) It's probably wearing glasses then. Duh. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin

Re: Typical Cygwin fork problem

2011-08-19 Thread big glass
:) it already is installed, ask wont recognise it :) -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32296617.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ

Re: Typical Cygwin fork problem

2011-08-19 Thread Corinna Vinschen
On Aug 19 07:35, big glass wrote: > > cheers, tried it in ash but get this: > > $ rebaseall : not found $ /bin/rebaseall Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem repor

Re: Typical Cygwin fork problem

2011-08-19 Thread Csaba Raduly
On Fri, Aug 19, 2011 at 4:35 PM, big glass wrote: > cheers, tried it in ash but get this: > > $ rebaseall   : not found > $ sr/bin/ash: rebaseall: not found Then you need to install the rebase package: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=rebaseall Csaba -- GCS a+ e++ d- C++ ULS$ L

Re: Typical Cygwin fork problem

2011-08-19 Thread big glass
cheers, tried it in ash but get this: $ rebaseall : not found $ sr/bin/ash: rebaseall: not found -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32295811.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports

Re: Typical Cygwin fork problem

2011-08-19 Thread Ryan Johnson
On 19/08/2011 5:23 AM, big glass wrote: I have ruby installed and am trying this, but run this but lots of errors: $ gem install sproutcore Fetching: rack-1.3.2.gem (100%) Fetching: json_pure-1.4.6.gem (100%) Fetching: extlib-0.9.15.gem (100%) Fetching: erubis-2.7.0.gem (100%) Fetching: thor-0.1

Typical Cygwin fork problem

2011-08-19 Thread big glass
) 00289388 6102796B (6117EC60, 8000, , 61180977) 0028A3B8 61004F1B (611A7FAC, 612492D4, 003E, 003F) End of stack trace 1 [main] ruby 9668 fork: child 7216 - died waiting for dll loading, errno -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork