On Mar 19 04:31, Takeshi Nishimura via Cygwin wrote:
> On Tue, Mar 18, 2025 at 8:19 PM Corinna Vinschen via Cygwin
> wrote:
> >
> > On Mar 18 15:57, Takeshi Nishimura via Cygwin wrote:
> > > On Tue, Feb 25, 2025 at 4:59 PM Takeshi Nishimura
> > > wrote:
> > > >
> > > > Subject says it all, please
On Tue, Mar 18, 2025 at 8:19 PM Corinna Vinschen via Cygwin
wrote:
>
> On Mar 18 15:57, Takeshi Nishimura via Cygwin wrote:
> > On Tue, Feb 25, 2025 at 4:59 PM Takeshi Nishimura
> > wrote:
> > >
> > > Subject says it all, please document that @ characters in UNC paths
> > > are now supported, for
On Mar 18 15:57, Takeshi Nishimura via Cygwin wrote:
> On Tue, Feb 25, 2025 at 4:59 PM Takeshi Nishimura
> wrote:
> >
> > Subject says it all, please document that @ characters in UNC paths
> > are now supported, for WebDAV and BeeGFS
>
> Was this ever added to the Cygwin documentation for Cygwin
On Tue, Feb 25, 2025 at 4:59 PM Takeshi Nishimura
wrote:
>
> Subject says it all, please document that @ characters in UNC paths
> are now supported, for WebDAV and BeeGFS
Was this ever added to the Cygwin documentation for Cygwin 3.6?
--
Internationalization&localization dev / 大阪大学
Takeshi Nish
On Feb 26 15:45, Corinna Vinschen via Cygwin wrote:
> On Feb 25 16:59, Jeremy Drake via Cygwin wrote:
> D'uh. My reading skills are detoriating. I tried RESOURCE_CONNECTED
> and RESOURCE_REMEMBERED, but always with lpNetResource set up for a
> certain server... *facepalm*
>
> I reworked the netd
On Feb 26 17:46, Cedric Blancher via Cygwin wrote:
> On Wed, 26 Feb 2025 at 17:29, Corinna Vinschen via Cygwin
> wrote:
> > I wasn't aware there are other projects using the undocumented NFS
> > interfaces. As far as Cygwin is concerned, it would be the simplest
> > thing to add a check for the "
> > > > Our plan is to get our own |WNNC_NET_*| key value if we can find the
> > > > person at Microsoft which is maintaining that list (preferred key
> > > > names would be |WNNC_NET_MSNFS41CLIENT| (for CITI's ms-nfs41-client)
> > > > and |WNNC_NET_
plan is to get our own |WNNC_NET_*| key value if we can find the
> > > person at Microsoft which is maintaining that list (preferred key
> > > names would be |WNNC_NET_MSNFS41CLIENT| (for CITI's ms-nfs41-client)
> > > and |WNNC_NET_MSNFS42CLIENT| for our version.
SNFS42CLIENT| for our version.
> >
> > And at the same time maybe help DOKANY&co to get their own
> > |WNNC_NET_*| key, too.
> >
> > > this is
> > > at least helpful for handling WNNC_NET_MS_NFS shares, because they
> > > have more than on
_MSNFS41CLIENT| (for CITI's ms-nfs41-client)
> and |WNNC_NET_MSNFS42CLIENT| for our version.
>
> And at the same time maybe help DOKANY&co to get their own
> |WNNC_NET_*| key, too.
>
> > this is
> > at least helpful for handling WNNC_NET_MS_NFS shares, becau
lpful for handling WNNC_NET_MS_NFS shares, because they
> have more than one quirk...
I know... that's one reason we started working on the ms-nfs41-client
project, and at the same time it's API being compatible with the
MS-NFSv3 and the Exceed/OpenText-NFS drivers (that's why
On Feb 25 16:59, Jeremy Drake via Cygwin wrote:
> On Tue, 25 Feb 2025, Cedric Blancher via Cygwin wrote:
>
> > WebDAV and BeeGFS are not alone, the Windows ms-nfs41-client and
> > ms-nfs42-client ALWAYS (even with default NFSv4.1 port TCP/2049) use
> > UNC paths with "@" character, like
> > \\stri
On Feb 26 11:15, Roland Mainz via Cygwin wrote:
> On Wed, Feb 26, 2025 at 2:22 AM Jeremy Drake via Cygwin
> wrote:
> > On Tue, 25 Feb 2025, Takeshi Nishimura via Cygwin wrote:
> > > No, it's beegfs.sys you install.
> > > SMB is not used, it uses its own protocol. If you do a
> > > FileRemoteProtoc
On Wed, Feb 26, 2025 at 2:22 AM Jeremy Drake via Cygwin
wrote:
> On Tue, 25 Feb 2025, Takeshi Nishimura via Cygwin wrote:
> > No, it's beegfs.sys you install.
> > SMB is not used, it uses its own protocol. If you do a
> > FileRemoteProtocolInfo query the protocol field says it's a
> > WNNC_NET_RDR
On Tue, 25 Feb 2025, Takeshi Nishimura via Cygwin wrote:
> No, it's beegfs.sys you install.
> SMB is not used, it uses its own protocol. If you do a
> FileRemoteProtocolInfo query the protocol field says it's a
> WNNC_NET_RDR2SAMPLE.
Always nice when a driver doesn't change "sample" idenfiers. I
On Tue, 25 Feb 2025, Cedric Blancher via Cygwin wrote:
> WebDAV and BeeGFS are not alone, the Windows ms-nfs41-client and
> ms-nfs42-client ALWAYS (even with default NFSv4.1 port TCP/2049) use
> UNC paths with "@" character, like
> \\stripe02.zebracluster.intra.pasteur.fr@2049\nfs4\disk02\
> OpenT
Dav shares, //tsclient (Microsoft Terminal Services)
> > > shares as well as //wsl$ (Plan 9 Network Provider) shares, i. e.,
> > > WSL installation root dirs.
> > >
> > > We don't have any special code in Cygwin to support BeeGFS, it's
> > > ki
> > > >
> > > > > And speaking of the "hostname", is this the \\hostname\path of an UNC?
> > > > > In that case this will not work with WebDAV/SSL or WebDAV with custom
> > > > > port, which might be \\webdavserver@SSL\path or
&g
gt; > WSL installation root dirs.
> >
> > We don't have any special code in Cygwin to support BeeGFS, it's
> > kind of a by-product of the WebDAV support.
> >
> > How are the BeeGFS shares exposed to Windows clients? Is a special
> > driver required
documented that WebDAV shares are supported:
>
> - Expose WebDav shares, //tsclient (Microsoft Terminal Services)
> shares as well as //wsl$ (Plan 9 Network Provider) shares, i. e.,
> WSL installation root dirs.
>
> We don't have any special code in Cygwin to support BeeGF
al Services)
shares as well as //wsl$ (Plan 9 Network Provider) shares, i. e.,
WSL installation root dirs.
We don't have any special code in Cygwin to support BeeGFS, it's
kind of a by-product of the WebDAV support.
How are the BeeGFS shares exposed to Windows clients? Is a special
dr
> > > \\webdavserver@23456\path, or \\webdavserver@SSL@23456\path
> > > > You need to replace the L'@' with L'\0' before calling GetAddrInfoW(),
> > > > or it is not going to work with WebDAV
> > >
> > > I never saw that before.
On Feb 16 16:27, Sebastian Feld via Cygwin wrote:
> On Sat, Feb 15, 2025 at 4:15 PM Cedric Blancher via Cygwin
> wrote:
> >
> > Good afternoon!
> >
> > Could Cygwin 3.6 please support fcntl(...,F_FREESP,...) and
> > cntl(...,F_FREESP64,...), as specified in
&
On Sat, Feb 15, 2025 at 4:15 PM Cedric Blancher via Cygwin
wrote:
>
> Good afternoon!
>
> Could Cygwin 3.6 please support fcntl(...,F_FREESP,...) and
> cntl(...,F_FREESP64,...), as specified in
> https://docs.oracle.com/cd/E19253-01/816-5167/fcntl-2/index.html
>
> Lot
Good afternoon!
Could Cygwin 3.6 please support fcntl(...,F_FREESP,...) and
cntl(...,F_FREESP64,...), as specified in
https://docs.oracle.com/cd/E19253-01/816-5167/fcntl-2/index.html
Lots of older software from Solaris, SUPER/UX, CrayOS use F_FREESP for
punching a hole into a file, and IMO it
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
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
>
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-
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 real
On Jan 22 00:37, Roland Mainz via Cygwin wrote:
> Hi!
>
>
>
> If a Windows filesystem does not support a type of timestamp it sets
> the matching timestamp field in |FILE_BASIC_INFO| to |0LL| (e.g. see
> Windows-driver-samples/filesys/cdfs/fileinfo.c:
> |Buffer->
On Wed, 22 Jan 2025 at 00:38, Roland Mainz via Cygwin wrote:
>
> Hi!
>
>
>
> If a Windows filesystem does not support a type of timestamp it sets
> the matching timestamp field in |FILE_BASIC_INFO| to |0LL| (e.g. see
> Windows-driver-samples/filesys/cd
Hi!
If a Windows filesystem does not support a type of timestamp it sets
the matching timestamp field in |FILE_BASIC_INFO| to |0LL| (e.g. see
Windows-driver-samples/filesys/cdfs/fileinfo.c:
|Buffer->LastAccessTime.QuadPart = 0| ; typically this can affect
|FILE_BASIC_INFO.CreationTime|
Cygwin implement copy_file_range() support, including sparse
> >>> file support so holes are preserved, and
> >>> FSCTL_DUPLICATE_EXTENTS_TO_FILE support?
> >>
> >> In theory, this could be used to implement that function. In practice,
> >> the block cl
On Sun, 5 Jan 2025 at 14:53, Takeshi Nishimura via Cygwin
wrote:
>
> On Sun, Jan 5, 2025 at 1:06 PM Václav Haisman via Cygwin
> wrote:
> >
> > On 05. 01. 25 7:31, Cedric Blancher via Cygwin wrote:
> > > Good morning!
> > >
> > > Could Cygwin imple
On 2025-01-05 06:52, Takeshi Nishimura via Cygwin wrote:
On Sun, Jan 5, 2025 at 1:06 PM Václav Haisman via Cygwin wrote:
On 05. 01. 25 7:31, Cedric Blancher via Cygwin wrote:
Could Cygwin implement copy_file_range() support, including sparse
file support so holes are preserved, and
On Sun, Jan 5, 2025 at 1:06 PM Václav Haisman via Cygwin
wrote:
>
> On 05. 01. 25 7:31, Cedric Blancher via Cygwin wrote:
> > Good morning!
> >
> > Could Cygwin implement copy_file_range() support, including sparse
> > file support so holes are preserved, and
>
On 05. 01. 25 7:31, Cedric Blancher via Cygwin wrote:
Good morning!
Could Cygwin implement copy_file_range() support, including sparse
file support so holes are preserved, and
FSCTL_DUPLICATE_EXTENTS_TO_FILE support?
In theory, this could be used to implement that function. In practice,
the
Good morning!
Could Cygwin implement copy_file_range() support, including sparse
file support so holes are preserved, and
FSCTL_DUPLICATE_EXTENTS_TO_FILE support?
Ced
--
Cedric Blancher
[https://plus.google.com/u/0/+CedricBlancher/]
Institute Pasteur
--
Problem reports: https
Greetings, Cedric Blancher!
>> What problem are you solving?
> 1. Replace PsExec, and only use Cygwin builtin tools
Cygwin is a user-level library, don't use it to substitute system
administration tools. Bad idea. Bad things will happen.
> 2. Do global mounts, i.e. mount SMB filesystem for all
Is it possible for the setup.exe (in all its different versions) able to
support the system theme setting? Dark, Light, Custom. Or at least have
a simple dark mode via an option?
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq
On Mon, 23 Dec 2024 at 21:52, Bill Stewart via Cygwin wrote:
>
> On Fri, Dec 20, 2024 at 5:02 AM Cedric Blancher wrote:
>
> Is it possible to modify Cygwin sshd to support logins into user SYSTEM?
> >
>
> What problem are you solving?
1. Replace PsExec, and only use Cy
On Fri, Dec 20, 2024 at 5:02 AM Cedric Blancher wrote:
Is it possible to modify Cygwin sshd to support logins into user SYSTEM?
>
What problem are you solving?
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:ht
On 2024-12-20 07:36, Martin Wege via Cygwin wrote:
On Fri, Dec 20, 2024 at 3:22 PM Oskar Skog via Cygwin wrote:
On 2024-12-20 14:01, Cedric Blancher via Cygwin wrote:
Is it possible to modify Cygwin sshd to support logins into user SYSTEM?
No modifications needed.
Run ssh-host-config and
On Fri, Dec 20, 2024 at 3:22 PM Oskar Skog via Cygwin wrote:
>
> On 2024-12-20 14:01, Cedric Blancher via Cygwin wrote:
> > Good morning!
> >
> > Is it possible to modify Cygwin sshd to support logins into user SYSTEM?
> >
> > Ced
>
> No modifications
On 2024-12-20 14:01, Cedric Blancher via Cygwin wrote:
Good morning!
Is it possible to modify Cygwin sshd to support logins into user SYSTEM?
Ced
No modifications needed.
Run ssh-host-config and answer "no" to strictmodes.
mkdir -p ~SYSTEM/.ssh
ssh-keygen
cp ~/.ssh/id_rsa.puv ~S
Good morning!
Is it possible to modify Cygwin sshd to support logins into user SYSTEM?
Ced
--
Cedric Blancher
[https://plus.google.com/u/0/+CedricBlancher/]
Institute Pasteur
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation
When to expect python3.12 on cygwin?
Regards,
Mohammed
--
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
Hello,
GCC development branch includes experimental support Windows on ARM64 (WOA),
which will be officially released with version 15, at least according to
latest news.
I already compiled successfully GCC, binutils and lot of the "noarch"
packages already available for i686 and x86_64
On Mon, 24 Jun 2024, Andrey Repin wrote:
> Greetings, Dr Bean!
>
> >> >
> >> > Am 14.06.2024 um 09:37 schrieb Dr Bean via Cygwin:
> >> > > With qutebrowser and Microsoft Edge started from a cygwin shell prompt,
> >> > > there is no Na
Greetings, Dr Bean!
>> >
>> > Am 14.06.2024 um 09:37 schrieb Dr Bean via Cygwin:
>> > > With qutebrowser and Microsoft Edge started from a cygwin shell prompt,
>> > > there is no Native Language Support.
>> > >
>> > > Start
On Mon, 17 Jun 2024, Dr Bean via Cygwin wrote:
> On Sun, 16 Jun 2024, Thomas Wolff via Cygwin wrote:
>
> >
> > Am 14.06.2024 um 09:37 schrieb Dr Bean via Cygwin:
> > > With qutebrowser and Microsoft Edge started from a cygwin shell prompt,
> > >
On Sun, 16 Jun 2024, Thomas Wolff via Cygwin wrote:
>
> Am 14.06.2024 um 09:37 schrieb Dr Bean via Cygwin:
> > With qutebrowser and Microsoft Edge started from a cygwin shell prompt,
> > there is no Native Language Support.
> >
> > Started from a cmd prom
Am 14.06.2024 um 09:37 schrieb Dr Bean via Cygwin:
With qutebrowser and Microsoft Edge started from a cygwin shell prompt,
there is no Native Language Support.
Started from a cmd prompt,
"c:\Program Files\qutebrowser\qutebrowser.exe"
https://ja.wikipedia.org/wiki/%E8%A5%BF%E6%97%A
With qutebrowser and Microsoft Edge started from a cygwin shell prompt,
there is no Native Language Support.
Started from a cmd prompt,
"c:\Program Files\qutebrowser\qutebrowser.exe"
https://ja.wikipedia.org/wiki/%E8%A5%BF%E6%97%A5%E6%9C%AC%E3%81%AE%E5%A4%A7%E5%AD%A6%E4%B8%8
seems that for each call to a tool (i.e. starting "sed" from
> > > > "bash") Cygwin searches for *.lnk files.
> > > >
> > > > Is this correct even when the filesystem in question has native
> > > > symlink support (e.g. NFS)?
> > >
>
Greetings, Brian Inglis via Cygwin!
> On 2024-06-03 21:14, Isabella Parker via Cygwin wrote:
>> I've encountered difficulties accessing specific resources on your website
>> cygwin.org as some pages fail to load. Would you mind providing me with the
>> contact details of the responsible person to
On 2024-06-03 21:14, Isabella Parker via Cygwin wrote:
I've encountered difficulties accessing specific resources on your website
cygwin.org as some pages fail to load. Would you mind providing me with the
contact details of the responsible person to resolve this issue?
Appreciate your assistance
Hi!
I've encountered difficulties accessing specific resources on your website
cygwin.org as some pages fail to load. Would you mind providing me with the
contact details of the responsible person to resolve this issue?
Appreciate your assistance!
--
Problem reports: https://cygwin.com/pro
3.9.16 under Cygwin environment while my
company IT alert me there is a severity risk for python 3.9.16 which need
be upgraded to Python version 3.11.5 or newer asap.
I have tried to use Cygwin setup(setup-x86_64) to update the python version
but it looks Cygwin only support python up to version
ygwin.com
> Subject: [Question] When the cygwin support Python version 3.11.5 or newer?
>
> Dears
>
> At the moment, I use python 3.9.16 under Cygwin environment while my
> company IT alert me there is a severity risk for python 3.9.16 which need
> be upgraded to Python version
Hi
Any update/advice for this topic? Or should I raise a ticket to other Cygwin
Mailing Lists?
Thanks
BRs//Zhike
From: Zhike Wang (EXT)
Sent: April 18, 2024 20:29
To: cygwin@cygwin.com
Subject: [Question] When the cygwin support Python version 3.11.5 or newer?
Dears
At the moment, I use
Cygwin only support python up to version 3.9.18 at the moment.
So I would like to check with experts when the Cygwin can support Python 3.11.5
or newer version?
Thank you very much.
BRs//Zhike
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq
onTime;
> > > LARGE_INTEGER LastAccessTime;
> > > LARGE_INTEGER LastWriteTime;
> > > LARGE_INTEGER ChangeTime;
> > >
> > > How can a filesystem indicate if it does not support a particular
> > > timestamp, such as ChangeTime? Should ChangeTime.Q
lues:
LARGE_INTEGER CreationTime;
LARGE_INTEGER LastAccessTime;
LARGE_INTEGER LastWriteTime;
LARGE_INTEGER ChangeTime;
How can a filesystem indicate if it does not support a particular
timestamp, such as ChangeTime? Should ChangeTime.QuadPart then be -1,
-2 or 0, or another value?
I'm not aware of a
_BASIC_INFORMATION structure defines four time values:
>
> LARGE_INTEGER CreationTime;
> LARGE_INTEGER LastAccessTime;
> LARGE_INTEGER LastWriteTime;
> LARGE_INTEGER ChangeTime;
>
> How can a filesystem indicate if it does not support a particular
> timestamp, such as Chan
ime;
LARGE_INTEGER LastWriteTime;
LARGE_INTEGER ChangeTime;
How can a filesystem indicate if it does not support a particular
timestamp, such as ChangeTime? Should ChangeTime.QuadPart then be -1,
-2 or 0, or another value?
Thanks,
Martin
--
Problem reports: https://cygwin.com/problems.ht
On Apr 3 03:51, Martin Wege via Cygwin wrote:
> Hello,
>
> could Cygwin implement support for /usr/bin/ionice and ioprio_set()
> via FILE_IO_PRIORITY_HINT_INFO?
Not ionice, the tool, but only ioprio_get/ioprio_set, the API.
The problem is the functionality bit allowing to set the
Hello,
could Cygwin implement support for /usr/bin/ionice and ioprio_set()
via FILE_IO_PRIORITY_HINT_INFO?
So basically implement ioprio_set() to store the value per process,
and for each file open() call this:
FILE_IO_PRIORITY_HINT_INFO priorityHint={0};
priorityHint.PriorityHint
> > government contract. In my role I am responsible for tracking support
> > and end of life for software assets.
> >
> > In the before mentioned effort mentioned above I have a general
> > question.
> >
> > Do CYGWIN freeware developers or contri
Hi Marvin,
On Jan 29 22:24, Marvin.C.Scott--- via Cygwin wrote:
> Good day -
>
> I represent a logistics team of users of CYGWIN freeware for a
> government contract. In my role I am responsible for tracking support
> and end of life for software assets.
>
> In the be
Good day -
I represent a logistics team of users of CYGWIN freeware for a government
contract. In my role I am responsible for tracking support and end of life for
software assets.
In the before mentioned effort mentioned above I have a general question.
Do CYGWIN freeware developers or
On 2024-01-15 12:34, Cedric Blancher via Cygwin wrote:
> Does Cygwin support the btime/birth time?
$ stat /bin/cygwin1.dll
File: /bin/cygwin1.dll
Size: 2954293 Blocks: 2888 IO Block: 65536 regular file
Device: 60997,17217 Inode: 2533274790402854 Links
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
On 2024-01-08 12:57, matthew patton via Cygwin wrote:
This breaks many applications such as the java runtime among others.
In any event "unreadable files" is a problem all over the place if I use
Cygwin's /usr/bin/ln to create links. That's why I was forced to write a wrapper. Even if
'JUNCTIO
> This breaks many applications such as the java runtime among others.
In any event "unreadable files" is a problem all over the place if I use
Cygwin's /usr/bin/ln to create links. That's why I was forced to write a
wrapper. Even if 'JUNCTION' is false/misleading as to the root cause, plenty of
On Jan 8 14:17, Jeffrey Altman via Cygwin wrote:
> On 1/8/2024 1:44 PM, matthew patton via Cygwin wrote:
> > > Cygwin does not create symlinks as junctions. No idea where you got that
> > > idea.
> > $ echo $CYGWINwinsymlinks:nativestrict
> > $ /usr/bin/ln -s default.GGG6q test1
> > 01/08/2024
9/06/2020 9:27 service 7/26/2010 20:44
support [#root.support] 6/15/2011 11:40 test [#test.test]
2/15/2012 8:49 u 3/28/2023 12:50 user 11/28/2011 17:01
usr [user] 12/10/2009 0:34 www [#root.www]
12/13/2016 1:29 30 autorun.inf 6/07/2015 21:54 104 Desktop.ini
11/26/2019 14:42 local [@sys
Am 08.01.2024 um 19:44 schrieb matthew patton via Cygwin:
Cygwin does not create symlinks as junctions. No idea where you got that idea.
$ echo $CYGWINwinsymlinks:nativestrict
$ /usr/bin/ln -s default.GGG6q test1
01/08/2024 01:24 PM test1 [...]Type=File
$ (unset CYGWIN; /usr/bin/ln -s
> Cygwin does not create symlinks as junctions. No idea where you got that
> idea.
$ echo $CYGWINwinsymlinks:nativestrict
$ /usr/bin/ln -s default.GGG6q test1
01/08/2024 01:24 PM test1 [...]Type=File
$ (unset CYGWIN; /usr/bin/ln -s default.GGG6q test2.nocygwin)
01/08/2024 01:25 PM
On Jan 8 17:11, matthew patton via Cygwin wrote:
> > For instance: Getting rid of .lnk files isn't easy with backward
> >compatibility in mind.
> screw backward compatability! :)Why carry around bandaids on bandaids
> for an OS that is 10 years out of support?
We'r
> For instance: Getting rid of .lnk files isn't easy with backward
>compatibility in mind.
screw backward compatability! :)Why carry around bandaids on bandaids for an OS
that is 10 years out of support?
Obviously not ripe for 3.6 or maybe even 3.7, but at some point we should just
On Dec 18 12:10, Cedric Blancher via Cygwin wrote:
> On Wed, 6 Dec 2023 at 10:39, Corinna Vinschen via Cygwin
> wrote:
> > Basically, with 3.4, you always have to set the "sparse" mount option,
> > with 3.5, on local SSDs you don't. I don't see a problem here.
>
> How can I remount the existing
session I noticed something
> > > odd when I looked at the network traffic generated by one of our
> > > cluster nodes:
> > > It seems that for each call to a tool (i.e. starting "sed" from
> > > "bash") Cygwin searches for *.lnk files.
> &
ated by one of our
> > cluster nodes:
> > It seems that for each call to a tool (i.e. starting "sed" from
> > "bash") Cygwin searches for *.lnk files.
> >
> > Is this correct even when the filesystem in question has native
> > symlink support (e
ter, see below.
>
> > Primary concern is how to detect whether sparse file support is ON in
> > Cygwin for a specific filesystem? Maybe /sbin/mount without options
> > should have a sparse/nosparse mount flag to reflect what is used?
>
> What concern? I explained exactly wh
On Dec 7 17:42, Shaddy Baddah via Cygwin wrote:
> Hi Corinna,
>
> On 6/12/2023 8:38 pm, Corinna Vinschen via Cygwin wrote:
>
> > If you want to see if a filesystem supports that flag, just use the
> > /usr/lib/csih/getVolInfo tool:
> >
> >$ /usr/lib/csih/getVolInfo .
> >Device Type
Hi Corinna,
On 6/12/2023 8:38 pm, Corinna Vinschen via Cygwin wrote:
If you want to see if a filesystem supports that flag, just use the
/usr/lib/csih/getVolInfo tool:
$ /usr/lib/csih/getVolInfo .
Device Type: 7
Characteristics: 20020
Volume Name:
Serial Num
On Dec 6 10:38, Corinna Vinschen via Cygwin wrote:
> Again, the filesystem doesn't matter. It either sets the
> FILE_SUPPORTS_SPARSE_FILES flag or not, as simple as that.
>
> If it does, you can create sparse files with chattr +S, or you can rely
> on the lseek/ftruncate/posix_fallocate automati
On Dec 6 09:49, Cedric Blancher via Cygwin wrote:
> On Fri, 1 Dec 2023 at 11:43, Corinna Vinschen via Cygwin
> VMware emulates NVME SSD these days, so this should work, yes?
It doesn't matter, see below.
> Primary concern is how to detect whether sparse file support is ON in
On Fri, 1 Dec 2023 at 11:43, Corinna Vinschen via Cygwin
wrote:
>
> On Dec 1 11:12, Cedric Blancher via Cygwin wrote:
> > Good morning!
> >
> > Small comment about 3.5.0 commit "Cygwin: sparse support: enable
> > automatic sparsifying of files on SSDs&qu
On Dec 1 11:12, Cedric Blancher via Cygwin wrote:
> Good morning!
>
> Small comment about 3.5.0 commit "Cygwin: sparse support: enable
> automatic sparsifying of files on SSDs"
> https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=832e91422c4ae9b2dcd0c307779f3
Good morning!
Small comment about 3.5.0 commit "Cygwin: sparse support: enable
automatic sparsifying of files on SSDs"
https://cygwin.com/git/?p=newlib-cygwin.git;a=commit;h=832e91422c4ae9b2dcd0c307779f3dd53ee9c0ac
Can this functionality be extended to VMware and QEMU virtual dis
Greetings, Risto Laitinen!
>> cmd.exe already supports UNC paths
> You cannot cd to an UNC path.
You can in bash. And then run
cmd /C …whatever…
…given sufficient system configuration
(https://www.google.com/search?q=DisableUNCCheck)
> On Thu, Nov 30, 2023 at 9:59 PM Bill Stewart via Cygwin
>
> cmd.exe already supports UNC paths
You cannot cd to an UNC path.
On Thu, Nov 30, 2023 at 9:59 PM Bill Stewart via Cygwin
wrote:
>
> On Wed, Nov 29, 2023 at 9:51 PM Martin Wege via Cygwin
> wrote:
>
> Is there a cmd.exe clone for Windows which supports UNC paths?
> >
>
> No, and this is becaus
On Wed, Nov 29, 2023 at 9:51 PM Martin Wege via Cygwin
wrote:
Is there a cmd.exe clone for Windows which supports UNC paths?
>
No, and this is because cmd.exe already supports UNC paths. I have been
using UNC paths in cmd.exe for many years.
It might help to describe your problem rather than a
Hello,
Is there a cmd.exe clone for Windows which supports UNC paths? Can
that be shipped with Cygwin?
Thanks,
Martin
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info:
On Nov 22 23:52, Cedric Blancher via Cygwin wrote:
> On Tue, 26 Sept 2023 at 07:15, Cedric Blancher
> wrote:
> >
> > Good morning!
> >
> > Does Cygwin support something like Linux binfmt, to register new binary
> > types?
> >
> > Goal would be
On Tue, 26 Sept 2023 at 07:15, Cedric Blancher
wrote:
>
> Good morning!
>
> Does Cygwin support something like Linux binfmt, to register new binary types?
>
> Goal would be to recognise python compiled code, or
> https://wiki.debian.org/QemuUserEmulation
?
Ced
--
Ce
> :::0:0:0/96 == :::0:a.b.c.d
https://www.ibm.com/docs/en/zos/2.1.0?topic=addresses-ipv4-mapped-ipv6
Mapped IPv4 addresses have the :::a.b.c.d short form, without any
intervening 0 word. The CIDR form above just denotes that 96 bits
are the prefix (the "network" part) and, thus, the
The whole IP v4 internet is available as a compatibility subnet
> >>> :::0:a.b.c.d
> >>> on IP v6, so there is no excuse for not supporting interconnection, as it
> >>> will
> >>> be required until the last backbone routers drop IP v4 support.
> >&g
1 - 100 of 1395 matches
Mail list logo