Andreas Motl
Andreas Motl
Dear @chaudum and @proddata, thank you for your replies. There is clearly a need to improve the situation and documentation for initial installations, both with Docker and with native deployment...
Hi again, while answering a question on the forum at [^1], it just occurred to me that we might be better off configuring this service by using environment variables instead...
Hi there, this issue has just been reported at https://github.com/pR0Ps/grafana-trackmap-panel/issues/48 by @DBREngineer. He quickly provided a patch through https://github.com/pR0Ps/grafana-trackmap-panel/pull/49. With kind regards, Andreas.
CrateDB nightlies are not available for macOS and Windows, see [1], bummer. Let's mitigate that by only adjusting the CrateDB version to "nightly" on Linux through c99d01d. [1] https://github.com/crate/crate-python/pull/388/checks?check_run_id=1347098559#step:4:124
We are seeing `An existing connection was forcibly closed by the remote host` again [1], like https://github.com/crate/crate-python/pull/386#issuecomment-718101852. ``` Error: Error downloading extends for URL https://cdn.crate.io/downloads/releases/cratedb/x64_windows/crate-4.3.0.zip: [WinError 10054] An existing connection...
While making some progress on this, the last command `bin/coverage run $test_program -vv1` errors out on Windows like ``` No file to run: 'bin/test-quick' ``` or ``` No file to...
The reason that `bin/coverage` has not been able to find `bin/test-quick` is that it gets installed as `bin/test-quick.exe` on Windows. However, addressing that file obviously will not work as intended...
After some more adjustments, the test suite also starts on Windows. Now, it croaks with `AttributeError: module 'time' has no attribute 'clock'` from `sqlalchemy.util.compat` [1], at least with `sqlalchemy-1.1.18` on...
## Introduction There's a problem spinning up CrateDB on Windows. ## Problem Now, there's an error when trying to bootstrap CrateDB on Windows [1]. It goes like ``` b'[2020-11-03T15:11:44,184][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler]...
### java.net.SocketException: Unrecognized Windows Sockets error: 10106: socket All of these didn't bring any improvements: ``` # Disable firewall. netsh advfirewall set allprofiles state off # Reset IP stack. netsh...