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

Breaks many, many services #151

Closed
SuperSandro2000 opened this issue Mar 23, 2024 · 3 comments
Closed

Breaks many, many services #151

SuperSandro2000 opened this issue Mar 23, 2024 · 3 comments

Comments

@SuperSandro2000
Copy link

SuperSandro2000 commented Mar 23, 2024

I've tried the latest update and it broke ssh, Getty, phpfpm. Since I didn't have any way to access the machine in that state I couldn't collect any logs. journalctl -b -1 also didn't contain anything I could find at least closely related to this. I have no real idea how to help to fix this. I think running nixos VM tests with envfs enabled could help making sure less regressions like this happen.

@Mic92
Copy link
Owner

Mic92 commented Mar 23, 2024

The problem happend because nixos-rebuild switch didn't re-start envfs after the upgrade. Meaning it would unmount /bin without creating a new bind mount.
It's addressed here: #152

@Mic92
Copy link
Owner

Mic92 commented Mar 24, 2024

NixOS/nixpkgs#297142

@Mic92
Copy link
Owner

Mic92 commented Mar 25, 2024

Fixed.

@Mic92 Mic92 closed this as completed Mar 25, 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

No branches or pull requests

2 participants