Roman Hargrave
Roman Hargrave
This is likely due to the module source itself having not been upgraded alongside the kernel. With respect to error 46, it is entirely up in the air as to...
@seitzbg This is a kernel module, so all that it requires is a kernel. I suspect that any failure to compile is related to kernel changes. Presently, I have no...
> I'm not sure how LDAP works internally but I imagine the passwords are hashed, so we don't have a way to get their current password to create them an...
RE your comments in #3896, I am not currently experiencing any difficulty related to `epmd` in a containerized and clustered configuration. With that having been said (and having read the...
@jhass I think that as long as administrators install the gem, they won't have to add it to the Gemfile (it just needs to be in the require path). As...
@jhass true
@SimonKagstrom I should mention that I had to manually configure binutils, because the buildscript failed to do so.
On Sat, 21 Nov 2015 11:49:02 -0800 Simon Kagstrom [email protected] wrote: > OK, interesting. How did configure fail in your build? And how did you configure your own build? >...
Also experiencing this. If I switch the the 'classic' theme, some issues are alleviated, but other elements such as the console use dark text against a dark background.
Well, yes. But you're going to have to write wrappers around your function calls to go between C(++) and Lua using Lua's attrocious (imo) but simple FFI interface. BLT has...