Philipp Wollschlegel
Philipp Wollschlegel
You are missing the submodules: (other git repos references from inside xcsoar's git) use the recursive option when cloning. ```bash git clone --recursive git://github.com/XCSoar/XCSoar ```
I think you want to exclude ./output
What is your use-case exactly? The vagrant container was mainly intended to be used as ssh box to edit and compile xcsoar in. If you install X or use the...
If you edit in your own ide and just need a compiler, the docker approach would fit better.
I have never used the OUT parameter. I would expect a lot of failures there... The rsync_auto is exactly that. So the vm will synchronize any changes on the guest...
There are sadly several efforts that have not meet contribution qualtiy. See: * https://github.com/XCSoar/XCSoar/pull/461 * https://github.com/XCSoar/XCSoar/pull/298 Maybe care to revive them?
I had this issue on debian. I found in the minion log that i was missing lshw and hwinfo and gdisk packages: 2019-01-15 21:43:25,383 [salt.loaded.int.module.mine:169 ][ERROR ][13348] Function cephdisks.list in...
i have the same issue on a debian-9 host. First i had to install python-netaddr inorder for the module to function at all and now i have the same issue...
Also the text below the StartTLS button is misleading. When enabled use StartTLS otherwise TLS will be used should be: When enabled use StartTLS otherwise SSL will be used
It seems the form requires an encrypted connection in any case. The combination Port: 389 StartTLS: off Certificate: none is not valid.