Qnap [ Sonarr 3 ] [ 3.0.9.1549 ] Smart PVR for newsgroup and bittorrent users

après ton update je suis toujours bloquer sur la 3.0.1.363 alors que la dernière version est la 3.0.1.364.
 
ptet la branch devellop n'a pas mis à dispo les version mono

j'arrive pas a toper le lien... je ne vois que le liens vers la stable sur le forum
 
au final après reboot sonarr ne s'ouvre plus, il est bien en état démarrer mais impossible d’accéder au l'UI.
je vais attendre ton update des que le lien sera dispo.
 
foXaCe a dit:
au final après reboot sonarr ne s'ouvre plus, il est bien en état démarrer mais impossible d’accéder au l'UI.
je vais attendre ton update des que le lien sera dispo.

à mon avis il faut mieux rester sur les Stable, que sur les branch dev
 
Bonjour,

impossible de faire l'update

Error occurred while executing task ApplicationUpdate: /share/CACHEDEV1_DATA/SONARR3_CONFIG/tmp/sonarr_update/ already exists.
 
foXaCe a dit:
Bonjour,

impossible de faire l'update

Error occurred while executing task ApplicationUpdate: /share/CACHEDEV1_DATA/SONARR3_CONFIG/tmp/sonarr_update/ already exists.

il doit pas faire le menage

Code:
rm -rf /share/CACHEDEV1_DATA/SONARR3_CONFIG/tmp/sonarr_update
 
19-2-16 06:17:52.1|Info|InstallUpdateService|Deleting old update files
19-2-16 06:17:52.1|Info|InstallUpdateService|Downloading update 3.0.1.371
19-2-16 06:17:54.2|Info|InstallUpdateService|Verifying update package
19-2-16 06:17:54.5|Info|InstallUpdateService|Update package verified successfully
19-2-16 06:17:54.5|Info|InstallUpdateService|Extracting Update package
19-2-16 06:17:57.4|Info|InstallUpdateService|Update package extracted successfully
19-2-16 06:17:57.4|Info|BackupService|Starting Backup
19-2-16 06:18:04.7|Info|InstallUpdateService|Preparing client
19-2-16 06:18:05.2|Error|CommandExecutor|Error occurred while executing task ApplicationUpdate

[v3.0.1.364] System.IO.IOException: /share/CACHEDEV1_DATA/SONARR3_CONFIG/tmp/sonarr_update/ already exists.
at System.IO.Directory.Move (System.String sourceDirName, System.String destDirName) [0x000a5] in <7686e0988c5144ca8abb303461e0b835>:0
at NzbDrone.Common.Disk.DiskProviderBase.MoveFolder (System.String source, System.String destination) [0x00088] in <01eca1d51bc349728ba5b2f22b300cbd>:0
at NzbDrone.Common.Disk.DiskTransferService.TransferFolder (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, NzbDrone.Common.Disk.DiskTransferVerificationMode verificationMode) [0x000ef] in <01eca1d51bc349728ba5b2f22b300cbd>:0
at NzbDrone.Common.Disk.DiskTransferService.TransferFolder (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean verified) [0x0000e] in <01eca1d51bc349728ba5b2f22b300cbd>:0
at NzbDrone.Core.Update.InstallUpdateService.InstallUpdate (NzbDrone.Core.Update.UpdatePackage updatePackage) [0x0021e] in <22056b173b5843ed881cd8aad53d525a>:0
at NzbDrone.Core.Update.InstallUpdateService.Execute (NzbDrone.Core.Update.Commands.ApplicationUpdateCommand message) [0x000f7] in <22056b173b5843ed881cd8aad53d525a>:0
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in <22056b173b5843ed881cd8aad53d525a>:0
at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x00035] in <5480624fd2854f9ca1d927c8470e4360>:0
at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in <22056b173b5843ed881cd8aad53d525a>:0
 
Une question, pour le https je suis bloqué. j'essaie de récupérer les certificat fournie via let'sencrypt, sa j'y arrive mais pour les utiliser avec sonarr (ou radarr) sa coince, j'arrive pas a trouver ou les importer n'y comment choisir le port que je veut mettre.

Code:
Code:
#!/bin/sh

BASEPATH=/mnt/HDA_ROOT/.config/QcloudSSLCertificate/cert

openssl rsa -in ${BASEPATH}/cert -outform PVK -pvk-none -out cert.pvk
openssl x509 -inform PEM -in ${BASEPATH}/key -outform DER -out cert.cert

## Je coince içi pour l'import Sonarr Radarr et louverture des ports ###

:?: :?:
 
j'ai trouvais cela:
Code:
/share/CACHEDEV1_DATA/.qpkg/Qmono/bin/httpcfg -add -port <port> -pvk cert.pvk -cert cert.cert
cela ouvre bien le port en https au niveau de Qmono, mais impossible d'accéder a quoi que soit derrière.
une idée ?