Re: script.exe missing in latest util-linux on cygwin?

2019-02-21 Thread Brian Inglis
On 2019-02-21 15:26, Dan Kegel wrote: > Where did script.exe go? It's not in util-linux anymore...? > Using setup.exe to install the older version of util-linux brings it back, > but I'd like to know where's it's gone to. https://cygwin.com/ml/cygwin/2019-01/msg00136.html "The script(1) and

[ANNOUNCEMENT] gambas3 3.12.2-1

2019-02-21 Thread Bastian Germann
The following packages have been uploaded to the Cygwin distribution: * gambas3-3.12.2-1 * gambas3-ide-3.12.2-1 * gambas3-runtime-3.12.2-1 * gambas3-devel-3.12.2-1 * gambas3-gb-clipper-3.12.2-1 * gambas3-gb-db-3.12.2-1 * gambas3-gb-db-form-3.12.2-1 * gambas3-gb-desktop-3.12.2-1 *

gambas3 3.12.2-1

2019-02-21 Thread Bastian Germann
The following packages have been uploaded to the Cygwin distribution: * gambas3-3.12.2-1 * gambas3-ide-3.12.2-1 * gambas3-runtime-3.12.2-1 * gambas3-devel-3.12.2-1 * gambas3-gb-clipper-3.12.2-1 * gambas3-gb-db-3.12.2-1 * gambas3-gb-db-form-3.12.2-1 * gambas3-gb-desktop-3.12.2-1 *

The timerfd functions slow down emacs

2019-02-21 Thread Ken Brown
When emacs is built, it detects the timerfd functions and uses them if they're found. Now that Cygwin has these functions, the resulting build of emacs is very slow to respond to user input. If I press a key, there is a 1-2 second delay before emacs responds. I can work around this by

script.exe missing in latest util-linux on cygwin?

2019-02-21 Thread Dan Kegel
Hi all, Where did script.exe go? It's not in util-linux anymore...? Using setup.exe to install the older version of util-linux brings it back, but I'd like to know where's it's gone to. Thanks, Dan -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: bash string-operator problem

2019-02-21 Thread Eliot Moss
On 2/21/2019 3:17 PM, Lee wrote: On 2/21/19, john doe wrote: On 2/21/2019 5:18 PM, Lee wrote: On 2/21/19, Rockefeller, Harry wrote: CYGWIN_NT-6.1 HARRYR-PC 3.0.0(0.336/5/3) 2019-02-16 13:21 x86_64 Cygwin $ cat /tmp/x #!/bin/bash A="A" B="A" if [ $A == $B ]; then echo "identical" fi

Re: bash string-operator problem

2019-02-21 Thread Eric Blake
On 2/21/19 2:17 PM, Lee wrote: >> >> One equal sign ('=') should be used instead of two equal signs ('=='). > > The man page for test says you're correct, but just out of curiosity > -- why do two equal signs work? Use of [ ... == ... ] is a bash extension. It works in bash, but is not portable

Re: bash string-operator problem

2019-02-21 Thread Lee
On 2/21/19, john doe wrote: > On 2/21/2019 5:18 PM, Lee wrote: >> On 2/21/19, Rockefeller, Harry wrote: >>> CYGWIN_NT-6.1 HARRYR-PC 3.0.0(0.336/5/3) 2019-02-16 13:21 x86_64 Cygwin >>> GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) >>> >>> #!/bin/bash >>> A="A" >>> B="A" >>> if [

Re: sshd: computer name's case must match?

2019-02-21 Thread Bill Stewart
On Thu, Feb 14, 2019 at 9:04 AM Bill Stewart wrote: > From an OpenSSH perspective, IMO, it would seem that the most > straightforward solution would be, if possible, for sshd to ignore > username case for incoming connections when it's running on Windows. Any chance for a fix in sshd so it

Re: Very slow start of cygwin-3.0.0-1 (32-bit)

2019-02-21 Thread Achim Gratz
cyg...@roche.com writes: > I am using Cygwin (32-bit) on 64-bit Windows 10 computer. This >computer is member of a big AD domain. My account is member of a lot of >AD groups. I think I'm seeing the same problem as you. If you start the shell from "strace -w" you can see how long each call to the

Re: bash string-operator problem

2019-02-21 Thread john doe
On 2/21/2019 5:18 PM, Lee wrote: > On 2/21/19, Rockefeller, Harry wrote: >> CYGWIN_NT-6.1 HARRYR-PC 3.0.0(0.336/5/3) 2019-02-16 13:21 x86_64 Cygwin >> GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) >> >> #!/bin/bash >> A="A" >> B="A" >> if [ $A!=$B ]; then <- needs

Re: Question about D-Bus and cygrunsrv

2019-02-21 Thread Mike Brady
Hello again. Further to the rather vague email below, here is a link to what I did to install Shairport Sync on a fresh Cygwin installation: https://github.com/mikebrady/shairport-sync/blob/development/CYGWIN.md Regards

Re: bash string-operator problem

2019-02-21 Thread Lee
On 2/21/19, Rockefeller, Harry wrote: > CYGWIN_NT-6.1 HARRYR-PC 3.0.0(0.336/5/3) 2019-02-16 13:21 x86_64 Cygwin > GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) > > #!/bin/bash > A="A" > B="A" > if [ $A!=$B ]; then <- needs spaces around the != > echo -e "not

Re: bash string-operator problem

2019-02-21 Thread Eric Blake
On 2/21/19 10:00 AM, Rockefeller, Harry wrote: > CYGWIN_NT-6.1 HARRYR-PC 3.0.0(0.336/5/3) 2019-02-16 13:21 x86_64 Cygwin > GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) > > #!/bin/bash > A="A" > B="A" > if [ $A!=$B ]; then > echo -e "not identical" > fi > if [ $A==$B ]; then >

bash string-operator problem

2019-02-21 Thread Rockefeller, Harry
CYGWIN_NT-6.1 HARRYR-PC 3.0.0(0.336/5/3) 2019-02-16 13:21 x86_64 Cygwin GNU bash, version 4.4.12(3)-release (x86_64-unknown-cygwin) #!/bin/bash A="A" B="A" if [ $A!=$B ]; then echo -e "not identical" fi if [ $A==$B ]; then echo -e "identical" fi exit 0 Running this script gives not

Re: ssh key

2019-02-21 Thread Marco Atzeri
Am 21.02.2019 um 04:22 schrieb Kaushik Battu: Hi Jon, Can you please help me on this one too. Package: iperf-2.0.13-1.x86_64 BEGIN SSH2 PUBLIC KEY there is only one key for upload for all you packages and architecture Regards Marco --- Diese E-Mail wurde von Avast

Re: cygwin 3.0.1-1 breaks my sshd install

2019-02-21 Thread Houder
On Thu, 21 Feb 2019 11:09:11, Corinna Vinschen wrote: > I managed it today already but I'm somewhat stumped. > > I ran ssh-host-config and let the script install a new local account > "test_server" to use for the sshd service. I started the service and > tried to login with a local account and

Re: cygwin 3.0.1-1 breaks my sshd install

2019-02-21 Thread Corinna Vinschen
On Feb 20 23:43, Corinna Vinschen wrote: > On Feb 20 23:36, Corinna Vinschen wrote: > > On Feb 20 22:49, Houder wrote: > > > On Wed, 20 Feb 2019 21:27:22, Andy Moreton wrote: > > > > > > > I've seen a similar failure, on a domain-joined Windows 10 box running > > > > cygsshd using a local