LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-02-2013, 07:08 AM   #1
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
A Directory That Can't Be Removed?


Somehow, some time a directory, .gvfs, got created in my home directory, it looks like this:
Code:
ls -l .gvfs
d?????????  ? ?     ?            ?            ? .gvfs/
As root, I cannot stat it; I cannot chmod it; I cannot remove it; I cannot do anything with it and I've run dry.

If anybody's got any ideas, I'd appreciate knowing them.
 
Old 08-02-2013, 07:28 AM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
http://www.linuxquestions.org/questi...rs-4175447869/
 
1 members found this post helpful.
Old 08-02-2013, 08:57 AM   #3
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Thanks for that (only place I didn't look, LQ, sheesh!).

I did go on a bug hunt -- looked for man pages (there aren't any), looked at /usr/doc/gvfs-1.12.3 (less than useless), looked all over the place in /usr (found the commands in /usr/bin, no man page, not much info with a -? option). I did a search at Wikipedia (the article which says just about nothing).

Looks like GazL's suggestion (http://www.linuxquestions.org/questi...9/#post4880848) might be the solution, so I created a ~/.xinitrc, added GVFS_DISABLE_FUSE=1 ; export GVFS_DISABLE_FUSE to it and we'll see what happens.

And I still don't know what the heck it's there for and what it actually does.

I hate this kind of stuff.
 
Old 08-05-2013, 10:42 AM   #4
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
It is part of a gnome2 environment. It provides to the users gnome applications a filesystem view of configuration options. The filesystem is NOT something that can be backed up, it is also blocked from any access EXCEPT the user.

When the filesystem is not mounted, the directory will appear normal, and can be deleted. But it will also be recreated when gvfs server is started (usually on login).

Oh - gvfs is implemented using FUSE (filesystem in user space).

Since I quit using Gnome (either version 2 or 3) I haven't had problems with it.

Last edited by jpollard; 08-05-2013 at 10:44 AM.
 
1 members found this post helpful.
Old 08-05-2013, 11:10 AM   #5
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Quote:
Originally Posted by jpollard View Post
Since I quit using Gnome (either version 2 or 3) I haven't had problems with it.
OK, thanks for that -- funny thing is, though, GNOME has never touched this box (it isn't even available directly from Slackware). So, I've probably gotten some GNOME-ish thing on here (that I seem to remember some application that needed it, but darned if I can remember what!).

Oh, drat, maybe one of these:
Code:
ls /var/log/packages/*gnom*
/var/log/packages/gnome-icon-theme-3.4.0-x86_64-1
/var/log/packages/gnome-keyring-3.4.1-x86_64-2
/var/log/packages/libgnome-keyring-3.4.1-x86_64-1
/var/log/packages/polkit-gnome-0.102-x86_64-1
No clue on what's using them, though -- that directory doesn't exist at log in, just after running for a while and, you know, doing work.

I'll have to one-at-a-time a few things and see who's causing it.

Thanks again.
 
Old 08-05-2013, 01:41 PM   #6
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
Quote:
Originally Posted by tronayne View Post
OK, thanks for that -- funny thing is, though, GNOME has never touched this box (it isn't even available directly from Slackware). So, I've probably gotten some GNOME-ish thing on here (that I seem to remember some application that needed it, but darned if I can remember what!).

Oh, drat, maybe one of these:
Code:
ls /var/log/packages/*gnom*
/var/log/packages/gnome-icon-theme-3.4.0-x86_64-1
/var/log/packages/gnome-keyring-3.4.1-x86_64-2
/var/log/packages/libgnome-keyring-3.4.1-x86_64-1
/var/log/packages/polkit-gnome-0.102-x86_64-1
No clue on what's using them, though -- that directory doesn't exist at log in, just after running for a while and, you know, doing work.

I'll have to one-at-a-time a few things and see who's causing it.

Thanks again.
Any or all of the last three (the icon package may not). Also check for gedit as that uses it too. As far as I know, all gnome applications use it.

Last edited by jpollard; 08-05-2013 at 01:42 PM.
 
Old 08-05-2013, 02:11 PM   #7
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
I'm pretty sure Firefox starts gvfs (and gconfd-2). I don't know of any way to prevent Firefox from using them (which is annoying, because I have no use for either service).
 
Old 08-05-2013, 02:39 PM   #8
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
I've never notice firefox starting it. That isn't even a gnome application. Are you using pulse audio perhaps?
 
Old 08-05-2013, 03:40 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
If I start Firefox under twm, it starts gconfd-2 but not gvfs. If I start it under xmonad, it starts both (and it is definitely Firefox that is starting gvfs). The notable differences are that xmonad is launched with
Code:
exec ck-launch-session dbus-launch --exit-with-session /usr/bin/xmonad
which launches dbus with
Code:
dbus-launch --exit-with-session /usr/bin/xmonad
while with twm, it is started with
Code:
/usr/bin/twm &
and dbus isn't launched until Firefox opens, where it launches as
Code:
dbus-launch --autolaunch 93cf92d5e41556383e774c624b2e34e0 --binary-syntax --close-stderr
I am guessing that ConsoleKit and/or dbus are responsible for launching gvfs when Firefox is started, but you may not notice it depending on how your WM/DE is started.
 
Old 08-05-2013, 04:26 PM   #10
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Well, I dunno -- but, the "SBo" at the end of the package names means that it was requirement for some SlackBuiles.org package (and I dunno which one).

At least I know what it is, just haven't gotten around to finding out what's causing it and, for now anyway, that's good enough. Right now, the directory is there but readable and empty, Firefox is running, so, nope, not Firefox, not Thunderbird, not Xfce (fur sure).

Basically, hellwidit.
 
Old 08-05-2013, 04:33 PM   #11
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
You might look in the shell scrip /usr/bin/firefox. It is possible some plugin or other is doing it, as firefox itself has no need for it.

This is part of the "cancer" of gnome... things that don't/shouldn't depend on it suddenly do for some reason. And that goes for dbus as well.

This old mail message (http://lists.freebsd.org/pipermail/f...ly/092967.html) indicates it is a screwball environment that causes the problems where gconfd gets started, and it may be starting the rest.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to recover my home directory which I accidentally removed using rm -rf command? shikshit.hep Linux - Software 6 10-05-2010 03:12 AM
Accidentally rc0.d directory removed!!! jastazv Linux - Software 7 02-25-2009 01:44 PM
Removed accidently removed panel at Suse 11.1? alte_mann SUSE / openSUSE 6 01-29-2009 04:19 AM
Juk crashes after removed directory aevangelica Linux - Software 2 04-14-2006 04:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration