LoginSignup
0
0

More than 1 year has passed since last update.

Ubuntu20.04で"docker実行中にstatvfsの"許可がありません"ワーニングが出続ける"

Posted at

事象

docker実行中にstatvfsの"許可がありません"ワーニングが出続ける。

$ sudo journalctl -f
May 30 10:18:20 HOSTNAME gnome-system-monitor.desktop[14450]: glibtop(c=14450): [WARNING] statvfs '/run/docker/netns/HASH' failed: 許可がありません
May 30 10:18:20 HOSTNAME gnome-system-monitor.desktop[14450]: glibtop(c=14450): [WARNING] statvfs '/run/docker/netns/HASH' failed: 許可がありません
May 30 10:18:20 HOSTNAME gnome-system-monitor.desktop[14450]: glibtop(c=14450): [WARNING] statvfs '/run/docker/netns/HASH' failed: 許可がありません
May 30 10:18:20 HOSTNAME gnome-system-monitor.desktop[14450]: glibtop(c=14450): [WARNING] statvfs '/run/docker/netns/HASH' failed: 許可がありません
May 30 10:18:20 HOSTNAME gnome-system-monitor.desktop[14450]: glibtop(c=14450): [WARNING] statvfs '/run/docker/netns/HASH' failed: 許可がありません
May 30 10:18:20 HOSTNAME gnome-system-monitor.desktop[14450]: glibtop(c=14450): [WARNING] statvfs '/run/docker/netns/HASH' failed: 許可がありません

環境

動作環境は以下の通り。

$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

$ sudo apt list --installed | grep libgtop
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
libgtop-2.0-11/focal,now 2.40.0-2 amd64 [インストール済み]
libgtop2-common/focal,focal,now 2.40.0-2 all [インストール済み]

原因調査

libgtopの既知の問題。

回避策

なし。

まとめ

処置待ち。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0