Bug 435620
| Summary: | yum/rpm says: "error: failed to stat /home/tbl/.gvfs: Permission denied" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom London <selinux> |
| Component: | rpm | Assignee: | Panu Matilainen <pmatilai> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | alexl, caillon, john.ellson, pingoufc4, pnasrat |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rpm-4.4.2.3-1.fc9 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-04-01 08:18:02 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tom London
2008-03-02 17:43:51 UTC
I should mention that I get this after I "su -", and run rpm or yum as root. I have a similar problem, but slightly different behaviour: ellson@ontap:~> ls -ld .gvfs ls: cannot access .gvfs: Transport endpoint is not connected ellson@ontap:~> getfacl .gvfs getfacl: .gvfs: Transport endpoint is not connected root@ontap:ellson# ls -ld .gvfs ls: cannot access .gvfs: Permission denied root@ontap:ellson# getfacl .gvfs getfacl: .gvfs: Permission denied Repro on my rawhide system, some notes:
- repro with gvfs-0.1.10-1.fc9.i386
- caused by gvfs-fuse-daemon (/usr/libexec//gvfs-fuse-daemon /home/tbzatek/.gvfs)
- independent of filesystem the homedir is on
[tbzatek@vmware124 ~]$ ls -ld .gvfs
dr-x------ 2 tbzatek tbzatek 0 2008-03-04 17:39 .gvfs
[tbzatek@vmware124 ~]$ getfacl .gvfs
# file: .gvfs
# owner: tbzatek
# group: tbzatek
user::r-x
group::---
other::---
Another user or root see malformed filesystem record, probably due to the fact
the mounted fuse filesystem is running privately only for the particular user.
[root@vmware124 tbzatek]# ls -al | grep gvfs
ls: cannot access .gvfs: Permission denied
d????????? ? ? ? ? ? .gvfs
This is causing yum error messages like
error: failed to stat /mnt/disk2/home/test/.gvfs: Permission denied
and system-wide utilities:
[root@vmware124 tbzatek]# lsof
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/tbzatek/.gvfs
Output information may be incomplete.
Linked to gvfs upstream bug https://bugzilla.gnome.org/show_bug.cgi?id=520403 These are really not bugs of gvfs or fuse, but bugs of the tools which can't handle fuse mounts not being traversable. Moving to the right component. Dupe of bug 432907 but lets track separately as that's for F8. In any case, fixed upstream already and getting it to Fedora is just a matter of me getting around to release rpm 4.4.2.3 final... Fixed in rawhide. LOL. So I see ;)
* Subject: rawhide special report: 20080401 changes
* Date: Tue, 1 Apr 2008 12:08:17 +0000 (UTC)
New package apt
Advanced front-end for dpkg
New package dpkg
Package maintenance system for Debian
Removed package rpm
Removed package yum
*** Bug 440230 has been marked as a duplicate of this bug. *** |