-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[12] update icewind/smb to 2.0.3 #7774
Conversation
Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Xenopathic to be a potential reviewer. |
Codecov Report
@@ Coverage Diff @@
## stable12 #7774 +/- ##
==============================================
+ Coverage 53.84% 53.84% +<.01%
Complexity 22757 22757
==============================================
Files 1385 1385
Lines 87146 87146
Branches 1331 1331
==============================================
+ Hits 46925 46926 +1
+ Misses 40221 40220 -1
|
Hi Guys. I'm getting this issue with SMB Share. I'm currently testing the upgrade from 11.0.3 to 12.0.4. I upgrade 11.0.3 to 11.0.4, to 11.0.5, to 12.0.0, to 12.0.1, to 12.0.2, to 12.0.3 and finally to 12.0.4. After the upgrade from 11.0.5 to 12.0.0, all SMB shares stop working. I decided to continue the upgrade to all newest version, thinking that maybe newest release will get the issue solves, but not. I'm getting a red Square in the admin page, and in the file page, I'm getting this. There was an error with message: Couldn't get the information from the remote server: 503 Service Unavailable. Do you want to review mount point config in admin settings page? I tested the fix in that https://github.com/nextcloud/server/pull/7774/files/d37e2d45075f36af527f2ebd73169786c89ad330 and nothing work. No SMB share working even if I patch with that fix. Nothing is generated into the Nextcloud log (debug) and the Samba log. My message.log is giving me that. Here is my smb config. I also tested with min protocol smb2 and max protocol smb3 and same result. smbclient -U myuser //myserver/myshare is working fine like few other said in some other posts. Any idea where to take a look or what need to be done? Here is my upgrade process. Thanks |
Backport of #7165