-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Sonarr v3: fix for service setup #5601
Conversation
cb5867a
to
a546894
Compare
Update Makefile Update service setup
a546894
to
6ce0781
Compare
@hgy59, when this bug fix is published please un-publish Sonarr v3 (Version 20221216-21) to avoid future use. EDIT: Apologies for the incomplete name on the squash merge. Will be more careful in future if the squash only contains one commit. |
@th0ma7, @publicarray any chance you guys could assist in getting this published? As it is basically a bug fix to the last release, once the cache servers are updated the previous v20221216-21 can be removed. |
@mreid-tt the first run of this package fails. It displays extract from the nzbdrone.log:
After stopping and starting sonarr v3 in DSM package manager, is successfully runs. I have already uploaded version 20230217-22, but not activated. Shall I delete this? |
@hgy59, welcome back! thanks for the feedback. I've just re-run a clean install on DSM6 and DSM7 and the installs come up clean:
Can you give me some more details on your setup? For my tests I used: DSM6: nzbdrone 20230212-22, mono 5.20.1.34-18 For your test, was the first run was a clean install or was it an upgrade from a previous version? I'd really like to be able to re-create the issue on my end. I also noted that you said version 20230217-22, the build on this PR is version 20230212-22. Can you link me to your build so I can use the same |
@mreid-tt 20230217-22 is available on the download page (it is not yet activated to be visible in DSM package center). Clean install of 20230217-22 shows the error on my DS218 (aarch64-6.1). |
@hgy59, thanks for that. I've just done a re-install using v20230217-22 on my (VirtualDSM) DS916+ (x64-6.1) and the results are the same. I've also taken a look into the 6.1 rtd1296 and the aarch64-6.1 packages and besides the expected difference in the INFO and syno_signature.asc files, only a minor difference in the package.tgz was present (though the decompressed contents were identical). I can't think of a way to resolve this. Perhaps a package rebuild? |
Could this be an issue with Mono? The only other place I've been able to find a similar error is mono/mono#16770 and mono/mono#14080. While these are not identical, I'd be curious as to your Mono setup. |
oops, sorry, forget to mention: Installed mono is are we ready to define |
I've re-run a clean install on my DSM6 setup using mono 5.8.0.108-11 but I could not recreate the error. Did it happen consistently on clean install (more than once)? As for the upgraded requirements for mono, you previously indicated in #5515 (comment):
I'd be happy to change the requirements since within Sonarr v3, the following error is seen: |
This error is also very unique as I can't seem to find any reference on the Internet for
I don't know if this sheds any light on the issue but there was not much to be found on this particular error. |
@hgy59, I believe that across all the changes in the three PRs between v20221216-21 and v20230217-22 there would not be an issue within Sonarr v3 itself contributing to the first run error you cited. My vote would be to activate it. We can also approve and release the fixed Mono in #5604 which resolves the certificate validation errors since the community has been waiting on this for a while. |
@hgy59, as it's been a couple days I am wondering if the cache servers have been fully updated? If so, gentle reminder to de-activate Version 20221216-21. |
My diskstations still show version 20221216-21 in the package center, so I will wait another day (can't remember at which time I activated the packages in the repo. Upload was on 2023-02-18 06:45 UTC) |
done. |
* Update Makefile * Update service setup
Description
Amends #5591 to update service setup
GROUP
variable to exclude DSM7 (deprecated in DSM7).Once published, it is recommended that Sonarr v3 (Version 20221216-21) be unpublished to avoid future use (bug fix was included in #5554).
Checklist
all-supported
completed successfullyType of change