Foritus

Results 14 comments of Foritus

I am also experiencing this on my Xiaomi Redmi Note, as is my partner.

I speculatively tried this out as well (as I could fairly reliably trash my longhorn PVCs by.. gracefully shutting down my nodes, which was distressing), and so far on ext4...

Inside the worker: ``` > lsb_release -cd Description: Ubuntu 20.04.4 LTS Codename: focal > uname -a Linux kube-worker-4 5.4.0-104-generic #118-Ubuntu SMP Wed Mar 2 19:02:41 UTC 2022 x86_64 x86_64 x86_64...

As a note for people (like me) who ended up at this issue via search engines, if your kubeadm'ed cluster is throwing this error when running `kubeadm upgrade node`: ```...

This is broken for me too. I suspect almost certainly because I'm behind an nginx reverse proxy, but I have no useful logs to go from at all. I can...

Thanks for the tip :) Unfortunately, nothing obviously stands out. e.g. for this request with trace id 0363ca61a3f94871744e991d70c448a0 I can see some DB queries that all look normal and then...

Ok I think I solved my particular case. It was due to an intermediate reverse proxy sending requests on one of my ALTERNATE_DOMAINs, which seems to break some kind of...

I am also seeing some issues with the database after upgrading, looks like a bad migration? ``` [Nest] 8 - 06/24/2023, 10:16:37 AM ERROR [TypeOrmModule] Unable to connect to the...

Ok I have no idea why the rails wrapper command doesn't work, but running the node build directly fixed it: ``` npm run build:production ``` in the "live" root folder....

That seems plausible :smile: Probably a good argument for me to do this stuff offline in Docker and not try to compile things on the actual instance VM. Feel free...