Jump to content

boianski

Members
  • Posts

    48
  • Joined

  • Last visited

Posts posted by boianski

  1. Hi everyone,


    I am a little confused on the ability to login to a docker container, say Plex or Krusader, trough Unraid Connect. I was successfully able to get UC to work, I am logged in trough a tethered connection from my cell provider on a laptop but I can not open the individual dockers. Is there an extra step or is that not the function of UC? 

    thank you

  2. not sure what to do with this..  why do these dockers just decide to nuke themselves from time to time is beyond me. 

     

    Quote

    2024-01-03 23:31:54,473 DEBG 'sonarr' stdout output:
    [Fatal] ConsoleApp: EPIC FAIL! 

    [v4.0.0.748] NzbDrone.Common.Exceptions.SonarrStartupException: Sonarr failed to start: Error creating main database
     ---> System.Exception: constraint failed
    NOT NULL constraint failed: History.Languages
    While Processing:
    "UPDATE "History" SET "Languages" = '[' || "Language" || ']'"
    2024-01-03 23:31:54,473 DEBG 'sonarr' stdout output:

     ---> code = Constraint (19), message = System.Data.SQLite.SQLiteException (0x800027AF): constraint failed
    NOT NULL constraint failed: History.Languages
       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 System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)
       at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()
       at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery(String sql)
       --- End of inner exception stack trace ---
       at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery(String sql)
       at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Process(String sql)
       at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Execute(String template, Object[] args)
       at FluentMigrator.Runner.Processors.ProcessorBase.Execute(String sql)
       at FluentMigrator.Expressions.ExecuteSqlStatementExpression.ExecuteWith(IMigrationProcessor processor)
       at FluentMigrator.Runner.MigrationRunner.<>c__DisplayClass80_0.<ExecuteExpressions>b__1()
       at FluentMigrator.Runner.StopWatch.Time(Action action)
       at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions(ICollection`1 expressions)
       at FluentMigrator.Runner.MigrationRunner.ExecuteMigration(IMigration migration, Action`2 getExpressions)
       at FluentMigrator.Runner.MigrationRunner.ApplyMigrationUp(IMigrationInfo migrationInfo, Boolean useTransaction)
       at FluentMigrator.Runner.MigrationRunner.MigrateUp(Int64 targetVersion, Boolean useAutomaticTransactionManagement)
       at FluentMigrator.Runner.MigrationRunner.MigrateUp(Boolean useAutomaticTransactionManagement)
       at FluentMigrator.Runner.MigrationRunner.MigrateUp()
       at NzbDrone.Core.Datastore.Migration.Framework.MigrationController.Migrate(String connectionString, MigrationContext migrationContext, DatabaseType databaseType) in ./Sonarr.Core/Datastore/Migration/Framework/MigrationController.cs:line 79
       at NzbDrone.Core.Datastore.DbFactory.CreateMain(String connectionString, MigrationContext migrationContext, DatabaseType databaseType) in ./Sonarr.Core/Datastore/DbFactory.cs:line 116
       --- End of inner exception stack trace ---
       at NzbDrone.Core.Datastore.DbFactory.CreateMain(String connectionString, MigrationContext migrationContext, DatabaseType databaseType) in ./Sonarr.Core/Datastore/DbFactory.cs:line 164
       at NzbDrone.Core.Datastore.DbFactory.Create(MigrationContext migrationContext) in ./Sonarr.Core/Datastore/DbFactory.cs:line 71
       at NzbDrone.Core.Datastore.DbFactory.Create(MigrationType migrationType) in ./Sonarr.Core/Datastore/DbFactory.cs:line 59
       at NzbDrone.Core.Datastore.Extensions.CompositionExtensions.<>c.<AddDatabase>b__0_0(IDbFactory f) in ./Sonarr.Core/Datastore/Extensions/CompositionExtensions.cs:line 10
       at DryIoc.Registrator.ToFuncWithObjParams[D1,TService](Func`2 f, Object d1) in /_/src/DryIoc/Container.cs:line 8046
       at DryIoc.Interpreter.TryInterpretFuncInvoke(IResolverContext r, MethodCallExpression e, IParameterProvider paramExprs, Object paramValues, ParentLambdaArgs parentArgs, Object& result) in /_/src/DryIoc/Container.cs:line 3706
       at DryIoc.Interpreter.TryInterpretMethodCall(IResolverContext r, MethodCallExpression callExpr, IParameterProvider paramExprs, Object paramValues, ParentLambdaArgs parentArgs, Object& result) in /_/src/DryIoc/Container.cs:line 3504
       at DryIoc.Interpreter.TryInterpret(IResolverContext r, Expression expr, IParameterProvider paramExprs, Object paramValues, ParentLambdaArgs parentArgs, Object& result) in /_/src/DryIoc/Container.cs:line 3155
       at DryIoc.Interpreter.TryInterpretSingletonAndUnwrapContainerException(IResolverContext r, Expression expr, ImMapEntry`1 itemRef, Object& result) in /_/src/DryIoc/Container.cs:line 3084
       at DryIoc.Factory.ApplyReuse(Expression serviceExpr, Request request) in /_/src/DryIoc/Container.cs:line 11110
       at DryIoc.Factory.GetExpressionOrDefault(Request request) in /_/src/DryIoc/Container.cs:line 11029
       at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) in /_/src/DryIoc/Container.cs:line 12056
       at DryIoc.Factory.GetExpressionOrDefault(Request request) in /_/src/DryIoc/Container.cs:line 11012
       at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) in /_/src/DryIoc/Container.cs:line 12056
       at DryIoc.Factory.GetExpressionOrDefault(Request request) in /_/src/DryIoc/Container.cs:line 11012
       at DryIoc.ReflectionFactory.CreateExpressionOrDefault(Request request) in /_/src/DryIoc/Container.cs:line 12056
       at DryIoc.Factory.GetExpressionOrDefault(Request request) in /_/src/DryIoc/Container.cs:line 11012
       at DryIoc.Container.ResolveAndCache(Int32 serviceTypeHash, Type serviceType, IfUnresolved ifUnresolved) in /_/src/DryIoc/Container.cs:line 423
       at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType, IfUnresolved ifUnresolved) in /_/src/DryIoc/Container.cs:line 389
       at DryIoc.Resolver.Resolve[TService](IResolver resolver, IfUnresolved ifUnresolved) in /_/src/DryIoc/Container.cs:line 8581
       at Sonarr.Http.ClientSchema.SchemaBuilder.Initialize(IContainer container) in ./Sonarr.Http/ClientSchema/SchemaBuilder.cs:line 24
       at NzbDrone.Host.Bootstrap.<>c__DisplayClass3_0.<CreateConsoleHostBuilder>b__2(IContainer c) in ./Sonarr.Host/Bootstrap.cs:line 150
       at Microsoft.Extensions.Hosting.HostingHostBuilderExtensions.<>c__DisplayClass10_0`1.<ConfigureContainer>b__0(HostBuilderContext context, TContainerBuilder builder)
       at Microsoft.Extensions.Hosting.Internal.ConfigureContainerAdapter`1.ConfigureContainer(HostBuilderContext hostContext, Object containerBuilder)
       at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
       at Microsoft.Extensions.Hosting.HostBuilder.Build()
       at NzbDrone.Host.Bootstrap.Start(String[] args, Action`1 trayCallback) in ./Sonarr.Host/Bootstrap.cs:line 80
       at NzbDrone.Console.ConsoleApp.Main(String[] args) in ./Sonarr.Console/ConsoleApp.cs:line 45


    2024-01-03 23:31:54,485 DEBG 'sonarr' stdout output:
    Press enter to exit...

    2024-01-03 23:31:55,486 DEBG 'sonarr' stdout output:
    Non-recoverable failure, waiting for user intervention...

     

    EPIC FAIL! 

    haha, good one

  3. On 3/8/2023 at 9:55 AM, Supa said:

     

    Update -- Repaired database and seems to be working now. F*#(!  power outages! 

     

     

     

    was that the root of your problem? I think the few re-boots during power on off did it for me..

    I was not able to repair db and wiped all plex data and installed new container... 

  4. On 3/2/2023 at 8:25 PM, boianski said:

    hey all,

     

    in need for some help. my binhex-plexpass docker is not responding. when I click on the WebUI link it just times out and says This site can’t be reached. I've updated everything, rebooted. etc. Every other docker works fine.. it worked fine yesterday. My docker image said it was full, but i was able to clear that out and no longer have that error in fix common problems. No changes in network config. 
    sys dx attached. any help is appreciated. 


    Edit:

    could it be something secure connection related? I had to renew my cert..

     

    in the logs for the docker i found this:
    Error: Unable to set up server: sqlite3_statement_backend::prepare: file is not a database for SQL: PRAGMA cache_size=512 (N4soci10soci_errorE)

     

    bigboss-diagnostics-20230302-2024.zip 135.76 kB · 0 downloads

     

     

     

    I could use some help, please. 

    NVIDIA_Share_bzKiVLSBOa.png

  5. hey all,

     

    in need for some help. my binhex-plexpass docker is not responding. when I click on the WebUI link it just times out and says This site can’t be reached. I've updated everything, rebooted. etc. Every other docker works fine.. it worked fine yesterday. My docker image said it was full, but i was able to clear that out and no longer have that error in fix common problems. No changes in network config. 
    sys dx attached. any help is appreciated. 


    Edit:

    could it be something secure connection related? I had to renew my cert..

     

    in the logs for the docker i found this:
    Error: Unable to set up server: sqlite3_statement_backend::prepare: file is not a database for SQL: PRAGMA cache_size=512 (N4soci10soci_errorE)

     

    bigboss-diagnostics-20230302-2024.zip

  6. hello all,

     

    I am hoping for some help troubleshooting a weird issue. I am not able to access this docker via IP address but can via web app. The web app was also not functioning however I did change my DNS server to google on my IPv4 settings. I had not touched those setting prevously, nothing on my router or home network changed other than a power off power on for router/modem. I've attached my dx and a few screen shots. let me know if there is more info i can provide. thank you. 

    chrome_Emnq877Yxp.png

    chrome_mrny85eIul.png

    chrome_TKIyUFSATx.png

    bigboss-diagnostics-20221117-2205.zip

  7. 28 minutes ago, ljm42 said:

    What version of the My Servers plugin do you have? Please update to yesterday's release:

      https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/#comment-1186943

     

    This can happen if there is a temporary Internet outage between your server and ours. If it is short then it really isn't a big deal, maybe we can look at toning down the messaging so it isn't so scary.

     

    If you have long outages on the latest release and your Internet is up please, upload your diagnostics.zip (from Tools -> Diagnostics)

     

     

    chrome_iVAvbgyWtr.png

     

    it is a big deal. my server is not functioning, goes offline every 20-30 mins for 3-4 mins at a time. 

    diags attached. 

    no internet outages on my end. 

    bigboss-diagnostics-20221103-1609.zip

  8. Hi all,

     

    I am having multiple issues w/ my Unraid and I am hoping to get the help from on of you experts one on one. Looking to do a discord/zoom call with someone for a fee that we can agree, to help with the following issues:
     

    - Remove Old VM
    - Fix Common Problems
    - Fix API Connection issues (server constantly disconnects from home network "disconnected from unraid api". All dockers become unavailable, server unreachable for 2-3 mins and back to normal)
    - help w/ remote access trough My Servers web portal
    - help w/ PiHole install

    - general Unraid tune-up (some expert tip/tricks/improvements as we go along)

     

    please let me know if you are willing to help/ consider my offer. thank you. 

  9. On 2/8/2022 at 5:47 PM, JonathanM said:

    Have you figured out what was causing this method to be unsuitably slow for most people? The last time I tried, it was on pace to take more than a week to clear a 2TB drive in a healthy array.

    Oh wow! I used the 1st method and a 60% full 6tb drive took almost 19 hours to clear. 

     

    I am still trying to figure a way to remove remaining 6TB drives, 4 of them, shrink the array, but I hope I can find a way while still having access to docker. Unbalance only works on 1 disk at a time, so 19 hours times 4, too much down time.. Should I just remove two drives at time of the 4's and let parity rebuild? There are 2 12tb parity drives. Any ideas?

     

     

    chrome_N3gTzDO1UE.thumb.png.174c5093c27ae208719edc5eace28c84.png

  10. 38 minutes ago, trurl said:

    Don't understand, parity swap doesn't have anything to do with cache.

    my mistake. I meant to say "do I  shut down docker and vm services, set all shares to cache yes, run mover. Shut down, populate m.2 slot of X99A board with new cache drive, power up, set new cache drive as M.2 drive?

     

    I've also been thinking about upgrading the parity drives to 12TB units, and I had looked up info on that, and I referenced that in error. My mistake. 

  11. Hey all, I have decided to upgrade the hardware on my trusty Unraid Server. I am turning to this great community for some help to map out the process. I would like to upgrade my case, mobo, cpu, ram, and cache drive. Here is the current hardware:

    Case: CoolerMaster Master Case 5

    MOBO: MSI X99A Raider
    CPU: i7-5960X
    Cooler: Be Quiet Dark Rock Pro 3

    RAM: 32GB, 4GB x8 sticks
    Cache: Samsung 850 Evo 500GB SATA Drive
    SAS: LSI 9211-8i P20

    GPU: NVidia GT 710

    Unraid: Pro. v6.9.2 

    Parity: WD80EMAZ x2 (Shuked)
    Data: Seagate 6TB IronWolf x8

     

    The switch will be to a Ryzen based system with the following specs:

    Case: Fractal Design Meshify 2 XL
    MOBO: ASUS TUF X570-Plus (WiFi)

    CPU: Ryzen 3900X
    RAM: 32GB, 8GB x4 sticks
    Cache: M.2 Firecuda 520 1TB

     

    My main concern is the switch of the cache drive from SATA to M.2. Also there is a VM running that I am ok with deleting and starting with a fresh install on the new hardware, but unsure about the pass through settings mouse, keyboard, usb device etc..

     

    What would be some first steps? I think the X99A Raider board does have a m.2 drive, do I pop my future m.2 cache drive in that slot and follow the parity swap procedure? 

     

    Or do I build in the new case with Ryzen hardware and take the current cache drive (500GB SATA) along with the array drives and Unraid USB, etc..  

    What are some things I should do before I shut down the intel based server and transplant the drives and other hardware. Any help is appreciated! 

  12. 12 hours ago, boianski said:

    So after having to change my ISP gateway to bridge mode and back due to a technical issue with work computer, it seems that I have broken a few of my dockers including Deluge and nzbgevpn. I can no longer access those dockers as when I click on WebUI the page says This site can’t be reached, refused to connect. I tried changing the openvpn end points for deluge, it did not work. then I lost docker service, restored it, but still can't open deluge or nzb..

    I can't figure out if its due to the recent change made by PIA or something on my end. can anyone point me in the right direction.. 

     

    i have attached my dx file. and screen shot of the system log

    chrome_0cCZkCwn5w.png

    bigboss-diagnostics-20201025-2339.zip 143.53 kB · 0 downloads

    any help would be appreciated.

    Is everyone having trouble with the WebUI? 

  13. 1 hour ago, boianski said:

    So after having to change my ISP gateway to bridge mode and back due to a technical issue with work computer, it seems that I have broken a few of my dockers including Deluge and nzbgevpn. I can no longer access those dockers as when I click on WebUI the page says This site can’t be reached, refused to connect. I tried changing the openvpn end points for deluge, it did not work. then I lost docker service, restored it, but still can't open deluge or nzb..

     

    I can't figure out if its due to the recent change made by PIA or something on my end. can anyone point me in the right direction.. 

    i have attached my dx file. and screen shot of the system log

    chrome_0cCZkCwn5w.png

    bigboss-diagnostics-20201025-2339.zip

  14. So after having to change my ISP gateway to bridge mode and back due to a technical issue with work computer, it seems that I have broken a few of my dockers including Deluge and nzbgevpn. I can no longer access those dockers as when I click on WebUI the page says This site can’t be reached, refused to connect. I tried changing the openvpn end points for deluge, it did not work. then I lost docker service, restored it, but still can't open deluge or nzb..

     

    I can't figure out if its due to the recent change made by PIA or something on my end. can anyone point me in the right direction.. 

  15. Hey all,

     

    total noob here and I am lost. Last night I had a Internet outage (Unraid was running fine, with multiple active dockers) and upon waking up it was still out, so I reset cable modem and router. When internet was back up, I opened up Unraid to check on several things and was greeted by the message "Docker Service failed to start. " All the Dockers were gone, but the one VM i have running is fine. I tried restarting the server several times, but that did not work.. 

    I have attached my dx file. 

    Really lost with this issue, please help. 

    bigboss-diagnostics-20200916-1354.zip

  16. hey all, i just have a quick question regarding the binhex plexpass docker that i am using on my unraid.

    I saw something with plex having Live TV, i can access it on my web client and phone, but not trough the server interface.. Is the reason for that the update for the binhex plexpass has not been published? 

     

    Another question, something seems off with my duplicate matching/identification. I purposely made a duplicate file to test it out and Plex was not able to identify it. I may have clicked on the new feature to "Upgrade Matching" on manage library menu.. Not sure what happened with the ability to find duplicates if its related to update or something else.. Please help!

  17. Hey I just came across this post and wanted to ask what you went with? 

    i am in a very similar situation. I have a i7-5820K (non oc'ed) and a X99a raider mobo. 7 remote streamers of Plex, typical Sonnar, Raddar etc.. 

    But i want to dive deeper into Unraids abilities. My dad's PC is right next to the Unraid box and is fairly high end, and all he does is browse, so questioning his need for it.. So I am considering a VM for him. 

    So from what I understand here is that

     

    1. Unraid and OC'ing is a no, for stability sake. (Fair)

    2. A Xeon CPU requires ECC memory?

    3. The Xeon is preferred in OP's scenario as its multi threaded and that works better for Multi Plex streams, and a side of VM?  

  18. ok. thank you for pointing me in right direction.. so its the SATA Controller by Marvel that has a know bug with Unraid. fair.. 

     

    Would I be better of finding a replacement or trying to run that fix, " append iommu=pt initrd=/bzroot" that you linked to.. 
    i have no idea how to do that by the way.. very inexperienced when it comes to programming/scripts. 

     

    what sata controller do you recommend for plug and play, no more than 4 connectors since i am at the limit of drives in the chassis. 

×
×
  • Create New...