ewaldmire

Results 7 comments of ewaldmire

snlawrence's solution worked for me with Atom 1.47 and CentOS 7.8 I had to first do a `yum install gcc-c++` (I think this is what jeprince missed) and then compile...

The issue is probably that you haven't installed the latest kernel and rebooted, so when you do dnf install -y kernel-devel ...from the instructions you're getting a kernel-devel package that...

Don't think it's SELinux - I've used SELinux without modification or issue Can you confirm what version of zfs-dkms is installed with this: rpm -qa | grep zfs-dkms Can you...

+1 I primarily use GrapheneOS trying to de-google/de-apple and I'm still keeping an iPad around *just* to use this app. I love Open Source Android apps and what would be...

I'm not an ansible/AWX dev, but I think you just need this: https://github.com/ansible/awx-operator/blob/devel/config/crd/bases/awx.ansible.com_awxs.yaml#L1340 You can see these if you run `kubectl explain awx.spec` ... then you can put any of...

> Thanks, that eval got around it. It's interesting you're hitting a Javascript heap error, I don't get that far. My issue with the setup.cfg persists. Also, looking at https://github.com/ansible/ansible-ui/tree/main...

Assuming you're talking about the issue where a blank/white page loads - there's definitely a better way to fix this GUI issue, but I figured out yesterday that (after 'exec'ing...