Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2021 15:29:02 -1000
From:      parv <parv.0zero9@gmail.com>
To:        freebsd-stable@freebsd.org
Subject:   ZFS (in virtual machine): $HOME being a dataset causes xauth to timeout- access delays?
Message-ID:  <CABObuOpnQ7fHPYqORFtFygqTfXTmRSHpPgz7znwPVO%2Bs7vMH4Q@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi there,

I have FreeBSD 12-STABLE in VirtualBox 5.2.44 on Windows 10. All the "disks"
are file-backed virtual disks.

I noticed that after making $HOME a ZFS dataset, there were delays ...
- generally in start of Xorg;
- exhibited by xauth (after using "startx") error messages about timeout
  with authority files.

After reverting back $HOME not being a dataset on its own as before, there
are
no delays in start of Xorg; nor are any timeout message from xauth as
before.

Has anybody else noticed that?


  - parv


Before making $HOME (/aux/home/parv) a dataset ...

  aux0 mounted at /aux
  aux0/home at /aux/home

Conversion of $HOME to a dataset ..

  % zfs create aux0/home/parv2
  % mv /aux/home/parv/* /aux/home/parv2/
  % mv /aux/home/parv/.* /aux/home/parv2/
  % rm -rf /aux/home/parv
  % zfs rename aux0/home/parv2 aux0/home/parv



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABObuOpnQ7fHPYqORFtFygqTfXTmRSHpPgz7znwPVO%2Bs7vMH4Q>