MrCTS

Members
  • Posts

    13
  • Joined

  • Last visited

About MrCTS

  • Birthday 05/31/1992

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MrCTS's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I just followed this guide last weekend to try everything out and got it working. I was going to try pulling a backup from SnipeIT to restore on a more permanent instance in my production environment but get a wonderful error of: Error: Backup failed because The dump process failed with exitcode 2 : Misuse of shell builtins : mysqldump: Got error: 2005: Unknown MySQL server host '10.10.10.2:3306' (-2) when trying to connect . #0 /var/www/html/vendor/spatie/db-dumper/src/DbDumper.php(263): Spatie\DbDumper\Exceptions\DumpFailed::processDidNotEndSuccessfully() #1 /var/www/html/vendor/spatie/db-dumper/src/Databases/MySql.php(203): Spatie\DbDumper\DbDumper->checkIfDumpWasSuccessFul() #2 /var/www/html/vendor/spatie/laravel-backup/src/Tasks/Backup/BackupJob.php(252): Spatie\DbDumper\Databases\MySql->dumpToFile() #3 [internal function]: Spatie\Backup\Tasks\Backup\BackupJob->Spatie\Backup\Tasks\Backup\{closure}() #4 /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Collection.php(638): array_map() #5 /var/www/html/vendor/spatie/laravel-backup/src/Tasks/Backup/BackupJob.php(255): Illuminate\Support\Collection->map() #6 /var/www/html/vendor/spatie/laravel-backup/src/Tasks/Backup/BackupJob.php(169): Spatie\Backup\Tasks\Backup\BackupJob->dumpDatabases() #7 /var/www/html/vendor/spatie/laravel-backup/src/Tasks/Backup/BackupJob.php(145): Spatie\Backup\Tasks\Backup\BackupJob->createBackupManifest() #8 /var/www/html/vendor/spatie/laravel-backup/src/Commands/BackupCommand.php(56): Spatie\Backup\Tasks\Backup\BackupJob->run() #9 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Spatie\Backup\Commands\BackupCommand->handle() #10 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Util.php(37): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}() #11 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure() #12 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod() #13 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php(590): Illuminate\Container\BoundMethod::call() #14 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Command.php(134): Illuminate\Container\Container->call() #15 /var/www/html/vendor/symfony/console/Command/Command.php(255): Illuminate\Console\Command->execute() #16 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\Component\Console\Command\Command->run() #17 /var/www/html/vendor/spatie/laravel-backup/src/Commands/BaseCommand.php(16): Illuminate\Console\Command->run() #18 /var/www/html/vendor/symfony/console/Application.php(1009): Spatie\Backup\Commands\BaseCommand->run() #19 /var/www/html/vendor/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand() #20 /var/www/html/vendor/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun() #21 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Application.php(93): Symfony\Component\Console\Application->run() #22 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Application.php(185): Illuminate\Console\Application->run() #23 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(273): Illuminate\Console\Application->call() #24 /var/www/html/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(261): Illuminate\Foundation\Console\Kernel->call() #25 /var/www/html/app/Http/Controllers/SettingsController.php(1085): Illuminate\Support\Facades\Facade::__callStatic() #26 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\Http\Controllers\SettingsController->postBackups() #27 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(45): Illuminate\Routing\Controller->callAction() #28 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Route.php(219): Illuminate\Routing\ControllerDispatcher->dispatch() #29 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Route.php(176): Illuminate\Routing\Route->runController() #30 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(681): Illuminate\Routing\Route->run() #31 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(130): Illuminate\Routing\Router->Illuminate\Routing\{closure}() #32 /var/www/html/app/Http/Middleware/CheckPermissions.php(26): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #33 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\CheckPermissions->handle() #34 /var/www/html/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(43): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #35 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Illuminate\Auth\Middleware\Authenticate->handle() #36 /var/www/html/app/Http/Middleware/AssetCountForSidebar.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #37 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\AssetCountForSidebar->handle() #38 /var/www/html/vendor/laravel/passport/src/Http/Middleware/CreateFreshApiToken.php(50): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #39 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Laravel\Passport\Http\Middleware\CreateFreshApiToken->handle() #40 /var/www/html/app/Http/Middleware/CheckForTwoFactor.php(53): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #41 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\CheckForTwoFactor->handle() #42 /var/www/html/app/Http/Middleware/CheckLocale.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #43 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\CheckLocale->handle() #44 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(78): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #45 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle() #46 /var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #47 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle() #48 /var/www/html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(67): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #49 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Illuminate\Cookie\Middleware\EncryptCookies->handle() #50 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #51 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(683): Illuminate\Pipeline\Pipeline->then() #52 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(658): Illuminate\Routing\Router->runRouteWithinStack() #53 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(624): Illuminate\Routing\Router->runRoute() #54 /var/www/html/vendor/laravel/framework/src/Illuminate/Routing/Router.php(613): Illuminate\Routing\Router->dispatchToRoute() #55 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(170): Illuminate\Routing\Router->dispatch() #56 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(130): Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure}() #57 /var/www/html/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php(60): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #58 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Barryvdh\Debugbar\Middleware\InjectDebugbar->handle() #59 /var/www/html/vendor/fruitcake/laravel-cors/src/HandleCors.php(38): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #60 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Fruitcake\Cors\HandleCors->handle() #61 /var/www/html/app/Http/Middleware/PreventBackHistory.php(23): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #62 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\PreventBackHistory->handle() #63 /var/www/html/app/Http/Middleware/SecurityHeaders.php(26): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #64 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\SecurityHeaders->handle() #65 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #66 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Illuminate\Foundation\Http\Middleware\TransformsRequest->handle() #67 /var/www/html/app/Http/Middleware/CheckForDebug.php(25): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #68 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\CheckForDebug->handle() #69 /var/www/html/app/Http/Middleware/CheckForSetup.php(26): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #70 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\CheckForSetup->handle() #71 /var/www/html/vendor/fideloper/proxy/src/TrustProxies.php(57): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #72 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Fideloper\Proxy\TrustProxies->handle() #73 /var/www/html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #74 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Illuminate\View\Middleware\ShareErrorsFromSession->handle() #75 /var/www/html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(56): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #76 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Illuminate\Session\Middleware\StartSession->handle() #77 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php(63): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #78 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle() #79 /var/www/html/app/Http/Middleware/NoSessionStore.php(27): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #80 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(171): App\Http\Middleware\NoSessionStore->handle() #81 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(105): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}() #82 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(145): Illuminate\Pipeline\Pipeline->then() #83 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(110): Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter() #84 /var/www/html/public/index.php(58): Illuminate\Foundation\Http\Kernel->handle() #85 {main} Backup failed because: The dump process failed with exitcode 2 : Misuse of shell builtins : mysqldump: Got error: 2005: Unknown MySQL server host '10.10.10.2:3306' (-2) when trying to connect . The IP is internal of course so I'm not concerned with that being in the log. Suggestions?
  2. Mine has always been in bridge mode since day 1. However over on the github page, we've managed to figure out that its not on bubuntux end. Nord has actually taken the blame for it and owning that it is on their end of things.
  3. I seem to be having a similar issue to @scaw. [2021-09-06T15:20:17-04:00] Firewall is up, everything has to go through the vpn [2021-09-06T15:20:17-04:00] Enabling connection to secure interfaces [2021-09-06T15:20:17-04:00] Enabling connection to nordvpn group [2021-09-06T15:20:17-04:00] Enabling connection to docker network [2021-09-06T15:20:17-04:00] Enabling connection to network 192.168.1.0/24 [2021-09-06T15:20:17-04:00] Restarting the service [2021-09-06T15:20:17-04:00] Waiting for the service to start [2021-09-06T15:20:17-04:00] Logging in [2021-09-06T15:20:19-04:00] Setting up NordVPN Version 3.10.0 CyberSec is set to 'enabled' successfully. The command you entered is not valid. Enter 'nordvpn set dns --help' to see the options. Technology is successfully set to 'NordLynx'. Subnet 172.17.0.0/16 is whitelisted successfully. Subnet 192.168.1.0/24 is whitelisted successfully. [2021-09-06T15:20:19-04:00] Connecting... If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux If nothing happens, please visit https://join.nordvpn.com/order/?utm_medium=app&utm_source=linux Every once in a while in the console when issuing status and connect commands (the actual nordvpn status/nordvpn connect commands) I get the account active but an error message stating that my account subscription has expired. I'm leaning towards more of a Nord issue than a docker issue myself but thats just my gut feeling.
  4. Thank you Trurl and itimpi. Nitehawk is my dad and I was out on vacation. I warned him that single drive that he knew had smart errors would give him issues. :)
  5. Ok. We can mark this as solved. I’ve also changed config to use the RAM disk as per these directions: https://forums.serverbuilds.net/t/guide-plex-transcoding-and-ram-disks/625
  6. Apologies for the rapid-fire responses but I may have figured out the majority of the issue. I used qdirstat to find what was hogging the space, as my last update suggested in my thoughts, it appears to truly be the culprit.... Now to figure out how to tell it not to store that here..... Or is there a suggestion for better configuration?? I know this is Unraid support not plex but I figured you miss 100% of the shots you don't take
  7. I have a thought…. I’ve been using Plex to sync content to my iPad for my daughter (my old work hand me down, personally bought) to watch while driving for 12 hours. I’m wondering if the converted/“optimized” media is what’s causing the issue..? I’m going to look into that and try removing it via the Plex settings panel and will update on the results.
  8. Please forgive the mobile screenshot. I’ve been getting the family ready for a vacation then this appeared lol as for the docker.Img, I have it set to a directory because it kept getting corrupted (I thought). I switched it to the directory instead of the img file. Does that change matters as far as diagnostics?
  9. I had to zoom out a little bit to be able to get it under one screen shot. If you need it larger, let me know and I'll take it again. For the diagnostics, I left the anonymize option checked. If you need it again with that option not selected please let me know. I did, however, before I started with the forums here for assistance, I did reboot but the issue did not resolve itself. I'm not sure if this affects the diagnostics in the same way I read that it affects the logs but I figured I'd be forthcoming so you know what to expect. unraid-diagnostics-20210809-1316.zip
  10. Ok. I will check that and come back with the information. The reason I thought of mover was due to docker being stored on the cache. Warned you I could be a dipstick… lol
  11. Good morning group... I've seem to run into a snafu... Not sure where to look but I've been googling most of the morning and haven't found much of use. I logged into my server this morning to see that my Docker has 98% full... I'm sure I have something goobered (I'll admit, I can be a dipstick, trying to stay PG) I found this in the log after enabling the Mover Log: Aug 9 10:23:42 UnRAID emhttpd: Starting services... Aug 9 10:23:42 UnRAID emhttpd: shcmd (253): /etc/rc.d/rc.samba restart Aug 9 10:23:45 UnRAID root: Starting Samba: /usr/sbin/smbd -D Aug 9 10:23:45 UnRAID root: /usr/sbin/nmbd -D Aug 9 10:23:45 UnRAID root: /usr/sbin/wsdd Aug 9 10:23:45 UnRAID root: /usr/sbin/winbindd -D Aug 9 10:30:51 UnRAID emhttpd: shcmd (276): /usr/local/sbin/mover &> /dev/null & Aug 9 10:30:59 UnRAID emhttpd: shcmd (277): /usr/local/sbin/mover &> /dev/null & Aug 9 10:34:32 UnRAID emhttpd: shcmd (286): /usr/local/sbin/update_cron Aug 9 10:34:40 UnRAID emhttpd: shcmd (287): /usr/local/sbin/mover |& logger & Aug 9 10:34:40 UnRAID root: mover: started Aug 9 10:34:40 UnRAID root: mover: finished Aug 9 10:34:49 UnRAID emhttpd: shcmd (289): /usr/local/sbin/mover |& logger & Aug 9 10:34:49 UnRAID root: mover: started Aug 9 10:34:49 UnRAID root: mover: finished Aug 9 10:37:16 UnRAID emhttpd: shcmd (294): /usr/local/sbin/mover |& logger & Aug 9 10:37:16 UnRAID root: mover: started Aug 9 10:37:16 UnRAID root: mover: finished which to me is showing when I click Move and it immediately apparently finishes. Now, I also looked inside my docker settings and found the configuration (I'm guessing this may be where something is goobered but not sure): Enable Docker: Yes Docker Stop Timeout: Docker version: 20.10.5 Docker directory: /mnt/cache/system/docker/docker/ Default appdata storage location: /mnt/user/appdata/ I'm guessing I should be using something other than the direct /mnt/cache location but at this point I'm not real sure how to correct it? Can someone with a bit more experience than I have help guide? Thanks in advance for any assistance.
  12. I just updated the docker application and getting this in the logs, no longer able to use the webUI for the docker. Advise? Log: Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2021-05-07 12:15:45.499509 [info] Host is running unRAID 2021-05-07 12:15:45.582300 [info] System information Linux UnRAID 5.10.28-Unraid #1 SMP Wed Apr 7 08:23:18 PDT 2021 x86_64 GNU/Linux 2021-05-07 12:15:45.680727 [info] OS_ARCH defined as 'x86-64' 2021-05-07 12:15:45.793021 [info] PUID defined as '99' 2021-05-07 12:15:45.919257 [info] PGID defined as '100' 2021-05-07 12:15:46.059210 [info] UMASK defined as '000' 2021-05-07 12:15:46.157661 [info] Permissions already set for volume mappings 2021-05-07 12:15:46.266913 [info] Deleting files in /tmp (non recursive)... 2021-05-07 12:15:46.365677 [info] TRANS_DIR defined as '/config/transcode' 2021-05-07 12:15:46.596756 [info] Starting Supervisor... 2021-05-07 12:15:47,290 INFO Included extra file "/etc/supervisor/conf.d/plexmediaserver.conf" during parsing 2021-05-07 12:15:47,291 INFO Set uid to user 0 succeeded 2021-05-07 12:15:47,298 INFO supervisord started with pid 7 2021-05-07 12:15:48,302 INFO spawned: 'plexmediaserver' with pid 70 2021-05-07 12:15:48,309 INFO spawned: 'shutdown-script' with pid 71 2021-05-07 12:15:48,310 INFO reaped unknown pid 8 (exit status 0) 2021-05-07 12:15:48,640 DEBG 'plexmediaserver' stdout output: Error: Unable to set up server: sqlite3_statement_backend::prepare: database disk image is malformed for SQL: PRAGMA cache_size=2000 (N4soci10soci_errorE) 2021-05-07 12:15:48,641 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2021-05-07 12:15:48,646 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22797617310832 for <Subprocess at 22797617209248 with name plexmediaserver in state STARTING> (stdout)> 2021-05-07 12:15:48,646 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22797617207520 for <Subprocess at 22797617209248 with name plexmediaserver in state STARTING> (stderr)> 2021-05-07 12:15:48,647 INFO exited: plexmediaserver (exit status 255; not expected) 2021-05-07 12:15:48,647 DEBG received SIGCHLD indicating a child quit 2021-05-07 12:15:49,652 INFO spawned: 'plexmediaserver' with pid 77 2021-05-07 12:15:49,785 DEBG 'plexmediaserver' stdout output: Error: Unable to set up server: sqlite3_statement_backend::prepare: database disk image is malformed for SQL: PRAGMA cache_size=2000 (N4soci10soci_errorE) 2021-05-07 12:15:49,792 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22797617208768 for <Subprocess at 22797617209248 with name plexmediaserver in state STARTING> (stdout)> 2021-05-07 12:15:49,792 DEBG fd 12 closed, stopped monitoring <POutputDispatcher at 22797616976992 for <Subprocess at 22797617209248 with name plexmediaserver in state STARTING> (stderr)> 2021-05-07 12:15:49,793 INFO exited: plexmediaserver (exit status 255; not expected) 2021-05-07 12:15:49,793 DEBG received SIGCHLD indicating a child quit 2021-05-07 12:15:51,798 INFO spawned: 'plexmediaserver' with pid 82 2021-05-07 12:15:51,950 DEBG 'plexmediaserver' stdout output: Error: Unable to set up server: sqlite3_statement_backend::prepare: database disk image is malformed for SQL: PRAGMA cache_size=2000 (N4soci10soci_errorE) 2021-05-07 12:15:51,954 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22797617310832 for <Subprocess at 22797617209248 with name plexmediaserver in state STARTING> (stdout)> 2021-05-07 12:15:51,954 DEBG fd 12 closed, stopped monitoring <POutputDispatcher at 22797616977088 for <Subprocess at 22797617209248 with name plexmediaserver in state STARTING> (stderr)> 2021-05-07 12:15:51,955 INFO exited: plexmediaserver (exit status 255; not expected) 2021-05-07 12:15:51,955 DEBG received SIGCHLD indicating a child quit 2021-05-07 12:15:54,962 INFO spawned: 'plexmediaserver' with pid 87 2021-05-07 12:15:55,092 DEBG 'plexmediaserver' stdout output: Error: Unable to set up server: sqlite3_statement_backend::prepare: database disk image is malformed for SQL: PRAGMA cache_size=2000 (N4soci10soci_errorE) 2021-05-07 12:15:55,095 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22797617208768 for <Subprocess at 22797617209248 with name plexmediaserver in state STARTING> (stdout)> 2021-05-07 12:15:55,096 DEBG fd 12 closed, stopped monitoring <POutputDispatcher at 22797616976752 for <Subprocess at 22797617209248 with name plexmediaserver in state STARTING> (stderr)> 2021-05-07 12:15:55,096 INFO exited: plexmediaserver (exit status 255; not expected) 2021-05-07 12:15:55,096 DEBG received SIGCHLD indicating a child quit 2021-05-07 12:15:56,098 INFO gave up: plexmediaserver entered FATAL state, too many start retries too quickly
  13. I signed up for a forum account solely to comment and add that following BobPhoenix comment for the fstab worked fantastically! Was trying to figure out for days how to get it done on Windows, gave up cause the tag wasn't an option and moving on to Debian/Ubuntu. Thanks!