Mark
Mark
Sorry to dig up an old issue, just going through my git hub issues. We utilize pfSense and CARP so we do a floating IP for applications that need to...
I've had this same issue, but not in LXC, but in VMware ESXi, This was the only thread I found to comment out line 214 as mentioned above. I work...
Either replace MILLION with 1000000 as he mentioned above, or simply define MILLION: int MILLION = 100000;
Pragma messages should not be getting marked as warnings or errors - that's a bug you should file with the IDE. In the meantime, you can disable them by including...
Simply define MILLION at the beginning of the code: #define MILLION 1000000
Sorry to necro this, but I can't run the command line tool of this: ``` python3 ./manage.py reset-tasks ``` does not work for me, here is what I get ```...
I am actually using https://github.com/jdeath/homeassistant-addons repo (which includes tubesync) for Home Assistant, with my own customizations. It is indeed running in a container. I had went out of my way...
My two cents as a Datacenter MSP administrator. 1. Docker only exposes the ports you enter in the "ports" section of your docker-compose.yml to your internal network, unless you specify...
This would be Awesome to see come to OmniOS!
Can you clarify in which file I should place this?