-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
While installing nix on MacOS it fails while creating build user 5:
~~> Setting up the build user nixbld5
<main> attribute status: eDSRecordAlreadyExists
<dscl_cmd> DS Error: -14135 (eDSRecordAlreadyExists)
---- oh no! --------------------------------------------------------------------
Jeeze, something went wrong. If you can take all the output and open
an issue, we'd love to fix the problem so nobody else has this issue.
:(
We'd love to help if you need it.
If you can, open an issue....
After some investigation, I realized it fails because I have a _sophos
user with UniqueID "30005"
dscl . -search /Users UniqueID "30005"
yields:
_sophos UniqueID = (
30005
)
Is there a way to work around this?
jakubgs and sandipndev