radfx

Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by radfx

  1. Hi all,

    I have noted that after installing V4 i will randomly get database errors, i upgraded from V3 and it seems to happen every few months so not life shattering, i restore from backup and im up and running again.

    i thought it was maybe the docker updating while its doing a scan to i disabled auto updated, then on the 31st of march i noticed no new shows downloading, went to add one manually and it found it but didnt grab then looked at the logs and saw the usual errors, so wasnt from an update and no power outage or anything on the server

     

     The database got locked, then a little while later became malformed.

    I have had it running smoothly for a long time but V4 seems to give random errors, some say i may need to nuke the database and start again as there maybe something lurking causing the issues other posts mention keywords might be causing (i had favorited keywords like X265 and Dubbed etc but have moved to some trash guides for dubbed anime that seems to be going well.

     

    Any advice appreciated

    2024-03-30 23:32:21.5|Info|HousekeepingService|Running housecleaning tasks
    2024-03-30 23:32:22.7|Info|Database|Vacuuming Log database
    2024-03-30 23:32:25.7|Info|Database|Log database compressed
    2024-03-30 23:32:25.8|Info|Database|Vacuuming Main database
    2024-03-30 23:33:21.6|Error|TaskExtensions|Task Error
    
    [v4.0.2.1183] code = Busy (5), message = System.Data.SQLite.SQLiteException (0x800007AF): database is locked
    database is locked
       at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
       at System.Data.SQLite.SQLiteDataReader.NextResult()
       at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
       at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
       at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1075
       at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1058
       at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 188
       at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 151
       at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Sonarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138
       at System.Dynamic.UpdateDelegates.UpdateAndExecute4[T0,T1,T2,T3,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2, T3 arg3)
       at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Sonarr.Core/Messaging/Commands/CommandQueueManager.cs:line 142
       at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Sonarr.Core/Jobs/Scheduler.cs:line 42
       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)
    
    2024-03-30 23:34:19.7|Info|Database|Main database compressed
    2024-03-30 23:39:21.7|Info|RssSyncService|Starting RSS Sync
    2024-03-30 23:39:29.2|Info|DownloadDecisionMaker|Processing 270 releases
    
    
    
    2024-03-31 01:12:29.2|Info|RssSyncService|Starting RSS Sync
    2024-03-31 01:12:38.7|Info|DownloadDecisionMaker|Processing 267 releases
    2024-03-31 01:12:39.2|Info|RssSyncService|RSS Sync Completed. Reports found: 267, Reports grabbed: 0
    2024-03-31 01:27:59.4|Info|RssSyncService|Starting RSS Sync
    2024-03-31 01:28:06.6|Info|DownloadDecisionMaker|Processing 271 releases
    2024-03-31 01:28:07.1|Info|RssSyncService|RSS Sync Completed. Reports found: 271, Reports grabbed: 0
    2024-03-31 01:32:59.5|Error|TaskExtensions|Task Error
    
    [v4.0.2.1183] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed
    database disk image is malformed
       at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
       at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
       at System.Data.SQLite.SQLiteDataReader.NextResult()
       at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
       at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
       at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1075
       at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1058
       at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 188
       at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 151
       at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Sonarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138
       at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Sonarr.Core/Messaging/Commands/CommandQueueManager.cs:line 142
       at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Sonarr.Core/Jobs/Scheduler.cs:line 42
       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)
    
    2024-03-31 01:33:29.5|Error|TaskExtensions|Task Error
    
    [v4.0.2.1183] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed
    database disk image is malformed
       at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
       at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
       at System.Data.SQLite.SQLiteDataReader.NextResult()
       at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
       at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
       at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1075
       at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1058
       at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 188
       at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 151
       at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Sonarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138
       at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Sonarr.Core/Messaging/Commands/CommandQueueManager.cs:line 142
       at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Sonarr.Core/Jobs/Scheduler.cs:line 42
       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)
    
    2024-03-31 01:33:59.5|Error|TaskExtensions|Task Error
    
    [v4.0.2.1183] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed
    database disk image is malformed
       at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)
       at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)
       at System.Data.SQLite.SQLiteDataReader.NextResult()
       at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
       at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
       at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(IDbCommand cmd, Boolean wasClosed, CommandBehavior behavior) in /_/Dapper/SqlMapper.cs:line 1075
       at Dapper.SqlMapper.QueryMultipleImpl(IDbConnection cnn, CommandDefinition& command) in /_/Dapper/SqlMapper.cs:line 1058
       at NzbDrone.Core.Datastore.BasicRepository`1.Insert(IDbConnection connection, IDbTransaction transaction, TModel model) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 188
       at NzbDrone.Core.Datastore.BasicRepository`1.Insert(TModel model) in ./Sonarr.Core/Datastore/BasicRepository.cs:line 151
       at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push[TCommand](TCommand command, CommandPriority priority, CommandTrigger trigger) in ./Sonarr.Core/Messaging/Commands/CommandQueueManager.cs:line 138
       at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Push(String commandName, Nullable`1 lastExecutionTime, Nullable`1 lastStartTime, CommandPriority priority, CommandTrigger trigger) in ./Sonarr.Core/Messaging/Commands/CommandQueueManager.cs:line 142
       at NzbDrone.Core.Jobs.Scheduler.ExecuteCommands() in ./Sonarr.Core/Jobs/Scheduler.cs:line 42
       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)
    
    2024-03-31 01:34:29.5|Error|TaskExtensions|Task Error

     

    sonarr.16 error log.txt

  2. I think I dun goofed, and not sure if this is the best place to write about it?

    I have 2 new 8TB drives and no free internal slots, so I connected a multibay USB JBOD enclosure, so unpaid unassigned devices saw both disks, I used the plugin to start pre clear , it says both drives will be done, hit start and 98 hours later it says complete.

    but I only ever saw the one HDD drive flashing and only 1 drive shows 'pre cleared' but when I "+" in the tools menu, both drives have a pre clear file - I think the system got confused as both drives reporting as the same (both show DEV1) but one listed as sdj and one as sdk

    so it didn't seem to be going any further, didn't say anywhere ok moving to next drive, but when I clicked the top square icon, the pre cleared status is gone for the one drive but the logs remain.

    so, should I be removing and just doing 1 drive at a time? is it because they are the same model that confused things or am I way off?

    (my plan was to pre clear both, then shut down, replace the smaller drive, let it rebuild then shut down and replace the next smallest drive)

     

    any tips appreciated!

    Screenshot 2023-06-08 at 10.19.40 pm.png

    Screenshot 2023-06-08 at 10.19.52 pm.png

  3. On 3/1/2023 at 11:06 AM, JonathanM said:

    I'm just concerned there will be a bunch of very confused people not able to log in.

    I don’t visit the forums all that often but notices my server plug-in offline, when trying to login I no longer could as it wouldn’t accept my username or email address, thankfully a password reset got my back in☺️

    • Like 1
  4. Hi everyone!

    I tried this a while ago when 6.10 first came out, everything updated, plex loads and any videos that are direct play work without issue, anything that needs transcoding hangs then gives a transcoding error.

    Someone else posted about the same issue here: (but they resolved it with a restart, i unfortunately am not that lucky)

    Same issue

    I tried a few things suggested (deleting codes folder, uninstalling and reloading the docker, resetting permissions on files, nothing worked..

    plex loads but transcoding just doesn't work..

    so after seeing 6.10.3 available i thought id give it another try..

    same issue, i cant see any errors apart from plex when the playback fails and as far as i can tell have updated everything i need..

    Going to go back to 6.9 again, im sure it maybe something simple, but i just dont know enough about this to troubleshoot deeply.

    and advise would be appreciated

     

  5. i found out how to access the logs, it appears to load V6.5 at the start then tries to load 8.11 and fails

    cat /var/log/syslog | grep pulseway
    May 12 21:20:24 Servername pulseway: Starting Pulseway Daemon version 6.5 (2019082205)
    May 12 21:20:24 Servername pulseway: Configuration read successfully!
    May 12 21:20:36 Servername pulseway-update: Copy to directory /var/pulseway/update
    May 12 21:20:36 Servername pulseway-update: Copy to directory /var/pulseway/update/usr
    May 12 21:20:36 Servername pulseway-update: Copy to directory /var/pulseway/update/usr/sbin
    May 12 21:20:36 Servername pulseway-update: Copy to directory /var/pulseway/update/etc
    May 12 21:20:36 Servername pulseway-update: Copy to directory /var/pulseway/update/etc/systemd
    May 12 21:20:36 Servername pulseway-update: Create directory /var/pulseway/update/etc/systemd
    May 12 21:20:36 Servername pulseway-update: Copy to directory /var/pulseway/update/etc/systemd/system
    May 12 21:20:36 Servername pulseway-update: Create directory /var/pulseway/update/etc/systemd/system
    May 12 21:20:36 Servername pulseway-update: Copy to directory /var/pulseway/update/etc/pulseway
    May 12 21:20:36 Servername pulseway-update: Reload systemd
    May 12 21:20:36 Servername pulseway-update: Start the daemon via systemd
    May 12 21:20:36 Servername pulseway-update: Could not start the daemon via systemd: error code 127
    May 12 21:20:36 Servername pulseway-update: Start the daemon via 'service' command
    May 12 21:20:36 Servername pulseway-update: Could not start the daemon via 'service' command: error code 127
    May 12 21:20:36 Servername pulseway-update: Start the daemon service via /usr/sbin/pulsewayd
    May 12 21:20:36 Servername pulseway: Starting Pulseway Daemon version 8.11 (2022050601)
    May 12 21:20:36 Servername pulseway: Got exception signal: 11
    May 12 21:20:36 Servername kernel: pulsewayd[7374]: segfault at 7ffe1ca12839 ip 0000000000480968 sp 00007ffd1ca02780 error 6 in pulsewayd[406000+589000]
    May 13 00:24:03 Servername pulseway: Starting Pulseway Daemon version 8.11 (2022050601)
    May 13 00:24:03 Servername pulseway: Got exception signal: 11
    May 13 00:24:03 Servername kernel: pulsewayd[28128]: segfault at 7fff57866939 ip 0000000000480968 sp 00007ffe57856880 error 6 in pulsewayd[406000+589000]
    May 13 00:24:29 Servername pulseway: Starting Pulseway Daemon version 8.11 (2022050601)
    May 13 00:24:29 Servername pulseway: Got exception signal: 11
    May 13 00:24:29 Servername kernel: pulsewayd[29070]: segfault at 7ffd573c3c09 ip 0000000000480968 sp 00007ffc573b3b50 error 6 in pulsewayd[406000+589000]
    May 13 00:24:43 Servername pulseway: Starting Pulseway Daemon version 8.11 (2022050601)
    May 13 00:24:43 Servername pulseway: Got exception signal: 11
    May 13 00:24:43 Servername kernel: pulsewayd[29578]: segfault at 7ffefac31139 ip 0000000000480968 sp 00007ffdfac21080 error 6 in pulsewayd[406000+589000]
    May 15 16:06:29 Servername pulseway: Starting Pulseway Daemon version 8.11 (2022050601)
    May 15 16:06:29 Servername pulseway: Got exception signal: 11
    May 15 16:06:29 Servername kernel: pulsewayd[6946]: segfault at 7ffebc726f69 ip 0000000000480968 sp 00007ffdbc716eb0 error 6 in pulsewayd[406000+589000]

     

    I have edited the config XML file to read false for updates and rebooted. the logs still indicate that its starts with 6.5 then loads 8.11, it seems to be running, the only difference on this reboot is there is a "pulseway: Received request Change token '*HIDDEN*'  from device Id: 'SERVER'"

    so maybe editing the config forced something to reset?

    as of now its been running for over 5 mins where before it would bombs out about 30 seconds after start.

  6. Hi everyone, ill start with im quite a noob here, but i managed to get pulseway working and reporting for about 2 years now without issue following guides here and on YouTube.

    Recently it popped up saying my server was offline in the middle of the day, but i could still VPN into it, so i remotely restarted (i know the uptime was lost) and it shows as all good with pulseway saying its online,  then a few mins later, back to offline.

    i havent changed any settings and cant find anything on an update to pulseway thats causing issues.

    i can manually run pulseway from terminal

    /etc/rc.d/rc.pulseway start
    Starting Pulseway Daemon ... Error!

    and get an error but I am not even sure if its suppose to be able to run from here but produces these errors when i do:

    May 13 00:24:03 SERVER kernel: pulsewayd[28128]: segfault at 7fff57866939 ip 0000000000480968 sp 00007ffe57856880 error 6 in pulsewayd[406000+589000]

     

    so im stumped, i dont even know how to look through the logs to see whats causing the happy start then crash.

    nothing life threatening here, but any help would be appreciated

  7. 17 hours ago, ich777 said:

    @tiphae & @MrInhumane & @Xaero CoreKeeper container is done and should be available in the next few hours in the CA App.

     

    Please note that you don't have to forward any ports for this game because it uses the Steam Network and the GameID to establish the connection.

    You can get your GameID in the logs from the container after it successfully started.

     

    Have fun!

    You absolute legend, thank you!!!

  8. Hi all, just did my rounds of updates, 3 plugins, of which CA's was one, i did the updates, then got a strange error on the web pages (all of them) of a certain line cannot be blank..

    i could click into other pages, but then nothing within that page. the error was on top of every screen. then after a few refreshes, found that CA had an update again, so i though oh it must have been a bugged release and its now been fixed, so i tried updating, and it says its updating but the message of an update available remained.

    So i deleted the plugin and reinstalled it, no errors anymore, but when i load CA it shows the main page, with 'updating content in small writing and goes no further.

    i have tried removing the plugin and installing, but this issue now remains

    CA.thumb.jpg.b08f1de2cabbf973da56572dad18f1e9.jpg

    i can click on the settings link and link to support, but links displaying available apps etc don't work.

    also, in the settings, when clicking on the servers, the main server loads some JSON file but remains a screen full of text, but the backup server corrects itself to neat formatting, so maybe server error?

    CA-stats.jpg.8501d35eaee394c2cc6519243cb800e2.jpg

    CA-main.jpg.a06252c521fe6cd5a87aa4a2c142c15b.jpg

    CA-backup.jpg.4005e34b62657c299895ded2e07ca273.jpg

     

  9. 1 minute ago, ulTimaS said:

    There is a problem with Mono 6.0 where this doesn't work anymore for some reason. Try switching to linuxserver/radarr:5.14 tag and report again. The problem also occurs in Sonarr.

     

    I have the same setup as you and it was working fine until mono 6.0 was introduced. 
    https://www.reddit.com/r/radarr/comments/chp8tz/radarr_and_sonarr_copying_instead_of_moving/
    https://forums.sonarr.tv/t/permission-issues-after-mono-6-upgrade/22876

    i didn't realize that this would impact its ability to access files, or if it did it would impact everything (as i mentioned it will move if its in the same subdirectory) but i will do as you suggest and give it a try, thank you!

  10. *EDIT: SOLVED*

    Thanks to user @ulTimaS who pointed out what people before my post were talking about an updated version of Mono (V6) that has been causing permissions and import issues for multiple users and suggested to force it to use 5.14 and my instant importing has been resolved... Thank you again.

    And thank you to @Squid for pointing me in the right direction earlier while he was helping another user..

     

     

    Hi everyone.

     

    Im writing to ask for some help (yeah, again, sorry), I thought I had everything setup as per a previous post regarding slow import speeds because User Squid (sorry I don't know how to link or mention user accounts directly) mentioned that files traversing different mount points cannot be moved so a copy is done, and what I thought I did right following the advice posted but I noticed again when importing a 30GB movie that it took nearly an hour..

    So I did some experimenting.

    Firstly, I have changed my Radarr mounts in unraid to be /data only (I deleted the /download mount point and changed the remaining one) as per user "Wh0_cares' "and then within radarr itself had /data/media/movies while pointing it to manually import from /data/downloads. (this was on page 10 of this post)

     

    my understanding was because /data was now the original mount point for this docker, any subdirectory difference shouldn't matter, but it still does..

    If I move the file to the same folder as where the movie folders live and import, its instant, if I have it at the downloads folder, to copies, but its all originating from /data. so I think?

     

    I have included some screenshots showing the layout.. I thought I had it going, as im sure I did a test import last month when I set it up, but testing now shows it still copies when manual import is set to move unless its from the same folder as the destination.

    so you can see my radarr folders :

    588395426_ScreenShot2019-07-31at8_59_49pm.png.2699a0c0df4faf2ba3ac7f10aca7d56b.png

    all coming from /data.

    so if I have the source file living within /data/media/import or /data/media/temp files (see pic:

    1190312513_ScreenShot2019-07-31at9_01_53pm.png.1ce3de4da3b1dbf977099ded01d24a99.png

    its an instant move

    but coming from its original download folder which is /data/downloads/radarr/

    it will only copy.

     

    I can happily use Krusader to move the file instantly between these directories.

     

    Any help greatly appreciated!

    1673297801_ScreenShot2019-07-31at8_58_36pm.png.aa216fc989d50dabe884f9bf06e79163.png

    877418556_ScreenShot2019-07-31at8_58_59pm.png.348d905be6b62473d97b4672631bbfd8.png

     

  11. On 1/9/2018 at 9:14 AM, wh0_cares said:

    Thank you. I just tested this today and it worked, NZB started a 30.8GB download at 5:25 and at 5:59 it finished then Radarr imported within 5 seconds.I had a feeling it might have been the docker mounts. For NZBGet I changed /downloads (/mnt/user/Downloads) to /data (/mnt/user/)  and changed the MainDir path to /data/Downloads. For Radarr  I removed /downloads (/mnt/user/Downloads), changed /movies (/mnt/user/Movies) to /data (/mnt/user/) and fixed the movie path to /data/Movies. I also did this for Sonarr and everything is working perfect with cache also

    Hi, I realise this has been quite a while since This post, but I have run into the same issue you did with super slow importing of movies (now I started getting 4K stuff which is 15-50GB it takes a stupidly long time to move.

    so I'm looking at changing the paths but I'm just not 100% certain wha to change.

    I mostly use Linuxserver.io containers so my radarr paths are /downloads and /movies, when you said you removed /downloads does that mean you went to update the container, removed the host path 2: * container path /downloads line completely and just had a single Host path entry going to your /data share then within radarr itself, what paths did you have to change, 

    I think I'm following but down want to break my setup..

    Hi, I realise this has been quite a while since This post, but I have run into the same issue you did with super slow importing of movies (now I started getting 4K stuff which is 15-50GB it takes a stupidly long time to move.

    so I'm looking at changing the paths but I'm just not 100% certain wha to change.

    I mostly use Linuxserver.io containers so my radarr paths are /downloads and /movies, when you said you removed /downloads does that mean you went to update the container, removed the host path 2: * container path /downloads line completely and just had a single Host path entry going to your /data share then within radarr itself, what paths did you have to change, 

    I think I'm following but down want to break my setup..

    from what user Squid said am I thinking right that in the container editor if you have multiple hosts paths it gives the docker acmes to those directories but it will see them as completely separate volumes so 'moving' or hotlinks don't work?

    if you could post screenshots so I can n00b my way through it would be greatly appreciated..

     

     

     

     

  12. A recommendation for better file sizes:
    In Handbrake GUI video tab select Video Encoder H.265 NVenc, Profile main, and Level 5.0.
    Lastly, The slider to the right of Video Encoder set to CQ: 23.
     
    With hardware encoding you lose a bit of quality, so if those settings don't look good to you in the new video, slide CQ:22 and on down until you're happy with the quality.


    Will give these settings a try, thank you!


    Sent from my iPhone using Tapatalk
  13. The CPU load you saw is from Handbrake using software decoding.  Handbrake only uses the GPU for encoding.
    If you want to experience Nvidia hardware decoding and encoding you can try ffmpeg directly:
    docker run --rm --runtime=nvidia -v "/unraid/videos:/input:rw" -e 'NVIDIA_DRIVER_CAPABILITIES'='all' -e 'NVIDIA_VISIBLE_DEVICES'='GPU-UUID-from-nvidia-pluginXXXX' djaydev/ffmpeg-ccextractor \ffmpeg -hwaccel nvdec -i "/input/oldvideo.ts" -c:v hevc_nvenc -c:a copy "/input/newvideo.mp4"

    Running that from Unraid's command line, and changing the "/videos/test" to the folder where your video for transcoding resides should produce a new mp4 with much less CPU load.
     
    Using ffmpeg directly can get annoying when trying to control the file size, video quality, deinterlacing etc., which is what makes Handbrake so awesome popular (Handbrake uses ffmpeg). 


    Ahh that makes sense!
    Yeah handbrake is awesome but the videos I have been encoding have been double the size so there are some tweaks I need to sort out, thanks for the tips with FFmpeg


    Sent from my iPhone using Tapatalk
  14. Handbrake with HW encoding support? *THANK YOU* just set it up, while my 8 core 16 thread server went to 60% CPU usage and my 1060GTX jumped to 11%, it was encoding at 600+ FPS.

    thinking the CPU was high and maybe not using the NVIDIA card, i tried a non NVEC codec.. 200 FPS and 100% CPU jumping the server to 75 degrees C within seconds..

    yep, she uses a bit of CPU, but not anywhere near as much as CPU only encoding!

  15. On 2/14/2019 at 8:18 PM, oOSGearOo said:

    Hi

    Many thanks for your hard work, a most excellent posting.

    I get as far as step 8 [/etc/rc.d/rc.pulseway start]  This produces error for me something is missing,

     

    Error -:- /etc/pulseway# /etc/rc.d/rc.pulseway start
    Starting Pulseway Daemon ... /usr/sbin/pulsewayd: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
    Error!

     

    I guess that the libssl.so.0.9.8 is missing?

     

    Iam running Version: 6.7.0-rc3 of unraid.

     

    Any chance of upgrading your guide pls, as I would like to get pulseway working on Unraid 6.7.0-rc3 and future versions.

     

    Can pulseway be installed as a plugin/docker/app!?

     

    Many thanks

    --

    oOSGearOo

     

    Just updated from 6.6.6 which had pulseway running perfectly, to 6.7 and am getting the same error, when trying to re hardlink the files (following the guides) i get this: ln -s /usr/lib64/libidn.so.12 /usr/lib64/libidn.so.11
    ln: failed to create symbolic link '/usr/lib64/libidn.so.11': File exists

    then i get the same error as quoted above (no file or directory). im sure its something simple but unless there is a step by step on what to edit/patch/run, ive no idea..

     

    Any updates would be greatly appreciated!