Re: Cygwin command to bind new process to CPUs 3,4?

2024-12-10 Thread Christian Franke via Cygwin
Cedric Blancher via Cygwin wrote: Good morning! Does Cycgwin have a command to bind a new process to a specific set of CPUs, e.g. bind /usr/bin/eatfrogs to CPU cores 3 and 4? $ taskset -c 3,4 /usr/bin/eatfrogs ... $ cygcheck -f /usr/bin/taskset util-linux-2.39.3-2 -- Regards, Christian

Cygwin command to bind new process to CPUs 3,4?

2024-12-10 Thread Cedric Blancher via Cygwin
Good morning! Does Cycgwin have a command to bind a new process to a specific set of CPUs, e.g. bind /usr/bin/eatfrogs to CPU cores 3 and 4? Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur -- Problem reports: https://cygwin.com/problems.html FAQ

Re: "Lazy" bind mounts?

2023-12-01 Thread Corinna Vinschen via Cygwin
On Nov 30 04:53, Martin Wege via Cygwin wrote: > Hello, > > if I do a mount -o bind //foo/bar/baz /mnt the UNC path //foo/bar/baz > is evaluated immediately, i.e. the network share //foo/bar/baz is > "mounted" immediately. > > Is it possible to mount //foo/bar/

"Lazy" bind mounts?

2023-11-29 Thread Martin Wege via Cygwin
Hello, if I do a mount -o bind //foo/bar/baz /mnt the UNC path //foo/bar/baz is evaluated immediately, i.e. the network share //foo/bar/baz is "mounted" immediately. Is it possible to mount //foo/bar/baz only the first time someone does a cd /mnt, sort of automounter-style "lazy&q

Re: how to set mount posix=1 option for an existing bind mount?

2023-08-14 Thread Corinna Vinschen via Cygwin
On Aug 11 17:37, Cedric Blancher via Cygwin wrote: > On Tue, 8 Aug 2023 at 20:53, Corinna Vinschen > wrote: > > > > On Aug 8 16:52, Cedric Blancher via Cygwin wrote: > > > Good afternoon! > > > > > > How do I set mount posix=1 option for an existin

Re: how to set mount posix=1 option for an existing bind mount?

2023-08-11 Thread Cedric Blancher via Cygwin
On Tue, 8 Aug 2023 at 20:53, Corinna Vinschen wrote: > > On Aug 8 16:52, Cedric Blancher via Cygwin wrote: > > Good afternoon! > > > > How do I set mount posix=1 option for an existing bind mount? mount -o > > remount does not work. > > Did you read https:/

Re: how to set mount posix=1 option for an existing bind mount?

2023-08-08 Thread Corinna Vinschen via Cygwin
On Aug 8 16:52, Cedric Blancher via Cygwin wrote: > Good afternoon! > > How do I set mount posix=1 option for an existing bind mount? mount -o > remount does not work. Did you read https://cygwin.com/cygwin-ug-net/mount.html? Mount points created by mount(1) only exist in the

how to set mount posix=1 option for an existing bind mount?

2023-08-08 Thread Cedric Blancher via Cygwin
Good afternoon! How do I set mount posix=1 option for an existing bind mount? mount -o remount does not work. Ced -- Cedric Blancher [https://plus.google.com/u/0/+CedricBlancher/] Institute Pasteur -- Problem reports: https://cygwin.com/problems.html FAQ: https

Re: 1.7.1: Bind 9.6.0-P1 on Vista: could not listen on UDP socket: not enough free resources (patch attached)

2019-11-29 Thread Andrey Repin
Greetings, All! >> >The workaround I found was to recompile the sources, but making sure >> >that -DFD_SETSIZE=16384 is defined during the configure stage. Patch >> >attached below. >> > >> >Can someone please update the port with this bumped up FD_SETSIZE patch? >> >> If FD_SETSIZE is used to c

[ANNOUNCEMENT] bind 9.11.9-1

2019-08-27 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.11.9-1 * bind-utils-9.11.9-1 * bind-doc-9.11.9-1 * libbind9_161-9.11.9-1 * libdns1106-9.11.9-1 * libirs161-9.11.9-1 * libisc1100-9.11.9-1 * libisccc161-9.11.9-1 * libisccfg163-9.11.9-1 * liblwres161-9.11.9-1 * libbind9

Re: bind() behavior inconsistency with Linux and MacOS

2019-06-05 Thread Corinna Vinschen
On Jun 5 15:06, Petr Skočík wrote: > Hi. > > I don't know if this is technically a bug, but I've noticed that unlike > on Linux or MacOS, I a cannot bind a unix domain socket in a child > process and then listen on it in the parent. > > The bind succeeds but `lis

bind() behavior inconsistency with Linux and MacOS

2019-06-05 Thread Petr Skočík
Hi. I don't know if this is technically a bug, but I've noticed that unlike on Linux or MacOS, I a cannot bind a unix domain socket in a child process and then listen on it in the parent. The bind succeeds but `listen()` in the parent then fails with EINVAL. (The reason I'd like

Re: EPERM on bind() ?

2019-04-23 Thread E. Madison Bray
report an > > > crash on startup where, when the Notebook server tries to bind() to > > > the port it will listen on (TCP ) the bind() fails and errno is > > > set to EPERM, which is not an expected errno from bind(). > > > > > > Looking at the Cyg

Re: EPERM on bind() ?

2019-04-23 Thread Corinna Vinschen
On Apr 23 14:28, E. Madison Bray wrote: > On Tue, Apr 23, 2019 at 2:17 PM E. Madison Bray wrote: > > > > Hello, > > > > I have had some users of the Jupyter Notebook [1] on Cygwin report an > > crash on startup where, when the Notebook server tries to bind() to &g

Re: EPERM on bind() ?

2019-04-23 Thread Corinna Vinschen
On Apr 23 14:17, E. Madison Bray wrote: > Hello, > > I have had some users of the Jupyter Notebook [1] on Cygwin report an > crash on startup where, when the Notebook server tries to bind() to > the port it will listen on (TCP ) the bind() fails and errno is > set to EPER

Re: EPERM on bind() ?

2019-04-23 Thread E. Madison Bray
On Tue, Apr 23, 2019 at 2:17 PM E. Madison Bray wrote: > > Hello, > > I have had some users of the Jupyter Notebook [1] on Cygwin report an > crash on startup where, when the Notebook server tries to bind() to > the port it will listen on (TCP ) the bind() fails and errno

EPERM on bind() ?

2019-04-23 Thread E. Madison Bray
Hello, I have had some users of the Jupyter Notebook [1] on Cygwin report an crash on startup where, when the Notebook server tries to bind() to the port it will listen on (TCP ) the bind() fails and errno is set to EPERM, which is not an expected errno from bind(). Looking at the Cygwin

[ANNOUNCEMENT] bind 9.11.6-1

2019-03-22 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.11.6-1 * bind-utils-9.11.6-1 * bind-doc-9.11.6-1 * libbind9_161-9.11.6-1 * libdns1105-9.11.6-1 * libirs161-9.11.6-1 * libisc1100-9.11.6-1 * libisccc161-9.11.6-1 * libisccfg163-9.11.6-1 * liblwres161-9.11.6-1 * libbind9

[ANNOUNCEMENT] bind 9.11.5-2.P4

2019-03-17 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.11.5-2.P4 * bind-utils-9.11.5-2.P4 * bind-doc-9.11.5-2.P4 * libbind9_161-9.11.5-2.P4 * libdns1104-9.11.5-2.P4 * libirs161-9.11.5-2.P4 * libisc1100-9.11.5-2.P4 * libisccc161-9.11.5-2.P4 * libisccfg163-9.11.5-2.P4

Re: BIND 9_11_p1 Compiling From Cygwin Source

2018-10-11 Thread Onur GURSOY
Hello Csaba, Cygwin package search tells us: > https://cygwin.com/cgi-bin2/package-grep.cgi?grep=stringprep.h&arch=x86_64 > You probably need to install libidn-devel (which should drag in libidn) Yeah you're right, its work for me , Many Thanks, Meanwhile How i learning all dependencies package

Re: BIND 9_11_p1 Compiling From Cygwin Source

2018-10-11 Thread Csaba Raduly
Hi Onur, On Thu, Oct 11, 2018 at 9:46 AM Onur GURSOY wrote: > > Hello Everyone, > > Nowadays, Im trying to many cyfwin package. > I lookfor a dns server, i notice bind9 and i found a pacakage in cygwin. > Everythin is ok but cygwin support binary package and source. > Binary package is working very

BIND 9_11_p1 Compiling From Cygwin Source

2018-10-11 Thread Onur GURSOY
Hello Everyone, Nowadays, Im trying to many cyfwin package. I lookfor a dns server, i notice bind9 and i found a pacakage in cygwin. Everythin is ok but cygwin support binary package and source. Binary package is working very well but when i try to compile from source "cygport bind.cygport all" do

[ANNOUNCEMENT] bind 9.11.2-1

2018-01-15 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.11.2-1 * bind-utils-9.11.2-1 * bind-doc-9.11.2-1 * libbind9_160-9.11.2-1 * libdns169-9.11.2-1 * libirs160-9.11.2-1 * libisc166-9.11.2-1 * libisccc160-9.11.2-1 * libisccfg160-9.11.2-1 * liblwres160-9.11.2-1 * libbind9

[ANNOUNCEMENT] bind 9.11.0-3.P5

2017-05-09 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.11.0-3.P5 * bind-utils-9.11.0-3.P5 * bind-doc-9.11.0-3.P5 * libbind9_160-9.11.0-3.P5 * libdns166-9.11.0-3.P5 * libirs160-9.11.0-3.P5 * libisc160-9.11.0-3.P5 * libisccc160-9.11.0-3.P5 * libisccfg160-9.11.0-3.P5

Re: Treating Junctions consistently, as "normal dirs" as w/linux "bind"-type mount

2017-03-10 Thread Andrey Repin
Greetings, L A Walsh! > Andrey Repin wrote: >> I would argue against all junctions being treated blindly. >> The difference with bind mounts in Linux is that in Linux >> you don't have the >> information available within the filesystem itself, and have >>

Re: Treating Junctions consistently, as "normal dirs" as w/linux "bind"-type mount

2017-03-09 Thread L A Walsh
gram(s) that are broken and don't detect such loops, but at least the core utils do check -- and besides, no one HAS to create junctions -- they can use symlinks as they do today and no risk of such problems. But treating linkd-junctions the same as mountvol-junctions allows those bind-style m

Re: Treating Junctions consistently, as "normal dirs" as w/linux "bind"-type mount

2017-03-09 Thread Corinna Vinschen
On Mar 9 07:48, L A Walsh wrote: > Andrey Repin wrote: > > I would argue against all junctions being treated blindly. > > The difference with bind mounts in Linux is that in Linux you don't have > > the > > information available within the filesystem itself, and ha

Re: Treating Junctions consistently, as "normal dirs" as w/linux "bind"-type mount

2017-03-09 Thread L A Walsh
Andrey Repin wrote: I would argue against all junctions being treated blindly. The difference with bind mounts in Linux is that in Linux you don't have the information available within the filesystem itself, and have no other option, than to treat them as regular directories. Only d

Re: Treating Junctions consistently, as "normal dirs" as w/linux "bind"-type mount

2017-03-09 Thread Andrey Repin
t is now, it's > inconsistent with junctions created with mountvol being > different from junctions created with linkd. > Symlink(D)s would stay as they are now and provide the > symlink functionality. I would argue against all junctions being treated blindly. The difference

Treating Junctions consistently, as "normal dirs" as w/linux "bind"-type mount

2017-03-08 Thread L. A. Walsh
Didn't see a response to this, so reposting, as this would provide a needed vol and subdir mount facility as exists on linux... Especially, since there was a misunderstanding of what was needed or wanted w/regards to the JUNCTION file-system mounts in Windows. Didn't need mount table updated, j

Re: bind 9.11.0-2.P3 announcement

2017-03-04 Thread M2
I have a strange situation here: DiG 9.11.0-P3 does not work, but nslookup does. Target server XXX.220.6.135 is a Windows domain controller with the following versions: $ dig @160.220.6.135 version.bind txt chaos > ;; Warning: query response not set > ;; Warning: Message parser reports malforme

showing all JUNCTIONS as normal dirs as w/linux --bind (was Re: Cannot access volumes mounted with 'mklink...)

2017-03-02 Thread L. A. Walsh
Corinna Vinschen wrote: They half-way work under Cygwin (junctions to volumes look like mounted file systems look under linux, but junctions to pathnames get converted by cygwin to symlinks -- losing information when such junctions are restored. Corinna -- could you _please_ re-look at suppor

[ANNOUNCEMENT] bind 9.11.0-2.P3

2017-02-12 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.11.0-2.P3 * bind-utils-9.11.0-2.P3 * bind-doc-9.11.0-2.P3 * libbind9_160-9.11.0-2.P3 * libdns166-9.11.0-2.P3 * libirs160-9.11.0-2.P3 * libisc160-9.11.0-2.P3 * libisccc160-9.11.0-2.P3 * libisccfg160-9.11.0-2.P3

[ANNOUNCEMENT] bind 9.11.0-1.P2

2017-01-27 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.11.0-1.P2 * bind-utils-9.11.0-1.P2 * bind-doc-9.11.0-1.P2 * libbind9_160-9.11.0-1.P2 * libdns166-9.11.0-1.P2 * libirs160-9.11.0-1.P2 * libisc160-9.11.0-1.P2 * libisccc160-9.11.0-1.P2 * libisccfg160-9.11.0-1.P2

[ANNOUNCEMENT] bind 9.10.4-4.P4

2016-11-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.10.4-4.P4 * bind-utils-9.10.4-4.P4 * bind-doc-9.10.4-4.P4 * libbind9_140-9.10.4-4.P4 * libdns165-9.10.4-4.P4 * libirs141-9.10.4-4.P4 * libisc160-9.10.4-4.P4 * libisccc140-9.10.4-4.P4 * libisccfg140-9.10.4-4.P4

[ANNOUNCEMENT] bind 9.10.4-3.P3

2016-09-29 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.10.4-3.P3 * bind-utils-9.10.4-3.P3 * bind-doc-9.10.4-3.P3 * libbind9_140-9.10.4-3.P3 * libdns165-9.10.4-3.P3 * libirs141-9.10.4-3.P3 * libisc160-9.10.4-3.P3 * libisccc140-9.10.4-3.P3 * libisccfg140-9.10.4-3.P3

[ANNOUNCEMENT] bind 9.10.4-2.P2

2016-08-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.10.4-2.P2 * bind-utils-9.10.4-2.P2 BIND is an implementation of the Domain Name System (DNS) protocols. The DNS protocols are part of the core Internet standards. They specify the process by which one computer can

[ANNOUNCEMENT] bind 9.10.3-3.P4

2016-03-25 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.10.3-3.P4 * bind-utils-9.10.3-3.P4 BIND is an implementation of the Domain Name System (DNS) protocols. The DNS protocols are part of the core Internet standards. They specify the process by which one computer can

[ANNOUNCEMENT] bind 9.10.3-2.P3

2016-01-28 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * bind-9.10.3-2.P3 * bind-utils-9.10.3-2.P3 BIND is an implementation of the Domain Name System (DNS) protocols. The DNS protocols are part of the core Internet standards. They specify the process by which one computer can

[ANNOUNCEMENT] Updated: bind-9.10.3-1

2015-09-18 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * bind-9.10.3-1 * bind-utils-9.10.3-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release: ftp://ftp.isc.org/isc/bind9/9.10.3/RELEASE-NOTES.bind-9.10.3.html (Note that

[ANNOUNCEMENT] Updated: bind-9.10.2-4.P4

2015-09-04 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * bind-9.10.2-4.P4 * bind-utils-9.10.2-4.P4 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release, which includes fixes for CVE-2015-5722 and CVE-2015-5986: http

[ANNOUNCEMENT] Updated: bind-9.10.2-2.P2

2015-07-20 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * bind-9.10.2-2.P2 * bind-utils-9.10.2-2.P2 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release, which includes a fix for CVE-2015-4620: http://ftp.isc.org/isc/bind9

Re: dig and host not returning output in bind-utils-9.10.2-1

2015-06-19 Thread Keith Christian
On Fri, Jun 19, 2015 at 3:36 PM, Yaakov Selkowitz wrote: > On Fri, 2015-06-19 at 14:24 -0600, Keith Christian wrote: >> Updated to bind-utils-9.10.2-1 and neither dig nor host returns >> output. There is a pause of about 0.7 seconds while dig runs. >> >> Strace shows

Re: dig and host not returning output in bind-utils-9.10.2-1

2015-06-19 Thread Yaakov Selkowitz
On Fri, 2015-06-19 at 14:24 -0600, Keith Christian wrote: > Updated to bind-utils-9.10.2-1 and neither dig nor host returns > output. There is a pause of about 0.7 seconds while dig runs. > > Strace shows quite a bit of dig activity but nothing returned. > > Anyone else havin

dig and host not returning output in bind-utils-9.10.2-1

2015-06-19 Thread Keith Christian
Tried to continue the previous thread but large attachments destroyed the thread. Updated to bind-utils-9.10.2-1 and neither dig nor host returns output. There is a pause of about 0.7 seconds while dig runs. Strace shows quite a bit of dig activity but nothing returned. Anyone else having this

Re: bind mounts in fstab

2015-06-09 Thread Corinna Vinschen
On Jun 9 06:53, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > I uploaded a new developer snapshot. Please give it a try: > > https://cygwin.com/snapshots/ > > Fix confirmed. Thanks! Cool, thank you! Corinna -- Corinna Vinschen Please, send mails regarding

Re: bind mounts in fstab

2015-06-08 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > I uploaded a new developer snapshot. Please give it a try: > https://cygwin.com/snapshots/ Fix confirmed. Thanks! Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: bind mounts in fstab

2015-06-08 Thread Corinna Vinschen
On Jun 8 16:04, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > Easily reproducible, thank you. I think I found the culprit. mount(1) > > always converts the mnt_fsname field to backslash notation. That breaks > > converting the bind mount from the expe

Re: bind mounts in fstab

2015-06-08 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > Easily reproducible, thank you. I think I found the culprit. mount(1) > always converts the mnt_fsname field to backslash notation. That breaks > converting the bind mount from the expected POSIX notation to a valid > Win32 path. > >

Re: bind mounts in fstab

2015-06-08 Thread Corinna Vinschen
On Jun 8 14:53, Achim Gratz wrote: > Corinna Vinschen cygwin.com> writes: > > > > //server/some/directory /mnt/server-share none binary 0 0 > > > #bind mounts > > > /mnt/server-share/some/other/directory /mnt/task1 none binary,bind > > > > >

Re: bind mounts in fstab

2015-06-08 Thread Achim Gratz
Corinna Vinschen cygwin.com> writes: > > //server/some/directory /mnt/server-share none binary 0 0 > > #bind mounts > > /mnt/server-share/some/other/directory /mnt/task1 none binary,bind > > > > That works well until I try to add another such bind mount

Re: bind mounts in fstab

2015-06-08 Thread Corinna Vinschen
On Jun 8 10:39, Achim Gratz wrote: > I've been using bind mounts to provide alternative paths into the same file > system. > > //server/some/directory /mnt/server-share none binary 0 0 > #bind mounts > /mnt/server-share/some/other/directory /mnt/task1 none, binary,bind >

bind mounts in fstab

2015-06-08 Thread Achim Gratz
I've been using bind mounts to provide alternative paths into the same file system. //server/some/directory /mnt/server-share none binary 0 0 #bind mounts /mnt/server-share/some/other/directory /mnt/task1 none, binary,bind That works well until I try to add another such bind mount and act

[ANNOUNCEMENT] Updated: bind-9.10.2-1

2015-06-05 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * bind-9.10.2-1 * bind-utils-9.10.2-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release: https://kb.isc.org/article/AA-01153/81/BIND-9.10.0-Release-Notes.html https

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: 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: dig utility in bind-utils-9.9.7-1 returns no output

2015-04-15 Thread Keith Christian
Thanks Mark, but I tried both of those early in my attempts without success. Good suggestion, though. On Wed, Apr 15, 2015 at 2:53 PM, Mark Hansen wrote: > On 4/15/2015 12:02 PM, Keith Christian wrote: >> >> cygcheck attachment is too large according to sourceware. >> >> What specific parts of c

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

2015-04-15 Thread Mark Hansen
On 4/15/2015 12:02 PM, Keith Christian wrote: cygcheck attachment is too large according to sourceware. What specific parts of cygcheck are needed to help troubleshoot this? Keith On Wed, Apr 15, 2015 at 12:55 PM, Keith Christian wrote: Both /usr/bin/dig and /bin/dig run the same program:

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

2015-04-15 Thread Keith Christian
cygcheck attachment is too large according to sourceware. What specific parts of cygcheck are needed to help troubleshoot this? Keith On Wed, Apr 15, 2015 at 12:55 PM, Keith Christian wrote: > Both /usr/bin/dig and /bin/dig run the same program: > >>cksum /usr/bin/dig /bin/dig > 680300229 22021

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

2015-04-14 Thread Mark Hansen
Are you sure that you're getting the correct dig executable? Is it possible that something else in your path or alias list is getting hit? Perhaps you can try /usr/bin/dig just to be sure? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Do

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

2015-04-14 Thread Marco Atzeri
On 4/14/2015 10:33 PM, Keith Christian wrote: Thanks Marco, requested information below: Tue Apr 14 14:31:02 pty2 >cygcheck dig Found: C:\cygwin\bin\dig.exe Found: C:\cygwin\bin\dig.exe C:\cygwin\bin\dig.exe C:\cygwin\bin\cyggcc_s-1.dll C:\cygwin\bin\cygwin1.dll as all Dll's are there

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

2015-04-14 Thread Keith Christian
Thanks Marco, requested information below: Tue Apr 14 14:31:02 pty2 >cygcheck dig Found: C:\cygwin\bin\dig.exe Found: C:\cygwin\bin\dig.exe C:\cygwin\bin\dig.exe C:\cygwin\bin\cyggcc_s-1.dll C:\cygwin\bin\cygwin1.dll C:\windows\system32\KERNEL32.dll C:\windows\system32\API-MS-W

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

2015-04-14 Thread Marco Atzeri
On 4/14/2015 8:39 PM, Keith Christian wrote: Brian, Andre, Thanks for the suggestions / info. Examples below. "No output" means that dig provided no reply or diagnostic info to the Cygwin screen as can be seen below, even when asking for the internal help text. Dig was working fine until the

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

2015-04-14 Thread Keith Christian
y. >>> >>> ls -l /bin/dig shows: >>> >>> -rwxr-xr-x 1 keith Domain Users 2202141 Mar 18 20:05 /bin/dig > >> Anyone have suggestions? I've uninstalled and reinstalled bind-utils, >> no improvement. > > Clarify "no output"? What

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

2015-04-14 Thread Andrey Repin
Greetings, Keith Christian! >> nslookup returns normal output. >> >> An strace of dig shows nothing out of the ordinary. >> >> ls -l /bin/dig shows: >> >> -rwxr-xr-x 1 keith Domain Users 2202141 Mar 18 20:05 /bin/dig > Anyone have suggestions? I&#x

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

2015-04-13 Thread Brian Inglis
Keith Christian gmail.com> writes: > > Anyone have suggestions? I've uninstalled and reinstalled bind-utils, > no improvement. > > On Fri, Apr 10, 2015 at 11:36 AM, Keith Christian > gmail.com> wrote: > > nslookup returns normal output. > > >

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

2015-04-13 Thread Yaakov Selkowitz
On Mon, 2015-04-13 at 09:25 -0600, Keith Christian wrote: > Anyone have suggestions? I've uninstalled and reinstalled bind-utils, > no improvement. WFM, so: > Problem reports: http://cygwin.com/problems.html -- Yaakov -- Problem reports: http://cygwin.com/pro

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

2015-04-13 Thread Keith Christian
Anyone have suggestions? I've uninstalled and reinstalled bind-utils, no improvement. On Fri, Apr 10, 2015 at 11:36 AM, Keith Christian wrote: > nslookup returns normal output. > > An strace of dig shows nothing out of the ordinary. > > ls -l /bin/dig shows: > > -rwxr

[ANNOUNCEMENT] Updated: bind-9.9.7-1

2015-03-19 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * bind-9.9.7-1 * bind-utils-9.9.7-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release for the 9.9 stable branch. This release also fixes compatibility with XP x64

[ANNOUNCEMENT] Updated: bind-9.9.6-P1-2

2014-12-19 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: *** bind-9.9.6-P1-2 *** bind-utils-9.9.6-P1-2 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release for the 9.9 stable branch. This release also fixes compatibility with

Re: 1.7.32: bind-utils-x86_64 commands can't redirect output on Win8.1 64bit

2014-11-14 Thread Corinna Vinschen
On Nov 14 14:42, Brian Inglis wrote: > henix gmail.com> writes: > > Other commands in bind-utils (nslookup, host) have the same empty > > result, while their 32bit version works just fine (on Windows 8.1 > > 64bit). > Latest Cygwin release 1.7.33-1

Re: 1.7.32: bind-utils-x86_64 commands can't redirect output on Win8.1 64bit

2014-11-14 Thread Brian Inglis
henix gmail.com> writes: > Other commands in bind-utils (nslookup, host) have the same empty > result, while their 32bit version works just fine (on Windows 8.1 > 64bit). Latest Cygwin release 1.7.33-1 aka 2 fixes this on Win7x64. -- Problem reports: http://cygwin.com/probl

Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Brian Inglis
Corinna Vinschen cygwin.com> writes: > On Nov 14 13:25, Brian Inglis wrote: >> All bind-utils - host, nslookup, dig - output not to stdout or stderr - can >> not be redirected, but redirection suppresses output, with current update >> 9.9.6-2 but works with previous 9.

Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Corinna Vinschen
cannot be redirected. > > $ dig +short google.com > > 74.125.68.101 > > 74.125.68.138 > > 74.125.68.100 > > 74.125.68.102 > > 74.125.68.139 > > 74.125.68.113 > > $ dig +short google.com | tee dig.txt > > $ cat dig.txt > > (no text is shown)

Re: bind-utils output not to stdout (was: Dig output not piping to xargs)

2014-11-14 Thread Brian Inglis
gt; 74.125.68.113 > $ dig +short google.com | tee dig.txt > $ cat dig.txt > (no text is shown) > $ dig +short google.com 2>&1 | tee dig.txt > $ cat dig.txt > (no text is shown) All bind-utils - host, nslookup, dig - output not to stdout or stderr - can not be redirected, but

RE: FW: bind-utils stdout pipe broken Cygwin x86_64 1.7.32+ (Fixed per 1.7.33-0.4)

2014-10-31 Thread Jon Retting
>> From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of >> Yaakov Selkowitz >> Sent: Sunday, October 26, 2014 3:51 AM >> To: cygwin@cygwin.com >> Subject: Re: FW: bind-utils stdout pipe broken Cygwin x86_64 1.7.32+ >> On 2014-10-24 0

Re: FW: bind-utils stdout pipe broken Cygwin x86_64 1.7.32+

2014-10-26 Thread Yaakov Selkowitz
On 2014-10-24 09:41, Jon Retting wrote: Sorry to report, but it would seem the new Cygwin versions break "bind-utils 9.9.5-3 -- 9.9.6-2" ability to stdout stdin. Tested on: CYGWIN_NT-6.1 1.7.32 - 1.7.33(0.278/5/3) 2014-10-22 10:37 x86_64 Cygwin (w2k8r2) CYGWIN_NT-6.3 1.7.32

1.7.32: bind-utils-x86_64 commands can't redirect output on Win8.1 64bit

2014-10-26 Thread henix
Windows 8.1 64bit setup.exe 2.850 bind-utils 9.9.6-2 9.9.5-3 Run this: dig www.google.com | cat Expected: the output of dig But was: empty and the same empty result for: * dig www.google.com > test.txt ; cat test.txt * a=$(dig www.google.com) ; echo $a Other commands in bind-utils (nsloo

FW: bind-utils stdout pipe broken Cygwin x86_64 1.7.32+

2014-10-24 Thread Jon Retting
Sorry to report, but it would seem the new Cygwin versions break "bind-utils 9.9.5-3 -- 9.9.6-2" ability to stdout stdin. Tested on: CYGWIN_NT-6.1   1.7.32 - 1.7.33(0.278/5/3) 2014-10-22 10:37   x86_64 Cygwin (w2k8r2) CYGWIN_NT-6.3   1.7.32(0.274/5/3) 2014-08-13 23:06   x86_64 Cygw

[ANNOUNCEMENT] Updated: bind-9.9.6-1

2014-10-15 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: *** bind-9.9.6-1 *** bind-utils-9.9.6-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release for the 9.9 stable branch. This release also fixes compatibility with XP x64

broken links on few man pages : xmon, mysql, bind-utils

2014-08-16 Thread Marco Atzeri
mandb: warning: /usr/share/man/man1/xmond.1.gz: bad symlink or ROFF `.so' request $ cygcheck -f /usr/share/man/man1/bind9-config.1.gz bind-utils-9.9.5-3 $ gzip -cd /usr/share/man/man1/bind9-config.1.gz .so isc-config.sh.1 but there is no isc-config.sh.1 page in any cygwin package $ cygche

[ANNOUNCEMENT] Updated: bind-9.9.5-3

2014-05-23 Thread Yaakov (Cygwin/X)
The following package has been updated in the Cygwin distribution: *** bind-9.9.5-3 *** bind-utils-9.9.5-3 ISC BIND is a suite of Domain Name Service (DNS) utilities. This release has been rebuilt for MIT Kerberos. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

Re: bind to multicast address fails

2014-05-13 Thread Moritz Warning
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thanks for the pointer! :) On 05/13/2014 04:55 PM, Corinna Vinschen wrote: > On May 13 16:19, Moritz Warning wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Hi, >> >> I try to bind a socke

Re: bind to multicast address fails

2014-05-13 Thread Corinna Vinschen
On May 13 16:19, Moritz Warning wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi, > > I try to bind a socket to a multicast address (239.192.202.5). But it fails > with an error: > "Cannot assign requested address" > > Is this not sup

bind to multicast address fails

2014-05-13 Thread Moritz Warning
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I try to bind a socket to a multicast address (239.192.202.5). But it fails with an error: "Cannot assign requested address" Is this not supported using Cygwin? I've added a simple test program in case someone wants to

[ANNOUNCEMENT] Updated: bind-9.9.5-1

2014-02-19 Thread Yaakov (Cygwin/X)
The following package has been updated in the Cygwin distribution: *** bind-9.9.5-1 *** bind-utils-9.9.5-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: bind-9.9.4-P1-1

2013-12-06 Thread Yaakov (Cygwin/X)
The following package has been updated for both arches: *** bind-9.9.4-P1-1 *** bind-utils-9.9.4-P1-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

Re: Bind server

2013-11-07 Thread wynfield
oversight in > packaging? > > > > Any advice on getting named up and running (I don't have the expertise yet > to quickly write up a named.conf > > file?) > > named.conf is going to be different for every installation. It's where you > define the doma

Re: Bind server

2013-11-07 Thread Mark Geisert
tion. It's where you define the domains that bind will serve. There are lots of details that can be gotten wrong. If you get certain specific ones wrong your bind server can be victimized into participating in DNS attacks. Why do you need to run a DNS server? Is this for a local network on

Bind server

2013-11-07 Thread wynfield
I just installed BIND 9.9.3-P2 (Extended Support Version) using 32-bit setup-x86.exe. I ran /usr/sbin/named-config and then cygrunsrv -S named. Bind's named server fails. It goes get started, but immediately dies. The Events Log shows the foll

[ANNOUNCEMENT] Updated: bind-9.9.3-P2-1

2013-07-31 Thread Yaakov (Cygwin/X)
The following package has been updated for both arches: *** bind-9.9.3-P2-1 *** bind-utils-9.9.3-P2-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

Re: Can't get bind named to run.

2013-06-07 Thread Yaakov (Cygwin/X)
On 2013-04-26 23:22, Rick McCombs AD5DU wrote: This is not a show stopper, but I can get named to run. Please try again with 9.9.3-P1. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/doc

Can't get bind named to run.

2013-04-26 Thread Rick McCombs AD5DU
nfo: Check /etc/system.conf first, if it suits your needs. Configuration finished. Have fun! Rick@RickVista /usr/sbin $ net start named The CYGWIN BIND named service is starting. The CYGWIN BIND named service could not be started. The service did not report an error. More help is available by typ

Re: [ANNOUNCEMENT] Updated: bind-9.9.0-2

2013-04-07 Thread Chris Wiesner
Hello, I am experiencing a problem with BIND9.9.2-P1 on Cygwin throwing "general: error: socket: file descriptor exceeds limit (128/64)". This problem was reported previously "Re: 1.7.1: Bind 9.6.0-P1 on Vista: could not listen on UDP socket: not enough free resources (patch

Re: bind(sock, addr, addrlen) doesn't respect addrelen

2013-02-04 Thread Corinna Vinschen
On Feb 4 11:03, Tanaka Akira wrote: > Hi. > > I found bind(sock, addr, addrlen) function doesn't respect addrlen. > > If addr is AF_UNIX socket address and sun_path field is not > NUL-terminated until the length specified as addrlen, > bind() refer bytes after addrlen.

bind(sock, addr, addrlen) doesn't respect addrelen

2013-02-03 Thread Tanaka Akira
Hi. I found bind(sock, addr, addrlen) function doesn't respect addrlen. If addr is AF_UNIX socket address and sun_path field is not NUL-terminated until the length specified as addrlen, bind() refer bytes after addrlen. This can be observed by created socket file name is longer than exp

[ANNOUNCEMENT] Updated: apache2, bind, curl, heimdal

2013-01-08 Thread Cygwin/X
The following packages have been updated in the Cygwin distribution, having been rebuilt for openldap-2.4: *** apache2-2.2.23-2 *** apache2-devel-2.2.23-2 *** apache2-manual-2.2.23-2 *** bind-9.9.2-P1-2 *** bind-utils-9.9.2-P1-2 *** curl-7.28.1-2 *** libcurl4-7.28.1-2 *** libcurl-devel-7.28.1-2

Re: [ANNOUNCEMENT] Updated: bind-9.9.2-P1-1

2012-12-06 Thread Andrey Repin
Greetings, Yaakov (Cygwin/X)! > The following package has been updated for the Cygwin distribution: > *** bind-9.9.2-P1-1 > *** bind-utils-9.9.2-P1-1 > ISC BIND is a suite of Domain Name Service (DNS) utilities. > This is an update to the latest upstream release. dig, host,

[ANNOUNCEMENT] Updated: bind-9.9.2-P1-1

2012-12-06 Thread Yaakov (Cygwin/X)
The following package has been updated for the Cygwin distribution: *** bind-9.9.2-P1-1 *** bind-utils-9.9.2-P1-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release. dig, host, nslookup, and nsupdate are now in a separate bind-utils

Re: [bind] host can't find /usr/lib/engines/libgost.so - cygcheck.out (0/1)

2012-12-03 Thread Andrew Schulman
> On Thu, 2012-11-29 at 10:52 -0500, Andrew Schulman wrote: > > It seems that host expects to find /usr/lib/engines/libgost.so. There's no > > directory /usr/lib/engines in my installation, but there is > > /usr/lib/openssl-1.0.1/engines/libgost.so. > > This is the culprit: > > > 1515k 2012/04/

  1   2   >