All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve French <smfrench@gmail.com>
To: Eugene Korenevsky <ekorenevsky@astralinux.ru>
Cc: Enzo Matsumiya <ematsumiya@suse.de>, CIFS <linux-cifs@vger.kernel.org>
Subject: Re: [PATCH v2 2/2] cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs
Date: Thu, 20 Jan 2022 13:18:20 -0600	[thread overview]
Message-ID: <CAH2r5msL=w_GhGF6suzGrz4LG6vQUfw4F=Ft1ZVjZzKLTq4PGQ@mail.gmail.com> (raw)
In-Reply-To: <Yeb32NlvfHzi7TxD@debian-BULLSEYE-live-builder-AMD64>

we can do a followon to this if you find any problems with it later in the week.

On Thu, Jan 20, 2022 at 1:16 PM Eugene Korenevsky
<ekorenevsky@astralinux.ru> wrote:
>
> On Mon, Jan 17, 2022 at 06:14:05PM -0300, Enzo Matsumiya wrote:
>
> > The patch fixes the initial issue (mount and listing files) as per
> > reported in the mentioned bugzilla, but it still fails to create files:
> >
> > % echo "test" | sudo tee myfile
> > tee: myfile: No such file or directory
> > test
>
>
> Sorry, cannot reproduce.
>
> ```
> # mount
> ...
> //192.168.57.14/дфс on /tmp/x type cifs (rw,relatime,vers=default,cache=strict,username=user,domain=WIN-TCIN4O86A6M,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.57.14,file_mode=0755,dir_mode=0755,soft,nounix,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)
> //WIN-TCIN4O86A6M/дфс/temp on /tmp/x/temp type cifs (rw,relatime,vers=3.1.1,cache=strict,username=user,domain=WIN-TCIN4O86A6M,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.57.4,file_mode=0755,dir_mode=0755,soft,nounix,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1)
> # pwd
> /tmp/x/temp
> # echo test | tee myfile
> test
> # rm myfile
> # echo test | tee myfile
> test
> # cat myfile
> test
> # rm myfile && echo ok
> ok
> ```
>
> Could you provide your 'mount' output as well?
>
>
> --
> Eugene



-- 
Thanks,

Steve

      reply	other threads:[~2022-01-20 19:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14 19:53 [PATCH v2 2/2] cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs Eugene Korenevsky
2022-01-17 19:33 ` Steve French
2022-01-17 21:14 ` Enzo Matsumiya
2022-01-18 17:24   ` Eugene Korenevsky
2022-01-20 19:18     ` Steve French [this message]

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='CAH2r5msL=w_GhGF6suzGrz4LG6vQUfw4F=Ft1ZVjZzKLTq4PGQ@mail.gmail.com' \
    --to=smfrench@gmail.com \
    --cc=ekorenevsky@astralinux.ru \
    --cc=ematsumiya@suse.de \
    --cc=linux-cifs@vger.kernel.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.