Bug 547297 - Folder .gvfs does not have the right permissions
Summary: Folder .gvfs does not have the right permissions
Keywords:
Status: CLOSED DUPLICATE of bug 540574
Alias: None
Product: Fedora
Classification: Fedora
Component: gvfs
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tomáš Bžatek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-14 10:21 UTC by Fabien Archambault
Modified: 2015-03-03 22:42 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-14 13:28:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fabien Archambault 2009-12-14 10:21:04 UTC
Description of problem:
Impossible to list /home/user folder

Version-Release number of selected component (if applicable):
 Fedora 12

How reproducible:
Every time when occuring

Steps to Reproduce:
1. I do not know how it appeared
  
Actual results:
ls -l /home/user => works
ls -al /home/user
(waiting for hours and still nothing shown)
Problem occurs in "user".
In "root" :
# ls -alrt /home/MarbolanGos/
ls: cannot access /home/MarbolanGos/.gvfs: Permission denied
total 570680
d??????????  ? ?           ?                   ?                ? .gvfs
......
(not shown all folder)

Expected results:
List all folders including hidden.

Additional info:
Tried to remove or modify the folder (in root and user) :
# rm -Rf  /home/MarbolanGos/.gvfs
rm: cannot remove `/home/MarbolanGos/.gvfs': Permission denied
# chown root:root /home/MarbolanGos/.gvfs
chown: cannot access `/home/MarbolanGos/.gvfs': Permission denied
[root@fedora ~]# chmod 777 /home/MarbolanGos/.gvfs
chmod: cannot access `/home/MarbolanGos/.gvfs': Permission denied

Found a solution now working with a small "patch" (http://www.pubbs.net/fedora/200908/1947/) :
create file : /etc/X11/xinit/xinitrc.d/00-gvfs-disable-fuse.sh
Add inside :
GVFS-DISABLE-FUSE=1
export GVFS-DISABLE-FUSE

Now :
ls -al /home/MarbolanGos
...
dr-x------.  2 MarbolanGos MarbolanGos         0 2009-12-09 00:21 .gvfs
...

Comment 1 Tomáš Bžatek 2009-12-14 13:28:20 UTC

*** This bug has been marked as a duplicate of bug 540574 ***


Note You need to log in before you can comment on or make changes to this bug.