[no subject]

2021-12-06 Thread Kim Hasto
-- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

Re: vboxsharedfs - Too many levels of symbolic links

2021-12-06 Thread Takashi Yano
On Mon, 6 Dec 2021 19:55:27 +0900 Takashi Yano wrote: > First, I think the same. However, with this patch, it sometimes causes > hang for a few seconds around the code: [...] > with path_copy of "//VBoxSrv". I am not sure why. > > In addition, > https://cygwin.com/pipermail/cygwin/2021-December/25

Re: OS hang when multi-process build fail

2021-12-06 Thread Roumen Petrov
Hello, Please find some details from test today below. Marco Atzeri wrote: On 04.12.2021 09:51, Roumen Petrov wrote: Hello Cygwin users, On non regular basis I would like to perform regression test of recent pkix-ssh version with recent openssl release. In this case is was openssl master bran

Re: vboxsharedfs - Too many levels of symbolic links

2021-12-06 Thread Takashi Yano
On Mon, 6 Dec 2021 11:16:30 +0100 Corinna Vinschen wrote: > > For example, RtlEqualUnicodeString() compares \??\UNC\VBoxSrv\tmp and > > \??\UNC\VBoxSrv\tmp\, then it fails. > > [...] > > + if (wcsstr (fpbuf, L"?\\UNC\\") == fpbuf) > > + goto file_not_symlink; > > + > > Isn't

Re: vboxsharedfs - Too many levels of symbolic links

2021-12-06 Thread Corinna Vinschen
On Dec 5 11:54, Takashi Yano wrote: > On Tue, 30 Nov 2021 19:04:57 +0200 > Oskar Skog wrote: > > vboxsharedfs file systems no longer work. Any attempt to access will > > result in "too many levels of symbolic links". > > > > This only affects the VirtualBox shared folder, the Samba share works >

Re: vboxsharedfs - Too many levels of symbolic links

2021-12-06 Thread Takashi Yano
On Mon, 6 Dec 2021 12:31:35 +0900 Takashi Yano wrote: > cygwin symbolic link seems to work only in NTFS file system. This is not right. cygwin symlink needs 'SYSTEM' attribute. So it does not work in file system which does not support that attributes. Windows file system, such as NTFS, FAT, suppor