I installed recently Fedora Silverblue 42 on a desktop which is now a freeipa client. It has a home directory mounted through NFS.
myserver:/home/nfs on /run/host/var/home/nfs type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.0.21.217,local_lock=none,addr=10.0.21.20)
ipauser@mydesktop:~$ pwd
/home/nfs/ipauser
When I try to create a toolbox as a freeipa user ipauser
, I get an error:
ipauser@mydesktop:~$ toolbox create
Image required to create Toolbx container.
Download registry.fedoraproject.org/fedora-toolbox:42 (392.7MB)? [y/N]: y
Error: failed to create container fedora-toolbox-42
ipauser@mydesktop:~$ toolbox list
IMAGE ID IMAGE NAME CREATED
e10777d89381 registry.fedoraproject.org/fedora-toolbox:42 23 hours ago
When I create a toolbox as a local user locuser
to the computer, no problem:
locuser@mydesktop:~$ toolbox enter
Welcome to the Toolbx; a container where you can install and run
all your tools.
- Use DNF in the usual manner to install command line tools.
- To create a new tools container, run 'toolbox create'.
For more information, see the documentation.
⬢ [locuser@toolbx ~]$ pwd
/var/home/locuser
locuser@mydesktop:~$ toolbox list
IMAGE ID IMAGE NAME CREATED
e10777d89381 registry.fedoraproject.org/fedora-toolbox:42 23 hours ago
CONTAINER ID CONTAINER NAME CREATED STATUS IMAGE NAME
bb3bb4ab7fb2 fedora-toolbox-42 16 hours ago running registry.fedoraproject.org/fedora-toolbox:42
Is this issue related to the NFS mounted home?
How can I fix this?