Cygwin (1.5.24) PIL(1.1.6) Install Problem: tight looping

2007-07-13 Thread Steve Holden
I haven't seen and replies on the Image-SIG list in five days, so I am wondering if the Cygwin crowd can help me, given that Google hasn't been much help? cygcheck output is attached. Direct replies would be appreciated, but aren't required. This is what I see when I try a clean install: [EMA

Emacs takes 100% CPU

2007-07-13 Thread Nicolas Saunier
Hi, I am using emacs under cygwin on Windows XP home and pro. After some time (from a few seconds / minutes to hours and days), on the two machines, emacs starts taking 100% of the CPU, and becomes non-responsive (I have to kill it with the task manager). I thought this might be a problem of

Re: Problem after fresh Cygwin installation

2007-07-13 Thread Stephen Barclay
Bernd Bartmann wrote: Hi, I just installed the default Cygwin components using the latest setup.exe from a local install directory. The target machine runs WinXP SP2 English with German MUI pack. The installation as local administrator via setup.exe did not show any errors. The computer is only

Re: Non-trusted domain user causes mkpasswd and mkgroup to fail

2007-07-13 Thread DePriest, Jason R.
On 7/13/07, Matt Seitz (matseitz) wrote: From: Dave Korn > > Let me repeat myself: > > >> If you aren't > >> logged into the domain >^^ > > Logging into the local machine and logging into the domain > are two different > things. When you are not logged in to the doma

Re: Problem after fresh Cygwin installation

2007-07-13 Thread René Berber
Bernd Bartmann wrote: [snip] > Now comes the weird part. I created a new file hello.c in my home dir > with vim. ls -al shows that the file exists, but "more hello.c" gives > no output at all. I just get a new shell prompt. This is going to sound strange but, which more are you running? There is

Re: Units and Cygport

2007-07-13 Thread John Morrison
On Fri, July 13, 2007 7:45 pm, Charles Wilson wrote: > Yaakov (Cygwin Ports) wrote: >> >> I'm not familiar with units, but based on the above I'll guess that: >> 1) It doesn't use automake; > > True. > >> 2) Parallel install is broken. >> Try 'cyginstall -j1' in src_install() and let us know. > > T

Re: Vim copy on select doesn't run

2007-07-13 Thread zzapper
Jose Luis <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > > Hi, > > When I select a text on a vim edited file with the mouse, the text isn't > copy automatically. On the shell window this run fine. > > Jose Luis I think you want " copy visual area to paste buffer :set go+=a --

Re: Units and Cygport

2007-07-13 Thread Charles Wilson
Yaakov (Cygwin Ports) wrote: I'm not familiar with units, but based on the above I'll guess that: 1) It doesn't use automake; True. 2) Parallel install is broken. Try 'cyginstall -j1' in src_install() and let us know. That seems to work for me. --%< DESCRIPTION

RE: Non-trusted domain user causes mkpasswd and mkgroup to fail

2007-07-13 Thread Matt Seitz (matseitz)
From: Dave Korn [mailto:[EMAIL PROTECTED] > > Let me repeat myself: > > >> If you aren't > >> logged into the domain >^^ > > Logging into the local machine and logging into the domain > are two different > things. When you are not logged in to the domain, it would

Re: Units and Cygport

2007-07-13 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John Morrison wrote: > mkdir /home/John/units-1.86-1/inst/usr > mkdir /home/John/units-1.86-1/inst/usr > mkdir /home/John/units-1.86-1/inst/usr/share > mkdir: cannot create directory `/home/John/units-1.86-1/inst/usr': File > exists I'm not familiar

Re: if [ -w branching: how to spot a locked USB stick

2007-07-13 Thread fergus
> Actually I found that there's a laughable simple way to > determine a read-only device. When calling > GetVolumeInformation, the FILE_READ_ONLY_VOLUME flag is > set. I just tested this with a USB stick. Since we have > the information from fs_info anyway, a fix should be very > simple and not

Problem after fresh Cygwin installation

2007-07-13 Thread Bernd Bartmann
Hi, I just installed the default Cygwin components using the latest setup.exe from a local install directory. The target machine runs WinXP SP2 English with German MUI pack. The installation as local administrator via setup.exe did not show any errors. The computer is only a workgroup member and

Re: fseek064 calling fflush on Cygwin

2007-07-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Brian Ford on 7/13/2007 11:50 AM: >> So much for 'early next week'. Here's the full patch - okay to apply? > > I appreciate the effort, but I think you sent this to the wrong list ;-). > Thanks again. That, and I forgot to attach the pa

Re: [ANNOUNCEMENT] Updated: openldap-2.3.36-1/libopenldap2_3_0-2.3.36-1/openldap-devel-2.3.36-1

2007-07-13 Thread Svend Sorensen
On 7/13/07, Dr. Volker Zell wrote: A new version of 'openldap/libopenldap2_3_0/openldap-devel' has been uploaded to a server near you. Thank you very much! -- Svend -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docu

Re: Units and Cygport

2007-07-13 Thread Charles Wilson
Andrew Schulman wrote: make_etc_defaults /etc/cygport.conf What's that for? The user will already need to have cygport installed if they're going to build the package, right? A. The OP mentioned he was using sample.cygport, so I copied the relevant fragment from sample.cygport. I

Re: bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-13 Thread Pavel Kudrna
Corinna Vinschen wrote: On Jul 13 14:19, Pavel Kudrna wrote: Novell client uses paths of type z:. as so called search drives. It is stupid because if works only until you change current dir on that drive. It should use z:\ instead but we can't change it and it works. So the good is that it

Re: fseek064 calling fflush on Cygwin

2007-07-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 6/22/2007 2:26 PM: >> So, it would seem that fflush is not 64 bit safe and fseeko64 should not >> be calling it, but I'm not sure how to fix it. >> > In environments with large files, fflush needs to check for __SL64, in whic

Re: Units and Cygport

2007-07-13 Thread John Morrison
On Fri, July 13, 2007 5:16 pm, Charles Wilson wrote: > John Morrison wrote: > >> I assume that at this point I need to edit the .cygport script and >> change >> how the src_install() function works, but I'm at a loss and I can't find >> sufficient information at a dumb enough level for me to work i

Re: Units and Cygport

2007-07-13 Thread Andrew Schulman
> make_etc_defaults /etc/cygport.conf What's that for? The user will already need to have cygport installed if they're going to build the package, right? A. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docum

Re: Units and Cygport

2007-07-13 Thread Charles Wilson
John Morrison wrote: I assume that at this point I need to edit the .cygport script and change how the src_install() function works, but I'm at a loss and I can't find sufficient information at a dumb enough level for me to work it out. Can anyone help? Sorry about the long post. I suspect t

RE: Non-trusted domain user causes mkpasswd and mkgroup to fail

2007-07-13 Thread Dave Korn
On 13 July 2007 16:15, Matt Seitz (matseitz) wrote: > From: Dave Korn >> If you aren't >> logged into the domain, there's no way it should let you know >> things like user and group lists. > > Sorry, I wasn't clear. I did log into the stand-alone (non-domain) file > server first using "runas /n

Re: kill -2 is too powerful

2007-07-13 Thread patrickinminneapolis
On Thu, Jul 12, 2007 at 11:58:15PM -0700, patrickinminneapolis wrote: >I have a VB.net Console App which catches "Ctrl-C" and then gives the >user an option "e(x)it \ (r)un". I learned that I needed to set CYGWIN >= "notty" and so now the console app catches Ctrl-C properly within a >Cygwin con

Re: if [ -w branching: how to spot a locked USB stick

2007-07-13 Thread Corinna Vinschen
On Jul 13 10:27, Christopher Faylor wrote: > On Fri, Jul 13, 2007 at 04:15:26PM +0200, Corinna Vinschen wrote: > >On Jul 13 08:00, Eric Blake wrote: > >> According to Corinna Vinschen on 7/13/2007 7:06 AM: > >> >> Actually, this is a cygwin question. Bash's [ command only reports what > >> >> acce

Units and Cygport

2007-07-13 Thread John Morrison
Hi everyone, Sorry if this is OT - I don't mind being directed to the right place... I'm trying to create my first cygport package - an update of units. Unfortunately I've run aground... I copied the /usr/share/cygport/sample.cygport to units-1.86-1.cygport and edited it to be: DESCRIPTION="Co

Re: if [ -w branching: how to spot a locked USB stick

2007-07-13 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Fri, Jul 13, 2007 at 04:15:26PM +0200, Corinna Vinschen wrote: On Jul 13 08:00, Eric Blake wrote: According to Corinna Vinschen on 7/13/2007 7:06 AM: Actually, this is a cygwin question. Bash's [ command only reports what access("/h",W_OK) tells it to report, It

RE: Non-trusted domain user causes mkpasswd and mkgroup to fail

2007-07-13 Thread Matt Seitz (matseitz)
From: Dave Korn [mailto:[EMAIL PROTECTED] > If you aren't > logged into the domain, there's no way it should let you know > things like user and group lists. Sorry, I wasn't clear. I did log into the stand-alone (non-domain) file server first using "runas /netonly /user:machine\user". But th

Re: kill -2 is too powerful

2007-07-13 Thread Christopher Faylor
On Thu, Jul 12, 2007 at 11:58:15PM -0700, patrickinminneapolis wrote: >I have a VB.net Console App which catches "Ctrl-C" and then gives the >user an option "e(x)it \ (r)un". I learned that I needed to set CYGWIN >= "notty" and so now the console app catches Ctrl-C properly within a >Cygwin consol

Re: if [ -w branching: how to spot a locked USB stick

2007-07-13 Thread Christopher Faylor
On Fri, Jul 13, 2007 at 04:15:26PM +0200, Corinna Vinschen wrote: >On Jul 13 08:00, Eric Blake wrote: >> According to Corinna Vinschen on 7/13/2007 7:06 AM: >> >> Actually, this is a cygwin question. Bash's [ command only reports what >> >> access("/h",W_OK) tells it to report, >> > >> > It's th

Re: bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-13 Thread Matthew Woehlke
(nonstandard quoting reformatted) André Bleau wrote: Corinna Vinschen wrote: (*) and, funny enough, there's no API call in Win32 to return a DCWD. There's just a call GetCurrentDirectory() which returns *the* CWD. Which makes sense, given that the RTL_USER_PROCESS_PARAMETERS can only store one

Re: if [ -w branching: how to spot a locked USB stick

2007-07-13 Thread Corinna Vinschen
On Jul 13 08:00, Eric Blake wrote: > According to Corinna Vinschen on 7/13/2007 7:06 AM: > >> Actually, this is a cygwin question. Bash's [ command only reports what > >> access("/h",W_OK) tells it to report, > > > > It's the latter. The fact that the USB stick is locked doesn't > > mean that t

Re: bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-13 Thread Corinna Vinschen
On Jul 13 14:19, Pavel Kudrna wrote: > Corinna Vinschen wrote: > >I don't see how converting a pure DOS-ism > >into a wrong POSIX path is doing any good. > > > Novell client uses paths of type z:. as so called search drives. It is > stupid because if works > only until you change current dir on

Re: if [ -w branching: how to spot a locked USB stick

2007-07-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 7/13/2007 7:06 AM: >> Actually, this is a cygwin question. Bash's [ command only reports what >> access("/h",W_OK) tells it to report, > > It's the latter. The fact that the USB stick is locked doesn't > mean that t

Re: bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-13 Thread André Bleau
Corinna Vinschen wrote: [...] (*) and, funny enough, there's no API call in Win32 to return a DCWD. There's just a call GetCurrentDirectory() which returns *the* CWD. Which makes sense, given that the RTL_USER_PROCESS_PARAMETERS can only store one CWD per process. Well, this is no

Re: if [ -w branching: how to spot a locked USB stick

2007-07-13 Thread Corinna Vinschen
On Jul 13 06:45, Eric Blake wrote: > According to fergus on 7/13/2007 12:03 AM: > > if [ -w /h ] ; then echo +W ; else echo -W ; fi > > > > tests a device located at /h (or /cygdrive/h) for write-ability: eg a > > USB memory stick will echo +W and a CD will echo -W. If the stick is > > locked

[ANNOUNCEMENT] Updated: openldap-2.3.36-1/libopenldap2_3_0-2.3.36-1/openldap-devel-2.3.36-1

2007-07-13 Thread Dr. Volker Zell
Hi A new version of 'openldap/libopenldap2_3_0/openldap-devel' has been uploaded to a server near you. Please make sure to backup your database before installing the new version. !!! This version now uses Oracle Berkeley DB 4.5.20 which in turn requires log file format upgrade.

[ANNOUNCEMENT] [New packages] db-4.5.20-1/libdb4.5-4.5.20-1/libdb4.5-devel-4.5.20-1 - Oracle Berkeley DB

2007-07-13 Thread Dr. Volker Zell
Hi The packages db-4.5.20-1/libdb4.5-4.5.20-1/libdb4.5-devel-4.5.20-1 are now available with the Cygwin distribution: o http://www.oracle.com/technology/products/berkeley-db/db/index.html (Homepage) DESCRIPTION: Oracle Berkeley DB is the industry-leading open source, embeddable

Re: if [ -w branching: how to spot a locked USB stick

2007-07-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to fergus on 7/13/2007 12:03 AM: > This question isn't strictly Cygwin, but I hope it's OK to ask it in the > context of Cygwin on a portable device eg a CD or a usb mobile drive or > memory stick: the bash command > > if [ -w /h ] ; the

Re: bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-13 Thread Pavel Kudrna
Corinna Vinschen wrote: On Jul 12 21:01, Pavel Kudrna wrote: After that change cygwin_conv_to_posix_path() treats all following paths in the same way: c:\ /cygdrive/c c: /cygdrive/c c:\.\ /cygdrive/c/ c:\./cygdrive/c c:.\/cygdrive/c/./ c:. /cygdrive/c/. Before the sugg

Re: cygport: patches welcome?

2007-07-13 Thread Corinna Vinschen
On Jul 13 10:00, Corinna Vinschen wrote: > I'm still not sure how to handle situations where the default config > file in /etc/defaults/etc has changed between releases, but the user has > also changed the copied config file in /etc. We have no mechanism and > no standarized way to handle this so

Re: cygport: patches welcome?

2007-07-13 Thread Corinna Vinschen
On Jul 12 21:38, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Andrew Schulman on 7/12/2007 12:26 PM: > > (2) Smarter update of config files. In cygport's make_etc_defaults > > function, we have a golden opportunity to fix a problem that's persisted for > >

Re: bug in cygwin_conv_to_posix_path() caused by period in win32 path

2007-07-13 Thread Corinna Vinschen
On Jul 12 21:01, Pavel Kudrna wrote: > After that change cygwin_conv_to_posix_path() treats all following paths > in the same > way: > c:\ /cygdrive/c > c: /cygdrive/c > c:\.\ /cygdrive/c/ > c:\./cygdrive/c > c:.\/cygdrive/c/./ > c:. /cygdrive/c/. > Before the suggested chan