public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* rebaseall invocation error
@ 2012-07-20 17:01 Mirko Vukovic
  2012-07-20 17:04 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Mirko Vukovic @ 2012-07-20 17:01 UTC (permalink / raw)
  To: cygwin

Hello,

I am running rebaseall manually to enable X11:  I found a post
suggesting to rebase to 0x77000000

I am following instructions on http://cygwin.wikia.com/wiki/Rebaseall

I restarted Windows 7 (64bit) in safe mode (no networking) and opened
a command prompt where I executed:

cd \cygwin\bin
dash
PATH=.
rebaseall -v

I got the following error:

rebaseall: only ash or dash processes are allowed during rebasing
    Exit all Cygwin processes and stop all Cygwin services.
    Execute ash (or dash) from Start/Run... or a cmd or command window.
    Execute '/bin/rebaseall' from ash (or dash).

I get the same error from a regular Windows session (with sshd
stopped, and no other cygwin processes running - as far as I can see).

Are there some other Cygwing processes running?  How can I check for
that.  Or is something else amiss?

Thanks,

Mirko

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: rebaseall invocation error
  2012-07-20 17:01 rebaseall invocation error Mirko Vukovic
@ 2012-07-20 17:04 ` Christopher Faylor
  2012-07-20 17:36   ` Mirko Vukovic
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2012-07-20 17:04 UTC (permalink / raw)
  To: cygwin

On Fri, Jul 20, 2012 at 01:00:45PM -0400, Mirko Vukovic wrote:
>Hello,
>
>I am running rebaseall manually to enable X11:  I found a post
>suggesting to rebase to 0x77000000
>
>I am following instructions on http://cygwin.wikia.com/wiki/Rebaseall

You realize that the project web site is: http://cygwin.com/ right?  You
can't expect instructions from unrelated sites to work.  You shouldn't
need to use the above anymore with new improvements to reabase.

>I restarted Windows 7 (64bit) in safe mode (no networking) and opened
>a command prompt where I executed:
>
>cd \cygwin\bin
>dash
>PATH=.
>rebaseall -v
>
>I got the following error:
>
>rebaseall: only ash or dash processes are allowed during rebasing
>    Exit all Cygwin processes and stop all Cygwin services.
>    Execute ash (or dash) from Start/Run... or a cmd or command window.
>    Execute '/bin/rebaseall' from ash (or dash).
>
>I get the same error from a regular Windows session (with sshd
>stopped, and no other cygwin processes running - as far as I can see).
>
>Are there some other Cygwing processes running?  How can I check for
>that.  Or is something else amiss?

Task Manager would probably tell you if something else is running.

cgf

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: rebaseall invocation error
  2012-07-20 17:04 ` Christopher Faylor
@ 2012-07-20 17:36   ` Mirko Vukovic
  2012-07-20 17:48     ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Mirko Vukovic @ 2012-07-20 17:36 UTC (permalink / raw)
  To: cygwin

Problem fixed ... see below

On Fri, Jul 20, 2012 at 1:04 PM, Christopher Faylor
<email deleted> wrote:
> On Fri, Jul 20, 2012 at 01:00:45PM -0400, Mirko Vukovic wrote:
>>Hello,
>>
>>I am running rebaseall manually to enable X11:  I found a post
>>suggesting to rebase to 0x77000000
>>
>>I am following instructions on http://cygwin.wikia.com/wiki/Rebaseall
>
> You realize that the project web site is: http://cygwin.com/ right?  You
> can't expect instructions from unrelated sites to work.  You shouldn't
> need to use the above anymore with new improvements to reabase.

True.  But I did not find anything else better and the instructions on
that site jibed with
what I read on the cygwin mailing list over the years.  That's why I
went with it.

>
>>I restarted Windows 7 (64bit) in safe mode (no networking) and opened
>>a command prompt where I executed:
>>
>>cd \cygwin\bin
>>dash
>>PATH=.
>>rebaseall -v
>>
>>I got the following error:
>>
>>rebaseall: only ash or dash processes are allowed during rebasing
>>    Exit all Cygwin processes and stop all Cygwin services.
>>    Execute ash (or dash) from Start/Run... or a cmd or command window.
>>    Execute '/bin/rebaseall' from ash (or dash).
>>
>>I get the same error from a regular Windows session (with sshd
>>stopped, and no other cygwin processes running - as far as I can see).
>>
>>Are there some other Cygwing processes running?  How can I check for
>>that.  Or is something else amiss?
>
> Task Manager would probably tell you if something else is running.

Against my better judgment I went and looked in Task Manager.  After all I was
certain I did not start any cygwin process.  And in there I found
aspell -- it was
started during Windows Emacs startup.  I use Emacs to write down notes
during debugging.

rebaseall works as advertised.


>
> cgf
>

Mirko

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: rebaseall invocation error
  2012-07-20 17:36   ` Mirko Vukovic
@ 2012-07-20 17:48     ` Christopher Faylor
  2012-07-20 18:13       ` Mirko Vukovic
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2012-07-20 17:48 UTC (permalink / raw)
  To: cygwin

On Fri, Jul 20, 2012 at 01:36:07PM -0400, Mirko Vukovic wrote:
>Problem fixed ... see below
>
>On Fri, Jul 20, 2012 at 1:04 PM, Christopher Faylor
><email deleted> wrote:
>> On Fri, Jul 20, 2012 at 01:00:45PM -0400, Mirko Vukovic wrote:
>>>Hello,
>>>
>>>I am running rebaseall manually to enable X11:  I found a post
>>>suggesting to rebase to 0x77000000
>>>
>>>I am following instructions on http://cygwin.wikia.com/wiki/Rebaseall
>>
>> You realize that the project web site is: http://cygwin.com/ right?  You
>> can't expect instructions from unrelated sites to work.  You shouldn't
>> need to use the above anymore with new improvements to reabase.
>
>True.  But I did not find anything else better and the instructions on
>that site jibed with what I read on the cygwin mailing list over the
>years.  That's why I went with it.

But this wasn't actually "better".  Just running rebaseall, as suggested
by the official Cygwin FAQ is the correct advice.

cgf

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: rebaseall invocation error
  2012-07-20 17:48     ` Christopher Faylor
@ 2012-07-20 18:13       ` Mirko Vukovic
  0 siblings, 0 replies; 5+ messages in thread
From: Mirko Vukovic @ 2012-07-20 18:13 UTC (permalink / raw)
  To: cygwin

On Fri, Jul 20, 2012 at 1:48 PM, Christopher Faylor  wrote:
> On Fri, Jul 20, 2012 at 01:36:07PM -0400, Mirko Vukovic wrote:
>>Problem fixed ... see below
>>
>>On Fri, Jul 20, 2012 at 1:04 PM, Christopher Faylor
>><email deleted> wrote:
>>> On Fri, Jul 20, 2012 at 01:00:45PM -0400, Mirko Vukovic wrote:
>>>>Hello,
>>>>
>>>>I am running rebaseall manually to enable X11:  I found a post
>>>>suggesting to rebase to 0x77000000
>>>>
>>>>I am following instructions on http://cygwin.wikia.com/wiki/Rebaseall
>>>
>>> You realize that the project web site is: http://cygwin.com/ right?  You
>>> can't expect instructions from unrelated sites to work.  You shouldn't
>>> need to use the above anymore with new improvements to reabase.
>>
>>True.  But I did not find anything else better and the instructions on
>>that site jibed with what I read on the cygwin mailing list over the
>>years.  That's why I went with it.
>
> But this wasn't actually "better".  Just running rebaseall, as suggested
> by the official Cygwin FAQ is the correct advice.
>

I agree

> cgf
>
> --
> 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
>

--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-20 18:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-20 17:01 rebaseall invocation error Mirko Vukovic
2012-07-20 17:04 ` Christopher Faylor
2012-07-20 17:36   ` Mirko Vukovic
2012-07-20 17:48     ` Christopher Faylor
2012-07-20 18:13       ` Mirko Vukovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).