Jeff Geerling
Jeff Geerling
Yeah I know lol. I will try that at some point, but going to try `pcie_aspm=off` in `/boot/firmware/cmdline.txt` next. Just need to try booting into NVMe so I can edit...
I pulled the drive, added `pcie_aspm=off` to `cmdline.txt` over on my Mac, then rebooted... And now it's booting up _perfectly_, every time. Wouldn't you know!? On the downside—`fio`'s only giving...
It's now on the site, btw: https://pipci.jeffgeerling.com/hats/pineboards-hatdrive-dual-nvme-m2.html
@mikegapinski mentioned over in the pi firmware issue that the phison controller doesn't play nice with power states behind the bridge, and recommended: 1. Edit `/boot/firmware/config.txt` 2. Add the line...
Just because people have been asking a bit... power consumption stats with two Pinedrive 2242 NVMe SSDs installed: - Idle: 4.4W - fio against one drive: 5.7W (brief peak at...
Looks like build failures due to the docker python library
Are you sure that's for this package? (repo-remi)? That sounds like something for one of the PHP related roles...
This seems like it should work a little neater—I actually have the examples running in the companion repo https://github.com/geerlingguy/ansible-for-devops/ — would it be too much trouble to ask you to...
@ProfessorManhattan - I've encountered the same issue in some of my testing (see: https://github.com/geerlingguy/ansible-role-certbot/pull/146). It seems like this could be because the snap maintainers don't seem to care to make...
Insert is definitely not working on Prod, either (just like on Dev). ``` ReferenceError: Can't find variable: CKEDITOR TypeError: undefined is not an object (evaluating 'editorInterface.getInstances') ``` Maybe Insert is...