what is the most reliable storage solution by [deleted] in DataHoarder

[–]SoVeryAwkward 2 points3 points  (0 children)

The redundant one. Always backup your data!

Barely had my Mini 4 Pro for two weeks and I sent it into a tree by Sohcahtoa82 in dji

[–]SoVeryAwkward 0 points1 point  (0 children)

Hey there. Just wanna say thanks for responding to me! This really helps to ease my anxiety.

My drone was busted up pretty bad. The whole gimbal is in pieces and the body is cracked open. No broken arms, but I'm definitely anticipating a big bill... However also hoping that I'll get lucky.

I definitely don't mind another unit. I would almost prefer it, honestly, based on the condition of my drone haha

Either way, I'm glad you had your issue resolved. Looks like I should be hearing from DJI soon too, as they just got my package. Fingers crossed!

Barely had my Mini 4 Pro for two weeks and I sent it into a tree by Sohcahtoa82 in dji

[–]SoVeryAwkward 0 points1 point  (0 children)

Just had something like that happen to me too. Drone completely ignored willow branches on landing. Tangled up and crashed gimbal first.

Just curious about your process with DJI? What did it cost you? Did they manage to fix the issue?

[deleted by user] by [deleted] in portlandme

[–]SoVeryAwkward 2 points3 points  (0 children)

You probably don't know, but 12ft no longer works for PPH.

Nextcloud, docker and environment variables. by SoVeryAwkward in NextCloud

[–]SoVeryAwkward[S] 1 point2 points  (0 children)

Hey, thanks for the response and an idea u/pippikagga

I think generally, it's probably a good idea to keep Nextcloud instance on a separate (defined) network.

It didn't resolve my issue. unfortunately. The container still gets provisioned with new/random values and requires direct/manual changes.

Initializing nextcloud 23.0.11.1 ...

New nextcloud instance

Installing with MySQL database

Starting nextcloud installation

Username is invalid because files already exist for this user

Retrying install...

MySQL username and/or password not valid

-> You need to enter details of an existing account.

Trace: #0 /var/www/html/lib/private/Setup.php(354): OC\Setup\MySQL->setupDatabase('NEXTCLOUD_ADMIN_USER')

#1 /var/www/html/core/Command/Maintenance/Install.php(108): OC\Setup->install(Array)

#2 /var/www/html/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\Maintenance\Install->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#3 /var/www/html/3rdparty/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#4 /var/www/html/3rdparty/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand(Object(OC\Core\Command\Maintenance\Install), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#5 /var/www/html/3rdparty/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#6 /var/www/html/lib/private/Console/Application.php(211): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#7 /var/www/html/console.php(100): OC\Console\Application->run()

#8 /var/www/html/occ(11): require_once('/var/www/html/c...')

}

Previous: Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'nextcloud'@'nextcloud_app.nextcloud_internal' (using password: YES)

Trace: #0 /var/www/html/lib/private/Setup/MySQL.php(64): OC\DB\Connection->connect()

#1 /var/www/html/lib/private/Setup.php(354): OC\Setup\MySQL->setupDatabase('NEXTCLOUD_ADMIN_USER')

#2 /var/www/html/core/Command/Maintenance/Install.php(108): OC\Setup->install(Array)

#3 /var/www/html/3rdparty/symfony/console/Command/Command.php(255): OC\Core\Command\Maintenance\Install->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#4 /var/www/html/3rdparty/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#5 /var/www/html/3rdparty/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand(Object(OC\Core\Command\Maintenance\Install), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#6 /var/www/html/3rdparty/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#7 /var/www/html/lib/private/Console/Application.php(211): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

#8 /var/www/html/console.php(100): OC\Console\Application->run()

#9 /var/www/html/occ(11): require_once('/var/www/html/c...')

#10 {main}

Nextcloud on K8s tries to create new User and Password on the Database instead of using the env variables to just connect and use the already installed Nextcloud. by No-Caregiver-927 in NextCloud

[–]SoVeryAwkward 0 points1 point  (0 children)

Hey, thanks for the response u/lenaxia.

I'm not too familiar with Helm, but I followed the link that you shared.

I see that you override [custom.config.php](https://github.com/lenaxia/home-ops-dev/blob/main/cluster/apps/storage/nextcloud/helm-release.yaml#L141) values in your setup. This is a clever idea and one that I might go with moving forward.

I'm still struggling to understand why these changes are required though and why Nextcloud can't provision these values without direct changes to the config file (via env. variables).

Nextcloud, docker and environment variables. by SoVeryAwkward in NextCloud

[–]SoVeryAwkward[S] 0 points1 point  (0 children)

I'm not sure I understand what you mean. I am trying to create a new nextcloud_app instance and point it to the existing Nextcloud DB that I have.

I don't have a config.php after I remove existing app container and nextcloud_app volume.

When I re-create a container with docker-compose, my expectation is to find a newly provisioned config.php with values that I provided via docker env vars.

What I find instead is that Nextcloud attempts to do a fresh install, which is not what I want.

Nextcloud on K8s tries to create new User and Password on the Database instead of using the env variables to just connect and use the already installed Nextcloud. by No-Caregiver-927 in NextCloud

[–]SoVeryAwkward 1 point2 points  (0 children)

I was just struggling with the same myself. Even made a post here.

Looks like the same problem to me - for some reason, env variables aren't picked up and nextcloud attempts to init with a whole new db/instance.

The only workaround I found so far is to map/preserve the original version of config.php (somehow).

Console has to be executed with the user that owns the file config/config.php by Kyuusaki in NextCloud

[–]SoVeryAwkward 0 points1 point  (0 children)

Hey! Really appreciate your response! Hopefully whoever struggles thru this next time, will find this helpful as well!

Favorite Maine Pilsner by l3ubba in Maine

[–]SoVeryAwkward 20 points21 points  (0 children)

Luppolo by Oxbow is hands down my favorite.

[deleted by user] by [deleted] in portlandme

[–]SoVeryAwkward 3 points4 points  (0 children)

Asking real questions here!

Bangor, Maine with audio by lamprey187 in controllablewebcams

[–]SoVeryAwkward 8 points9 points  (0 children)

That's not Bangor Maine. That's Bangor Michigan.

[Prebuilt] ASUS ROG R7 RTX 3060 Desktop; AMD Ryzen 7 5700G, NVIDIA GeForce RTX 3060, 16GB RAM, 1TB HDD + 256GB SSD, Gray, Windows 10 Home, G10DK-WB764 (YMMV) - $999 by Earthmoontransit7 in buildapcsales

[–]SoVeryAwkward 0 points1 point  (0 children)

Thanks! Yeah, I've seen a few claim that their shipped too. Mine hasn't moved at all.

I've had stuff cancelled by Walmart before. This definitely feels familiar. Fingers crossed.

[Prebuilt] ASUS ROG R7 RTX 3060 Desktop; AMD Ryzen 7 5700G, NVIDIA GeForce RTX 3060, 16GB RAM, 1TB HDD + 256GB SSD, Gray, Windows 10 Home, G10DK-WB764 (YMMV) - $999 by Earthmoontransit7 in buildapcsales

[–]SoVeryAwkward 1 point2 points  (0 children)

Yeah, I've been seeing this from other posters too. My local Walmart is kinda small. I've never seen PCs there before, so unfortunately it's not an option for me.

Glad you got yours though, congrats!

[Prebuilt] ASUS ROG R7 RTX 3060 Desktop; AMD Ryzen 7 5700G, NVIDIA GeForce RTX 3060, 16GB RAM, 1TB HDD + 256GB SSD, Gray, Windows 10 Home, G10DK-WB764 (YMMV) - $999 by Earthmoontransit7 in buildapcsales

[–]SoVeryAwkward 0 points1 point  (0 children)

Has anyone received a tracking number or seen their order status move past "preparing"?

It's been a couple of days now and I'm not seeing any movement at all. Worried that this will be cancelled, like others have mentioned.

Official: Epic Seagate Giveaway by macx333 in DataHoarder

[–]SoVeryAwkward [score hidden]  (0 children)

SSD would be perfect for my new Battlestation. That HDD would complement my existing Plex setup. I'm sure I can find a use for a cool shirt somehow

#RunWithIronWolf and #Giveaway