Jump to content

Bluedevil678

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Bluedevil678

  1. Hi all :)

    I was wondering if there was anyone brave enough to put together a AutoGPT container for the "Apps" section of Unraid? 

     

    With the great success of Stable Diffusion that was added by pyrater, I was hoping we could encourage someone to help put together this bleeding edge tech container for us. 

     

    Let me know your thoughts. 

    • Like 2
  2. Hi all, 

     

    I am looking to replace a cache drive for the first time - Ive take a look and found a few guides however most of them are many years out of date as an example see below, although a brilliant guide I am not sure how much would have changed from then (2017) to now.  

     

     

    Are there any guides that are a bit more current on how to go about replacing a cache drive?

  3. Hi all! 

     

    I'm looking to install this container found on GitHub: https://github.com/AbdBarho/stable-diffusion-webui-docker

    Although I have some experience installing containers from CA I must admit I'm a little lost on where to start with a custom container. 

     

     I've only just gotten a GPU enabled for the likes of Plex but thought the usage for Stable Diffusion would be a fantastic addition. 

     

    Are there any guides or videos I could follow to empower me to achieve this goal? 

    Any advice would be appreciated! (please be gentle lol) 

    • Like 1
  4. Hey All, 

    Quick Q - Im slowly loosing free space on my cache drive due to these index files 

    Any suggestions?

     

    This reddit thread suggests it has to do with previews and thumbnails (index-sd.bif) - do we havbe a way to push these off the cache?

     

    Update: This article covers the creation of the video preview files used for when fastforwarding... depending on your library size it may be worth removing them as per the instructions in the article for series. 

     

    image.thumb.png.19b27cc98c73897dd445eb9ed34054ab.png

  5. Hi team! 

     

    I was curious if anyone else has seen these errors before? 

    Jul 11 14:05:00 Thor atd[8036]: PAM adding faulty module: /lib64/security/pam_unix.so
    Jul 11 14:05:00 Thor atd[8036]: Module is unknown
    Jul 11 14:05:10 Thor flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup update
    Jul 11 14:06:00 Thor atd[9512]: PAM unable to dlopen(/lib64/security/pam_unix.so): /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /lib64/libresolv.so.2)

     

     

    This is a new development and although I have only noticed this recently, I have not made changes to the server for some time. 

    A bit of a noob when it comes to this so was wondering if anyone had some advice? 

     

     

    I was requested to post the outup of /lib64/libc.so.6 via the discord server if it helps: 

     

    root@Thor:~# /lib64/libc.so.6
    GNU C Library (GNU libc) stable release version 2.35.
    Copyright (C) 2022 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 11.2.0.
    libc ABIs: UNIQUE IFUNC ABSOLUTE
    For bug reporting instructions, please see:

     

    Also tried a reboot - no change.

  6. For anyone interested we made some ground on this via Reddit 

     

    For those not wanting to visit reddit the short version of the solution is: 

     

    What I have done is redeploy the container using the image template and in the unraid edit menu set the path mappings and removed the ports advertised (as this would be handled by the VPN container) then I set the network to none and in extra paramaters I set the VPN container (read more of that here)
    Once that deployed I then used unraid update container and it retained the settings. Shout out to u/ErikRedbeard who in the comments above hinted at the retention needing to have the settings set in the unraid edit menu.

    In future it would be nice if the portainer settings would be pulled over to unraid as this is a very popular container managment tool.

  7. Hi all

    I was curious if it is possible to update containers within Unriad whilst retaining settings like volumes and networks using the Unraid OS docker updater? 

    I've used Portainer for this in the past as this seems to recreate the docker image with the retention of added/removed ports, volumes and network (vpn container). In the latest attempt Portainer recreates the docker container using the latest image however Unraid OS docker section still thinks there is an update to be applied despite a rescan. 

     

    I'm still rather new at this so go easy Any suggestions of the above to make this a smoother process? 

  8. 44 minutes ago, mattie112 said:

    Is this the log of the importer or firefly itself?

     

    It seems to give an error at `convertConfigFile`  so you might want to doublecheck your config.

     

    -update= [2022-03-10 08:52:55] production.ERROR: App\Services\CSV\Configuration\ConfigFileProcessor::convertConfigFile(): Argument #1 ($fileName) must be of type string, null given, called in /var/www/html/app/Http/Controllers/Import/RoleController.php on line 75 {"exception":"[object] (TypeError(code: 0): App\\Services\\CSV\\Configuration\\ConfigFileProcessor::convertConfigFile(): Argument #1 ($fileName) must be of type string, null given, called in /var/www/html/app/Http/Controllers/Import/RoleController.php on line 75 at /var/www/html/app/Services/CSV/Configuration/ConfigFileProcessor.php:46)

     

    The above seems rather telling however not too sure what to do with this information. 

     

     

    This was the log of the importer container. Ive not set anything too usual in the initial import config. 

     

    From what I can tell the importer should move to the page to allow the configurations of the roles for the imported data but seems to crash at that stage. (Ive attached my inital config and the page I think it should load) Im not using a preconfigured JSON file.

     

    Config 1.jpg

    Screenshot 2022-03-10 084515.jpg

  9. HI All, I managed to get this setup and authenticated as it shows the test accounts setup.

    When attempting to do an import I get a 500 server error via the URL http://192.168.0.99:7575/import/roles - as best as I can tell the CSV file seems OK. 

     

    Where could I start trying to diagnose the issue? 

     

    [stacktrace]
    #0 /var/www/html/app/Http/Controllers/Import/RoleController.php(75): App\\Services\\CSV\\Configuration\\ConfigFileProcessor::convertConfigFile()
    #1 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\Import\\RoleController->index()
    
    #2 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\\Routing\\Controller->callAction()
    
    #3 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Route.php(262): Illuminate\\Routing\\ControllerDispatcher->dispatch()
    #4 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
    #5 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(695): Illuminate\\Routing\\Route->run()
    #6 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
    #7 /var/www/html/app/Http/Middleware/RolesComplete.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #8 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): App\\Http\\Middleware\\RolesComplete->handle()
    #9 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #10 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
    #11 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #12 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle()
    #13 /var/www/html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #14 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle()
    #15 /var/www/html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #16 /var/www/html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest()
    #17 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Session\\Middleware\\StartSession->handle()
    #18 /var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #19 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle()
    #20 /var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #21 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle()
    #22 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #23 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(697): Illuminate\\Pipeline\\Pipeline->then()
    #24 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(672): Illuminate\\Routing\\Router->runRouteWithinStack()
    #25 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(636): Illuminate\\Routing\\Router->runRoute()
    #26 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(625): Illuminate\\Routing\\Router->dispatchToRoute()
    #27 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(167): Illuminate\\Routing\\Router->dispatch()
    #28 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
    #29 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #30 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
    #31 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
    #32 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #33 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
    #34 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
    #35 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #36 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle()
    #37 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #38 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
    #39 /var/www/html/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #40 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fruitcake\\Cors\\HandleCors->handle()
    #41 /var/www/html/vendor/fideloper/proxy/src/TrustProxies.php(57): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #42 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(167): Fideloper\\Proxy\\TrustProxies->handle()
    #43 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
    #44 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(142): Illuminate\\Pipeline\\Pipeline->then()
    #45 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(111): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
    #46 /var/www/html/public/index.php(99): Illuminate\\Foundation\\Http\\Kernel->handle()
    #47 {main}
    "}
    192.168.0.18 - - [09/Mar/2022:20:47:44 +0000] "GET /import/roles HTTP/1.1" 500 7720 "http://192.168.0.99:7575/import/configure" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)

     

×
×
  • Create New...