Crashes when there are leftovers from a previous installation #56
Labels
No labels
Compat/Breaking
Context/drive-by
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status/Fixed On Main
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lix-project/lix-installer#56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error
Metadata
Further info
I had Nix installed a few years ago. When trying to install Lix, the installer crashes due to the residual user accounts/groups.
Are you on MacOS Sequoia? Have you ran
repair sequoiabefore?The error message you get seems to be a common symptom of that: https://github.com/DeterminateSystems/nix-installer/issues/1398
@kfearsoff yes, I was on Sequoia at the time of the report. I haven't run
repair sequoia. In my case the issue happens because I had Nix installed (via the official installer) a few years ago, so the situation is not quite common. Simply removing the users manually and running the installer again solves the problem. My only real concern is that the error message should probably give some explanation and be less intimidating.@nightuser wrote in #56 (comment):
Haha, yeah, I'm 100% with you on that. Error reporting could very well use some work.
I don't think having Nix installed via the script a few years ago is too uncommon, really. I have some ambitious dreams on removing the receipts at all, preventing this kind of edge cases entirely, but in the meantime, I think this is an issue that is very well worth attention in terms of error reporting - I'll label it as such. Thanks for a quick response!