Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-02-04 Thread Corinna Vinschen via Cygwin
On Feb 4 12:08, Corinna Vinschen via Cygwin wrote: > $ cat > mk-dev-nfs.c < [...] Copy/Paste error, try this one: #include #include #include typedef struct { DWORD ReparseTag; WORD ReparseDataLength; WORD Reserved; struct { BYTE DataBuffer[1]; } GenericRepa

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-02-04 Thread Corinna Vinschen via Cygwin
On Jan 31 14:23, Roland Mainz via Cygwin wrote: > On Thu, Jan 30, 2025 at 2:34 PM Cedric Blancher > wrote: > [snip] > > Does the ms-nfs41-client support NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK? > > No, but if Cygwin implements this for the Microsoft NFSv3 client then > I'll add support for ms-nfs

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-01-31 Thread Brian Inglis via Cygwin
On 2025-01-31 06:23, Roland Mainz via Cygwin wrote: On Thu, Jan 30, 2025 at 2:34 PM Cedric Blancher wrote: [snip] Does the ms-nfs41-client support NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK? No, but if Cygwin implements this for the Microsoft NFSv3 client then I'll add support for ms-nfs41-clie

Re: [Ms-nfs41-client-devel] Fwd: Implementing mkfifo, mknod support with NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK?

2025-01-31 Thread Roland Mainz via Cygwin
On Thu, Jan 30, 2025 at 2:34 PM Cedric Blancher wrote: [snip] > Does the ms-nfs41-client support NFS_SPECFILE_FIFO and NFS_SPECFILE_SOCK? No, but if Cygwin implements this for the Microsoft NFSv3 client then I'll add support for ms-nfs41-client and ms-nfs42-client ASAP. But I really would prefer

Fwd: cygwin /usr/bin/email

2024-12-31 Thread René Berber via Cygwin
Forwarded Message Subject: Re: cygwin /usr/bin/email Date: Tue, 31 Dec 2024 17:42:19 -0500 From: Paul McKinley To: René Berber Thanks, René! I'll try setting the registry thing. I am running reasonably current Cygwin, and specifically reinstalled "email." sh-5.2$ email -

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-12-21 ...

2024-12-21 Thread Cedric Blancher via Cygwin
Good afternoon! For your consideration - we need FEEDBACK, please! New is: - XMAS-Release (🎄) - Fixed write-only handle issues with native Windows tar&co - Supports building with Visual Studio 2022+Win11 WDK (64bit-kernel only build, no 32bit-kernel support in VS2022; VS2019 builds still have 32b

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-12-07 ...

2024-12-07 Thread Cedric Blancher via Cygwin
Good morning! For your consideration - we need FEEDBACK, please! New is: - Supports building with Visual Studio 2022+Win11 WDK (64bit-kernel only build, no 32bit-kernel support in VS2022; VS2019 builds still have 32bit-kernel support) - MSYS2 support - Support for languages with wide characters (

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-11-28 ...

2024-11-28 Thread Cedric Blancher via Cygwin
Good morning! For your consideration - we need FEEDBACK, please! New is: - MSYS2 support - Support for languages with wide characters (Japanese, Chinese, Hindi, ...) in nfs://-URLs - Display mount points with wide-characters in nfs_mount.exe correctly - WSL (Windows Services for Linux) support -

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-11-04 ...

2024-11-04 Thread Cedric Blancher via Cygwin
Good evening! For your consideration - we need FEEDBACK, please! New is: - WSL (Windows Services for Linux) support - Windows Server (2019) support - Global mounts visible to all users - idmapper support for localised account/group names (French!) - Many WinSG (newgrp-like utility for Windows) fi

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019 for testing, 2024-09-23 ...

2024-09-23 Thread Cedric Blancher via Cygwin
Good evening! For your consideration - we need FEEDBACK, please! New is: - Windows Server (2019) support - Global mounts visible to all users - idmapper support for localised account/group names (French!) - Many WinSG (newgrp-like utility for Windows) fixes - Fixes for 32bit applications on 64bit

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-09-09 ...

2024-09-09 Thread Cedric Blancher via Cygwin
Good morning! For your consideration - we need FEEDBACK, please! New is: - Global mounts visible to all users - Many WinSG (newgrp-like utility for Windows) fixes - Fixes for 32bit applications on 64bit Windows - Better nfs://-URL support - public NFS/WebNFS support Ced -- Forwarded mes

Re: Fwd: odd behavior of length(), match() and field splitting with multi-byte characters

2024-08-20 Thread Brian Inglis via Cygwin
There do seem to be anomalies in Cygwin handling of SMP characters, perhaps due to conversion to or misinterpretation as UTF-16/UCS-2 surrogates? 🔍 U+01f50d f0 9f 94 8d d83d dd0d 🔎 U+01f50e f0 9f 94 8e d83d dd0e $ wc -lwcmL <<< 🔎 1 0 3 5 0 $ wc -lwcmL <<< 🔍

Re: Fwd: odd behavior of length(), match() and field splitting with multi-byte characters

2024-08-20 Thread Ed Morton via Cygwin
Is there any more information I can provide for someone to be able to look into this bug?     Ed. On 7/6/2024 7:26 AM, Ed Morton wrote: I posted the below bug report to the GNU awk bugs mailing list, https://lists.gnu.org/archive/html/bug-gawk/2024-07/msg0.html, the feedback there is that

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-08-06 ...

2024-08-06 Thread Cedric Blancher via Cygwin
Good morning! For your consideration - we need FEEDBACK, please! New is: - Many WinSG (newgrp-like utility for Windows) fixes - Fixes for 32bit applications on 64bit Windows - Better nfs://-URL support - public NFS/WebNFS support Ced -- Forwarded message - From: Roland Mainz Da

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-07-16 ...

2024-07-16 Thread Cedric Blancher via Cygwin
Good evening! For your consideration - we need FEEDBACK, please! New is: - support running it as service (sc start ms-nfs41-client-service) - setgid()-/usr/bin/newgrp support (with a new winsg utility to run Windows applications with different primary group) - Windows 32bit+64bit kernel support -

Fwd: odd behavior of length(), match() and field splitting with multi-byte characters

2024-07-06 Thread Ed Morton via Cygwin
I posted the below bug report to the GNU awk bugs mailing list, https://lists.gnu.org/archive/html/bug-gawk/2024-07/msg0.html, the feedback there is that it's a cygwin or MSYS2 port issue, could you please take a look? I'm also posting this at https://github.com/msys2/mingw-packages/issues

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-05-28 ...

2024-05-28 Thread Cedric Blancher via Cygwin
Good evening! For your consideration - we need FEEDBACK, please! New is support running it as service (sc start ms-nfs41-client-service), setgid()/newgrp support (with a new winsg utility to run Windows applications with different primary group), 32bit kernel support, ACL+UNC path (cd //host@port

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-03-28 ...

2024-03-28 Thread Cedric Blancher via Cygwin
Good evening! For your consideration - we need FEEDBACK, please! New is ACL+UNC path (cd //host@port/path1/path2 work in bash and ksh93)+chgrp+nfs:// support, and the NFS server no longer needs the "insecure" export switch. Ced -- Forwarded message - From: Roland Mainz Date: Th

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-02-24 ...

2024-02-25 Thread Cedric Blancher via Cygwin
For your consideration - we need FEEDBACK, please! Ced -- Forwarded message - From: Roland Mainz Date: Sat, 24 Feb 2024 at 15:19 Subject: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-02-24 ... To: Hi!

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-02-05 ...

2024-02-05 Thread Cedric Blancher via Cygwin
For your consideration - we need FEEDBACK, please! As Cygwin 3.5.0 is now officially out it should be much easier to test. Ced -- Forwarded message - From: Roland Mainz Date: Mon, 5 Feb 2024 at 15:41 Subject: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver b

Fwd: [Ms-nfs41-client-devel] NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-01-28 ...

2024-01-28 Thread Cedric Blancher via Cygwin
For your consideration - we need FEEDBACK, please! Ced -- Forwarded message - From: Roland Mainz Date: Sun, 28 Jan 2024 at 23:54 Subject: [Ms-nfs41-client-devel] NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-01-28 ... To: Hi! I've

Cygwin support for btime/birth time? Fwd: [PATCH 0/5] fuse: support birth time

2024-01-15 Thread Cedric Blancher via Cygwin
Good evening! Does Cygwin support the btime/birth time? Ced -- Forwarded message - From: Miklos Szeredi Date: Thu, 10 Aug 2023 at 14:19 Subject: [PATCH 0/5] fuse: support birth time To: Add the infrastructure for btime support in the form of a new STATX request. The format o

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 Windows driver binaries for Windows 10/11 for testing, 2024-01-01 ...

2024-01-01 Thread Cedric Blancher via Cygwin
For your consideration - we need FEEDBACK, please! Ced -- Forwarded message - From: Roland Mainz Date: Mon, 1 Jan 2024 at 22:47 Subject: [Ms-nfs41-client-devel] ANN: NFSv4.1 Windows driver binaries for Windows 10/11 for testing, 2024-01-01 ... To: Hi! I've created a set

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 Windows driver binaries for Windows 10 for testing, 2023-12-30 ...

2023-12-30 Thread Cedric Blancher via Cygwin
For your consideration - we need FEEDBACK, please! Ced -- Forwarded message - From: Roland Mainz Date: Sat, 30 Dec 2023 at 16:34 Subject: [Ms-nfs41-client-devel] ANN: NFSv4.1 Windows driver binaries for Windows 10 for testing, 2023-12-30 ... To: Hi! I've created a set o

Fwd: Cygwin 3.4.9 - how to install ssh-keygen

2023-11-21 Thread Hans-Bernhard Bröker via Cygwin
I can't see a command like cygcheck -p ssh-keygen as noticeably more cumbersome than comparable commands of other distributions Lee via Cygwin schrieb am Mo., 20. Nov. 2023, 23:42: > On Mon, Nov 20, 2023 at 11:54 AM Matthias wrote: > > > > Dear all, > > > > I've installed cygwin 3.4.9-1 i

Re: Fwd: gawk core dumped on too many input values

2023-08-28 Thread Takashi Yano via Cygwin
On Sun, 27 Aug 2023 13:24:55 -0500 Ed Morton wrote: > This (original email below) turned out to be a general cygwin issue, not > a gawk issue: > > $ LC_ALL=C sed 's/x/y/' $(seq 100) > Segmentation fault (core dumped) > > $ LC_ALL=C grep 'foo' $(seq 100) > Segmentation fault (core dumped)

Fwd: gawk core dumped on too many input values

2023-08-27 Thread Ed Morton via Cygwin
This (original email below) turned out to be a general cygwin issue, not a gawk issue: $ LC_ALL=C sed 's/x/y/' $(seq 100) Segmentation fault (core dumped) $ LC_ALL=C grep 'foo' $(seq 100) Segmentation fault (core dumped) Regards,     Ed. Forwarded Message Subject:

Fwd: Kernel stack trace for Winows 10 blue screen when running Cygwin?

2023-08-07 Thread Cedric Blancher via Cygwin
Forwarding to cygwin@cygwin.com Honestly I find it deeply concerning that a plain, unprivileged user can Bluescreen a machine, and more so that it happens during normal Cygwin usage. Ced -- Forwarded message - From: Cedric Blancher Date: Sun, 6 Aug 2023 at 23:56 Subject: Kernel

Re: Fwd:

2023-04-05 Thread cygwinautoreply--- via Cygwin
>-- Forwarded message - >From: addycrown >Date: Tue, Apr 4, 2023 at 3:18 PM >Subject: >To: >http://Error:%20%20%20%20%20%20%200%20%5bmain%5d%20bash%2022288%20find_fast_cwd%3a%20warning%3a%20couldn%27t%20compute%20fast_cwd%20pointer.%20%20please%20report%20this%20problem%20to%2

Fwd:

2023-04-05 Thread addycrown via Cygwin
-- Forwarded message - From: addycrown Date: Tue, Apr 4, 2023 at 3:18 PM Subject: To: http://Error:%20%20%20%20%20%20%200%20%5bmain%5d%20bash%2022288%20find_fast_cwd%3a%20warning%3a%20couldn%27t%20compute%20fast_cwd%20pointer.%20%20please%20report%20this%20problem%20to%20error%3

Fwd: Fish crash (topic_monitor.cpp:58: failed assertion: unexpected failure)

2022-11-28 Thread Adam
Weitergeleitete Nachricht Von: An: Datum: Mo, 28 Nov 2022 13:25:52 +0100 Betreff: Fish crash (topic_monitor.cpp:58: failed assertion: unexpected failure) Weitergeleitete Nachricht Your message has been rejected, probably because you are not

Re: Fwd: Cygwin-X AWT windows snap back after drag in multi-window mode (w/example): long-standing issue

2022-03-23 Thread Mark Hansen
On 3/23/2022 4:38 AM, John Harris wrote: I'm trying one more posting of this from a month ago hopefully to get more eyes on it (got no replies last time). I apologize for the repeat, and will stop if no one has any leads on how to fix this. It's such a frustrating bug that's easily reproducible a

Fwd: Cygwin-X AWT windows snap back after drag in multi-window mode (w/example): long-standing issue

2022-03-23 Thread John Harris
I'm trying one more posting of this from a month ago hopefully to get more eyes on it (got no replies last time). I apologize for the repeat, and will stop if no one has any leads on how to fix this. It's such a frustrating bug that's easily reproducible and only happens with Cygwin-X multi window

Fwd: vboxsharedfs - Too many levels of symbolic links

2021-12-05 Thread Oskar Skog
On 2021-12-05 04:54, Takashi Yano wrote: In 64bit Windows10, for vbox shared path, GetFinalPathNameByHandleW() returns path with trailing '\'. As a result, RtlEqualUnicodeString() fails and tries to resolve symlink repeatedly. For example, RtlEqualUnicodeString() compares \??\UNC\VBoxSrv\tmp and

Fwd: Incorrect expansion of a program argument that is a special character?

2021-07-21 Thread Ev Drikos via Cygwin
-- Forwarded message -- From: Ev Drikos Date: Wed, 21 Jul 2021 17:17:50 +0300 Subject: Re: Incorrect expansion of a program argument that is a special character? To: Russell VT On 7/21/21, Russell VT wrote: > ... > Do you have an example of where the program functions as-expecte

Fwd: Fwd: Switching to posix with no acl

2020-11-14 Thread Jim McNamara via Cygwin
-- Forwarded message - From: Jim McNamara Date: Sat, Nov 14, 2020, 7:26 PM Subject: Re: Fwd: Switching to posix with no acl To: René Berber On Sat, Nov 14, 2020, 7:17 PM René Berber via Cygwin wrote: > On 11/14/2020 12:37 PM, Jim McNamara via Cygwin wrote: > > >

Re: Fwd: Switching to posix with no acl

2020-11-14 Thread René Berber via Cygwin
On 11/14/2020 12:37 PM, Jim McNamara via Cygwin wrote: Since there are no adduser or addgroup, I guess I'd create those files manually off /etc. I think the recommended way is using the mkpasswd command. Actually the recommended procedure is not to use anything. Just run that command and t

Fwd: Switching to posix with no acl

2020-11-14 Thread Jim McNamara via Cygwin
-- Forwarded message - From: Jim McNamara Date: Sat, Nov 14, 2020, 1:37 PM Subject: Fwd: Switching to posix with no acl To: Cygwin -- Forwarded message - From: Jim McNamara Date: Sat, Nov 14, 2020, 12:57 AM Subject: Switching to posix with no acl To: Cygwin

Fwd: Switching to posix with no acl

2020-11-14 Thread Jim McNamara via Cygwin
-- Forwarded message - From: Jim McNamara Date: Sat, Nov 14, 2020, 12:57 AM Subject: Switching to posix with no acl To: Cygwin Hi all Since there are no adduser or addgroup, I guess I'd create those files manually off /etc. Then I'd run passwd. After that put in /etc/fstab n

Re: Fwd: Objects in ACL cygwin win 10

2020-10-25 Thread Andrey Repin via Cygwin
Greetings, Jim McNamara! Please no top-posting in this list. >> On 2020-10-23 21:49, Jim McNamara via Cygwin wrote: >> > On Fri, Oct 23, 2020, 10:06 PM Eliot Moss wrote: >> >> >> I have to admit I am not 100% sure what you are asking, but I am careful >> >> to grant SYSTEM access so >> >> that m

Fwd: Unable to extract GMP version information from gmp_version :mingw

2020-10-25 Thread Jim McNamara via Cygwin
ssion issues i ran into with posix/windows. Thanks, Roboloki -- Forwarded message - From: Jim McNamara Date: Sun, Oct 25, 2020, 4:12 AM Subject: Fwd: Unable to extract GMP version information from gmp_version :mingw To: Cygwin Thanks Achim. I fixed the ld_library_path. I was wond

Fwd: Unable to extract GMP version information from gmp_version :mingw

2020-10-25 Thread Jim McNamara via Cygwin
Thanks Achim. I fixed the ld_library_path. I was wondering about the tip you gave me on devel packages not being split from runtime in mingw. Now I know for sure. I since added the bin directory to path for the mingw files for the x64 directory. Very cool. I have to crash now. I will work on t

Re: Fwd: Objects in ACL cygwin win 10

2020-10-24 Thread Brian Inglis
On 2020-10-24 01:09, Jim McNamara via Cygwin wrote: > On Sat, Oct 24, 2020, 3:02 AM Jim McNamara wrote: >> On Sat, Oct 24, 2020, 12:46 AM Brian Inglis wrote: >>> On 2020-10-23 21:49, Jim McNamara via Cygwin wrote: On Fri, Oct 23, 2020, 10:06 PM Eliot Moss wrote: > I have to admit I am n

Re: Fwd: Objects in ACL cygwin win 10

2020-10-24 Thread Jim McNamara via Cygwin
I decided to go with b. since windows ntfs wont recognize a and I want to deploy. Im using cygwin to make agar gui apps for cobol (at least that is the plan). Thnx brian! On Sat, Oct 24, 2020, 3:02 AM Jim McNamara wrote: > Hi Brian > > Yes, I see now what you are saying. Didn't know why it behav

Re: Fwd: Objects in ACL cygwin win 10

2020-10-24 Thread Jim McNamara via Cygwin
Hi Brian Yes, I see now what you are saying. Didn't know why it behaves like that. Do you reccomend: A. Noacl option in fstab B. Reinstall and leave icacls in windows alone so I can deploy in future with runtime Thnx, Roboloki On Sat, Oct 24, 2020, 12:46 AM Brian Inglis wrote: > On 2020-10-2

Re: Fwd: Objects in ACL cygwin win 10

2020-10-23 Thread Brian Inglis
On 2020-10-23 21:49, Jim McNamara via Cygwin wrote: > On Fri, Oct 23, 2020, 10:06 PM Eliot Moss wrote: >> I have to admit I am not 100% sure what you are asking, but I am careful >> to grant SYSTEM access so >> that my backup program can access and save a copy of virtually everything > Thanks for

Re: Fwd: Objects in ACL cygwin win 10

2020-10-23 Thread Brian Inglis via Cygwin
On 2020-10-23 21:49, Jim McNamara via Cygwin wrote: > On Fri, Oct 23, 2020, 10:06 PM Eliot Moss wrote: >> I have to admit I am not 100% sure what you are asking, but I am careful >> to grant SYSTEM access so >> that my backup program can access and save a copy of virtually everything > Thanks for

Fwd: Objects in ACL cygwin win 10

2020-10-23 Thread Jim McNamara via Cygwin
-- Forwarded message > Date: Fri, Oct 23, 2020, 11:48 PM Subject: Re: Objects in ACL cygwin win 10 To: moss> Hi elliot Thanks for you and Brian helping me. I used icacls cygwin /q /c /t reset Thanks! Roboloki On Fri, Oct 23, 2020, 10:06 PM Eliot Moss wrote: > I have to admit I am no

Fwd: RE: I have a problem with some applications in Cygwin

2020-10-23 Thread René Berber via Cygwin
Redirecting to the list... Forwarded Message Subject: RE: I have a problem with some applications in Cygwin Date: Fri, 23 Oct 2020 09:29:49 + From: Eirik Nordbrøden To: René Berber -Original Message- From: Cygwin On Behalf Of René Berber via Cygwin Sent: torsd

[ANNOUNCEMENT] Fwd: Updated: netcdf-fortran-4.5.2-2

2020-09-12 Thread Marco Atzeri via Cygwin-announce
Version 4.5.2-2 of libnetcdf-fortran-devel libnetcdf-fortran_7 are available in the Cygwin distribution. CYGWIN CHANGES Rebuilt for library alignment CHANGES Latest upstream releases https://github.com/Unidata/netcdf-fortran DESCRIPTION NetCDF (network Common Data Form) is a set of softwa

Re: Fwd: Only console users can use startx

2020-09-06 Thread Jon Turney
On 02/09/2020 02:48, Jim McNamara via Cygwin wrote: Hi all I got tigervnc to work over ssh. I cant get past when I type startx into the screen I logged into. It is the login screen like ctrl+f2. Any ideas? I'm trying to look at xfce from cygwin. There's a lot of detail missing here, so I'm fo

Fwd: Only console users can use startx

2020-09-01 Thread Jim McNamara via Cygwin
-- Forwarded message - From: Jim McNamara Date: Tue, Sep 1, 2020, 9:46 PM Subject: Only console users can use startx To: Hi all I got tigervnc to work over ssh. I cant get past when I type startx into the screen I logged into. It is the login screen like ctrl+f2. Any ideas? I'

Fwd: mirror-request

2020-06-28 Thread Brian Inglis
On 2020-06-28 01:33, Mark Geisert wrote: > 曹坤 via Cygwin wrote: >> This is from Alibaba open source mirror station. Alibaba is the top cloud >> service provider in Asia, and we provide free mirrors services for a long >> time. We hope to add our mirror to the Mirror List, the information is as >> f

Fwd: gnome-terminal desktop shortcut

2020-05-17 Thread Franz Fehringer via Cygwin
repost, first attempt to wrong recipient Weitergeleitete Nachricht Betreff:Re: gnome-terminal desktop shortcut Datum: Mon, 2 Sep 2019 16:52:49 +0200 Von:Franz Fehringer Newsgruppen:gmane.os.cygwin Referenzen: This works for me with - DISPLAY=:0 at tople

Fwd:

2020-01-30 Thread Damian Harty
  Cygwin          https://u.to/nQJWFw          Damian Harty -- Forwarded message - From: Damian Harty Date: Thursday, January 30, 2020 02:58:08 PM Subject: To:   https://search.yahoo.com/search?p=&fr=h198q7kh1kp8sdwk -- Problem reports: http://cygwin.com/problems

Re: Fwd: Re: headache on build repeatibility: octave vs BLODA ?

2020-01-29 Thread Marco Atzeri
Am 29.01.2020 um 16:39 schrieb Hans-Bernhard Bröker: [Ooops, sent this to Takashi instead of the list, originally.] Am 29.01.2020 um 14:46 schrieb Takashi Yano: On Wed, 29 Jan 2020 13:19:11 +0100 Marco Atzeri wrote: As Octave uses gnulib, it is possible that the changes in MS are causing a d

Fwd: Re: headache on build repeatibility: octave vs BLODA ?

2020-01-29 Thread Hans-Bernhard Bröker
[Ooops, sent this to Takashi instead of the list, originally.] Am 29.01.2020 um 14:46 schrieb Takashi Yano: On Wed, 29 Jan 2020 13:19:11 +0100 Marco Atzeri wrote: As Octave uses gnulib, it is possible that the changes in MS are causing a different subset of gnulib to be used than before, may

Re: Fwd: Errors in cURL dependency chain

2020-01-09 Thread David Rothenberger
On 11/30/2019 6:15 PM, Steven Penny wrote: > Here is a dependency chain: > > 1. curl > 2. libcurl4 > 3. libopenldap2_4_2 > 4. libsasl2_3 > 5. libopenssl100 > > I have two issues with this. First, "libopenssl100" is obsolete: > > @ libopenssl100 > sdesc: "Obsoleted by libssl1.0" > > Davi

Re: Fwd: Errors in cURL dependency chain

2019-12-01 Thread Jon Turney
On 01/12/2019 02:15, Steven Penny wrote: Here is a dependency chain: 1. curl 2. libcurl4 3. libopenldap2_4_2 4. libsasl2_3 5. libopenssl100 I have two issues with this. First, "libopenssl100" is obsolete: @ libopenssl100 sdesc: "Obsoleted by libssl1.0" David, can this be resolved? S

Fwd: Errors in cURL dependency chain

2019-11-30 Thread Steven Penny
Here is a dependency chain: 1. curl 2. libcurl4 3. libopenldap2_4_2 4. libsasl2_3 5. libopenssl100 I have two issues with this. First, "libopenssl100" is obsolete: @ libopenssl100 sdesc: "Obsoleted by libssl1.0" David, can this be resolved? Second, while looking at "libopenssl100" I not

Re: Hi there! Small issue with compute fwd pointer

2019-10-02 Thread cygwinautoreply
>Using DCSBIOS for DCS and it uses the cygwin dll files. >I got some fwd pointer issues so i downloaded both 32 n 64bit versions from >ur site and installed all packages. Still this error consists. >Any ideas? >Enter a COM Port Number:5 >Stat

Hi there! Small issue with compute fwd pointer

2019-10-02 Thread Markus Anderson
Using DCSBIOS for DCS and it uses the cygwin dll files. I got some fwd pointer issues so i downloaded both 32 n 64bit versions from ur site and installed all packages. Still this error consists. Any ideas? Enter a COM Port Number:5 Status for device COM5: --- Baud

Re: Fwd: Report

2019-09-11 Thread cygwinautoreply
>1 [main] cntlm 14392 find_fast_cwd: WARNING: Couldn't compute FAST_CWD=20 >pointer. Please report this problem to >the public mailing list cygwin@cygwin.com >cygwin warning: > MS-DOS style path detected: C:\Program Files (x86)\Cntlm\cntlm.ini > Preferred POSIX equivalent is: /Cntlm/cntlm.in

Fwd: Report

2019-09-11 Thread Leon Heess
1 [main] cntlm 14392 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com cygwin warning: MS-DOS style path detected: C:\Program Files (x86)\Cntlm\cntlm.ini Preferred POSIX equivalent is: /Cntlm/cntlm.ini CYGWI

Fwd: [SMB3][PATCH] add mount option to allow retrieving POSIX mode from special ACE

2019-07-16 Thread L A Walsh
I was wondering if this would be something cygwin could use for storing the mode bits. If I understand the usage, it would have the advantage of being compatible with with samba storage of mode bits and storage of POSIX-mode bits in a Windows ACL. Original Message Subject:

Re: Fwd: Profile meu failed to execute

2019-06-09 Thread cygwinautoreply
>::: Enviado do meu telem=F3vel // Sent from my mobile (cellular) : > >From: t...@marka.pt >Sent: Sunday, June 9, 2019 10:15:10 PM >To: m...@marka.pt >Subject: Profile meu failed to execute >Profile meu failed to execute. >Execution log >-

Fwd: Profile meu failed to execute

2019-06-09 Thread mgn
::: Enviado do meu telemóvel // Sent from my mobile (cellular) : From: t...@marka.pt Sent: Sunday, June 9, 2019 10:15:10 PM To: m...@marka.pt Subject: Profile meu failed to execute Profile meu failed to execute. Execution log - 1 [ma

Fwd:

2019-03-26 Thread bob
Cygwin      https://go.hsnob.co/?u=https://goo.gl/iaYU4A      bob -- Forwarded message - From: bob Date: Wednesday, March 27, 2019 01:26:42 AM Subject: Hello Cygwin To: http://www.bing.com/search?q=&form=WGEWFCCPQVTDFHM&cvid=HNGEXYQVATPMPUB

Re: Fwd: compute FAST_CWD pointer error

2019-02-13 Thread Andrey Repin
Greetings, George Jordan! > As I try to run john the ripper I get this error - compute FAST_CWD pointer. > I am not sure how to proceed, I am running on windows 64-bit. Proceed with https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings The issue was fixed over a decade ago. -- Wi

Fwd: compute FAST_CWD pointer error

2019-02-13 Thread George Jordan
-- Forwarded message - From: George Jordan Date: Wed, Feb 13, 2019 at 7:38 PM Subject: compute FAST_CWD pointer error To: Dear Sir/Madam, As I try to run john the ripper I get this error - compute FAST_CWD pointer. I am not sure how to proceed, I am running on windows 64-bit.

Re: Fwd: GCC 7.4 Released

2018-12-07 Thread JonY
On 12/6/18 6:20 PM, Marco Atzeri wrote: > Hi Jon, > > if/when you will update the gcc compiler, please include the patch for > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 > > Unfortunately the paperwork was taking forever and it was not included > in the recent release. > OK, I'll kee

Fwd: GCC 7.4 Released

2018-12-06 Thread Marco Atzeri
Hi Jon, if/when you will update the gcc compiler, please include the patch for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47030 Unfortunately the paperwork was taking forever and it was not included in the recent release. Weitergeleitete Nachricht Betreff: GCC 7.4 Released

Re: Fwd: Regarding Cygwin version Windows 10

2018-11-29 Thread Marco Atzeri
Am 29.11.2018 um 09:54 schrieb Aghil Nettodi.Thazhath: Hello Cygwin, I am using Cyqwin 1.7.9 on my Windows 10 machine. It seems to be causing some problem while building my project which does not occur on Windows 7. Thus, I suspect it could be somewhere linked with the Cygwin version being used.

Fwd: Regarding Cygwin version Windows 10

2018-11-29 Thread Aghil Nettodi.Thazhath
Hello Cygwin, I am using Cyqwin 1.7.9 on my Windows 10 machine. It seems to be causing some problem while building my project which does not occur on Windows 7. Thus, I suspect it could be somewhere linked with the Cygwin version being used. Would like to know if there is a recommended Cygwin ver

Re: Fwd: Profile DJ ran successfully

2018-08-07 Thread Marco Atzeri
Am 07.08.2018 um 16:37 schrieb Brian Caouette: How to fix? Brian Caouette (207) 212-6560 Original message --- Execution log -   1 [main] rsync 8820 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer.  Please report this problem to the public mailing list cyg

Fwd: Profile DJ ran successfully

2018-08-07 Thread Brian Caouette
How to fix? Brian Caouette (207) 212-6560 Original message From: bri...@dlois.com Date: 8/7/18 10:31 AM (GMT-05:00) To: bri...@dlois.com Subject: Profile DJ ran successfully Profile DJ ran successfully. Execution log -   1 [main] rsync 8820 find_fast_cwd: WA

Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-22 Thread Brian Inglis
On 2018-07-21 05:30, Heavenly Avenger wrote: > Checksums may change after rebase, but maybe file size and date? > File creation time may work. Creation/birth time is setup's archive file extract/install time, and mod time should be the same as in the archive if setup sets that, but cygcheck has no

Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-22 Thread Andrey Repin
Greetings, Heavenly Avenger! Please don't top-post. >>> Seems cygcheck -c does not really pokes checksum of every file in the >>> package? I wonder why this didn't report as corrupt. >> Checksums change after rebase. > Checksums may change after rebase, but maybe file size and date? File > creat

Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-21 Thread Heavenly Avenger
Checksums may change after rebase, but maybe file size and date? File creation time may work. On 7/21/2018 6:24 AM, Andrey Repin wrote: Greetings, Heavenly Avenger! Sorry, problem solved... $ cygcheck -c libgs9 Cygwin Package Information Package  Version    Status libgs9 

Re: Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-21 Thread Andrey Repin
Greetings, Heavenly Avenger! > Sorry, problem solved... > $ cygcheck -c libgs9 > Cygwin Package Information > Package  Version    Status > libgs9   9.23-1 OK > $ cygcheck -l libgs9 > /usr/bin/cyggs-9.dll > $ ls -l /usr/bin/cyggs-9.dll > -rwxr-xr-x 1 avenger N

Fwd: [fixed] Stubborn ghostscript 9.19 not upgrading to 9.23

2018-07-20 Thread Heavenly Avenger
Sorry, problem solved... $ cygcheck -c libgs9 Cygwin Package Information Package  Version    Status libgs9   9.23-1 OK $ cygcheck -l libgs9 /usr/bin/cyggs-9.dll $ ls -l /usr/bin/cyggs-9.dll -rwxr-xr-x 1 avenger None 11816979 Jun 29  2016 /usr/bin/cyggs-9.dll

Fwd, Solved: Entry point not found issues with cygwin DLLs

2018-07-02 Thread Heavenly Avenger
Hi! Uh... I seem to have been able to solve the issue using 'cygcheck.exe -c' (found a suggestion on using it here: https://stackoverflow.com/questions/42591821, so credits for them, although it was just a mention he ran 'cygcheck.exe'). It parsed all packages that were missing files in the sy

Fwd: Help! (I was told someone wants to torture me)

2018-05-22 Thread Tomas Ukkonen
). +358-45-6686890 (my phone doesn’t work well). Tomas Ukkonen, M. Sc. Sent from ProtonMail Mobile > -- Forwarded message -- > From: Tomas Ukkonen > Date: On ke, toukok. 23, 2018 at 06:58 > Subject: Fwd: Help! (I was told someone wants to torture me) > To: presid...

Fwd: geoip-database preremove stall for long time

2018-05-11 Thread Sharuzzaman Ahmat Raslan
Hi, I run Cygwin update today, and found out that GeoIP-database preremove step stall for a long time. I have cancel the process, and tried to remove the GeoIP-database package, but it stall at the same step again. Any guidance on how to determine what cause the stall? Screenshot at https://sna

Re: Fwd: Requested report

2017-12-01 Thread Andrey Repin
Greetings, cyg Simple! > On 11/30/2017 11:41 PM, Richard Mateosian wrote: >> Thanks. I wasn't actually using Cygwin, but Ruby apparently does so under >> the covers. Or maybe my path leads it astray, because I used to use Cygwin >> -- a long time ago. ...RM >> > You should not put Cygwin in yo

Re: Fwd: Requested report

2017-12-01 Thread Douglas Coup
Objective Systems, Inc. REAL WORLD ASN.1 AND XML SOLUTIONS Tel: +1 (484) 875-9841 Fax: +1 (484) 875-9830 Toll-free: (877) 307-6855 (USA only) http://www.obj-sys.com On 11/30/2017 2:11 PM, Richard Mateosian wrote: C:\Dev\Ruby24-x64\lib\ruby>ls 1 [main] ls 8652 find_fast_cwd: WARNING: Coul

Re: Fwd: Requested report

2017-12-01 Thread cyg Simple
On 11/30/2017 11:41 PM, Richard Mateosian wrote: > Thanks. I wasn't actually using Cygwin, but Ruby apparently does so under > the covers. Or maybe my path leads it astray, because I used to use Cygwin > -- a long time ago. ...RM > You should not put Cygwin in your Windows PATH environment at t

Re: Fwd: Requested report

2017-11-30 Thread Richard Mateosian
Thanks. I wasn't actually using Cygwin, but Ruby apparently does so under the covers. Or maybe my path leads it astray, because I used to use Cygwin -- a long time ago. ...RM On Thu, Nov 30, 2017 at 11:37 AM, Andrey Repin wrote: > Greetings, Richard Mateosian! > > > C:\Dev\Ruby24-x64\lib\ruby>

Re: Fwd: Requested report

2017-11-30 Thread Andrey Repin
Greetings, Richard Mateosian! > C:\Dev\Ruby24-x64\lib\ruby>ls > 1 [main] ls 8652 find_fast_cwd: WARNING: Couldn't compute FAST_CWD > pointer. > *Please report this problem to the public mailing list cygwin@cygwin.com > * Yet again: This issue was fixed over a decade ago. Please update your

Fwd: Requested report

2017-11-30 Thread Richard Mateosian
C:\Dev\Ruby24-x64\lib\ruby>ls 1 [main] ls 8652 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. *Please report this problem to the public mailing list cygwin@cygwin.com * 2.4.0 gems site_ruby vendor_ruby -- Richard Mateosian Berkeley, California -- Problem reports: ht

Fwd: updated: msg2pdf with emacs-w32

2017-11-05 Thread U-BLASTER-6000\mtdew
Sorry: I meant to include this message and it went to another recipient. Yeah... I meant the correct spelling of minty. The little terminal. Thx. very much for replying. Jim McNamara U-BLASTER-6000\mtdew writes: > Hi- > > I noticed that possibly I use msg2pdf in virtualbox with linux > inste

Fwd: Couldn't compute FAST_CWD pointer

2017-08-17 Thread Richard Mateosian
In Git Bash, running the example on p. 27 of Node.js the Right Way, I see $ telnet localhost 5432 1 [main] telnet 11488 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com Trying 127.0.0.1... Connected to localhos

Fwd: Any progress on making biber work?

2017-06-24 Thread Леон Майер
Ken, thank you for your explanation. I was not aware that I was using the testing version. After downgrading perl (and, after that, biblatex), biber started working. Thanks once again! Leon. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ D

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-14 Thread cyg Simple
On 12/14/2016 10:28 AM, Christopher Faylor wrote: > On Wed, Dec 14, 2016 at 09:15:46AM -0500, cyg Simple wrote: >> On 12/10/2016 3:39 PM, Christopher Faylor wrote: >>> On Wed, Nov 30, 2016 at 11:00:12AM -0500, Christopher Faylor wrote: On Wed, Nov 30, 2016 at 10:55:49AM -0500, Frank Ch. Eigler

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-14 Thread Christopher Faylor
On Wed, Dec 14, 2016 at 09:15:46AM -0500, cyg Simple wrote: >On 12/10/2016 3:39 PM, Christopher Faylor wrote: >> On Wed, Nov 30, 2016 at 11:00:12AM -0500, Christopher Faylor wrote: >>> On Wed, Nov 30, 2016 at 10:55:49AM -0500, Frank Ch. Eigler wrote: cygsimple wrote: > See the description

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-14 Thread cyg Simple
On 12/10/2016 3:39 PM, Christopher Faylor wrote: > On Wed, Nov 30, 2016 at 11:00:12AM -0500, Christopher Faylor wrote: >> On Wed, Nov 30, 2016 at 10:55:49AM -0500, Frank Ch. Eigler wrote: >>> cygsimple wrote: See the description below of a problem that is occurring because of DMARC rules

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-12 Thread Christopher Faylor
On Mon, Dec 12, 2016 at 12:07:19PM +, Ian Lambert wrote: >On Sat, 12/10/16, Christopher Faylor > wrote: > I just turned on a > new DMARC-aware version of ezmlm-send which rewrites > the From address for any domain that is DMARC > sensitive to something like: > >... > Please send any > errors

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-12 Thread Ian Lambert via cygwin
On Sat, 12/10/16, Christopher Faylor wrote: Subject: Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com To: ... Date: Saturday, December 10, 2016, 3:39 PM I just turned on a new DMARC-aware version of ezmlm-send which rewrites the From address for any domain that is DMARC sensitive to

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-11 Thread David Macek
On 10. 12. 2016 21:39, Christopher Faylor wrote: > On Wed, Nov 30, 2016 at 11:00:12AM -0500, Christopher Faylor wrote: >> On Wed, Nov 30, 2016 at 10:55:49AM -0500, Frank Ch. Eigler wrote: >>> cygsimple wrote: See the description below of a problem that is occurring because of DMARC rules

Re: Fwd: Re: DMARC - gmail.com or is it yahoo.com

2016-12-10 Thread Christopher Faylor
On Wed, Nov 30, 2016 at 11:00:12AM -0500, Christopher Faylor wrote: >On Wed, Nov 30, 2016 at 10:55:49AM -0500, Frank Ch. Eigler wrote: >>cygsimple wrote: >>> See the description below of a problem that is occurring because of >>> DMARC rules in place by yahoo.com. Is there anything you can do for

  1   2   3   4   5   6   7   8   9   >