Re: [feature] alias "more" to "less"

2012-05-11 Thread Cyrille Lefevre
Le 11/05/2012 18:23, Larry Hall (Cygwin) a écrit : On 5/11/2012 9:35 AM, Buchbinder, Barry (NIH/NIAID) [E] wrote: Noel Grandin sent the following at Friday, May 11, 2012 4:33 AM It seems that pretty much all unixes alias "more" to "less" these days. It would be very nice if that was the default

wrong local group when public key authentication with domain AD user

2012-05-11 Thread fred pommier
Hi, I install cygwin version 2.774 with sshd on windows 2003 r2. I have domain active directory (AD) user : opersauve I have add opersauve to cygwin with : mkpasswd -d test -u opersauve >>/etc/passwd When i connect from my computer using AD password (ssh opersauve@srvbatch), everything is ok. The

Re: CYGWIN inode over Samba share not constructed from IndexNumber

2012-05-11 Thread Jeremy Allison
On Fri, May 11, 2012 at 07:58:43PM +0200, Corinna Vinschen wrote: > On May 11 12:56, starlight.201...@binnacle.cx wrote: > > Here is the logic Samba uses for inode > > determination, per Jermey Allison: > > > > > > > > Ok, here's how we construct the 64-bit return > > value for that field: > >

Re: CYGWIN inode over Samba share not constructed from IndexNumber

2012-05-11 Thread starlight . 2012q2
At 07:58 PM 5/11/2012 +0200, Corinna Vinschen wrote: >Which Samba version introduced this behaviour? Don't know. I'm stepping aside on this now. Just reported it since it came up and broke a script we have. I've worked around the inode test by comparing 'sha1sum' values for the files and re-har

Re: [ANNOUNCEMENT] Test update: perl-5.14.2-1, please update your dependent packages

2012-05-11 Thread Achim Gratz
Achim Gratz writes: > Reini Urban writes: >>> 2) If I install another module that uses LWP (HTTP::Status, for example), >>> then I >>> also need to reinstall LWP.  Otherwise I'm getting errors like these: >>> >>> Attempt to reload LWP/Protocol/http.pm aborted. >>> Compilation failed in require at

Re: CYGWIN inode over Samba share not constructed from IndexNumber

2012-05-11 Thread Corinna Vinschen
On May 11 12:56, starlight.201...@binnacle.cx wrote: > Here is the logic Samba uses for inode > determination, per Jermey Allison: > > > > Ok, here's how we construct the 64-bit return > value for that field: > > / > Create a

SIGINT not passed to java process

2012-05-11 Thread Franz Kettwig
After updating to the latest cygwin, my Java processes no longer receive SIGINT signals. I have attached a simple Java program that adds a ShutdownHook that will print out when the correct signal is received and the main program sleeps indefinitely waiting for the signal. I used to be able inte

Re: CYGWIN inode over Samba share not constructed from IndexNumber

2012-05-11 Thread starlight . 2012q2
Here is the logic Samba uses for inode determination, per Jermey Allison: Ok, here's how we construct the 64-bit return value for that field: / Create a 64 bit FileIndex. If the file is on the same device as the root of the s

Re: CYGWIN inode over Samba share not constructed from IndexNumber

2012-05-11 Thread starlight . 2012q2
At 06:23 PM 5/11/2012 +0200, Corinna Vinschen wrote: >Additionally, the returned file ID must be > 0x, >otherwise we don't trust the server to generate >usefule file IDs. This usually only affects remote >NT4 NTFS and Samba < 3.0. Running Samba 3.6.4 and it is returning IndexNumber:

Re: CYGWIN inode over Samba share not constructed from IndexNumber

2012-05-11 Thread Corinna Vinschen
[Sigh. Resending with CC] On May 11 11:42, starlight.201...@binnacle.cx wrote: > Hello, > > Ran into a quirk that caused some trouble. > > For some reason CYGWIN 1.7.5 (I know this is old) You should really update. > is constructing inode values for files on > Samba (3.6.4) shares with a diff

Re: [feature] alias "more" to "less"

2012-05-11 Thread Larry Hall (Cygwin)
On 5/11/2012 9:35 AM, Buchbinder, Barry (NIH/NIAID) [E] wrote: Noel Grandin sent the following at Friday, May 11, 2012 4:33 AM It seems that pretty much all unixes alias "more" to "less" these days. It would be very nice if that was the default behaviour of cygwin. Would save me from constantly

Re: CYGWIN inode over Samba share not constructed from IndexNumber

2012-05-11 Thread Corinna Vinschen
On May 11 11:42, starlight.201...@binnacle.cx wrote: > Hello, > > Ran into a quirk that caused some trouble. > > For some reason CYGWIN 1.7.5 (I know this is old) You should really update. > is constructing inode values for files on > Samba (3.6.4) shares with a different algorithm > than is us

CYGWIN inode over Samba share not constructed from IndexNumber

2012-05-11 Thread starlight . 2012q2
Hello, Ran into a quirk that caused some trouble. For some reason CYGWIN 1.7.5 (I know this is old) is constructing inode values for files on Samba (3.6.4) shares with a different algorithm than is used for files on NTFS volumes. This caused a script that checks for matching hard-links to fail.

RE: mintty suggestion

2012-05-11 Thread Nellis, Kenneth
From: Ken Nellis >>> With X-Windows, one can independently set the titles of the terminal >>> window and the window's icon. >>> >>> to set window title: ESC ] 2 ; ^G >>> to set icon title:   ESC ] 1 ; ^G >>> >>> Analogously, it would be nice if Mintty would allow me to independently >>> set the t

RE: [feature] alias "more" to "less"

2012-05-11 Thread Buchbinder, Barry (NIH/NIAID) [E]
Noel Grandin sent the following at Friday, May 11, 2012 4:33 AM >It seems that pretty much all unixes alias "more" to "less" these days. >It would be very nice if that was the default behaviour of cygwin. > >Would save me from constantly wondering why nothing is happening when I >type "more " o

Re: mkshortcut seems to not work correctly recently...

2012-05-11 Thread Earnie Boyd
On Thu, May 10, 2012 at 8:06 PM, John Refling wrote: > > It seems that mkshortcut is failing as of the last few weeks (when I did an > upgrade to latest Cygwin).  Upgrade as of today shows the same problems.  I > have scripts that use mkshortcut that have not changed in a long time, which > worked

Re: mkshortcut seems to not work correctly recently...

2012-05-11 Thread Charles Wilson
On 5/10/2012 8:06 PM, John Refling wrote: It seems that mkshortcut is failing as of the last few weeks (when I did an upgrade to latest Cygwin). Upgrade as of today shows the same problems. I have scripts that use mkshortcut that have not changed in a long time, which worked before, and now do

Re: mintty suggestion

2012-05-11 Thread Earnie Boyd
On Fri, May 11, 2012 at 4:39 AM, Noel Grandin wrote: > > On 2012-05-10 22:16, Andy Koppe wrote: >> As far as I know, Windows doesn't have a way to set different titles >> for a window and its taskbar button. > > It is do-able, but it's not simple. > > http://stackoverflow.com/questions/4627772/set-

[ANNOUNCEMENT] Updated: openssl-1.0.1c-1, libopenssl098-0.9.8x-1

2012-05-11 Thread Corinna Vinschen
I've updated the version of OpenSSL to 1.0.1c-1. I also updated the 0.9.8 libs to 0.9.8x-1. This is an upstream security release. The Cygwin release is build from the vanilla sources. Here's the official security advisory: ---

Re: [1.7.15-1] Installing sshd fails

2012-05-11 Thread Andre Loker
Hello, I'm trying to install cygwin 1.7.15-1 on a new Windows Server 2008 R2 machine. I can't get sshd to install properly. When I run ssh-host-config the script says that creation of the user sshd has failed: A restart of the server magically solved the issues and I was able to install

Re: [1.7.15-1] Installing sshd fails

2012-05-11 Thread Andre Loker
Hello Andrey, When I run ssh-host-config the script says that creation of the user sshd has failed: Do you start it in an elevated console? Yes, as I mentioned at the end of my (long, sorry) post: I'm running the Cygwin Terminal with elevated rights, of course. Regards, Andre -- Problem r

Re: [1.7.15-1] Installing sshd fails

2012-05-11 Thread Andrey Repin
Greetings, Andre Loker! > I'm trying to install cygwin 1.7.15-1 on a new Windows Server 2008 R2 > machine. I can't get sshd to install properly. > When I run ssh-host-config the script says that creation of the user > sshd has failed: Do you start it in an elevated console? > -

Re: mintty suggestion

2012-05-11 Thread Andrey Repin
Greetings, Andy Koppe! >> With X-Windows, one can independently set the titles of the terminal >> window and the window's icon. >> >> to set window title: ESC ] 2 ; ^G >> to set icon title:   ESC ] 1 ; ^G >> >> Analogously, it would be nice if Mintty would allow me to independently >> set the ti

Re: Cygwin passes through null writes to other software when redirecting standard input/output (i.e. piping)

2012-05-11 Thread Andrey Repin
Greetings, Corinna Vinschen! > That has nothing to do with Cygwin. This is just how the environment is > handled in general. Child processes inherit it from their parent > processes, regardless whether on Windows or Unix. Windows have means of notifying running processes about changes in global

Re: mintty suggestion

2012-05-11 Thread Noel Grandin
On 2012-05-10 22:16, Andy Koppe wrote: > As far as I know, Windows doesn't have a way to set different titles > for a window and its taskbar button. It is do-able, but it's not simple. http://stackoverflow.com/questions/4627772/set-a-taskbar-text-different-from-the-window-title-in-wpf -- Prob

[feature] alias "more" to "less"

2012-05-11 Thread Noel Grandin
Hi It seems that pretty much all unixes alias "more" to "less" these days. It would be very nice if that was the default behaviour of cygwin. Would save me from constantly wondering why nothing is happening when I type "more " on a newly installed box :-) Thanks for all the great work, cygw

[1.7.15-1] Installing sshd fails

2012-05-11 Thread Andre Loker
Hello, I'm trying to install cygwin 1.7.15-1 on a new Windows Server 2008 R2 machine. I can't get sshd to install properly. When I run ssh-host-config the script says that creation of the user sshd has failed: $ ssh-host-config *** Info: Generating /et