tomberek

Results 245 comments of tomberek

I've got a few other projects. I'll try to get to this some time. I would want to make a package and a service configuration. On Sat, Feb 7, 2015...

I've found this to be a common problem with integrating some build systems with Nix. It becomes some work to go about pinning all the dependencies into Nix. Sometimes I...

## Upstream perspective This is how these distinctions are expressed in Nix. Having multiple ways to do and express this has led to confusion and UX issues. Recommend learning from...

hypothesis: The biggest culprit in those logs may be from Active Directory and dscl doing far more than expected. It would be good to confirm and/or test. random references: -...

Can you post a copy of your manifest? What other things are installed?

So far we've seen this with `redis-cli` which uses a non-standard jemalloc. Is it possible you have an LD_PRELOAD used to replace the normal allocator with jemalloc, and then thereafter...

Yep, I was able to reproduce. I'll see how minimal I can make an example and see if there is a fix. In the meantime, one solution is to add...

Our installer is opinionated and is supposed to be a multi-user Nix install. This means we set permissions to various files to root in that expectation. Usage as root works...

What is happening: 1. Almonds is a python application. - It is wrapped to include an appropriate python for its own use. 2. our `buildenv.cc` detects that there are declared...