Everything posted by daniel329
-
UnRaid
I did try that - it does work. Just having a hard time figuring out what in the config is wrong. Weirdly I just rebooted again and I am able to access the webui although the log is still stuck at the above message.
-
UnRaid
It hangs at "Starting mcelog daemon: /usr/sbin/mcelog --daemon"
-
UnRaid
Hello all, I recently had a cache drive that was throwing SMART errors so I took the opportunity to upgrade it. I migrated all of the data off of the old cache drive and installed the new ones but the system was hanging on boot. I am able to boot into safe mode (no plugins) - thinking it was a plugin I removed all of my plugins but I still have the same problem. The system only boots in safe mode. Everything else in the dashboard seems fine. Diagnostics are attached and help is appreciated! Thank you!tower-diagnostics-20241215-2115.zip
-
[Support] binhex - Radarr
Hello all, I have been running Radarr on UnRaid just fine for years but after the latest updates after login I get a generic splash page that says "Failed to load Radarr Version 5.15.1.9463" I don't see anything glaring in the logs except for the end? But that isn't exactly my area of expertise. I did try to remove Radarr and the image and reinstall but no dice. Thanks in advance for any help! ___________________________________________________________________ text error warn system array login "ukr", "vie" ], "scanType": "Progressive" } - String) ---> System.Text.Json.JsonException: '0x10' is not a hex digit following '\u' within a JSON string. The string should be correctly escaped. Path: $.rawStreamData | LineNumber: 1 | BytePositionInLine: 32804. ---> System.Text.Json.JsonReaderException: '0x10' is not a hex digit following '\u' within a JSON string. The string should be correctly escaped. LineNumber: 1 | BytePositionInLine: 32804. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes) at System.Text.Json.Utf8JsonReader.ValidateHexDigits(ReadOnlySpan`1 data, Int32 idx) at System.Text.Json.Utf8JsonReader.ConsumeStringAndValidate(ReadOnlySpan`1 data, Int32 idx) at System.Text.Json.Utf8JsonReader.ConsumeString() at System.Text.Json.Utf8JsonReader.ConsumeValue(Byte marker) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.Converters.ObjectDefaultConverter`1.OnTryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value) at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value) at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) --- End of inner exception stack trace --- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex) at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state) at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 utf8Json, JsonTypeInfo jsonTypeInfo, Nullable`1 actualByteCount) at System.Text.Json.JsonSerializer.ReadFromSpan[TValue](ReadOnlySpan`1 json, JsonTypeInfo jsonTypeInfo) at System.Text.Json.JsonSerializer.Deserialize[TValue](String json, JsonSerializerOptions options) at Dapper.SqlMapper.TypeHandler`1.Dapper.SqlMapper.ITypeHandler.Parse(Type destinationType, Object value) in /_/Dapper/SqlMapper.TypeHandler.cs:line 42 at Dapper.SqlMapper.TypeHandlerCache`1.Parse(Object value) in /_/Dapper/SqlMapper.TypeHandlerCache.cs:line 23 at Deserialize64c2a720-071b-4337-96c0-3e2d2620b28d(DbDataReader ) --- End of inner exception stack trace --- at Dapper.SqlMapper.ThrowDataException(Exception ex, Int32 index, IDataReader reader, Object value) in /_/Dapper/SqlMapper.cs:line 3878 at Deserialize64c2a720-071b-4337-96c0-3e2d2620b28d(DbDataReader ) at Dapper.SqlMapper.<>c__DisplayClass167_0`8.<GenerateMapper>b__1(DbDataReader r) at Dapper.SqlMapper.MultiMapImpl[TFirst,TSecond,TThird,TFourth,TFifth,TSixth,TSeventh,TReturn](IDbConnection cnn, CommandDefinition command, Delegate map, String splitOn, DbDataReader reader, Identity identity, Boolean finalize)+MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.MultiMap[TFirst,TSecond,TThird,TFourth,TFifth,TSixth,TSeventh,TReturn](IDbConnection cnn, String sql, Delegate map, Object param, IDbTransaction transaction, Boolean buffered, String splitOn, Nullable`1 commandTimeout, Nullable`1 commandType) at Dapper.SqlMapper.Query[TFirst,TSecond,TThird,TReturn](IDbConnection cnn, String sql, Func`4 map, Object param, IDbTransaction transaction, Boolean buffered, String splitOn, Nullable`1 commandTimeout, Nullable`1 commandType) at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[TFirst,TSecond,TThird,TReturn](IDatabase db, String sql, Func`4 map, Object param, IDbTransaction transaction, Boolean buffered, String splitOn, Nullable`1 commandTimeout, Nullable`1 commandType) at NzbDrone.Core.Datastore.SqlMapperExtensions.QueryJoined[T,T2,T3](IDatabase db, SqlBuilder builder, Func`4 mapper) at NzbDrone.Core.Movies.MovieRepository.All() at NzbDrone.Core.Movies.MovieService.GetAllMovies() at Radarr.Api.V3.Movies.MovieController.<>c__DisplayClass11_0.<AllMovie>b__1() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Radarr.Api.V3.Movies.MovieController.AllMovie(Nullable`1 tmdbId, Boolean excludeLocalCovers, Nullable`1 languageId) at lambda_method49(Closure , Object , Object[] ) 2024-12-07 16:38:16,725 DEBG 'radarr' stdout output: at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync() --- End of stack trace from previous location --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Radarr.Http.Middleware.BufferingMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.IfModifiedMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.CacheHeaderMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.StartingUpMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.UrlBaseMiddleware.InvokeAsync(HttpContext context) at Radarr.Http.Middleware.VersionMiddleware.InvokeAsync(HttpContext context) at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task) SQL: ==== Begin Query Trace ==== QUERY TEXT: SELECT "Movies".*, "MovieFiles".*, "MovieMetadata".* FROM "Movies" LEFT JOIN "MovieFiles" ON ("Movies"."MovieFileId" = "MovieFiles"."Id") LEFT JOIN "MovieMetadata" ON ("Movies"."MovieMetadataId" = "MovieMetadata"."Id") PARAMETERS: ==== End Query Trace ==== 2024-12-07 16:44:57,860 DEBG 'radarr' stdout output: [Info] Radarr.Http.Authentication.BasicAuthenticationHandler: Basic was not authenticated. Failure message: Authorization header missing. ___________________________________________________________________
-
[Support] Linuxserver.io - Nextcloud
Hello all, I'm unable to get this image running. I can get to the setup page of Nextcloud but after entering the info I get a 504 error and then redirected to the setup page. I have to manually clear the AppData for nextcloud each time because if I keep trying it tells me the user already exists. The logs have this repeating message: Exception: Not installed in /config/www/nextcloud/lib/base.php:282 Stack trace: #0 /config/www/nextcloud/lib/base.php(663): OC::checkInstalled() #1 /config/www/nextcloud/lib/base.php(1104): OC::init() #2 /config/www/nextcloud/cron.php(43): require_once('/config/www/nex...') #3 {main} I've searched and haven't come up with any solutions. I did notice the download from Community Applications was quite slow but maybe the servers are just under load. Thanks!
-
[Support] Linuxserver.io - Plex Media Server
I do have another question, my subtitles have been broken for months. I was hoping that switching to this docker would resolve but neither regular nor forced subtitles work. Video re-loads and there are none regardless of if I’m using the iOS app or browser.
-
[Support] Linuxserver.io - Plex Media Server
I think I fixed it! My mappings were correct in the docker settings but they weren’t carrying over to plex settings. They were showing under settings and libraries as /data/TV and /data/Movies instead of /mnt/TV and /mnt/Movies. Once this was corrected files began re-linking
-
[Support] Linuxserver.io - Plex Media Server
I'm hoping for some assistance. I switched to this docker from the LimeTech docker because it wasn't being updated and I lost live OTA TV. Anyway, I've double checked all of my mappings and they are the same but now my media is showing "unavailable" even though the mappings are correct. I tried to force it to rescan the database and it acts like it is finished but nothing changes and my content is offline. Ideas? Plex Media Server Logs_2019-08-05_21-34-10.zip Log for_ plex.htm
-
[Support] Linuxserver.io - Plex Media Server
Update - I’ve tried deleting and reinstalling iOS apps as well as rebooting the server. Local stream (not transcode) maxes CPU to 100% according to the UnRaid dashboard. Plex Media Server Logs_2018-11-21_04-47-53.zip
-
[Support] Linuxserver.io - Plex Media Server
Appreciate the tip. Unfortunately I am using VNC as my graphics card anyway...but having the issue even when the VM is off.
-
[Support] Linuxserver.io - Plex Media Server
Also weird - streaming seems to be much better in the web browser but bad in the iOS/Android App.
-
[Support] Linuxserver.io - Plex Media Server
I have one, but it is off.
-
[Support] Linuxserver.io - Plex Media Server
Hey all - not sure if this is a known issue. But for the past week my Plex docker performance has been awful. I can't stream shows even locally (only 1 stream) and Unraid is showing near constant 100% CPU usage. I've tried disabling various dockers but it seems to directly be related to what is streaming's gonna plex. If I restart Plex it works for a few minutes then stops again. I used to easily be able to stream 5 connections. Core i5-4570 16GB of RAM with a 500GB SSD cache drive.
-
[Support] Linuxserver.io - OpenVPN AS
Has anyone had luck with this? Since the update my clients connect to OpenVPN-AS but I can't access any local devices. IE going to 192.168.1.1 just accesses the router at the remote site and not my router at home where UnRaid is. Similarly, I can't access the UnRaid WebUI.
-
[SUPPORT] pihole for unRaid - Spants repo
Ran the install, changed the TZ, changed UnRaid's port to free up port 80, and I'm getting this error. Looked through my dockers and I don't see anything using port 53? I tried switching the interface to eth0 root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="pihole" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "ServerIP"="192.168.1.22" -e "DNS1"="8.8.8.8" -e "DNS2"="8.8.4.4" -e "IPv6"="False" -e "TZ"="Americas/New_York" -e "WEBPASSWORD"="admin" -e "INTERFACE"="eth0" -e "DNSMASQ_LISTENING"="all" -p 53:53/tcp -p 53:53/udp -p 80:80/tcp -v "/mnt/user/appdata/pihole/pihole/":"/etc/pihole/":rw -v "/mnt/user/appdata/pihole/dnsmasq.d/":"/etc/dnsmasq.d/":rw --cap-add=NET_ADMIN diginc/pi-hole:latest 5442d047cc08e2f750b707bde9f4ce161b51f1b64569a3253d77f0217c855659 /usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint pihole (7979d10917d31c7c09c69508c07f67166e8e7ab21cd4d340fc1637516a3d017e): Error starting userland proxy: listen tcp 0.0.0.0:53: bind: address already in use. The command failed.
-
[Support] Linuxserver.io - Nextcloud
Having the exact same issue. There is also no "office" section in the upper left corner of Nextcloud like usual.
-
[Support] Linuxserver.io - Nextcloud
Having the same issue when I try and move my nextcloud to a subdomain. Same exact error repeating in the logs. Did you find a solution?
-
[Support] Linuxserver.io - Nextcloud
Has anyone gotten CardDav sync to work with MacOS? It's the one thing I've never been able to get to work. Sometimes MacOS will take the carddav address but nothing ever syncs. iOS is always fine.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Oh my word it's 2AM and I'm SO close to getting this working. My other services like sonarr and such are working fine through my duckdns.org domain but NextCloud is throwing a bad gateway error through the domain and when I load the WebUI from UnRaid it just takes me back to the home page of the unraid screen. I have no idea what I'm doing wrong at this point and I would just pay someone to remote in and fix it for me if anyone is interested. Logs are clean.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
To make things even more complicated, I tried to connect to nextcloud from my office using https://domain.duckdns.org/nextcloud - and it worked.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I'm not sure how unRaid would be using port 81 or 444. I did, however, notice that my port 443 goes to port 444 for NextCloud - but it was that way before so I'm not sure why it would stop working now?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Comcast
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
My second question is: Is it possible to just use the new built-in UnRaid Let's Encrypt and add our own Site-Configs? What would be the advantages of running this in a container?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
So I hate to add to the chaos...but I use this docker daily for my business in conjunction with NextCloud.... Basically I read about the problem and issued the fix (HTTPSVAR True & Router 80 to 81 & Router 443 to 444) Upon UnRaid update and reboot I can't even start my container. I've attached images. (I know the email and domain are missing I took them out) The log simply reads: "Error grabbing logs: EOF" I've tried uninstalling and reinstalling the container. Thanks for all you guys do to keep us running. I hope I included enough info.
-
[Support] Linuxserver.io - OpenVPN AS
Thank-you both for the clarification!