bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63546: nix-channel error: opening pseudoterminal master: No such dev


From: Jonas Schneider-Bensch
Subject: bug#63546: nix-channel error: opening pseudoterminal master: No such device
Date: Sat, 24 Jun 2023 08:54:14 +0200

Perhaps this is a permissions issue with the nix shepherd service? I haven't tried the patch linked above, but found that I could run

$ sudo nix-channel --update

without running into the issue. Then, I got the same error again when trying to install any package with nix-env. Once again, I could run

$ sudo nix-env -i <some-package>

which would successfully install it to the root profile. After doing this, however, I found that I now could run

$ nix-env -i <some-package>

to install the package to my user profile, presumably because the nix store was populated by the run with sudo.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]