Re: Rebase, Peflags, and cygserver

2015-04-11 Thread Achim Gratz
Jim Reisert AD1C writes: > From a "Cygwin Terminal" (MINTTY), after shutting down the X.org > server, I ran the: Did you check that really no other Cygwin processes were running? > rebase-trigger fullrebase > > command. Then I ran setup-x86, nothing to update, but let it rebase > anyway. Th

Re: Rebase, Peflags, and cygserver

2015-04-06 Thread Ken Brown
On 4/6/2015 1:02 AM, Jim Reisert AD1C wrote: On Fri, Mar 27, 2015 at 2:28 PM, Achim Gratz wrote: From the announcement of _autorebase: To perform a full rebase, execute "rebase-trigger fullrebase". Then shut down Cygwin and simply run setup.exe. The rebase will be performed even when the in

Re: Rebase, Peflags, and cygserver

2015-04-05 Thread Jim Reisert AD1C
On Fri, Mar 27, 2015 at 2:28 PM, Achim Gratz wrote: > From the announcement of _autorebase: > > To perform a full rebase, execute "rebase-trigger fullrebase". Then > shut down Cygwin and simply run setup.exe. The rebase will be > performed even when the installation did not get modified in any w

Re: Rebase, Peflags, and cygserver

2015-03-30 Thread Marco Atzeri
On 3/27/2015 9:55 PM, Ken Brown wrote: Depends, but anything that could interfere with the rebase is a potential problem. I've run into the OP's problem occasionally, where a full rebase doesn't fix all rebase/fork problems. What's worked for me on those occasions is to reboot the computer and

RE: Rebase, Peflags, and cygserver

2015-03-30 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >Ken Brown >Sent: Friday, March 27, 2015 3:56 PM >To: cygwin@cygwin.com >Subject: Re: Rebase, Peflags, and cygserver > >On 3/27/2015 4:28 PM, Achim Gratz wrote:

Re: Rebase, Peflags, and cygserver

2015-03-27 Thread Ken Brown
On 3/27/2015 4:28 PM, Achim Gratz wrote: J. David Boyd writes: What I'm doing (with some success)is this: 1. get latest cygwin update 2. del /etc/rebase* 3. rebaseall -v 4. peflagsall -v 5. don't restart cygserver (This means my bash shell window starts a little slower, but I can live with that

Re: Rebase, Peflags, and cygserver

2015-03-27 Thread Achim Gratz
J. David Boyd writes: > What I'm doing (with some success)is this: > > 1. get latest cygwin update > 2. del /etc/rebase* > 3. rebaseall -v > 4. peflagsall -v > 5. don't restart cygserver (This means my bash shell window starts a little > slower, but I can live with that.) >From the announcement of

Re: Rebase, Peflags, and cygserver

2015-03-27 Thread Marco Atzeri
On 3/27/2015 6:24 PM, J. David Boyd wrote: Marco Atzeri writes: On 3/27/2015 3:29 PM, J. David Boyd wrote: I keep having problems with vforks. Sometime everything is fine for days, then I start emacs, and get vfork errors. So I rebaseall, and peflagsall. Emacs works great. Oops, forgot to

Re: Rebase, Peflags, and cygserver

2015-03-27 Thread J. David Boyd
Marco Atzeri writes: > On 3/27/2015 3:29 PM, J. David Boyd wrote: >> >> I keep having problems with vforks. Sometime everything is fine for days, >> then I start emacs, and get vfork errors. >> >> So I rebaseall, and peflagsall. Emacs works great. Oops, forgot to restart >> cygserver. Restart

Re: Rebase, Peflags, and cygserver

2015-03-27 Thread Jim Reisert AD1C
On Fri, Mar 27, 2015 at 8:29 AM, J. David Boyd wrote: > I keep having problems with vforks. Sometime everything is fine for days, > then I start emacs, and get vfork errors. > > So I rebaseall, and peflagsall. Emacs works great. Oops, forgot to restart > cygserver. Restart, bam, vfork errors.

RE: Rebase, Peflags, and cygserver

2015-03-27 Thread Rockefeller, Harry
>-Original Message- >From: cygwin-ow...@cygwin.com [mailto:cygwin->ow...@cygwin.com] On Behalf Of >J. David Boyd >Sent: Friday, March 27, 2015 9:29 AM >To: cygwin@cygwin.com >Subject: Rebase, Peflags, and cygserver > > >I keep having problems with vforks. So

Re: Rebase, Peflags, and cygserver

2015-03-27 Thread Marco Atzeri
On 3/27/2015 3:29 PM, J. David Boyd wrote: I keep having problems with vforks. Sometime everything is fine for days, then I start emacs, and get vfork errors. So I rebaseall, and peflagsall. Emacs works great. Oops, forgot to restart cygserver. Restart, bam, vfork errors. Or, no vfork erro

Rebase, Peflags, and cygserver

2015-03-27 Thread J. David Boyd
I keep having problems with vforks. Sometime everything is fine for days, then I start emacs, and get vfork errors. So I rebaseall, and peflagsall. Emacs works great. Oops, forgot to restart cygserver. Restart, bam, vfork errors. Or, no vfork error. It all seems so inconsistent and random.