Re: [TESTERS needed] New POSIX permission handling

2015-04-17 Thread Corinna Vinschen
Hi Ismail, On Apr 16 09:48, Ismail Donmez wrote: > Corinna Vinschen-2 wrote > > On Apr 16 09:09, Ismail Donmez wrote: > >> [~/src/mutt]> chmod +x config.status > >> chmod: changing permissions of ‘config.status’: Permission denied This is really surprising. > [~/src/mutt]> icacls config.status >

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Corinna Vinschen
On Apr 16 15:20, Jim Reisert AD1C wrote: > > I would suggest not to use passwd and group files anymore, unless you're > > in a situation with no connection to the account DB (e.g. AD member > > machine without connection to the DC). > > If you mean remove the /etc/passwd and /etc/group files, tha

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Corinna Vinschen
On Apr 16 14:14, Ian Lambert wrote: > > > > It might be > interesting to check the files.  Don't delete > > them, they may come in handy for > forensics.  If you don't mind and they > > don;t contain anything too private, you > might even just copy them here. > > I can post the good and

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Corinna Vinschen
On Apr 16 21:49, Denis Excoffier wrote: > On 2015-04-16 à 18:43, Corinna Vinschen wrote: > > On Apr 16 18:21, Corinna Vinschen wrote: > >> On Apr 16 08:17, Jim Reisert AD1C wrote: > >>> I am unable to start Cywin/X X-server 1.17.1 with this version. > >>> Previous releases of 2.0.0.x were OK. I ha

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Corinna Vinschen
On Apr 16 12:53, Bryan Berns wrote: > On Thu, Apr 16, 2015 at 10:17 AM, Jim Reisert AD1C > wrote: > > I am unable to start Cywin/X X-server 1.17.1 with this version. > > Previous releases of 2.0.0.x were OK. I had to revert to 1.7.35-1 for > > the time being. > > > > Other than updating to 2.0.0.

Re: [TESTERS needed] New POSIX permission handling

2015-04-17 Thread Corinna Vinschen
On Apr 17 09:30, Corinna Vinschen wrote: > Hi Ismail, > > On Apr 16 09:48, Ismail Donmez wrote: > > Corinna Vinschen-2 wrote > > > On Apr 16 09:09, Ismail Donmez wrote: > > >> [~/src/mutt]> chmod +x config.status > > >> chmod: changing permissions of ‘config.status’: Permission denied > > This is

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Corinna Vinschen
On Apr 17 10:16, Corinna Vinschen wrote: > On Apr 16 12:53, Bryan Berns wrote: > > On Thu, Apr 16, 2015 at 10:17 AM, Jim Reisert AD1C > > wrote: > > > I am unable to start Cywin/X X-server 1.17.1 with this version. > > > Previous releases of 2.0.0.x were OK. I had to revert to 1.7.35-1 for > > >

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Bryan Berns
On Fri, Apr 17, 2015 at 6:07 AM, Corinna Vinschen wrote: > On Apr 17 10:16, Corinna Vinschen wrote: >> On Apr 16 12:53, Bryan Berns wrote: >> > On Thu, Apr 16, 2015 at 10:17 AM, Jim Reisert AD1C >> > wrote: >> > > I am unable to start Cywin/X X-server 1.17.1 with this version. >> > > Previous rel

[ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
Hi Cygwin friends and users, New 2.0.0-0.7 test release: - Improved setfacl tool. It now handles mask recomputation just like the Linux tool. -d option renamed to -x (but -d is still accepted for backward compat). New -n,--no-mask and --mask options. - Improved getfacl tool. It now prin

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Corinna Vinschen
On Apr 17 06:57, Bryan Berns wrote: > On Fri, Apr 17, 2015 at 6:07 AM, Corinna Vinschen > wrote: > > On Apr 17 10:16, Corinna Vinschen wrote: > >> On Apr 16 12:53, Bryan Berns wrote: > >> > I've actually had problem building Cygwin (1.7.35 or 2.x source) on > >> > Cygwin 2.x using Windows. The ma

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-04-17 Thread Takashi Yano
ive the code checking 'need_nl'. * tty.cc (tty::init): Remove initialization for 'column'. * tty.h (class tty): Add variable '_from_slave'. Add two functions from_slave() and set_from_slave() regarding '_from_master'. Remove variable &

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Jon TURNEY
On 16/04/2015 17:21, Corinna Vinschen wrote: Btw., it would be nice to know why XWin tries to chown a file. Jon? This seems to be in trans_mkdir() in libxtrans [1], which tries to make sure that /tmp/.X11-unix (the directory in which the server's unix-domain sockets are created) is owned by u

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-04-17 Thread Corinna Vinschen
Hi Takashi, On Apr 17 20:27, Takashi Yano wrote: > Hi Corinna, > > On Thu, 16 Apr 2015 11:05:33 +0200 > Corinna Vinschen wrote: > > > Ok, but... this is a really big patch and it complicates the pty code > > even more. Is there really no other option as far as the TCSADRAIN > > problem is conc

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Corinna Vinschen
On Apr 17 12:29, Jon TURNEY wrote: > On 16/04/2015 17:21, Corinna Vinschen wrote: > >Btw., it would be nice to know why XWin tries to chown a file. > >Jon? > > This seems to be in trans_mkdir() in libxtrans [1], which tries to make sure > that /tmp/.X11-unix (the directory in which the server's un

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Jim Reisert AD1C
> New 2.0.0-0.7 test release: I'm happy to report that Xwin now starts up straight away, even with "missing" /etc/passwd and /etc/group files. Thanks for fixing this! -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-04-17 Thread Corinna Vinschen
On Apr 17 14:10, Corinna Vinschen wrote: > On Apr 17 20:27, Takashi Yano wrote: > > @@ -868,6 +980,9 @@ fhandler_pty_slave::tcgetattr (struct termios *t) > > int > > fhandler_pty_slave::tcsetattr (int, const struct termios *t) > > { > > + DWORD n; > > + while (::bytes_available (n, from_slave)

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Jim Reisert AD1C
There's still something funky going on. ssh won't recognize my ~/.ssh/config file. With my existing passwd and group files, I get this error (notice that the warned permissions are different that what "ls" reports): -rw---+ 1 Jim Reisert None 205 Apr 17 06:19 .ssh/config [JJR:~] $ ssh ad1c

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
On Apr 17 06:15, Jim Reisert AD1C wrote: > > New 2.0.0-0.7 test release: > > I'm happy to report that Xwin now starts up straight away, even with > "missing" /etc/passwd and /etc/group files. > > Thanks for fixing this! Sure, thanks for your feedback! Corinna -- Corinna Vinschen

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
On Apr 17 06:27, Jim Reisert AD1C wrote: > There's still something funky going on. ssh won't recognize my > ~/.ssh/config file. > > With my existing passwd and group files, I get this error (notice that > the warned permissions are different that what "ls" reports): > > -rw---+ 1 Jim Reisert

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Jim Reisert AD1C
I finally understand what happened. In my /etc/passwd, I have configured a different home directory for myself. Without that file, it goes to /home/Jim Reisert which does not exist! Is there a way to change my default home directory without using /etc/passwd, other than creating a symbolic link

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
On Apr 17 06:46, Jim Reisert AD1C wrote: > I finally understand what happened. > > In my /etc/passwd, I have configured a different home directory for > myself. Without that file, it goes to /home/Jim Reisert which does > not exist! > > Is there a way to change my default home directory without

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Ian Lambert
> Try the -0.6 I'm just uploading.  This should work again since it checks the PSIDs for NULL before calling this crashing OS function. Indeed, it works again. Thanks! And ssh works too. :) It still gives this error message, but it was only noticed because it was the last line of output:

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
On Apr 17 15:16, Corinna Vinschen wrote: > On Apr 17 06:46, Jim Reisert AD1C wrote: > > I finally understand what happened. > > > > In my /etc/passwd, I have configured a different home directory for > > myself. Without that file, it goes to /home/Jim Reisert which does > > not exist! > > > > Is

Re: [TESTERS needed] New POSIX permission handling

2015-04-17 Thread Ismail Donmez
Hi, Corinna Vinschen-2 wrote > On Apr 17 09:30, Corinna Vinschen wrote: > I think I found the culprit. I'll uploade a -0.7 test release in > the next hour or so. So far all my tests work, thanks a bunch! -- View this message in context: http://cygwin.1069669.n5.nabble.com/TESTERS-needed-Ne

RE: Running tasklist /m in cygwin hangs

2015-04-17 Thread Saurabh T
I can confirm it still hangs for me with 1.7.35. I am using the 32 bit (i686) Cygwin which is the only difference from Andrey's. > Date: Wed, 15 Apr 2015 22:15:57 +0300 > From: anrdae...@yandex.ru > To: saur...@hotmail.com; cygwin@cygwin.com > Subject:

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Jim Reisert AD1C
> https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch-home Very helpful, Corinna! Working as advertised. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: Running tasklist /m in cygwin hangs

2015-04-17 Thread Marco Atzeri
On 4/17/2015 5:23 PM, Saurabh T wrote: I can confirm it still hangs for me with 1.7.35. I am using the 32 bit (i686) Cygwin which is the only difference from Andrey's. on $ uname -vrsm CYGWIN_NT-6.1-WOW 1.7.35(0.287/5/3) 2015-03-04 12:07 i686 It is only a bit slow (both mintty and console)

NTSEC db_home

2015-04-17 Thread Jim Reisert AD1C
I'm having a little trouble with the db_home: setting at work (corporate network, not using /etc/passwd or /etc/group). Regarding: https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch-home I tried "db_home: /%H" and although my MINTTY session started in the correct directory, ssh

Re: [TESTERS needed] New POSIX permission handling

2015-04-17 Thread Corinna Vinschen
On Apr 17 08:17, Ismail Donmez wrote: > Hi, > > > Corinna Vinschen-2 wrote > > On Apr 17 09:30, Corinna Vinschen wrote: > > I think I found the culprit. I'll uploade a -0.7 test release in > > the next hour or so. > > So far all my tests work, thanks a bunch! Thanks for your feedback! Corinn

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-5

2015-04-17 Thread Corinna Vinschen
On Apr 17 06:17, Ian Lambert wrote: > > > Try the -0.6 > I'm just uploading.  This should work again since > it checks the PSIDs for NULL before calling > this crashing OS function. > > > Indeed, it works again. Thanks! And ssh works too. :) > > It still gives this error message, but it wa

Re: NTSEC db_home

2015-04-17 Thread Corinna Vinschen
On Apr 17 10:07, Jim Reisert AD1C wrote: > I'm having a little trouble with the db_home: setting at work > (corporate network, not using /etc/passwd or /etc/group). Regarding: > > https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch-home > > I tried "db_home: /%H" and although my

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Steven Penny
On Fri, Apr 17, 2015 at 7:46 AM, Jim Reisert AD1C wrote: > Is there a way to change my default home directory without using > /etc/passwd, other than creating a symbolic link inside of /home? You can modify /etc/fstab like this c:/home /home . acl Example http://github.com/svnpenn/dotfiles/b

Re: dig utility in bind-utils-9.9.7-1 returns no output

2015-04-17 Thread Keith Christian
Yaakov, Brian, Andrey, Marco, and Mark - I updated Cygwin this morning, and now: "dig works! I have no idea why!" "cksum /usr/bin/dig /bin/dig" reports the same checksums as before, and "cygcheck dig" produces the same output as before. Baffling. Thanks to all of you for the suggestions.

Re: "R" help leaves out lines of text

2015-04-17 Thread paul
Marco Atzeri gmail.com> writes: >> I am ramping up on the R statistical analysis environment. I find >> that the help leaves out entire lines of text. The pager is >> /usr/lib/R/bin/pager. I changed it to /bin/less, but I see the >> same symptom. The problem shows up both in xterm and mintty.

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Achim Gratz
Corinna Vinschen writes: > New 2.0.0-0.7 test release: > > - Improved setfacl tool. It now handles mask recomputation just like > the Linux tool. -d option renamed to -x (but -d is still accepted > for backward compat). New -n,--no-mask and --mask options. "setfacl -b -k" still errors out i

readline behaves differently in R than in bash

2015-04-17 Thread paul
I "set editing-mode vi" in ~/.inputrc. In bash, it responds as expected to (say) "dt,", which deletes characters upto the next comma. It does not do this in R; instead, that series of keystrokes simply causes the next two keystrokes to be consumed without any effect. I guess it would be wrong to

less color option

2015-04-17 Thread Steven Penny
man less Reveals this -Dxcolor or --color=xcolor [MS-DOS only] Sets the color of the text displayed. x is a sin‐ gle character which selects the type of text whose color is being set: n=normal, s=standout, d=bold, u=underlined, k=blink. c

Re: [ANNOUNCEMENT] Updated: lilypond-2.19.18-2 [GOLDSTAR]

2015-04-17 Thread Yaakov Selkowitz
On Fri, 2015-04-17 at 06:13 +0200, Marco Atzeri wrote: > Versions 2.19.18-2 of > lilypond > lilypond-doc > > for cygwin are now available: > > CYGWIN CHANGES > Both architecture are now available using latest development > (but more cygwin 32bit robust) release Thanks for gett

RE: less color option

2015-04-17 Thread Buchbinder, Barry (NIH/NIAID) [E]
Steven Penny sent the following at Friday, April 17, 2015 5:08 PM >man less > >Reveals this >-Dxcolor or --color=xcolor > [MS-DOS only] Sets the color of the text displayed. x is a sin? > gle character which selects the type of text whose color is > being

[ANNOUNCEMENT] Updated: qt4-4.8.6-6, qt4-webkit-4.10.4-1

2015-04-17 Thread Yaakov Selkowitz
The following packages have been updated for the Cygwin distribution: * libQt3Support4-4.8.6-6 * libQt3Support4-devel-4.8.6-6 * libQtCore4-4.8.6-6 * libQtCore4-devel-4.8.6-6 * libQtDBus4-4.8.6-6 * libQtDBus4-devel-4.8.6-6 * libQtDeclarative4-4.8.6-6 * libQtDeclarative4-devel-4.8.6-6 * libQtDesigne

[ANNOUNCEMENT] Updated: man-db-2.7.1-1

2015-04-17 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * man-db-2.7.1-1 man-db is an implementation of the standard Unix documentation system accessed using the man command. It uses an embedded database in place of the traditional flat-text whatis databases. This is an update to the

Re: readline behaves differently in R than in bash

2015-04-17 Thread Marco Atzeri
On 4/17/2015 10:28 PM, paul wrote: I "set editing-mode vi" in ~/.inputrc. In bash, it responds as expected to (say) "dt,", which deletes characters upto the next comma. It does not do this in R; instead, that series of keystrokes simply causes the next two keystrokes to be consumed without any e

Re: "R" help leaves out lines of text

2015-04-17 Thread Marco Atzeri
On 4/17/2015 8:57 PM, paul wrote: Marco Atzeri gmail.com> writes: I am ramping up on the R statistical analysis environment. I find that the help leaves out entire lines of text. The pager is /usr/lib/R/bin/pager. I changed it to /bin/less, but I see the same symptom. The problem shows up

[ANNOUNCEMENT] New: qt5-webkit-5.3.2-2, qt5-webkit-examples-5.3.2-1

2015-04-17 Thread Yaakov Selkowitz
The following packages have been added to the Cygwin distribution: * libQt5WebKit5-5.3.2-2 * libQt5WebKit-devel-5.3.2-2 * qt5-webkit-doc-5.3.2-2 * qt5-webkit-examples-5.3.2-1 * qt5-webkit-examples-doc-5.3.2-1 These releases add support for the WebKit component to Qt5. -- Yaakov -- Problem repor

Re: dig utility in bind-utils-9.9.7-1 returns no output

2015-04-17 Thread Andrey Repin
Greetings, Keith Christian! >>> I'm sorry - I could be completely off-base here. What I meant was can you >>> try running >>> '/usr/bin/dig' (providing the full path to the application) rather than by >>> just running 'dig' >>> just in case there is some other 'dig' on your path (or shell aliases)

Re: Running tasklist /m in cygwin hangs

2015-04-17 Thread Andrey Repin
Greetings, Marco Atzeri! >> I can confirm it still hangs for me with 1.7.35. I am using the 32 bit >> (i686) Cygwin which is the only difference from Andrey's. >> > on $ uname -vrsm > CYGWIN_NT-6.1-WOW 1.7.35(0.287/5/3) 2015-03-04 12:07 i686 > It is only a bit slow (both mintty and console) >

Re: Running tasklist /m in cygwin hangs

2015-04-17 Thread Bryan Berns
On Wed, Apr 15, 2015 at 1:52 PM, Saurabh T wrote: > Hi, > Running > "tasklist /m file.dll" hangs in Cygwin even though it works perfectly > fine in the cmd window. Is there any reason for this? I am using a > somewhat older cygwin (1.7.25) on a Windows 7 box, and do not want to > upgrade unless n

Re: Running tasklist /m in cygwin hangs

2015-04-17 Thread Marco Atzeri
On 4/18/2015 1:05 AM, Andrey Repin wrote: Greetings, Marco Atzeri! I can confirm it still hangs for me with 1.7.35. I am using the 32 bit (i686) Cygwin which is the only difference from Andrey's. on $ uname -vrsm CYGWIN_NT-6.1-WOW 1.7.35(0.287/5/3) 2015-03-04 12:07 i686 It is only a bi

issues seen in TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread random user
Hi again, Corinna. I appreciate these recent changes, the more complete Posix ACL support looks beneficial for sharing/syncing files between Cygwin and Linux machines, and for more compatible scripting. But I've noticed a few possibly-concerning items: Item 1: >> - I introduced a change in chmo