Re: Conflict if same username local and in domain

2020-10-31 Thread David Balažic via Cygwin
cygwin (64) installation with default settings. Regards, David On Thu, 29 Oct 2020 at 21:42, L A Walsh wrote: > > On 2020/10/29 05:39, David Balažic via Cygwin wrote: > > Hi! > > > > I started Cygwin Terminal to find out, I landed in the other users > > home f

Conflict if same username local and in domain

2020-10-29 Thread David Balažic via Cygwin
, but with no write access, as it belongs to other user according to Windows Is this a known issue? Should cygwin use a different username? Help. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

Re: Date of first Cygwin release / 25th Anniversary

2020-10-18 Thread David Eisner via Cygwin
On Tue, Oct 13, 2020 at 2:51 PM Corinna Vinschen wrote: > On Sep 23 19:53, Kevin Schnitzius via Cygwin wrote: > > On Wednesday, September 23, 2020, 02:33:13 PM EDT, David Eisner via > Cygwin wrote: > > > > > In any case, happy 25th anniversary, Cygwin! Tha

Strange behaviour with winsymlinks:native

2020-10-14 Thread David Allsopp via Cygwin
those symbolic links manually with mklink with no problem, so I'm wondering if it's an outright bug or an unexpected consequence of something else. Thanks! David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://

RE: Debugging Crash of setup-x86.exe?

2020-10-09 Thread David Allsopp via Cygwin
2-bit cygwin. This is correct - OCaml has been broken on 64-bit Cygwin for a while, however the forthcoming FlexDLL 0.39 and OCaml 4.12.0 releases (later this year) restore 64-bit support. David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ D

Re: Date of first Cygwin release / 25th Anniversary

2020-09-23 Thread David Eisner via Cygwin
On Wed, Sep 23, 2020 at 3:18 PM Buchbinder, Barry (NIH/NIAID) [E] via Cygwin wrote: > > -Original Message- > > From: David Eisner via Cygwin > > Sent: Wednesday, September 23, 2020 2:33 PM > > To: cygwin@cygwin.com > > Subject: Date of first Cyg

Date of first Cygwin release / 25th Anniversary

2020-09-23 Thread David Eisner via Cygwin
Cygwin started in 1995. [1] Does anybody know the date of the first release? I recognize that there may be no definitive answer, depending on how one defines "release." In any case, happy 25th anniversary, Cygwin! Thanks to everybody who made it and continues to make it possible.

Re: ag 2 <(echo 2) gets assertion "p >= path" failed: .. /cygwin-3.1.7 ... /cygwin/path.cc", line 3065, function: int symlink_info::check

2020-09-08 Thread David Dyck via Cygwin
/6/2020 3:47 PM, Ken Brown via Cygwin wrote: > >>>> On 9/6/2020 2:43 PM, David Dyck via Cygwin wrote: > >>>>> This command triggers an assertion failure > >>>>>"ag" is from the_silver_searcher > >>>>> > >>>>

Re: ag 2 <(echo 2) gets assertion "p >= path" failed: .. /cygwin-3.1.7 ... /cygwin/path.cc", line 3065, function: int symlink_info::check

2020-09-06 Thread David Dyck via Cygwin
On Sun, Sep 6, 2020 at 12:07 PM Eliot Moss wrote: > > On 9/6/2020 2:43 PM, David Dyck via Cygwin wrote: > > This command triggers an assertion failure > >"ag" is from the_silver_searcher > > > > $ ag 2 <(echo 2) > > assertion "p >= path

[PATCH] Cygwin: create install dir for libs

2020-09-04 Thread David McFarland via Cygwin-patches
This fixes a race in parallel installs. --- winsup/cygwin/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index fac81759e..ea0243033 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@

RE: [ANNOUNCEMENT] unison2.48-2.48.4-2 (Warning: possible breakage)

2020-09-01 Thread David Allsopp via Cygwin
son's. That said, we (OCaml devs) change the marshal format as infrequently as possible, and go to considerable lengths to ensure that the older format can be read by newer runtimes: IIRC that particular change was the first break since OCaml 4.01 (Sep 2013). David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: unhandled C++ exceptions not propagating

2020-08-16 Thread David McFarland via Cygwin
Takashi Yano writes: > On Sat, 15 Aug 2020 20:38:01 -0300 > David McFarland via Cygwin wrote: >> >> I was just debugging a c++ app (b2 build system from boost), and noticed >> that it would appear to exit unexpectedly without an error. This turned >> out to be w

unhandled C++ exceptions not propagating

2020-08-15 Thread David McFarland via Cygwin
I was just debugging a c++ app (b2 build system from boost), and noticed that it would appear to exit unexpectedly without an error. This turned out to be when an unhandled C++ exception was thrown. On a fresh install of cygwin with gcc-g++, this program will throw an exception from the

more notes pinentry

2020-08-05 Thread David Dombrowsky
f this machine, it's a reasonable risk to take to allow me to conveniently sign my commits. The fork is here, in case anyone cares: https://github.com/ddombrowsky/pinentry/commits/secretfile If anyone has any opinions as to the real root cause, I'd be willing to look into it more. -- David Dombrow

Are you intersted in guest posting

2020-07-26 Thread Hanry david via Cygwin
Hello sir/mam Please tell me a price at this site https://cygwin.com/ I am waiting for your reply Thanks... -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

RE: [PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry

2020-07-10 Thread David Allsopp via Cygwin-patches
Corinna Vinschen wrote: > On Jul 10 15:22, David Allsopp via Cygwin-patches wrote: > > Corinna Vinschen wrote: > > > On Jul 9 20:30, David Allsopp via Cygwin-patches wrote: > > > > I have some code where the acl_t returned by get_file_acl is > > >

RE: [PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry

2020-07-10 Thread David Allsopp via Cygwin-patches
Corinna Vinschen wrote: > On Jul 9 20:30, David Allsopp via Cygwin-patches wrote: > > I have some code where the acl_t returned by get_file_acl is allocated > > at 0x80038248. As a result the acl_entry_t generated by acl_get_entry > > has an "index" of -1, sinc

[PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry

2020-07-09 Thread David Allsopp via Cygwin-patches
I have some code where the acl_t returned by get_file_acl is allocated at 0x80038248. As a result the acl_entry_t generated by acl_get_entry has an "index" of -1, since the pointer was sign-extended to 64-bits. My fix is trivial and simply casts the pointer to uintptr_t first. All bes

Re: "kubectl exec" in Cygwin gets "Upgrade request required", but not in cmd shell

2020-06-18 Thread David Karr via Cygwin
On Wed, Jun 17, 2020 at 6:06 PM Brian Inglis wrote: > On 2020-06-17 10:39, David Karr via Cygwin wrote: > > On Mon, Jun 15, 2020 at 9:10 AM David Karr wrote: > >> On Sun, Jun 14, 2020 at 12:32 PM David Karr wrote: > >>> On Sun, Jun 14, 2020 at 12:09 PM Brian Inglis

Re: "kubectl exec" in Cygwin gets "Upgrade request required", but not in cmd shell

2020-06-17 Thread David Karr via Cygwin
On Mon, Jun 15, 2020 at 9:10 AM David Karr wrote: > > On Sun, Jun 14, 2020 at 12:32 PM David Karr wrote: > >> >> On Sun, Jun 14, 2020 at 12:09 PM Brian Inglis < >> brian.ing...@systematicsw.ab.ca> wrote: >> >>> On 2020-06-14 12:16, David Karr via C

RE: opam package should depend on ocaml-compiler-libs

2020-06-17 Thread David Allsopp via Cygwin
t, so you'll indeed have to > manually add the pre-requisites as manual requirements for the Cygwin > package. That doesn't solve the problem that usually language > environments that come with their own package manage don't quite play nice > with the system package manager, especially

Re: "kubectl exec" in Cygwin gets "Upgrade request required", but not in cmd shell

2020-06-15 Thread David Karr via Cygwin
On Sun, Jun 14, 2020 at 12:32 PM David Karr wrote: > > On Sun, Jun 14, 2020 at 12:09 PM Brian Inglis < > brian.ing...@systematicsw.ab.ca> wrote: > >> On 2020-06-14 12:16, David Karr via Cygwin wrote: >> > On Sun, Jun 14, 2020 at 10:20 AM Brian Inglis < >>

Re: "kubectl exec" in Cygwin gets "Upgrade request required", but not in cmd shell

2020-06-14 Thread David Karr via Cygwin
On Sun, Jun 14, 2020 at 12:09 PM Brian Inglis < brian.ing...@systematicsw.ab.ca> wrote: > On 2020-06-14 12:16, David Karr via Cygwin wrote: > > On Sun, Jun 14, 2020 at 10:20 AM Brian Inglis < > > brian.ing...@systematicsw.ab.ca> wrote: > > > >> On 202

Re: "kubectl exec" in Cygwin gets "Upgrade request required", but not in cmd shell

2020-06-14 Thread David Karr via Cygwin
On Sun, Jun 14, 2020 at 10:20 AM Brian Inglis < brian.ing...@systematicsw.ab.ca> wrote: > On 2020-06-14 09:38, David Karr via Cygwin wrote: > > On Sun, Jun 14, 2020 at 2:25 AM Marco Atzeri wrote: > >> On 14.06.2020 08:12, David Karr wrote: > >>> On Sat, Jun 1

Re: "kubectl exec" in Cygwin gets "Upgrade request required", but not in cmd shell

2020-06-14 Thread David Karr via Cygwin
On Sun, Jun 14, 2020 at 2:25 AM Marco Atzeri wrote: > On 14.06.2020 08:12, David Karr wrote: > > > > > > On Sat, Jun 13, 2020 at 10:31 PM Marco Atzeri via Cygwin wrote: > > > > On 13.06.2020 20:53, David Karr via Cygwin wrote: > > > I've

Re: "kubectl exec" in Cygwin gets "Upgrade request required", but not in cmd shell

2020-06-14 Thread David Karr via Cygwin
On Sat, Jun 13, 2020 at 10:31 PM Marco Atzeri via Cygwin wrote: > On 13.06.2020 20:53, David Karr via Cygwin wrote: > > I've been using kubectl in Cygwin on Windows 10 for quite a while, to > > communicate to our in-house k8s clusters. I often use "kubectl exec" to > &

"kubectl exec" in Cygwin gets "Upgrade request required", but not in cmd shell

2020-06-13 Thread David Karr via Cygwin
I've been using kubectl in Cygwin on Windows 10 for quite a while, to communicate to our in-house k8s clusters. I often use "kubectl exec" to open a shell in a container or directly execute a shell command. This has worked perfectly fine for a long time. A couple of days ago, I discovered that

Re: [ITP] py3c-devel

2020-06-13 Thread David Rothenberger
On 2020-06-08 18:59, David Rothenberger wrote: The new Subversion release has py3c as a build-time dependency, so I'd like to offer this as a new package. Ping? Since this is a header-only package, I could include py3c as a patch in the Subversion build instead of packaging it. I'll wait

[ITP] py3c-devel

2020-06-08 Thread David Rothenberger
atibility Layer for C" CATEGORY="Devel" HOMEPAGE="http://py3c.readthedocs.io/; SRC_URI="https://github.com/encukou/py3c/archive/v${PV}.zip; SRC_DIR=py3c-${PV} SRC_URI+=" series" PATCH_URI="$(grep -v '^#' series)" BUILD_REQUIRES=sed USE_DESTDIR=0 src_

RE: opam package should depend on ocaml-compiler-libs

2020-06-08 Thread David Allsopp via Cygwin
Brian Inglis wrote: > On 2020-05-28 03:28, David Allsopp via Cygwin wrote: > > opam assumes that OCaml installed by the "OS" package manager is > "complete" > > (i.e. is the same as "make install" from the OCaml sources), which is > > a p

par 1.53.0-1

2020-06-06 Thread David Levine via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * par-1.53.0-1 A paragraph reformatter, vaguely similar to fmt, but better. par is a filter which copies its input to its output, changing all white characters (except newlines) to spaces, and reformatting each paragraph.

[ANNOUNCEMENT] par 1.53.0-1

2020-06-06 Thread David Levine via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * par-1.53.0-1 A paragraph reformatter, vaguely similar to fmt, but better. par is a filter which copies its input to its output, changing all white characters (except newlines) to spaces, and reformatting each paragraph.

opam package should depend on ocaml-compiler-libs

2020-05-28 Thread David Allsopp via Cygwin
-installed ocaml definitely be "complete"! Many thanks, David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: [ANNOUNCEMENT] Updated: mintty 3.1.6

2020-05-26 Thread David Dombrowsky via Cygwin
https://cygwin.com/faq/ > Documentation:https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple -- David Dombrowsky, Senior Software Engineer email: da...@6thstreetradio.org Cell: 518-374-3204 https://www.linkedin.com/in/david-dombrowsky-943344

Re: wildcards don't work in directory with files with odd characters

2020-05-18 Thread David Macek via Cygwin
on't see why it would behave like this. -- David Macek -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

[PATCH] libc: Replace i386/sys/fenv.h symlink with an #include shim

2020-05-16 Thread David Macek via Cygwin-patches
Same reasoning as fbaa0967. Signed-off-by: David Macek --- Excuse my ignorance, but is this acceptable? I'm not sure what actually happens with these files, but it'd be nice to get rid of the last symlink in the repo. newlib/libc/machine/i386/sys/fenv.h | 6 +- 1 file changed, 5

[PATCH v2] cygwin: doc: Add keywords for ACE order issues

2020-05-13 Thread David Macek via Cygwin-patches
. Latest inquiry: <https://cygwin.com/pipermail/cygwin/2020-May/244814.html> Signed-off-by: David Macek --- I thought about the wording and there was one one advantage of the clumsy variant -- anyone intending to modify the paragraph would immediately know why the full message is there

Groups command failing me in Windows 10

2020-05-13 Thread David
d bcc to myself hoping you can forward to me or answer to me. David This is influenced in a number of ways. Let compare: C:\Users\Admin: groups C:\Users\Admin: None docker-users Performance Log Users Users INTERACTIVE CONSOLE LOGON Authenticated Users ... C:\Users\Admin

Re: [PATCH] cygwin: doc: Add keywords for ACE order issues

2020-05-12 Thread David Macek via Cygwin-patches
> +warning says "The permissions on ... are incorrectly orderer, which may Oof. Please fix "orderer" to "ordered" if accepted. -- David Macek

[PATCH] cygwin: doc: Add keywords for ACE order issues

2020-05-12 Thread David Macek via Cygwin-patches
May/244814.html> Signed-off-by: David Macek --- winsup/doc/ntsec.xml | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/doc/ntsec.xml b/winsup/doc/ntsec.xml index 08a33bdc6c..b94cdd9a97 100644 --- a/winsup/doc/ntsec.xml +++ b/winsup/doc/ntsec.xml @@ -2163,7 +2

Re: Groups command failing me in Windows 10

2020-05-12 Thread David Macek via Cygwin
tml#ntsec-files>, especially this part: > This works on all supported versions of Windows. Only the GUIs aren't able > (or willing) to deal with that order. -- David Macek -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Groups command failing me in Windows 10

2020-05-12 Thread David
r.touch.out C:\Users\Admin: ls -ls administrator.touch.out C:\Users\Admin: 0 -rw-r--r--+ 1 Admin None 0 May 12 15:05 administrator.touch.out C: explorer: The permissions on ... are incorrectly ordered [NULL is first] David -- Problem reports: https://cygwin.com/proble

Re: Very dangerous hacking ? Surprising relationship between cygwin and Microsoft

2020-05-11 Thread David Macek via Cygwin
Microsoft* receives or processes that information. -- David Macek -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Please remove test from rdiff-backup-2.0.0-2

2020-05-08 Thread David Rothenberger
[Original request incorrectly sent to cygwin-announce.] Would someone with sufficient access please remove the TEST tag from rdiff-backup-2.0.0-2. I could not figure out how to do it with cygport and only sftp access. Thanks, David -- David Rothenberger daver...@acm.org

[ANNOUNCEMENT] Please remote TEST from rdiff-backup-2.0.0-2

2020-05-08 Thread David Rothenberger
Would someone with sourceware access please remove the test tag from rdiff-backup-2.0.0-2? I couldn't figure out how to do it with cygport. Thanks, David -- David Rothenberger daver...@acm.org -- Problem reports: https://cygwin.com/problems.html FAQ: https

Please remote TEST from rdiff-backup-2.0.0-2

2020-05-08 Thread David Rothenberger
Would someone with sourceware access please remove the test tag from rdiff-backup-2.0.0-2? I couldn't figure out how to do it with cygport. Thanks, David -- David Rothenberger daver...@acm.org

Re: Update request for rdiff-backup

2020-05-08 Thread David Rothenberger
port. I created an issue upstream (https://github.com/rdiff-backup/rdiff-backup/issues/353). Thanks for that, too. -- David Rothenberger daver...@acm.org -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://

Re: incorrect text mode graphic character display

2020-05-07 Thread David Rothenberger
would use the CYGWIN=disable_pcon work-around and help the maintainers track down the root cause of the issue so it can be fixed. Regards, David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com

Re: Invalid request code when removing files

2020-05-05 Thread David Macek via Cygwin
tps://cygwin.com/faq/faq.html#faq.using.bloda> for the worst offenders, but note that this list is not exhaustive. -- David Macek -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscrib

[TEST] Updated: rdiff-backup-2.0.0-2

2020-05-05 Thread David Rothenberger
=== If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org disbar, n: As distinguished from some other bar.

[ANNOUNCEMENT] [TEST] Updated: rdiff-backup-2.0.0-2

2020-05-05 Thread David Rothenberger
=== If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org disbar, n: As distinguished from some other bar. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygw

Re: Update request for rdiff-backup

2020-05-05 Thread David Rothenberger
On 5/4/2020 9:17 PM, Cygwin wrote: Thanks for doing the update David.  I upgraded to rdiff-backup-2.0.0-1 and found that running "rdiff-backup --help" produced    Exception 'name 'local' is not defined' raised of class '':       File "/usr/lib/python3.6/site-packages/rdiff

Re: Update request for rdiff-backup

2020-05-04 Thread David Rothenberger
t use rdiff-backup anymore). Please test and report back if you find any problems. I'll plan to promote it to official status in a couple weeks unless you have problems. -- David Rothenberger daver...@acm.org Lost: gray and white female cat. Answers to electric can opener. -- Problem re

[ANNOUNCEMENT] [TEST] Updated: rdiff-backup-2.0.0-1

2020-05-04 Thread David Rothenberger
: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org Lost: gray and white female cat. Answers to electric can opener. -- Problem reports: https://cygwin.com/problems.html FAQ: https

[TEST] Updated: rdiff-backup-2.0.0-1

2020-05-04 Thread David Rothenberger
: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org Lost: gray and white female cat. Answers to electric can opener.

Re: building net-snmp: (was: Updated: net-snmp-5.8-1)

2020-04-28 Thread David Rothenberger
line tools? I don't really know if it's required or not. I inherited the patch and it still applies correctly and tests work with it, so I'll leave it in. -- David Rothenberger daver...@acm.org T-shirt: Life is *not* a Cabaret, and stop calling me chum! -- Problem reports:

[ANNOUNCEMENT] Updated: net-snmp-5.8-1

2020-04-27 Thread David Rothenberger
for the user. QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org Remember: Silly is a state of Mind, Stupid is a way of Life. -- Dave Butler -- Problem reports: https

Updated: net-snmp-5.8-1

2020-04-27 Thread David Rothenberger
for the user. QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org Remember: Silly is a state of Mind, Stupid is a way of Life. -- Dave Butler

Re: Query for Net-SNMP using Cygwin

2020-04-25 Thread David Rothenberger
, David (net-snmp Cygwin maintainer)

[PATCH 1/3 v3] Cygwin: accounts: Unify nsswitch.conf db_* defaults

2020-04-21 Thread David Macek via Cygwin-patches
Signed-off-by: David Macek --- winsup/cygwin/uinfo.cc | 11 +-- winsup/doc/ntsec.xml | 21 ++--- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index 57d90189d3..2d5fc488bb 100644 --- a/winsup/cygwin

[PATCH 1/3 v2] Cygwin: accounts: Unify nsswitch.conf db_* defaults

2020-04-20 Thread David Macek via Cygwin-patches
Signed-off-by: David Macek --- winsup/cygwin/uinfo.cc | 11 +-- winsup/doc/ntsec.xml | 27 +++ 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index 57d90189d3..2d5fc488bb 100644 --- a/winsup/cygwin

[PATCH 2/3 v2] Cygwin: accounts: Don't keep old schemes when parsing nsswitch.conf

2020-04-20 Thread David Macek via Cygwin-patches
), for example: ``` db_home: windows cygwin /myhome/%U db_home: cygwin desc ``` Let's document this behavior as well. Signed-off-by: David Macek --- winsup/cygwin/uinfo.cc | 7 +++ winsup/doc/ntsec.xml | 5 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/winsup/cygwin

[PATCH 3/3] Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords

2020-04-20 Thread David Macek via Cygwin-patches
Signed-off-by: David Macek --- winsup/cygwin/uinfo.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index b733a6ee87..e105248c20 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -828,6 +828,8 @@ cygheap_pwdgrp

License declaration

2020-04-20 Thread David Macek via Cygwin-patches
Patches to the Cygwin sources sent by me are licensed under the 2-clause BSD license. This applies to all past patches as well. I'll try to add a Signed-off-by to each patch. -- David Macek

latest openssh can not connect to older server

2020-04-19 Thread David Balažic via Cygwin
wizard) Regards, David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

[PATCH 2/2] cygheap_pwdgrp: Don't keep old schemes when parsing nsswitch.conf

2020-04-17 Thread David Macek via Cygwin-patches
The implicit assumption seemed to be that any subsequent occurence of the same setting in nsswitch.conf is supposed to rewrite the previous ones completely. This was not the case if the third or any further schema was previously defined and the last line defined less than that (but at least 2),

[PATCH 1/2] cygheap_pwdgrp: Don't invent undocumented defaults in nsswitch.conf

2020-04-17 Thread David Macek via Cygwin-patches
--- winsup/cygwin/uinfo.cc | 6 -- 1 file changed, 6 deletions(-) diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index 57d90189d3..227faa4248 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -831,12 +831,6 @@ cygheap_pwdgrp::nss_init_line (const char *line)

[PATCH] cygheap_pwdgrp: Handle invalid db_* entries correctly

2020-04-16 Thread David Macek via Cygwin-patches
If the first scheme in db_* was invalid, the code would think there were no schemes specified and replace the second scheme with NSS_SCHEME_DESC. Signed-off-by: David Macek --- winsup/cygwin/uinfo.cc | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/uinfo.cc

[ANNOUNCEMENT] Updated: libao-1.2.0-3

2020-04-13 Thread David Rothenberger
* IRIX * NAS (Network Audio Server) QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org -- Problem reports: https://cygwin.com/problems.html FAQ: https

Updated: libao-1.2.0-3

2020-04-13 Thread David Rothenberger
* IRIX * NAS (Network Audio Server) QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org

Packaging request: mingw-w64 versions of libargon2

2020-04-12 Thread David Allsopp
building of it), David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: Using ARM GNU GCC with Cygwin

2020-04-08 Thread David Rothenberger
package for details about the service. I've been using this for years for the purpose you've described and it's been working great. -- David Rothenberger daver...@acm.org QOTD: "Overweight is when you step on your dog's tail and it dies." -- Problem reports: https:

[ANNOUNCEMENT] Updated: libao-1.2.0-2

2020-04-07 Thread David Rothenberger
the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml

Updated: libao-1.2.0-2

2020-04-07 Thread David Rothenberger
the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org

Re: calm: cygwin package upload report for David Rothenberger

2020-04-07 Thread David Rothenberger
in the libao4 package for x86. The packaging is different for x86 and x86_64 for historical reasons only. I'll change the x86 packaging to match the x86_64 structure and upload new packages shortly. Regards, David -- David Rothenberger daver...@acm.org "Floggings will continue until m

[ANNOUNCEMENT] Updated: libao-1.2.0-1

2020-04-07 Thread David Rothenberger
/NetBSD/OpenBSD * IRIX * NAS (Network Audio Server) QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org -- Problem reports: https://cygwin.com/problems.html FAQ

Updated: libao-1.2.0-1

2020-04-07 Thread David Rothenberger
/NetBSD/OpenBSD * IRIX * NAS (Network Audio Server) QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger daver...@acm.org

Why didn't a Cygwin install create the default dot files?

2020-03-26 Thread David Karr via Cygwin
I've been using Cygwin for a long time. I haven't run a fresh install for quite a while. A colleague just installed Cygwin for the first time, following my basic instructions. He ended up with his Cygwin home being the same as his Windows home, which is different from my setup, but I think that's

Re: After cygwin upgrade, Emacs shell buffers with colors are corrupted

2020-03-19 Thread David Karr via Cygwin
On Wed, Mar 18, 2020 at 2:17 PM David Karr <> wrote: > On Wed, Mar 18, 2020 at 9:38 AM Ken Brown via Cygwin <> wrote: > >> On 3/18/2020 11:22 AM, Andrey Repin wrote: >> > Greetings, David Karr! >> > >> >> Thanks, that wor

Re: After cygwin upgrade, Emacs shell buffers with colors are corrupted

2020-03-18 Thread David Karr via Cygwin
On Wed, Mar 18, 2020 at 9:38 AM Ken Brown via Cygwin <> wrote: > On 3/18/2020 11:22 AM, Andrey Repin wrote: > > Greetings, David Karr! > > > >> Thanks, that worked. For now, I guess I have to figure out how to set > that > >> property permanently, or u

Re: After cygwin upgrade, Emacs shell buffers with colors are corrupted

2020-03-18 Thread David Karr via Cygwin
that file before. On Tue, Mar 17, 2020 at 6:04 PM Ken Brown via Cygwin wrote: > On 3/17/2020 7:14 PM, David Karr via Cygwin wrote: > > Yesterday I upgraded Cygwin, which I hadn't done in a while. I had > recently > > upgraded my Windows 10 OS from build 1709 to 1809 (yes, thos

After cygwin upgrade, Emacs shell buffers with colors are corrupted

2020-03-17 Thread David Karr via Cygwin
Yesterday I upgraded Cygwin, which I hadn't done in a while. I had recently upgraded my Windows 10 OS from build 1709 to 1809 (yes, those are correct). My current Emacs version is 26.3, but I don't know what it was before the upgrade. If I create a shell buffer and execute a command that

Re: Conflict between Eclipse JGit and Cygwin HOME

2020-03-17 Thread David Karr via Cygwin
On Mon, Mar 16, 2020 at 11:20 PM Brian Inglis wrote: > On 2020-03-16 19:03, Andrey Repin wrote: > > Greetings, David Karr! > > > >> I've been running Cygwin on my Windows 10 laptop for quite a while. I > use > >> git in Eclipse and in the shell. > > &

Conflict between Eclipse JGit and Cygwin HOME

2020-03-16 Thread David Karr via Cygwin
I've been running Cygwin on my Windows 10 laptop for quite a while. I use git in Eclipse and in the shell. What I'm describing isn't really a bug with Cygwin, but it breaks because of the interaction with Cygwin, and I'm trying to find out a reasonable way to fix this. Over the weekend, I

Re: Setup mirrors

2020-03-10 Thread david
At 02:18 PM 3/10/2020, you wrote: On 2020-03-10 14:44, david wrote: > At 01:35 PM 3/10/2020, you wrote: >> On 2020-03-09 17:11, Andrey Repin wrote: >> > Greetings, Robert McBroom! >> > >> >> On 3/8/20 11:14 PM, Andrey Repin wrote: >> >>> G

Re: Setup mirrors

2020-03-10 Thread david
https://cygwin.com/mirrors.html#mirroradmin Gosh, I detect no change in the information. The advice on how to set up a mirror is: Please do not send questions asking how to set up a mirror. We don't provide technical support for setting up mirrors. Sorry. I fear the original mail

Re: [BUG]: 3.1.4: cmd -> bash -> mintty yields Windows exception

2020-02-21 Thread David Rothenberger
On 2/21/2020 10:33 AM, Hans-Bernhard Bröker wrote: > Am 21.02.2020 um 18:22 schrieb David Rothenberger: >> With cygwin 3.1.4, I get an "exception c005" when I perform the >> following actions: >> >> 1. Use the Windows run box to start a cmd shell &g

Re: [Attn. Maintainers] perl-5.30.1 -- prepare for release

2020-02-18 Thread David Rothenberger
On 2/15/2020 3:42 AM, Marco Atzeri wrote: > Am 06.02.2020 um 18:53 schrieb David Rothenberger: >> On 2/3/2020 12:11 PM, Achim Gratz wrote: >>> I have done another update of my private Perl repository over the >>> weekend.  While not all maintainers will immediately be r

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-10 Thread David Finnie
On 11/02/2020 07:58, Peter Dons Tychsen wrote: It seems to be related to the fact the is is spawning non-cygwin programs. If i do the same test with normal GCC (default cygwin gcc) then everything is fine. That's great work, and I can confirm that it is the same in my environment. Our

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-07 Thread David Finnie
On 8/02/2020 05:13, Brian Inglis wrote: DF's post immediately preceding that KB post at the start of*January* *was* Brian, indeed. And, as I'm sure you're aware - given that you were trawling through past posts - Ken already pulled me up on it, and since then I haven't. It has been my

Re: [Attn. Maintainers] perl-5.30.1 -- prepare for release

2020-02-06 Thread David Rothenberger
of this week or maybe over the weekend. I had a family emergency that required me to leave town unexpectedly, but I hope to update the subversion-perl next week. Regards, David -- David Rothenberger daver...@acm.org Never laugh at live dragons. -- Bilbo Baggins [J.R.R. Tolkien, "The Hobbit"]

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread David Finnie
[Please don't top-post on this list.  Thanks.] What do you mean by top posting, then ? How was my post a top post ? Thanks. Dave -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: fork: Resource temporarily unavailable errors after upgrading cygwin packages

2020-02-05 Thread David Finnie
Hi Pedro, I have started down the road of building cygwin, but did run into a few issues so don't have a debuggable version yet. If you beat me to it, please let me know. Thanks! Any findings? Unfortunately no, I did get a clean build, but "make install" following it just created complete

Re: Would anyone adopt subversion?

2020-01-21 Thread David Rothenberger
On 1/20/2020 8:10 AM, Jon Turney wrote: > On 18/11/2019 23:24, David Rothenberger wrote: >> Is anyone willing to adopt Subversion? > Now that the thundering herd of volunteers has died down (irony), can > you clarify which packages are up for adoption? > > I'm gues

Update to "Reporting Guidelines" on the cygwin site

2020-01-20 Thread David Finnie
Please bottom posting and trim here. (Above is copied from a recent post about a problem report.) Being a fairly new member of this mailing list, I did carefully read the guidelines about using the mailing list, but there was no mention of no top posting etc. And yes, I did top post

pread() from /dev/sda fails with: Illegal seek

2020-01-11 Thread David Balažic
ows 8.1 , all 64 bit Regards, David cygcheck-s Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

[ANNOUNCEMENT] Updated: subversion-1.10.6-1

2020-01-10 Thread David Rothenberger
list is the appropriate place. -- David Rothenberger daver...@acm.org The most dangerous organization in America today is: (a) The KKK (b) The American Nazi Party (c) The Delta Frequent Flyer Club -- Problem reports: http://cygwin.com/problems.html FAQ

Updated: subversion-1.10.6-1

2020-01-10 Thread David Rothenberger
list is the appropriate place. -- David Rothenberger daver...@acm.org The most dangerous organization in America today is: (a) The KKK (b) The American Nazi Party (c) The Delta Frequent Flyer Club

Updated: subversion-1.13.0-1

2020-01-10 Thread David Rothenberger
is the appropriate place. -- David Rothenberger daver...@acm.org

[ANNOUNCEMENT] Updated: subversion-1.13.0-1

2020-01-10 Thread David Rothenberger
is the appropriate place. -- David Rothenberger daver...@acm.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

<    1   2   3   4   5   6   7   8   9   10   >