eagle470

Members
  • Posts

    423
  • Joined

  • Last visited

Posts posted by eagle470

  1. Hello, 

    I am trying to set my Radarr instances to sync using lists and I'm getting the error below, I cannot find anything useful in the Trace logs to aid me in resolving this issue and hopefully someone here has some information that can help. Thank you:

     

    Unable to connect to import list: HTTP request failed: 
    [503:ServiceUnavailable] [GET] at 
    [http://IP:7878/api/v3/movie?excludeLocalCovers=True]. 
    Check the log surrounding this error for details.

     

  2. I set the username and password and now I'm getting the error below. Please advise

     

    {
      "message": "An error occurred while trying to encrypt the provided data. Refer to the inner exception for more information. For more information go to http://aka.ms/dataprotectionwarning",
      "description": "System.Security.Cryptography.CryptographicException: An error occurred while trying to encrypt the provided data. Refer to the inner exception for more information. For more information go to http://aka.ms/dataprotectionwarning\n ---\u003E System.UnauthorizedAccessException: Access to the path \u0027/config/asp/key-cfbd6729-4cae-4eb4-b8b3-1df28e173c99.xml\u0027 is denied.\n ---\u003E System.IO.IOException: Permission denied\n   --- End of inner exception stack trace ---\n   at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func\u00602 errorRewriter)\n   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)\n   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)\n   at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)\n   at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)\n   at System.IO.File.OpenRead(String path)\n   at Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository.ReadElementFromFile(String fullPath)\n   at Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository.GetAllElementsCore()\u002BMoveNext()\n   at System.Collections.Generic.List\u00601..ctor(IEnumerable\u00601 collection)\n   at System.Linq.Enumerable.ToList[TSource](IEnumerable\u00601 source)\n   at Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository.GetAllElements()\n   at Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager.GetAllKeys()\n   at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider.CreateCacheableKeyRingCore(DateTimeOffset now, IKey keyJustAdded)\n   at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.ICacheableKeyRingProvider.GetCacheableKeyRing(DateTimeOffset now)\n   at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider.GetCurrentKeyRingCore(DateTime utcNow, Boolean forceRefresh)\n   at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider.GetCurrentKeyRing()\n   at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Protect(Byte[] plaintext)\n   --- End of inner exception stack trace ---\n   at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Protect(Byte[] plaintext)\n   at Microsoft.AspNetCore.Authentication.SecureDataFormat\u00601.Protect(TData data, String purpose)\n   at Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler.HandleSignInAsync(ClaimsPrincipal user, AuthenticationProperties properties)\n   at Microsoft.AspNetCore.Authentication.AuthenticationService.SignInAsync(HttpContext context, String scheme, ClaimsPrincipal principal, AuthenticationProperties properties)\n   at Radarr.Http.Authentication.AuthenticationController.Login(LoginResource resource, String returnUrl) in ./Radarr.Http/Authentication/AuthenticationController.cs:line 47\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.\u003CInvokeActionMethodAsync\u003Eg__Awaited|12_0(ControllerActionInvoker invoker, ValueTask\u00601 actionResultValueTask)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.\u003CInvokeNextActionFilterAsync\u003Eg__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State\u0026 next, Scope\u0026 scope, Object\u0026 state, Boolean\u0026 isCompleted)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()\n--- End of stack trace from previous location ---\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.\u003CInvokeFilterPipelineAsync\u003Eg__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.\u003CInvokeAsync\u003Eg__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)\n   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.\u003CInvokeAsync\u003Eg__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)\n   at Microsoft.AspNetCore.Routing.EndpointMiddleware.\u003CInvoke\u003Eg__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)\n   at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/BufferingMiddleware.cs:line 28\n   at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/IfModifiedMiddleware.cs:line 41\n   at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/CacheHeaderMiddleware.cs:line 33\n   at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/StartingUpMiddleware.cs:line 38\n   at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/UrlBaseMiddleware.cs:line 27\n   at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) in ./Radarr.Http/Middleware/VersionMiddleware.cs:line 29\n   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)\n   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)\n   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)\n   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.\u003CInvoke\u003Eg__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)"
    }

     

  3. I'm attempting to run Checkrr, but it's not doing anything and I'm not getting any logs. There are no useful posts any where, so hopefully this helps someone else down the road too.

     

    I've attached images of my config, a copy of the config file and an image of the files in locations used.

     

    the server is up, I can see the web ui, but I can't get anywhere farther.

     

    Screenshot 2023-10-04 at 6.32.35 PM.png

    checkrr.yaml

    Screenshot 2023-10-04 at 6.55.44 PM.png

  4. 3 hours ago, dlandon said:

    It's difficult for us to help you since LT does not support anything associated with ESXI and we don't know much about it.  Since ESXI is mounting Unraid shares with NFS, it would be best to loook at the ESXI for answers.  One thing to confirm is that ESXI is mounting the shares with NFSv4.  I saw in your log where NFSv4 was being used on a share, so maybe that's not a problem.

     

    In general the reliability of NFS connections are affected by the followng:

    • Version of NFS being used.
    • Networking issues.  Robust NFS requires a solid network.
    • Options used when mounting NFS clients can affect the reliability of the connection and error recovery.

    ESXi is mounting the share with nfs 4.1, that much I know for sure, it works for a while, as long as I'm actively doing stuff it seems to stay connected, but once I walk away for the night and it's just running, even with a vm on it, it seems to time out.

  5. I want to use my 6 drive all NVMe ZFS pool for NFS shared storage on an esxi host I have running in my house.

     

    I'm having problems where the share seems to disappear from my ESXi host under high I/O, I'm wondering is anyone else is having this issue or has a way to solve it?

     

    @SpaceInvaderOne maybe you have an idea

     

    I'm running a 10Gb network and the storage host is an i7-13700/128GB DDR5/6x 2tb PCIe3 nvme

  6. I have been trying to get Rocket.Chat to work with swag all week, currently RC works fine, I can go to it's port and everything works there.

     

    I can see the SWAG splash page on my domain proper, but for the subdomain (rocketchat.mydomain.net) nothing comes up.

     

    I have everything running on a customer docker net, I can ping SWAG from the RC instance. I have the database connection running on the custome docker net as well.

     

    Nginx has NOTHING in the error logs.

     

    SWAG looks up, I see no errors at all. I can see the swag instance from my public IP as well, so thats resolving too.

     

    I used the SIO video to setup RC, everything worked swell up to the swag point. I checked the RC documentation and the nginx config file hasn't changed.

     

    I'm more than happy to throw logs up here, let me know what you want to see.

  7. For further information for the next person, I have 6 of these, I pulled the cooler off of 3 of them and the failed on had a bright red LED. I purchased a new nvme and threw it in and it came up right away.

     

    The nvme that failed was a Team Group, Inc Mp34. I'm guessing I drew a bad straw and got one with infant mortality, it happens. I'll RMA it an hide it from myself as a cold spare I can't find when I need it.

  8. 4 hours ago, ConnerVT said:

     

    One additional strategy -

    Buy a new "old" model of a major, popular brand.

     

    Counterfeiters aren't likely to knock off fakes of low capacity and/or "slow" USB2 flash drives.  There isn't any money in it, as the buying public is usually looking for "BIGGER!  FASTER!" drives.  There is little reason to use flash drives over 8GB for an Unraid boot drive - plenty of room for Unraid, and not best practice to use it for other storage as in increases wear and may reduce the drive's lifespan.

    I go to bestbuy and buy the Samsung BAR Plus, what ever size I can get. 

    It's there, it's REAL and it's easy.

  9. @Kasi

     

    Two things - 1) if uptime is supremely important I would recommend using a USB from swissbit or some other company that makes industrial grade USB's. you could buy a dell, cisco or HPE enterprise USB off ebay as well. Those will have A) a GUID (B) extremely long life as they are made to be in a server

     

    2) Unraid is not billed for mission critical solutions. Limetech makes that very clear

     

    • Like 1
  10. On 6/27/2023 at 8:10 AM, JonathanM said:

    I realize this isn't what you are asking, but just saying, "nothing beats the bandwidth of a station wagon full of tape backups".

     

    Have you considered getting the system initially synced locally, then just doing differential syncs over WAN?

    thats what will happen. I'm in the process of standing up my new primary, the old system is likely to go to my sisters house, the question is, how do I keep them in sync. I have about 100,000 videos to manage.

     

    The other question I have is this: what is the best tool to sync them locally? they have a 10Gb layer 2 connection currently.

     

    This is where a tool that manages a private-private vpn connection like zeroteir, but have the initial connection proxied by Unraid (then passed off to a slave/master like plex) would be awesome.

     

    Even if you charged for it, I would likely do it out of sloth. I only have so much bandwidth to devote to the shit and limited management capabilities of my sisters home network, nor is her router nearly as capable as mine (hers: stock asus, mine: udm-pro)