IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
"open /compat/linux/proc: no such file or directory" error on FreeBSD
edit"open /compat/linux/proc: no such file or directory" error on FreeBSD
editThe system metricsets rely on a Linux compatibility layer to retrieve metrics on
FreeBSD. You need to mount the Linux procfs filesystem using the following
commands. You may want to add these filesystems to your /etc/fstab
so they are
mounted automatically.
sudo mount -t procfs proc /proc sudo mkdir -p /compat/linux/proc sudo mount -t linprocfs /dev/null /compat/linux/proc