NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
11.45k stars 1.44k forks source link

Failed installation on Ubuntu 22.04 1 LTS #10981

Open excavador opened 3 days ago

excavador commented 3 days ago

Platform

Additional information

curl -L https://nixos.org/nix/install | sh -s -- --daemon

Output

downloading Nix 2.23.1 binary tarball for x86_64-linux from 'https://releases.nixos.org/nix/nix-2.23.1/nix-2.23.1-x86_64-linux.tar.xz' to '/tmp/nix-binary-tarball-unpack.nC110P7Wsg'...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 21.9M  100 21.9M    0     0  6063k      0  0:00:03  0:00:03 --:--:-- 6062k
Note: a multi-user installation is possible. See https://nixos.org/manual/nix/stable/installation/installing-binary.html#multi-user-installation
Switching to the Multi-user Installer
Welcome to the Multi-User Nix Installation

This installation tool will set up your computer with the Nix package
manager. This will happen in a few stages:

1. Make sure your computer doesn't already have Nix. If it does, I
   will show you instructions on how to clean up your old install.

2. Show you what I am going to install and where. Then I will ask
   if you are ready to continue.

3. Create the system users (uids [30001..30032]) and groups (gid 30000)
   that the Nix daemon uses to run builds. To create system users
   in a different range, exit and run this tool again with
   NIX_FIRST_BUILD_UID set.

4. Perform the basic installation of the Nix files daemon.

5. Configure your shell to import special Nix Profile files, so you
   can use Nix.

6. Start the Nix daemon.

Would you like to see a more detailed list of what I will do?
No TTY, assuming you would say yes :)

I will:

 - make sure your computer doesn't already have Nix files
   (if it does, I will tell you how to clean them up.)
 - create local users (see the list above for the users I'll make)
 - create a local group (nixbld)
 - install Nix in to /nix
 - create a configuration file in /etc/nix
 - set up the "default profile" by creating some Nix-related files in
   /root
 - back up /etc/bashrc to /etc/bashrc.backup-before-nix
 - update /etc/bashrc to include some Nix configuration
 - back up /etc/profile.d/nix.sh to /etc/profile.d/nix.sh.backup-before-nix
 - update /etc/profile.d/nix.sh to include some Nix configuration
 - back up /etc/zshrc to /etc/zshrc.backup-before-nix
 - update /etc/zshrc to include some Nix configuration
 - back up /etc/bash.bashrc to /etc/bash.bashrc.backup-before-nix
 - update /etc/bash.bashrc to include some Nix configuration
 - load and start a service (at /etc/systemd/system/nix-daemon.service
   and /etc/systemd/system/nix-daemon.socket) for nix-daemon

Ready to continue?
No TTY, assuming you would say yes :)

---- let's talk about sudo -----------------------------------------------------
This script is going to call sudo a lot. Normally, it would show you
exactly what commands it is running and why. However, the script is
run in a headless fashion, like this:

  $ curl -L https://nixos.org/nix/install | sh

or maybe in a CI pipeline. Because of that, I'm going to skip the
verbose output in the interest of brevity.

If you would like to
see the output, try like this:

  $ curl -L -o install-nix https://nixos.org/nix/install
  $ sh ./install-nix

~~> Checking for artifacts of previous installs
Before I try to install, I'll check for signs Nix already is or has
been installed on this system.

---- Nix config report ---------------------------------------------------------
        Temp Dir:   /tmp/tmp.oY8znLyQHx
        Nix Root:   /nix
     Build Users:   32
  Build Group ID:   30000
Build Group Name:   nixbld

build users:
    Username:   UID
     nixbld1:   30001
     nixbld2:   30002
     nixbld3:   30003
     nixbld4:   30004
     nixbld5:   30005
     nixbld6:   30006
     nixbld7:   30007
     nixbld8:   30008
     nixbld9:   30009
     nixbld10:  30010
     nixbld11:  30011
     nixbld12:  30012
     nixbld13:  30013
     nixbld14:  30014
     nixbld15:  30015
     nixbld16:  30016
     nixbld17:  30017
     nixbld18:  30018
     nixbld19:  30019
     nixbld20:  30020
     nixbld21:  30021
     nixbld22:  30022
     nixbld23:  30023
     nixbld24:  30024
     nixbld25:  30025
     nixbld26:  30026
     nixbld27:  30027
     nixbld28:  30028
     nixbld29:  30029
     nixbld30:  30030
     nixbld31:  30031
     nixbld32:  30032

Ready to continue?
No TTY, assuming you would say yes :)

~~> Setting up the build group nixbld
            Exists: Yes

~~> Setting up the build user nixbld1
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 1
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld2
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 2
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld3
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 3
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld4
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 4
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld5
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 5
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld6
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 6
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld7
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 7
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld8
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 8
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld9
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 9
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld10
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 10
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld11
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 11
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld12
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 12
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld13
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 13
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld14
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 14
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld15
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 15
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld16
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 16
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld17
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 17
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld18
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 18
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld19
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 19
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld20
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 20
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld21
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 21
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld22
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 22
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld23
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 23
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld24
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 24
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld25
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 25
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld26
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 26
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld27
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 27
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld28
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 28
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld29
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 29
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld30
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 30
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld31
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 31
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the build user nixbld32
            Exists: Yes
            Hidden: Yes
    Home Directory: /var/empty
              Note: Nix build user 32
   Logins Disabled: Yes
  Member of nixbld: Yes
    PrimaryGroupID: 30000

~~> Setting up the basic directory structure
install: creating directory '/nix'
install: creating directory '/nix/var'
install: creating directory '/nix/var/log'
install: creating directory '/nix/var/log/nix'
install: creating directory '/nix/var/log/nix/drvs'
install: creating directory '/nix/var/nix'
install: creating directory '/nix/var/nix/db'
install: creating directory '/nix/var/nix/gcroots'
install: creating directory '/nix/var/nix/profiles'
install: creating directory '/nix/var/nix/temproots'
install: creating directory '/nix/var/nix/userpool'
install: creating directory '/nix/var/nix/daemon-socket'
install: creating directory '/nix/var/nix/gcroots/per-user'
install: creating directory '/nix/var/nix/profiles/per-user'
install: creating directory '/nix/store'
install: creating directory '/etc/nix'

~~> Installing Nix
      Alright! We have our first nix at /nix/store/qsmjzlidyh3i5h98m7p0njzq4dd24jqy-nix-2.23.1
      Just finished getting the nix database ready.

~~> Setting up shell profiles: /etc/bashrc /etc/profile.d/nix.sh /etc/zshrc /etc/bash.bashrc /etc/zsh/zshrc

# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix

# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix

# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix

# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix

~~> Setting up shell profiles for Fish with conf.d/nix.fish inside /etc/fish /usr/local/etc/fish /opt/homebrew/etc/fish /opt/local/etc/fish

~~> Setting up the default profile
installing 'nix-2.23.1'
building '/nix/store/lyhlmlzgbpngvhk03r78imhvkrh168l6-user-environment.drv'...
installing 'nss-cacert-3.95'
building '/nix/store/shharn94pr5xrynzcd0yf9da6b7ivmz0-user-environment.drv'...
unpacking 1 channels...

~~> Setting up the nix-daemon systemd service
ln: failed to create symbolic link '/etc/tmpfiles.d/nix-daemon.conf': No such file or directory

---- oh no! --------------------------------------------------------------------
Oh no, 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.

You can open an issue at
https://github.com/NixOS/nix/issues/new?labels=installer&template=installer.md

Or get in touch with the community: https://nixos.org/community

Priorities

Add :+1: to issues you find important.

abathur commented 3 days ago

Sounds like: