[Bug 867806] Re: df -h permission denied error

2016-04-04 Thread Robert Ancell
Should be nothing to do with lightdm.. ** No longer affects: lightdm ** Changed in: lightdm (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867806 Title:

[Bug 867806] Re: df -h permission denied error

2015-06-21 Thread Chris Good
As has already been said, this is also occurring in precise 3.2.0-86.124. Should 'precise' tag be added to this bug? 3.2.0-85.122 to 3.2.0-85.124 also gets error: df: `/sys/kernel/debug': Function not implemented which I think is being fixed in

[Bug 867806] Re: df -h permission denied error

2015-03-18 Thread Marcos Marinho
I am using an Ubuntu 12.04 LTS on our servers and I am receiving this message when I am monitoring from Nagios. root@mysever:# /usr/lib/nagios/plugins/check_disk -l -w 95 -c 99 -X tmpfs -X devtmpfs -A -i /localrepo DISK CRITICAL - /var/lib/lightdm/.gvfs is not accessible: Permission denied I

[Bug 867806] Re: df -h permission denied error

2015-03-18 Thread Marcos Marinho
This is the result, it worked just fine DISK OK - free space: / 18951 MB (47% inode=89%); /var 4490 MB (86% inode=97%); /boot 728 MB (84% inode=99%);| /=20999MB;42017;42013;0;42112 /var=711MB;5408;5404;0;5503 /boot=130MB;826;822;0;921 -- You received this bug notification because you are a

[Bug 867806] Re: df -h permission denied error

2014-08-27 Thread Petu Stenman
The symptoms described by John Sopko (msg #12) still occur in my Ubuntu 12.04 (/proc/version says #81~precise1-Ubuntu SMP Tue Jul 15 04:02:22 UTC 2014). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 867806] Re: df -h permission denied error

2014-04-08 Thread Del Socorro Françoise
For me everything is permission denied without sudo, but they all work well with sudo, althought last one, at 1st time did not work: df -h df: `/root/.gvfs': Permission denied (dissapeard with sudo) + answer ls -la /var/lib/lightdm/ | grep .gvfs ls: cannot open directory /var/lib/lightdm/:

[Bug 867806] Re: df -h permission denied error

2014-03-09 Thread Marcin Dulak
The original problem with `df: `/var/lib/lightdm/.gvfs': Permission denied` still present on Ubuntu 12.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867806 Title: df -h permission denied error

[Bug 867806] Re: df -h permission denied error

2014-03-09 Thread hamish
I've pretty much come to the conclusion at this point that gvfs is fundamentally broken for use on a UNIX system, and the authors have no intention of fixing it by observing the tradition of everything is a file. Too bad, but the solution for us has been to migrate our systems to something else

[Bug 867806] Re: df -h permission denied error

2013-09-01 Thread Daniel Barrett
The adduser workaround (#23) doesn't work under Ubuntu 13.04 because /run/user/lightdm is mode 700. :-( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867806 Title: df -h permission denied error To

[Bug 867806] Re: df -h permission denied error

2013-06-20 Thread Alex T
Thanks Yulianto (sehari24jam)!!! I've been trolling for this issue, as I have this problem all the time logging remotely into a machine that has a local GUI, but rarely another user logged in. Of course, this is an annoying issue as well. Thanks!! -- You received this bug notification because

[Bug 867806] Re: df -h permission denied error

2013-06-20 Thread Alex T
Thanks for the workaround, Yulianto (sehari24jam)!! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867806 Title: df -h permission denied error To manage notifications about this bug go to:

[Bug 867806] Re: df -h permission denied error

2013-06-20 Thread Alex T
by trolling I mean searching, not flaming users -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867806 Title: df -h permission denied error To manage notifications about this bug go to:

[Bug 867806] Re: df -h permission denied error

2013-05-29 Thread Yulianto
I use this quick fix. Not sure if it is appropriate from security perspective: sudo adduser the user lightdm Doing that, will add the user into group lightdm. Since directory /var/lib/lightdm has group read permission (drwxr-x---), thus df will not complain anymore. -- You received this bug

[Bug 867806] Re: df -h permission denied error

2012-11-13 Thread CBee
As far as I can see this issue (and 1006704 and probably more) is all about mount tools that read /etc/mtab or /proc/mounts and find a mountpoint that is inaccessable due to user access rights: The app is running as user A and finds this mountpoint belonging to user B, clearly stated in the

[Bug 867806] Re: df -h permission denied error

2012-10-06 Thread Piet Starreveld
Observed this issue on 12.04 LTS 32-bits and 64-bits versions. It apparently only occurs when nobody is logged into the console (graphical desktop) i.e. when the '/usr/lib/gvfs//gvfs-fuse-daemon -f /var/lib/lightdm/.gvfs' process is running. The below comment describes how to find out whether

[Bug 867806] Re: df -h permission denied error

2012-10-01 Thread Armand
symptom persist in 12.04. This is under a vm and i doing a backup(dist) using remastersys: it shows this error: rsync: readlink_stat(/var/lib/lightdm/.gvfs) failed: Permission denied (13) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 867806] Re: df -h permission denied error

2012-10-01 Thread Armand
update: error is not present if currently logged in to the system. error details: (not logged in): Copying /var and /etc to temp area and excluding extra files ... this will take a while so be patient rsync: readlink_stat(/var/lib/lightdm/.gvfs) failed: Permission denied (13) rsync error:

[Bug 867806] Re: df -h permission denied error

2012-09-20 Thread Reinhard Tartler
The symptom still happens in quantal. System just started up, login via ssh: df -hl df: `/var/lib/lightdm/.gvfs': Permission denied [...] ** Changed in: lightdm (Ubuntu) Importance: Undecided = Medium ** Changed in: lightdm (Ubuntu) Status: Fix Released = Confirmed -- You received

[Bug 867806] Re: df -h permission denied error

2012-08-10 Thread keestux
This should not be marked as Fixed, because it isn't. Even as 'root' you get an error when it is not expected. $ sudo ls -l /var/lib/lightdm/ ls: cannot access /var/lib/lightdm/.gvfs: Permission denied total 52 drwxr-x--- 10 lightdm lightdm 4096 Aug 9 12:31 . drwxr-xr-x 93 rootroot4096

[Bug 867806] Re: df -h permission denied error

2012-06-17 Thread John Smith
My backup scripts (which has been running silently for a long time) started to complain after I installed Ubuntu 12.04: rsync: readlink_stat(/var/lib/lightdm/.gvfs) failed: Permission denied (13) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 867806] Re: df -h permission denied error

2012-06-17 Thread Bryan Batten
I've just done a dist-upgrade of 12.04 to 3.2.0-25-generic. The symptoms described by John Sopko (msg #12) still occur on my system. That is, if I have logged in locally, I can then log in via ssh and df -H works OK. However, if there is no one logged in locally, trying df -H from a ssh session

[Bug 867806] Re: df -h permission denied error

2012-05-09 Thread Nico Schlömer
This bug also affects anyone trying get disk usage statistics using Cacti. The script executed by Cacti is $ perl /usr/share/cacti/site/scripts/query_unix_partitions.pl get available /dev/sda4 which fails with /bin/df: `/var/lib/lightdm/.gvfs': Permission denied --Nico -- You received this

[Bug 867806] Re: df -h permission denied error

2012-05-08 Thread John Sopko
I am seeing this in precise 12.04, latest patches, some machines have the issue, others do not: % lsb_release -dcr Description:Ubuntu 12.04 LTS Release:12.04 Codename: precise % df -hl df: `/var/lib/lightdm/.gvfs': Permission denied Filesystem Size Used Avail

[Bug 867806] Re: df -h permission denied error

2012-05-08 Thread Garen
This is not fixed - I just encountered this after upgrading from 10.04 to 12.04. ** Also affects: lightdm Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 867806] Re: df -h permission denied error

2012-05-08 Thread John Sopko
If someone is logged into the desktop, gvfs mounts in there home dir, and df works if you ssh login as another user and do a df. The problem I am seeing is when no one is logged in and /var/lib/lightdm/.gvfs is mounted. For example: No one logged into the desktop: $ df df:

[Bug 867806] Re: df -h permission denied error

2012-05-08 Thread John Sopko
Another observation. When no one is logged in and /var/lib/lightdm is mounted the directory permissions do not allow other access: % ls -ld /var/lib/lightdm drwxr-x--- 9 lightdm lightdm 4096 May 6 09:50 /var/lib/lightdm If someone is logged into the desktop gui the gvfs directory permissions

[Bug 867806] Re: df -h permission denied error

2012-02-08 Thread Mat Ludlam
So to summarise I have exactly the same problem when I use ssh to connect to Ubuntu 11.10 with all patches up to and including 8th of Feb 2012. Output from uname -a is Linux dev4 3.0.0-15-generic #26-Ubuntu SMP Fri Jan 20 17:23:00 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Generally this error

[Bug 867806] Re: df -h permission denied error

2011-12-21 Thread Antti Hätinen
For me this hinders the nagios usage, since check_disk fails with error since it can't read status of /var/lib/lightdm/.gvfs . Also, when I removed then lightdm package, the .gvfs file doesn't disappear and I can't find a way to delete it. -- You received this bug notification because you are a

[Bug 867806] Re: df -h permission denied error

2011-11-24 Thread falstaff
This still happens to me as soon as an User is logged in. It has a nasty side effect in munin, which tries to get harddisk usage using df. df's return value in that case is not 0, so the result is not being processed. While it's possible to fix that in munin, its nevertheless a bit strange that df

[Bug 867806] Re: df -h permission denied error

2011-11-24 Thread Bryan Batten
My experience is that things are OK if I run the df command from a local terminal window as a standard user or as root. However, if I ssh in from another machine, while I can run the df command without error if I do a sudo -s first, I still get the error if I just try it as a normal user. As of

[Bug 867806] Re: df -h permission denied error

2011-11-24 Thread Bryan Batten
BTW I have the latest 11.10 patches - as of this AM -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867806 Title: df -h permission denied error To manage notifications about this bug go to:

Re: [Bug 867806] Re: df -h permission denied error

2011-10-06 Thread Robert Kulagowski
On Wed, Oct 5, 2011 at 5:09 PM, Luke Scharf 867...@bugs.launchpad.net wrote: This is how Unix systems are supposed to behave.  The ~lightdm/.gvfs filesystem is a private FUSE-mounted filesystem that belongs to the lightdm user, so a normal user shouldn't be able to access it.  The same thing

[Bug 867806] Re: df -h permission denied error

2011-10-06 Thread Luke Scharf
I was trying to figure out why lightdm would be fuse-mounting .gvfs. I'm glad to hear it's fixed! ** Package changed: bash (Ubuntu) = lightdm (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 867806] Re: df -h permission denied error

2011-10-06 Thread Luke Scharf
** Changed in: lightdm (Ubuntu) Status: Opinion = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867806 Title: df -h permission denied error To manage notifications about this

[Bug 867806] Re: df -h permission denied error

2011-10-05 Thread Luke Scharf
This is how Unix systems are supposed to behave. The ~lightdm/.gvfs filesystem is a private FUSE-mounted filesystem that belongs to the lightdm user, so a normal user shouldn't be able to access it. The same thing would happen if you had a GVFS filesystem open as yourself and another user (who

[Bug 867806] Re: df -h permission denied error

2011-10-04 Thread Robert Kulagowski
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867806 Title: df -h permission denied error To manage notifications about this bug go to: