All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l"
@ 2020-09-15  2:02 samba-bugs
  2020-09-15 18:24 ` [Bug 14492] " samba-bugs
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: samba-bugs @ 2020-09-15  2:02 UTC (permalink / raw)
  To: cifs-qa

https://bugzilla.samba.org/show_bug.cgi?id=14492

            Bug ID: 14492
           Summary: Minshall-French symlinks cannot be searched for with
                    "find . -type l"
           Product: CifsVFS
           Version: 3.x
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: kernel fs
          Assignee: sfrench@samba.org
          Reporter: micah.veilleux@iba-group.com
        QA Contact: cifs-qa@samba.org
  Target Milestone: ---

Minshall-French symlinks are identified by "find" as files rather than symbolic
links:
------------------------------
mcrs3:/TCS # grep "TCS " /etc/fstab
//mcrs3/TCS /TCS cifs
user=cifsuser,multiuser,domain=VPTC3,sec=krb5,mfsymlinks,vers=3.0 0 0
mcrs3:/TCS #
mcrs3:/TCS # touch testfile
mcrs3:/TCS # ln -s testfile testlink
mcrs3:/TCS #
mcrs3:/TCS # find . -type l
mcrs3:/TCS # find . -type f | grep test
./testlink
./testfile
mcrs3:/TCS #
mcrs3:/TCS # stat testlink
  File: testlink -> testfile
  Size: 8           Blocks: 16         IO Block: 16384  symbolic link
Device: 2ch/44d Inode: 10941196461752524492  Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2020-09-11 20:24:54.163302900 +0200
Modify: 2020-09-11 20:24:26.146021300 +0200
Change: 2020-09-11 20:24:26.146021300 +0200
 Birth: -
mcrs3:/TCS #
------------------------------

Version of sernet-samba is: 99:4.12.2-11.suse150

The underlying issue could be the same as for bug 14476.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 14492] Minshall-French symlinks cannot be searched for with "find . -type l"
  2020-09-15  2:02 [Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l" samba-bugs
@ 2020-09-15 18:24 ` samba-bugs
  2020-09-15 18:27 ` samba-bugs
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: samba-bugs @ 2020-09-15 18:24 UTC (permalink / raw)
  To: cifs-qa

https://bugzilla.samba.org/show_bug.cgi?id=14492

Steve French <sfrench@samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Steve French <sfrench@samba.org> ---
I can reproduce this to Samba as well.  Investigating

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 14492] Minshall-French symlinks cannot be searched for with "find . -type l"
  2020-09-15  2:02 [Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l" samba-bugs
  2020-09-15 18:24 ` [Bug 14492] " samba-bugs
@ 2020-09-15 18:27 ` samba-bugs
  2023-10-12 12:36 ` samba-bugs
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: samba-bugs @ 2020-09-15 18:27 UTC (permalink / raw)
  To: cifs-qa

https://bugzilla.samba.org/show_bug.cgi?id=14492

--- Comment #2 from Steve French <sfrench@samba.org> ---
Presumably have to flag files which are 1067 bytes with an additional check
before returning their file type in readdir

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 14492] Minshall-French symlinks cannot be searched for with "find . -type l"
  2020-09-15  2:02 [Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l" samba-bugs
  2020-09-15 18:24 ` [Bug 14492] " samba-bugs
  2020-09-15 18:27 ` samba-bugs
@ 2023-10-12 12:36 ` samba-bugs
  2023-10-13  3:34 ` samba-bugs
  2023-10-13  3:34 ` samba-bugs
  4 siblings, 0 replies; 6+ messages in thread
From: samba-bugs @ 2023-10-12 12:36 UTC (permalink / raw)
  To: cifs-qa

https://bugzilla.samba.org/show_bug.cgi?id=14492

--- Comment #3 from Björn Jacke <bjacke@samba.org> ---
Any update on this? Bumped into this again, I thought this would have been
fixed since long.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 14492] Minshall-French symlinks cannot be searched for with "find . -type l"
  2020-09-15  2:02 [Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l" samba-bugs
                   ` (2 preceding siblings ...)
  2023-10-12 12:36 ` samba-bugs
@ 2023-10-13  3:34 ` samba-bugs
  2023-10-13  3:34 ` samba-bugs
  4 siblings, 0 replies; 6+ messages in thread
From: samba-bugs @ 2023-10-13  3:34 UTC (permalink / raw)
  To: cifs-qa

https://bugzilla.samba.org/show_bug.cgi?id=14492

--- Comment #4 from Steve French <sfrench@samba.org> ---
good catch - this one may have slipped through (we also ought to add a small
xfstest or equivalent for this so it doesn't cause problems in the future or
show up with Samba reparse points in the future etc.).

Will take a look

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 14492] Minshall-French symlinks cannot be searched for with "find . -type l"
  2020-09-15  2:02 [Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l" samba-bugs
                   ` (3 preceding siblings ...)
  2023-10-13  3:34 ` samba-bugs
@ 2023-10-13  3:34 ` samba-bugs
  4 siblings, 0 replies; 6+ messages in thread
From: samba-bugs @ 2023-10-13  3:34 UTC (permalink / raw)
  To: cifs-qa

https://bugzilla.samba.org/show_bug.cgi?id=14492

--- Comment #5 from Steve French <sfrench@samba.org> ---
good catch - this one may have slipped through (we also ought to add a small
xfstest or equivalent for this so it doesn't cause problems in the future or
show up with Samba reparse points in the future etc.).

Will take a look

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-13  3:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15  2:02 [Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l" samba-bugs
2020-09-15 18:24 ` [Bug 14492] " samba-bugs
2020-09-15 18:27 ` samba-bugs
2023-10-12 12:36 ` samba-bugs
2023-10-13  3:34 ` samba-bugs
2023-10-13  3:34 ` samba-bugs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.