Ketzacoatl
Ketzacoatl
I see the same: ``` root@ubuntu-xenial:~# python --version Python 3.5.2 ``` ``` root@ubuntu-xenial:~# pip3 install reclass Collecting reclass Using cached https://files.pythonhosted.org/packages/e6/e2/7ab398b65da859966784f81145efa37d577005fc43432dd7b0f252196a98/reclass-1.4.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most...
I have made some updates to get python 3 to run `python setup.py install` without major error: ``` # python3 setup.py install ... Processing reclass-1.4.1-py3.5.egg Removing /usr/local/lib/python3.5/dist-packages/reclass-1.4.1-py3.5.egg Copying reclass-1.4.1-py3.5.egg to...
@lottspot, what is the situation that motivates this feature?
@far-blue does it work if you use the default? I'm successfully using this feature in all my deployments, even with the latest stable release (v1.6.0). Are there any logs in...
When using a non-default tag prefix, are there any useful logs or info you can find in fabio to confirm why that isn't working?
@leprechau is this best to keep open for consideration, or close as won't fix?
I agree that it would be really nice to have fabio finish the route initialization before receiving inbound traffic.
I've also seen this in my logs from fabio. I'm assuming this is not saying that fabio has incorrect routes, and it's more of an issue buffering and writing out...
Interesting, the logs are not just truncated, they are split and in reverse order. For example: ``` foobar ``` Is coming out like: ``` bar foo ``` Also, it seems...
One last bit, I see this on the latest stable release (v1.6.0)