ubuntu 上的 cfdirectory 访问 Windows 上的 smbfs 出现奇怪的问题

发布于 2024-11-09 03:54:49 字数 590 浏览 2 评论 0原文

奇怪的问题。我们使用cf web服务器来访问NAS。我们已经对这个问题进行了彻底的测试,但无法找出原因。

问题:我们在共享上执行 cfdirectory 到具有正确大小写的已知目录时得到空结果集。但是,我们可以以 cf 用户身份从 cf 服务器 ls 并查看所有内容,而不会出现权限错误。

我们尝试过的测试:

  1. 将测试文件设置为用户正在测试的路径是正确的 - 失败。
  2. 从 python 中列出目录 - 有效。
  3. 从有问题的 Web 服务器到有问题的目录执行 CFFILE 读取和写入 - 有效。
  4. 在本地目录上执行 CFDIRECTORY - 有效。
  5. 在 sudo 到 cfuser 的目录上执行 ls -la - 有效。
  6. 在目录上以 root 身份执行ls -la - 有效。
  7. 将 cf 用户权限更改为 root 并重试 CFDIRECTORY - 失败。
  8. 将挂载更改为以 root 用户身份挂载并重试 CFDIRECTORY - 失败。
  9. chown-ing 文件和父目录并重试 CFDIRECTORY - 失败。

Strange problem. We use a cf web server to access NAS. We have tested this issue to the nines and can't figure out the cause.

The problem: We get empty result sets doing a cfdirectory on the share to a known directory with the correct casing. However, we can ls from the cf server as the cf user and see everything without permission errors.

Tests we've tried:

  1. Making a test file to be user the path we are testing is correct - fail.
  2. Doing a directory listing from python - works.
  3. Doing a CFFILE read and write from the offending web server to the directory in question - works.
  4. Doing a CFDIRECTORY on a local directory - works.
  5. Doing ls -la on the directory sudo'd to cfuser - works.
  6. Doing ls -la as root on the directory - works.
  7. Changing cf user permissions to root and retrying CFDIRECTORY - fail.
  8. Changing mount to mount as root user and retrying CFDIRECTORY - fail.
  9. chown-ing the files and the parent dir and retrying CFDIRECTORY - fail.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

许仙没带伞 2024-11-16 03:54:49

我只能想到几件事。首先,请确保大小写正确,因为 Linux 中的 CF 中的文件系统读取区分大小写。

其次,我没有太多运气直接从CF读取SMB。过去对我有用的是使用 SMB Fuse 作为正常安装点来安装驱动器,并确保所有者/组与 CF 用户匹配。

I can only think of a couple of things. First, make sure your case is correct since filesystem reads are case-sensitive in CF in Linux.

Secondly, I have not had much luck reading directly to SMB from CF. What has worked for me in the past is mounting a drive using SMB Fuse as a normal mount point and making sure the owner/group matches the CF user.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文