Files
nomad/helper
Tim Gross d3a55915f5 client: defer nobody user lookup so Windows doesn't panic (#14790)
In #14742 we introduced a cached lookup of the `nobody` user, which is only ever
called on Unixish machines. But the initial caching was being done in an `init`
block, which meant it was being run on Windows as well. This prevents the Nomad
agent from starting on Windows.

An alternative fix here would be to have a separate `init` block for Windows and
Unix, but this potentially masks incorrect behavior if we accidentally added a
call to the `Nobody()` method on Windows later. This way we're forced to handle
the error in the caller.
2022-10-04 11:52:12 -04:00
..
2018-10-30 13:58:52 -04:00
2022-09-26 08:28:03 -05:00
2019-01-22 15:44:31 -08:00
2020-12-09 11:05:18 -08:00
2022-01-18 08:35:26 -06:00
2021-10-01 10:14:28 -04:00
2021-10-01 10:14:28 -04:00
2022-04-09 13:22:44 +02:00
2022-09-21 14:53:25 -05:00