Re: Request new Ruby release

2018-05-04 Thread Marco Atzeri
On 5/5/2018 2:56 AM, Steven Penny wrote: On Fri, 4 May 2018 15:16:49, Marco Atzeri wrote: I do not see you doing any package activity release, so you should refrain to comment on how we (package maintainers) use our own spare time for this project. such comments are perfectly acceptable if

Re: grep does not work with [^...]

2018-05-04 Thread Brian Inglis
On 2018-05-04 16:20, Dmitry Lanin wrote: > Friday, May 4, 2018, 5:03:32 PM, Michel LaBarre wrote: >>> On May 4, 2018 4:32 PM Dmitry Lanin wrote: >>> Bug: grep does not work with [^...] >>> Run the following command: >>> echo qwe | grep -E '[^r]' >>> Expected result: >>> qwe >>> Actual result: >>>

Re: Request new Ruby release

2018-05-04 Thread Brian Inglis
On 2018-05-04 18:56, Steven Penny wrote: > sorry, did you really just invoke fortran as a serious argument? fortran is > arguably the oldest programming language still in use, if you can even call it > that. you can't even do HTTP with it: > http://rosettacode.org/wiki/HTTPS#Fortran That's what

Re: Request new Ruby release

2018-05-04 Thread Steven Penny
On Fri, 4 May 2018 15:16:49, Marco Atzeri wrote: I do not see you doing any package activity release, so you should refrain to comment on how we (package maintainers) use our own spare time for this project. such comments are perfectly acceptable if maintainers are acting in bad faith with

Re: grep does not work with [^...]

2018-05-04 Thread Dmitry Lanin
Hello Michel, Thank you. Yes, I guessed it is a special character, so I tried (did not work): echo qwe | grep -E '[\^r]' I have finally figured out. Using double-quotes work: echo qwe | grep -E "[^r]" Kind regards, Dmitry Friday, May 4, 2018, 5:03:32 PM, you wrote: ML> Run it in bash instead.

RE: grep does not work with [^...]

2018-05-04 Thread Michel LaBarre
Run it in bash instead. ^ is a quote character in CMD. > -Original Message- > From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On > Behalf Of Dmitry Lanin > Sent: May 4, 2018 4:32 PM > To: cygwin@cygwin.com > Subject: Bug: grep does not work with [^...] > > Bug: grep does

Bug: grep does not work with [^...]

2018-05-04 Thread Dmitry Lanin
Bug: grep does not work with [^...] Run the following command: echo qwe | grep -E '[^r]' Expected result: qwe Actual result: -nothing- --- cygwin DLL version: 2.10.0 base-cygwin 3.8-1 bash 4.4.12-3 coreutils8.26-2 cygutils

Re: cygwin not showing afp files since update

2018-05-04 Thread Eric Blake
On 05/04/2018 12:39 AM, Marco Atzeri wrote: We expect people that post on this mailing list are also reading it. That's a very rude/silly expectation: that to discuss something, you have to subscribe to receive discussions about topics you don't care about. (Topics which are being archived in

Re: Request new Ruby release

2018-05-04 Thread Marco Atzeri
On 5/4/2018 2:09 PM, Steven Penny wrote: On Fri, 4 May 2018 00:05:23, Brian Inglis wrote: For an understaffed, all-volunteer effort, Cygwin does a tremendous job providing us with a compatible, reliable, stable subsystem working environment, running in a less stable environment. Cygwin seems

Re: Request new Ruby release

2018-05-04 Thread Steven Penny
On Fri, 4 May 2018 00:05:23, Brian Inglis wrote: For an understaffed, all-volunteer effort, Cygwin does a tremendous job providing us with a compatible, reliable, stable subsystem working environment, running in a less stable environment. Cygwin seems to keep up to date with stable releases of

Re: lsof?

2018-05-04 Thread Ulli Horlacher
On Thu 2018-05-03 (20:57), Brian Inglis wrote: > On 2018-05-03 15:46, Ulli Horlacher wrote: > > > I need to know if a file is opened by another process, but there is no > > lsof cygwin package. > > Is there an alternative? > > Program fuser in package psmisc. Great! ~: uname CYGWIN_NT-6.1 ~:

Re: i'm a new user for john the ripper tool

2018-05-04 Thread Nitishreddy Nani
Thanks, I'll check it out. On Fri 4 May, 2018, 11:48 AM Marco Atzeri, wrote: > On 5/4/2018 8:05 AM, Nitishreddy Nani wrote: > > i encountered this error while running the tool john the ripper on my > > laptop > > > > > > 1 [main] john 10212 find_fast_cwd: WARNING:

Re: i'm a new user for john the ripper tool

2018-05-04 Thread Marco Atzeri
On 5/4/2018 8:05 AM, Nitishreddy Nani wrote: i encountered this error while running the tool john the ripper on my laptop 1 [main] john 10212 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com please help me

Re: i encountered this error while running the tool john the ripper on my laptop

2018-05-04 Thread Brian Inglis
On 2018-05-04 00:06, Nitishreddy Nani wrote: > 1 [main] john 10212 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to the public mailing list > cygwin@cygwin.com > please help me solving this This is just a warning to please upgrade Cygwin as explained at:

Re: i'm a new user for john the ripper tool

2018-05-04 Thread Brian Inglis
On 2018-05-04 00:05, Nitishreddy Nani wrote: > i encountered this error while running the tool john the ripper on my laptop > 1 [main] john 10212 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. Please report this problem to the public mailing list > cygwin@cygwin.com > please help me

i encountered this error while running the tool john the ripper on my laptop

2018-05-04 Thread Nitishreddy Nani
1 [main] john 10212 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com please help me solving this -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

i'm a new user for john the ripper tool

2018-05-04 Thread Nitishreddy Nani
i encountered this error while running the tool john the ripper on my laptop 1 [main] john 10212 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com please help me solving this -- Problem reports:

Re: Request new Ruby release

2018-05-04 Thread Brian Inglis
On 2018-05-03 17:16, Steven Penny wrote: > On Sat, 24 Feb 2018 12:51:36, Steven Penny wrote: >> Please release new Cygwin Ruby. Current version is 2.3.6 (Dec 2017), and >> since >> then 2 versions have dropped [1]: >> - 2.4.3 (Dec 2017) >> - 2.5.0 (Dec 2017) >> 2.4.0 introduced Enumerable#sum