Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable remote nix tests #581

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Re-enable remote nix tests #581

merged 1 commit into from
Sep 3, 2024

Conversation

avdv
Copy link
Member

@avdv avdv commented Sep 3, 2024

While debugging some other Docker image I noticed that the container did not really start and searching for that error it turned out there would be a really simple fix.

The sshd process did not start:

Missing privilege separation directory: /run/sshd

Ensure to create this directory and make sshd log messages to stderr.

Fixes #564

The sshd process did not start:
```
Missing privilege separation directory: /run/sshd
```

Ensure to create this directory and make sshd log messages to stderr.

Fixes #564
@avdv avdv requested a review from benradf as a code owner September 3, 2024 12:13
Copy link
Member

@benradf benradf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@avdv avdv added the merge-queue merge on green CI label Sep 3, 2024
@mergify mergify bot merged commit 3a57bd5 into master Sep 3, 2024
13 checks passed
@mergify mergify bot deleted the cb/fix-remote-nix-ci branch September 3, 2024 13:09
@mergify mergify bot removed the merge-queue merge on green CI label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nix remote jobs are not working correctly on CI
2 participants