jlobue10

Results 84 comments of jlobue10

Try running `pipenv install alembic` and then re-running `pipenv run alembic upgrade head` .

Make sure that you have Prometheus installed and working correctly. I have it running as a systemctl service and I'm able to confirm that Prometheus is active and running by...

Make sure that in your `/etc/prometheus/prometheus.yml` config file under the scrape_configs section that the portion that you added during setup looks something like this. ``` - job_name: chia_monitor static_configs: -...

Okay, so I think I fully understand your problem now. The issue is with a port conflict on tcp port 8000. The chia_timelord has a clash with the chia-monitor app...

I second this request. After recently getting my VNC sessions for my garage servers secured with x509 certs, I can't seem to find any mobile app that will allow me...

Mainly for simplicity and not requiring a different port open on my servers than I'm already using. I connect to my two garage servers securely through TigerVNC Viewer with x509...

Totally understandable. For now, I'll just lose the ability to periodically login to my garage servers away from home on mobile. It's not that big of a deal. If I...

Thank you for the detailed write-up and explanation @Zeluok . I think for now I am ok with not checking my two servers from my Android phone or tablet. It's...

I need to revisit this. Which version of Batocera is giving you an issue? It's very likely that those devs changed something, and I need to research a fix.

The way that workaround functions is that it is basically setting the BootNext EFI entry to be rEFInd. This needs to be refreshed every boot. It is a workaround that...