Stefan Davis
Stefan Davis
Oops forgot to note this partially mitigates https://github.com/turnkeylinux/tracker/issues/1198, it doesn't solve it but does provide a way to get backups working even when the hub is down.
It is possible the domain has multiple A records as such here's a possible solution ```python3 from urllib.request import request import dns external_ip = urllib.request.urlopen('https://www.wikipedia.org').headers['X-Client-IP'] domain = 'domain.to.check.com' domain_is_correct =...
It depends though whether AVX is required because it's being passed via `-mavx` + optimizations or because specific assembly/intrinsics are used that require those exact instructions. The former is easy...
To expand on the context of my previous comment, if it's only required, because it's compiled with `-mavx` + optimizations we only need to remove `-mavx` and then it'll "just...
Bigger issue than AVX is it requiring a newer C compiler & linker than we have available currently. Defering to next major release (we'll provide older mongodb until then)
Appears to of been fixed upstream, I've not been able to reproduce this on 18.x-dev
The first error indicates, it's trying to make a `sub window` of `width=1`, very odd. @themitichris You said after setting password? Were you prompted for domain? If not I imagine...
Once again we've failed to add all the new appliances, let's try again on 17.0!
Well I'm not too sure if 20MB is ideal, but going on the premise of 20MB being better than 1MB. I'll bump it for 16.1 and if we have more...
I haven't actually tested yet just looking over the code. It's a very minor issue but it's a bit odd having `pwBootstrap.sh` with the `.sh` extension rather than a `.php`...