Everything posted by Endda
-
Needing help with log file getting full
Thanks so much!
-
Needing help with log file getting full
I have since removed the flags in that field (in an attempt to actually repair it) and got this response so that seems to be what was needed?
-
Needing help with log file getting full
so I did this on the cache drive. and this was the result. . . is that all that is needed. . .or do I need to add a modify flag to the command?
-
Needing help with log file getting full
thanks for the suggestion. here is what the webui gave me tower-diagnostics-20240716-2042.zip
-
Needing help with log file getting full
For a while over noticed the log file getting full and I'm having difficult figuring out what is filling it up. I just found a command to expand it to 512MB, but I doubt that will fix the issue (and it needs to be executed after each reboot). So I'm hoping to help analyze the server to figure out what is causing it
-
[Support] Linuxserver.io - SABnzbd
delete button doesn't do anything with the latest update
-
[Support] Linuxserver.io - Plex Media Server
there's been a lot of hub bub about the update so i just wanted to make sure thank you
-
[Support] Linuxserver.io - Plex Media Server
all good to update to stable unraid 6.9.0 with this docker?
-
[Support] Linuxserver.io - Radarr
all good to update to stable unraid 6.9.0 with this docker?
-
[Support] Linuxserver.io - Sonarr
perfect. no idea how that happened switched over and updated well
-
[Support] Linuxserver.io - Sonarr
What's the latest version of Sonarr from this build? I've been having issues with the way mine handles episodes with TBA names. I went to the /r/sonarr subreddit to get support and compared version numbers with others. Sonarr devs are asking me why I'm on a "2 year old alpha build" But I'm not seeing any updates for this when I go and check for updates via the Docker tab I'm using the tag/repo "lsiodev/sonarr-preview"
-
[Plugin] Mover Tuning
updated before seeing the 'do not update' in the changelog. temporarily removed for now (my mistake)
-
[Support] Linuxserver.io - Plex Media Server
is setting the docker container to /tmp and the plex server settings to /transcode the way to get this build transcoding to RAM. I read those details recently but I'm not sure if it relates to the LSIO container or a different one
-
[Support] Linuxserver.io - Sonarr
I seem to be having some strange issue with my /tv folder mapping that is preventing Sonarr from creating new folders or something. So I recently replaced a 4TB drive with an 8TB drive and the rebuild process took about a week. During that time, something happened and both Sonarr as well as Radarr threw up lots of missing titles. I knew they were there, as I had just watched one of them days before, but I suspect it was stored on that drive that I had updated. Even though unraid tells me the contents of the disk is emulated, I was unable to access the disk and (like I said) things on it were not accessible from Sonarr/Radarr. During this rebuild process I also noticed Sonarr/Radarr being unable to import newly added things. It was find with replacing items that I already had (and it already had access to) but importing new items from Sabnzbd were throwing up an error. I assumed it was because of the disk that was being rebuilt so I waited. once the rebuilding of the data was complete, I restarted unraid and sonarr/radarr were able to see those things that it had previously marked as missing the thing is, during this time I noticed that in the System section of Sonarr/Radarr, it was not showing the media folder for them. here, you can see the folders I have mapped right now in the sonarr UI (attached image 003 screenshot). but in unraid's docker editor page (attached image 004 screenshot), you can see I have the /tv folder mapped as well (it just isn't showing up in the sonarr UI and I think that is causing the importing issues here's a snippet from the log of when it attempts to import a new item. . . ____________ [v3.0.0.348] System.IO.DirectoryNotFoundException: Could not find a part of the path. at System.IO.File.Move (System.String sourceFileName, System.String destFileName) [0x000e3] in <04750267503a43e5929c1d1ba19daf3e>:0 at NzbDrone.Common.Disk.DiskProviderBase.MoveFileInternal (System.String source, System.String destination) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Disk\DiskProviderBase.cs:232 at NzbDrone.Mono.Disk.DiskProvider.MoveFileInternal (System.String source, System.String destination) [0x00076] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Mono\Disk\DiskProvider.cs:170 at NzbDrone.Common.Disk.DiskProviderBase.MoveFile (System.String source, System.String destination, System.Boolean overwrite) [0x000e1] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Disk\DiskProviderBase.cs:227 at NzbDrone.Common.Disk.DiskTransferService.TryMoveFileTransactional (System.String sourcePath, System.String targetPath, System.Int64 originalSize, NzbDrone.Common.Disk.DiskTransferVerificationMode verificationMode) [0x0008f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Disk\DiskTransferService.cs:490 at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean overwrite, NzbDrone.Common.Disk.DiskTransferVerificationMode verificationMode) [0x003cc] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Disk\DiskTransferService.cs:312 at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean overwrite, System.Boolean verified) [0x0000e] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Disk\DiskTransferService.cs:196 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.TransferFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series, System.Collections.Generic.List`1[T] episodes, System.String destinationFilePath, NzbDrone.Common.Disk.TransferMode mode) [0x00129] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:119 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.MoveEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode) [0x0005f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:81 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode, System.Boolean copyOnly) [0x0017c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:76 at NzbDrone.Core.MediaFiles.EpisodeImport.ImportApprovedEpisodes.Import (System.Collections.Generic.List`1[T] decisions, System.Boolean newDownload, NzbDrone.Core.Download.DownloadClientItem downloadClientItem, NzbDrone.Core.MediaFiles.EpisodeImport.ImportMode importMode) [0x0028e] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\MediaFiles\EpisodeImport\ImportApprovedEpisodes.cs:111 ____________ I think this was due to some corruption. I used the webui to check my disks and fixed 2 of them that reported errors. I'm no longer having issues importing items with these (I still don't see the tv/movie folder in sonnar/radarr webui though, but maybe that's normal) thanks for the great work everyone!
-
[Support] Linuxserver.io - Plex Media Server
oops, I'm sorry for asking in the wrong place. I figured if I asked there then they would just tell me to switch to their docker instead of LS.IO's I'll see what they say. . .
-
[Support] Linuxserver.io - Plex Media Server
I'm having this god awful plex token bug and can't seem to get Plex Media Server to grab the token when the Docker is run. is the error I'm getting in the log file so earlier today I was having an odd buffering issue on my Android tablet so I logged out of my account on the Plex Android app and tried to log back in. When I tried logging back in using my Google account (like I always do) I got (and still get) a error message saying it is unable to authenticate the token or something like that. When doing some googling about plex and a token, I saw a help page saying I can get some new token by going to the Plex website, changing my password and then selecting an option to log out all other devices which are logged in using my account I did that and now I'm having trouble getting any plex app/player to see my server. I'm sure it's likely because of this plex token this as that field is blank in my preferences.xml file (and why I'm getting that message in the log file). but I can't seem to figure out how to trigger the server to retrieve the token. I've seen a couple of github tickets that say certain routers can cause this issue, but I'm not sure how to resolve it any help would be greatly appreciated (sorry for the wall of text) edit - here is my run command
-
Drive write speeds really slow (SOLVED)
@Squid @limetech any word on this fix being added to unRAID Disk Settings or a popular plugin like Turbowrite?
-
[Support] Linuxserver.io - Ubooquity
Just installed this to test out my comic collection and the Android app I am using to access the server is telling me a feature isn't enabled (OPDS feed). I found that to enable OPDS feed I first need to visit the /admin/ page and enable it. However, nothing happens when I visit that admin page. The ip:2202/ubooquity/admin/ page looks the exact same (on Chrome) as the ip:2202/ubooquity/ page looks, and I'm not sure why. Some pages said I needed to add the "--remoteadmin" option. . . - https://ubooquity.userecho.com/communities/1/topics/396-admin-page-on-200-not-working . . .since it is running on an external NAS machine. But I haven't figured out how to do that. Add it to either the extra parameters (breaks the docker) or the post arguments (forces the app to shut down after an attempted start) doesn't seem to work. Any thoughts?
-
[Support] Linuxserver.io - Radarr
I'm seeing this error in the Radarr logs lately (looping every 10ish minutes or so). I don't know if it's something specific to this docker image, or radarr itself
-
[Support] Linuxserver.io - Plex Media Server
In regards to this hardware transcoding, if I toss a video card in my unRAID build, will it use that to help transcode things? (instead of or along with using the iGPU of the Intel chip)
-
[Plugin] CA Appdata Backup / Restore - Deprecated
I woke up to the same issue this morning (I have it scheduled to backup at 3AM on the 5th of every month). All other times it only takes a couple of hours to complete but this morning the dashboard wouldn't load, and docker images were never started backup. I look at the backup folder and I'm not sure anything was backed up last night Had to cut power and boot it back up just to get the dashboard to be responsive and am trying to do a manual backup now
-
[Support] Linuxserver.io - Plex Media Server
Ah, thanks! Here's the link for anyone who is looking for it I did have to enable privileged mode for it to work for me
-
[Support] Linuxserver.io - Plex Media Server
I see Plex has enabled hardware acceleration in their latest build - https://support.plex.tv/hc/en-us/articles/115002178853-Using-Hardware-Accelerated-Streaming I just tested this out with the latest version but can't seem to get it use the hardware. The article says some NAS devices could have issue with the feature, is that what is happening here?
-
[Support] Linuxserver.io - Plex Media Server
I just got Plex DVR setup on my unRAID box with this docker image and started testing recorded shows. The thing is, I am unable to delete any recorded shows from a Windows explorer window. If I enable the delete feature within Plex, I can then delete recorded shows from within the Plex player, but i still can't delete them from the Windows explorer window I'm being told that I require permission from Unix\999 to make changes to this folder/file (as shown in the attached image). Any idea what is going on here and how I could fix it? This is preventing me to from running MCEBuddy from my desktop PC to cut out commercials from my unRAID PC (two different PCs).