eagle470

Members
  • Posts

    420
  • Joined

  • Last visited

About eagle470

  • Birthday 08/01/1986

Converted

  • Gender
    Male
  • Location
    Nebraska, USA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

eagle470's Achievements

Enthusiast

Enthusiast (6/14)

28

Reputation

  1. This server is a bit long in the tooth, but I really don't want to rebuild it. The SSH service WILL NOT allow me to connect and I cannot figure out why. Please let me know if you see anything that I missed. unraid1-diagnostics-20240411-1940.zip
  2. 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'.
  3. 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.
  4. 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)" }
  5. 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
  6. 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
  7. 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
  8. 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.
  9. 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
  10. 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
  11. 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/
  12. 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.
  13. you can, only if they aren't on a private docker network, otherwise they have to use a host IP.