Victor Nawothnig

Results 47 comments of Victor Nawothnig

We're in a similar spot. Right now, if you specify `targetUser = null`, colmena will use the [users](https://crates.io/crates/users) crate to figure out the current username, and then will generate something...

Perhaps I phrased it poorly. Im suggesting that when targetUser is null we don’t specify a user at all in the generated ssh command. Right now, if it’s set to...

Stacktrace ``` [ERROR] Evaluation of 3 nodes failed. Logs: [ERROR] trace: Obsolete option `jobs' is used. It was renamed to `systemd.services'. [ERROR] error: The option `passthru' is used but not...

The example with the users.motd is just for a trivial reproducer with as few moving parts as possible. I've managed to reduce the test case further. The crux appears to...

And for what its worth, I couldn't make heads or tails of the stack trace. If you have any pointers I'm all ears. The specific error usually occurs when you...

What's even weirder, is that ```nix { "foo" = { ... }: { config.networking.hostName = "foo"; }; "quux" = { config, lib, allNodes, ... }: with lib; { users.motd =...

So there's some foul interaction with the nodes fixed point and the config fixed point.

Is this really useful? Beyond StrictHostKeyChecking and BatchMode (and User until #91 is merged), the rest already can be configured with local ssh configuration e.g. ~/.ssh/config

We have a simple python installer wizard on a custom image, which formats the disk with labels according to a standard, sets up the correct IP address and sets up...

The problem appears to be in `X11-xft` or `xmonad-contrib`. `XftTextExtents8` is called with a null pointer for the font https://github.com/freedesktop/xorg-libXft/blob/master/src/xftextent.c#L116-L122 Causing a null pointer dereference in this: https://github.com/freedesktop/xorg-libXft/blob/master/src/xftglyphs.c#L836 I believe...