[Bug 225361] Re: other users don't have access to .gvfs

2012-03-28 Thread Fakher Oueslati
Here is a nicer workaround ;)

fusermount -u path/.gvfs

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/225361

Title:
  other users don't have access to .gvfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2012-02-10 Thread Adam Wolfe Gordon
I've found a nice workaround for this, at least for the case where root
is trying to backup /home.

Before performing the backup, do:

mount --bind /home /mnt/home-bind

Then, backup /mnt/home-bind instead of /home. The bind mount exposes
only things on the filesystem mounted at /home, so you get a full backup
of that, without the FUSE/gvfs problem getting in the way.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/225361

Title:
  other users don't have access to .gvfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2011-11-16 Thread nschoem
I have reproduced this bug when switching between different window
managers (GNOME to Xfce).

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/225361

Title:
  other users don't have access to .gvfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2011-10-17 Thread dahias
Ubuntu 11.10 ... still there ...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/225361

Title:
  other users don't have access to .gvfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2011-07-19 Thread Alessandro Galassini
This bug still exist in Lubuntu 11.04...

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/225361

Title:
  other users don't have access to .gvfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2011-07-19 Thread Jochen Fahrner
Since this bug is 3 years old, I think this will never be fixed. :-(

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/225361

Title:
  other users don't have access to .gvfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/gvfs/+bug/225361/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2011-01-02 Thread Jochen Fahrner
We are now on 10.10 Maverick and this bug still exists. I can't believe that!
I have over 20 years experience in unix systems, and believe me, if this bug is 
meant by design, than this design is broken!
There should be nothing that root can't access on my own machine. There are 
some filesystems for accessing remote file systems (e.g. nfs), where you can 
define root acces as nobody. This is for security reasons, because you don't 
always have control over user rigths on remote systems. But inside my own 
system, root should have access to everything.

And even if I have mounted filesystems where my root account has nobodys
rights, then it should be possible to exclude them  with rsyncs -x
option (don't cross filesystem boundaries). This seems to be a second
bug. Why does rsync try to include .gvfs with the -x option? If this is
a mounted filesystem, it should be recognized as such.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/225361

Title:
  other users don't have access to .gvfs

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2011-01-02 Thread Ralph Corderoy
rsync isn't trying to include .gvfs even with the -x option.  It along
with find(1), etc., has to be able to do some things with .gvfs to even
work out it is the mount point of another filesystem and shouldn't be
descended into further.  Those things fail in a way that they never
should with Unix semantics for root.  You're just seeing other symptoms
of the same underlying problem;  FUSE's configuration not allowing root
to do anything, as it normally can.  But this bug report isn't the place
for discussion, I suspect.  I just wanted to clarify that there isn't a
further bug.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/225361

Title:
  other users don't have access to .gvfs

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2010-09-16 Thread Bug Watch Updater
** Changed in: gvfs (ALT Linux)
   Importance: Unknown = Medium

** Changed in: gvfs
   Importance: Unknown = Medium

-- 
other users don't have access to .gvfs
https://bugs.launchpad.net/bugs/225361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2009-08-17 Thread Xavier De Poorter
Hi, other users can't have access to .gvfs :

I tried to hack it directly in gvfs but i found in fuse code :

2005-07-07  Miklos Szeredi mik...@szeredi.hu

* lib: don't allow both 'allow_other' and 'allow_root' options to
be given

gvfs use libfuse2 so i hacked fuse :

diff fuse-2.7.4/kernel/ fuse-2.7.4-modified/kernel/
diff fuse-2.7.4/kernel/dir.c fuse-2.7.4-modified/kernel/dir.c
728a729,730
   return 1;
 
diff fuse-2.7.4/kernel/inode.c fuse-2.7.4-modified/kernel/inode.c
377a378,383
 
   switch (token) {
   default:
   d-flags |= FUSE_ALLOW_OTHER;
   }
 

be careful, it force the option allow_other for each fuse mount

and it works !

i done this trick to replace sftpdrive or webdrive (win32 + proprietary)
by a virtual box + samba + user friendly nautilus gvfs on the office's
win32 boxes

-- 
other users don't have access to .gvfs
https://bugs.launchpad.net/bugs/225361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2009-04-25 Thread MountainX
FROM http://ubuntuforums.org/showthread.php?t=791693highlight=.gvfspage=2
This is the official solution:
sudo aptitude reinstall gvfs gvfs-backends gvfs-bin gvfs-fuse libgvfscommon0

Is that true?

-- 
other users don't have access to .gvfs
https://bugs.launchpad.net/bugs/225361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2009-04-25 Thread Nikolaus Rath
No, that's not true. The above command only reinstalls the packages, so
this won't change anything.

-- 
other users don't have access to .gvfs
https://bugs.launchpad.net/bugs/225361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2009-04-11 Thread moueza
Same error on Suse 11.1, when I do 
sudo   find / -name *wav -path /mnt -prune
Then: find: `/home/peter/.gvfs': Permission non accordée

-- 
other users don't have access to .gvfs
https://bugs.launchpad.net/bugs/225361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 225361] Re: other users don't have access to .gvfs

2009-04-06 Thread Sebastien Bacher
** Summary changed:

- ~/.gvfs causes various errors
+ other users don't have access to .gvfs

-- 
other users don't have access to .gvfs
https://bugs.launchpad.net/bugs/225361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 225361] Re: other users don't have access to .gvfs

2009-04-06 Thread Bug Watch Updater
** Changed in: gvfs
   Status: Unknown = New

-- 
other users don't have access to .gvfs
https://bugs.launchpad.net/bugs/225361
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs