eagle470

Members
  • Posts

    418
  • Joined

  • Last visited

Everything posted by eagle470

  1. For example, I have Immich running, the postgres version I was using became obsolete. In learning that I had to switch to a version not published and build my own container. I've reached out to @Squid to try and get it published to help others, but it would be nifty if I could pair it with Immich as a 'bundle'.
  2. Would you please make a template for Asterisk? https://hub.docker.com/r/asteriskervoipsolutions/asterisk16/ I would like to tie it into my Rocket Chat server.
  3. 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)" }
  4. 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. checkrr.yaml
  5. the issue is that I'm doing an rsync to that server to copy data to it. I'm consuming the entire 10Gb of that server's NIC. https://communities.vmware.com/t5/Cloud-SDDC-Members/NFS-MOUNT-PRESENTED-TO-ESXI-KEEPS-DROPPING/m-p/2981453/highlight/false#M218
  6. I did drop a question over on vmware's community forums. https://communities.vmware.com/t5/Cloud-SDDC-Members/NFS-MOUNT-PRESENTED-TO-ESXI-KEEPS-DROPPING/m-p/2981374#M217
  7. 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.
  8. I have an all flash/all nvme zfs disk pool that I have a nfs share presenting out to an ESXi host for a work/homelab project I'm doing. The NFS mount keeps dropping and I cannot figure out why. Hopefully there is something in the logs. beast-diagnostics-20230808-0848.zip
  9. 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
  10. Would you be willing to make a docker template for this or one of the ones like it: https://hub.docker.com/r/uxora/xpenology/
  11. 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.
  12. you can, only if they aren't on a private docker network, otherwise they have to use a host IP.
  13. One thing that would be nice is the ability to assign multiple IP's to the unraid server, this way I can pick a different IP for different custom docker networks to come out of.
  14. 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.
  15. 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.
  16. The drive shows in the bios, it won't load in the OS though. I see nothing in /dev for nvme0n5. Diagnostics attached. This was there, it was working, one reboot later and it's gone and I don't know why. beast-diagnostics-20230718-1757.zip
  17. @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
  18. Hello, I'm looking for a photo tool that allows me to tag faces to people and to search through photos for text and keyword matching objects. Does such a thing exist? Think apple or google photos capability, but hosted on unraid.
  19. Adding a second parity drive to my server and I noticed that the array is claiming it has one failed drive. This is a false notification as I'm doing a rebuild action and do not have any failed drives in the array. It would be nice if the server told me that it was rebuilding %X% drive(s) when the rebuild action is initiated. It could say one failed and one in rebuild, in the case where I replaced one but another was in the process of being rebuilt.
  20. 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)
  21. I gave I gave up. It doesn’t work and there is no actual support anywhere. @ich777 @Squid this should be pulled from the app store until it’s repaired and made functional or the support thread is active with answers
  22. I was using a PCIe intel Write intensive Datacenter drive. I was seeing odd I/O performance out of that AIC. I'm in the process of upgrading to a newer system that needs fewer PCIe devices.
  23. Hello, I'm in the process of ordering parts for a new plex server build. I plan on making my system site level redundant and would like advice on replicating the media across a 200 mile distance. I can use syncthing for things like photos, but that doesn't seem to scale well with thousands of larger objects like movies and tv shows. Neither site has a datacap.
  24. Hello, I'm having trouble with my nvidia transcoder only sometimes working. My GPU will transcode under the automatic setting with no issues, but will not work with a manual setting. I'm running an nvidia 3090.