Re: Update problems

2010-01-11 Thread Larry Hall (Cygwin)
On 01/11/2010 03:23 AM, Steven Monai wrote: I will do that. Thanks for your time. I think this will give you a good background for understanding why 'setup.exe' exists and some of the history for its initial and continued development and the alternatives that have been discussed over time. Som

Re: Update problems

2010-01-11 Thread Steven Monai
On 2010/01/10 6:45 PM, Larry Hall (Cygwin) wrote: > So your argument is based on the desire to have *another* package > manager application, besides 'setup.exe', that could be used from within > Cygwin applications to update Cygwin applications? Something like that, yes. The idea that one should b

Re: Update problems

2010-01-10 Thread Larry Hall (Cygwin)
On 01/10/2010 07:20 PM, Steven Monai wrote: On 2010/01/10 3:00 PM, Christopher Faylor wrote: Yes, if you do something brain-dead you can expect bad results. There can be non-"brain-dead" reasons for attempting to upgrade one package while holding another related one at a specific version.

Re: Update problems

2010-01-10 Thread Steven Monai
On 2010/01/10 3:00 PM, Christopher Faylor wrote: > On Sun, Jan 10, 2010 at 01:28:34PM -0800, Steven Monai wrote: >> On 2010/01/10 12:31 PM, Eric Blake wrote: >>> According to Christopher Faylor on 1/10/2010 12:27 PM: No one thinks its a good idea. >>> >>> And here's one reason why. Newer vers

Re: Update problems

2010-01-10 Thread Christopher Faylor
On Sun, Jan 10, 2010 at 01:28:34PM -0800, Steven Monai wrote: >On 2010/01/10 12:31 PM, Eric Blake wrote: >> According to Christopher Faylor on 1/10/2010 12:27 PM: >>> No one thinks its a good idea. >> >> And here's one reason why. Newer versions of cygwin1.dll introduce new >> entry points. But

Re: Update problems

2010-01-10 Thread Steven Monai
On 2010/01/10 12:31 PM, Eric Blake wrote: > According to Christopher Faylor on 1/10/2010 12:27 PM: >> No one thinks its a good idea. > > And here's one reason why. Newer versions of cygwin1.dll introduce new > entry points. But suppose you are updating cygwin1.dll and bash at the > same time. I

Re: Update problems

2010-01-10 Thread Eric Blake
According to Christopher Faylor on 1/10/2010 12:27 PM: > This idea has been put forth many times since that time. The fact that > it isn't implemented means that either 1) It's more difficult than you > anticipate or 2) No one thinks its a good idea. And here's one reason why. Newer versions of

Re: Update problems

2010-01-10 Thread Christopher Faylor
On Sun, Jan 10, 2010 at 09:36:50AM -0800, Steven Monai wrote: >On 2010/01/09 2:09 AM, Corinna Vinschen wrote: >>On Jan 8 17:28, Steven Monai wrote: >>>Not to beat a dead hippo here, but if Cygwin allows in-use files to be >>>replaced, then what is 'setup.exe' needed for? (Aside from the initial >>

Re: Update problems

2010-01-10 Thread Steven Monai
On 2010/01/09 2:09 AM, Corinna Vinschen wrote: > On Jan 8 17:28, Steven Monai wrote: >> Not to beat a dead hippo here, but if Cygwin allows in-use files to be >> replaced, then what is 'setup.exe' needed for? (Aside from the initial >> bootstrap of Cygwin, of course.) Shouldn't it be possible to h

Re: Update problems

2010-01-10 Thread Corinna Vinschen
On Jan 9 23:28, Christopher Faylor wrote: > On Sat, Jan 09, 2010 at 11:09:41AM +0100, Corinna Vinschen wrote: > >The most pressing problem is the replacement of the cygwin DLL itself. > >It's like installing a new kernel in Linux. However, in Linux you have > >to reboot to use the new kernel, whi

Re: Update problems

2010-01-09 Thread Christopher Faylor
On Sat, Jan 09, 2010 at 11:09:41AM +0100, Corinna Vinschen wrote: >The most pressing problem is the replacement of the cygwin DLL itself. >It's like installing a new kernel in Linux. However, in Linux you have >to reboot to use the new kernel, while Cygwin is just a DLL. After the >rename and rep

Re: Update problems

2010-01-09 Thread Corinna Vinschen
On Jan 8 17:28, Steven Monai wrote: > On 2010/01/08 2:38 PM, Larry Hall (Cygwin) wrote: > > On 01/08/2010 03:41 PM, Christian Franke wrote: > >> Larry Hall (Cygwin) wrote: > >>> On 01/07/2010 09:39 PM, David Gast wrote: > There are two problems with updating cygwin. > > 1. If you ru

Re: Update problems

2010-01-08 Thread Rance Hall
On Fri, Jan 8, 2010 at 7:28 PM, Steven Monai wrote: > Not to beat a dead hippo here, but if Cygwin allows in-use files to be > replaced, then what is 'setup.exe' needed for? (Aside from the initial > bootstrap of Cygwin, of course.) Shouldn't it be possible to have proper > package management--

Re: Update problems

2010-01-08 Thread Steven Monai
On 2010/01/08 2:38 PM, Larry Hall (Cygwin) wrote: > On 01/08/2010 03:41 PM, Christian Franke wrote: >> Larry Hall (Cygwin) wrote: >>> On 01/07/2010 09:39 PM, David Gast wrote: There are two problems with updating cygwin. 1. If you run setup.exe from bash, bash cannot be updated

Re: Update problems

2010-01-08 Thread Larry Hall (Cygwin)
On 01/08/2010 03:41 PM, Christian Franke wrote: Larry Hall (Cygwin) wrote: On 01/07/2010 09:39 PM, David Gast wrote: There are two problems with updating cygwin. 1. If you run setup.exe from bash, bash cannot be updated because the file is in use. Sure. This is the reason 'setup.exe' exists.

Re: Update problems

2010-01-08 Thread Christian Franke
Larry Hall (Cygwin) wrote: On 01/07/2010 09:39 PM, David Gast wrote: There are two problems with updating cygwin. 1. If you run setup.exe from bash, bash cannot be updated because the file is in use. Sure. This is the reason 'setup.exe' exists. It's a Windows "feature" that keeps you from r

Re: Update problems

2010-01-07 Thread Larry Hall (Cygwin)
On 01/07/2010 09:39 PM, David Gast wrote: There are two problems with updating cygwin. 1. If you run setup.exe from bash, bash cannot be updated because the file is in use. Sure. This is the reason 'setup.exe' exists. It's a Windows "feature" that keeps you from replacing a file that's in us

Update problems

2010-01-07 Thread David Gast
There are two problems with updating cygwin. 1. If you run setup.exe from bash, bash cannot be updated because the file is in use. If the libraries have been updated and bash expects old libraries, for example, you can't do anything in cygwin. In the update instructions, you shou

Re: Update Problems

2009-02-05 Thread Nahor
Nahor wrote: Carl Lund wrote: Hi-- I tried updating my Cygwin installation, and got a message indicating that cygreadline6.dll was missing. I did not request any changes; I was just trying to update my current configuration to the latest release. My suspicion is that something has been recen

Re: Update Problems

2009-02-05 Thread Nahor
Carl Lund wrote: Hi-- I tried updating my Cygwin installation, and got a message indicating that cygreadline6.dll was missing. I did not request any changes; I was just trying to update my current configuration to the latest release. My suspicion is that something has been recently updated in

Update Problems

2009-02-05 Thread Carl Lund
Hi-- I tried updating my Cygwin installation, and got a message indicating that cygreadline6.dll was missing. I did not request any changes; I was just trying to update my current configuration to the latest release. My suspicion is that something has been recently updated incorrectly. I've

Re: After update problems to start postgreSQL

2002-11-21 Thread Jason Tishler
Jan, On Thu, Nov 21, 2002 at 03:30:18PM +0100, Jan Klostermann wrote: > IpcMemoryCreate: shmget(key=5432001, size=1441792, 03600) failed: Function not >implemented The above implies that ipc-daemon is not running. Starting ipc-daemon should solve your problem. Jason -- PGP/GPG Key: http://ww

After update problems to start postgreSQL

2002-11-21 Thread Jan Klostermann
Hello, yesterday I tried to enhance my cygwin-distribution with some additional programs. Therefore I started the install tool and selected some features and installed them. Afterwards I realised that I cannot start the postmaster anymore. It terminates immediately. In the logfile I find then: I

RE: Latest update problems (ntsec and file permissions, I think)(tagged releases comment)

2002-10-21 Thread Scott Prive
> -Original Message- > From: William A. Hoffman [mailto:billlist@;nycap.rr.com] > Sent: Monday, October 21, 2002 10:12 AM > To: [EMAIL PROTECTED] > Subject: Latest update problems (ntsec and file permissions, I think) > > Once I did that, things were better. Is t

Re: Perl Update problems

2002-03-15 Thread Corey T. Holzer
Thanks much. Everything is working fine now ... I guess each install of a perl module will be a mini-adventure. "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Corey, > > >> I am running Cygwin 1.3.9-1 on a Win2k Workstation. I am logged in

Re: Perl Update problems

2002-03-14 Thread Gerrit P. Haase
Corey, >> I am running Cygwin 1.3.9-1 on a Win2k Workstation. I am logged in as the >> Administrator and when I try to update some perl modules via >> 'perl -MCPAN -eshell' I get the following error: >> Cannot forceunlink >> /usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/Term/ReadKey >> /Read

Re: Perl Update problems

2002-03-14 Thread Gerrit P. Haase
Hallo Corey, Am 2002-03-14 um 19:19 schriebst du: > I am running Cygwin 1.3.9-1 on a Win2k Workstation. I am logged in as the > Administrator and when I try to update some perl modules via > 'perl -MCPAN -eshell' I get the following error: > Cannot forceunlink > /usr/lib/perl5/site_perl/5.6.1/

Perl Update problems

2002-03-14 Thread Corey T. Holzer
I am running Cygwin 1.3.9-1 on a Win2k Workstation. I am logged in as the Administrator and when I try to update some perl modules via 'perl -MCPAN -eshell' I get the following error: Cannot forceunlink /usr/lib/perl5/site_perl/5.6.1/cygwin-multi/auto/Term/ReadKey /ReadKey.dll: Permission denied