All of lore.kernel.org
 help / color / mirror / Atom feed
From: samba-bugs@samba.org
To: cifs-qa@samba.org
Subject: [Bug 14492] New: Minshall-French symlinks cannot be searched for with "find . -type l"
Date: Tue, 15 Sep 2020 02:02:44 +0000	[thread overview]
Message-ID: <bug-14492-10630@https.bugzilla.samba.org/> (raw)

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.

             reply	other threads:[~2020-09-15  2:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15  2:02 samba-bugs [this message]
2020-09-15 18:24 ` [Bug 14492] Minshall-French symlinks cannot be searched for with "find . -type l" 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-14492-10630@https.bugzilla.samba.org/ \
    --to=samba-bugs@samba.org \
    --cc=cifs-qa@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.