-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can`t access files or folders listed on the WebDAV page #31
Comments
Does it work if you run this command: sudo systemctl reload nginx |
Unfortunately, no. Tried before and after a reboot. |
I can't replicate the problem. Everything I fixed today would've been fixed by a reboot. What is the error number? |
What is the output of: |
The most relevant one should be this? /var/log/nginx/openmediavault-webgui_access.log.4.gz:192.168.2.7 - rkhirata [21/Jul/2024:13:50:59 -0300] "GET /test.txt HTTP/1.1" 302 138 "http://192.168.2.6/webdav" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" The whole results file is attached. |
Yep but I don't know why. What is the output:
|
sudo omv-salt deploy run webdav: raspberrypi:
Summary for raspberrypiSucceeded: 5
|
What is the output of: stat /WebDAV/ |
File: /WebDAV/ |
To try to replicate your system, I created a sharedfolder named Webdav in the root of the OS filesystem with a path of /Webdav. I made sure it had 2777 permissions. I put files in it that were 644. I was able to view the files and download them whether auth was enabled or not. I'm not sure what is wrong but I don't think it is something the plugin can fix. |
I was going to inform about the same exact error in OMV 7. I have gone through the steps described here and I have similar output as @rkhirata . Any help is welcome. |
Until I can replicate it and get logs pointing me toward a problem, I don't know what to do to fix these systems. |
I have the same problem. I want to use webdav without having to install Nextcloud or anything like that. I want to use only OMV. However, I am not able to do so either. I am not an advanced Linux user, which makes things a little more difficult for me. |
Hi! |
Not all webdav clients force you to use the /webdav path. So, the plugin is flexible. Switching to root is not correct. See the forum thread - https://forum.openmediavault.org/index.php?thread/46010-webdav/&postID=400632#post400632 |
Should use trailing slash in url: |
OMV7, WebDAV plugin up and running, folder to be shared indeed listed in the Shared Folders menu, all permissions given.
When accessing the "ip.address.of.webdav/webdav" with a browser (tried Chrome, Edge and Arc), I can see the contents list of the designated folder. However, after clicking anything (foldes or files), I get an red error message: "Software Failure. Press left mouse button to continue. The requested page was not found".
After clicking with the instructed left mouse button, I get to the OMV7 login page.
Any help?
The text was updated successfully, but these errors were encountered: