Matthew Croughan

Results 107 comments of Matthew Croughan

@t184256 supervisord works flawlessly for managing multiple processes inside of Docker containers for example, [here is an example config](https://github.com/nunofgs/docker-octoprint/blob/master/supervisord.conf) in a project: I think it'd be a great fit for...

This feature would be needed in order to build disk images with systemd-repart, without requiring a loopback device. Currently since this option isn't available https://github.com/systemd/systemd/blob/main/src/partition/repart.c#L6736-L6740 is hit. But once this...

@iFreilicht I don't have the time at the moment, but maybe you or @Enzime could

@bodokaiser Other than using a Nix release prior to this, no. I wanted to perform a time consuming `git bisect`, but wouldn't do that unless paid to do so, due...

@roberth Although downloading seems to be solved, and the log line "download buffer is full" is no longer spammed, another issue has occured. Nix claims the download is finished, and...

@roberth Sadly it doesn't seem to, it would be nice to reproduce this in a VM test or something. The issue is the same as before, unpacking hangs indefinitely and...

This error is awesome, I love macOS. (maybe I'm speaking too soon.) Maybe we should make an issue label for macOS specific issues. https://apple.stackexchange.com/questions/32235/how-to-properly-increase-a-ulimit-n-limits If you do find a solution...

And thank you for making these issue reports, it's really interesting to see the edge cases that you are hitting.

Is your full source code and flake that you're trying to work with available on Github anywhere?

Another option is to use ssh-agent, which does not require modifying nixinate