Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 531188 - gnome-base/gvfs - lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /home/kj/.gvfs Output information may be incomplete.
Summary: gnome-base/gvfs - lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /ho...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-29 23:52 UTC by Yanestra
Modified: 2014-12-05 12:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yanestra 2014-11-29 23:52:51 UTC
lsof gives an error message in which it complains about a missing Gnome filesystem.

# lsof>/dev/null
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /home/kj/.gvfs
      Output information may be incomplete.

The undocumented Gnome dependency should be avoided or made available via USE flags.


Reproducible: Always
Comment 1 Alexander Tsoy 2014-11-30 00:37:07 UTC
It's not a bug in lsof. It is a standard behaviour of a FUSE filesystem. Only the user who owns the fuse mount point can access it.

$ grep gvfs /proc/self/mounts
gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0
$ ls -ld /run/user/1000/gvfs
dr-x------ 2 user1 user1 0 Nov 28 15:21 /run/user/1000/gvfs
$ sudo ls -ld /run/user/1000/gvfs
ls: cannot access /run/user/1000/gvfs: Permission denied
$
Comment 2 Yanestra 2014-11-30 03:19:08 UTC
Rpt: The undocumented Gnome dependency should be avoided or made available via USE flags.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2014-11-30 13:32:43 UTC
It isn't lsof's fault that gnome-base/gvfs does this. I also doubt it's a bug. More of an annoyance. I've seen it for years on basically any system that uses gvs.
Comment 4 Pacho Ramos gentoo-dev 2014-12-05 12:10:04 UTC
This is anyway an upstream issue... but googling a bit I think it's working as expected and it's not a bug:
http://forums.fedoraforum.org/showthread.php?t=258299
http://forums.fedoraforum.org/showthread.php?t=258225
http://askubuntu.com/questions/23074/what-means-this-error-message-lsof-warning-cant-stat-fuse-gvfs-fuse-daemon

There is no "hidden" dependency on gnome, simply gvfs is creating a dir with a set of permissions that make lsof show this warning, but it's not an error and the directory is being created with that permissions on purpose