[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-15 Thread Kamil Dudka
Daniel, thank you for submitting the patch upstream! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xdg-desktop-portal in Ubuntu. https://bugs.launchpad.net/bugs/1905623 Title: df: /run/user/1000/doc: Operation not permitted Status

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
I just read about the correct way to report a bug or fix to the gnulib developers. I have emailed them as below: Date: Sat, 13 Feb 2021 at 12:40 Subject: Suggested fix to mountlist.c: Define fuse.portal, devtmpfs and squashfs mounts as dummy To: bug-gnu...@gnu.org Cc: juli...@ubuntu.com Hi

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
I formatted it as follows: @@ -164,7 +164,10 @@ #define ME_DUMMY_0(Fs_name, Fs_type) \ (strcmp (Fs_type, "autofs") == 0 \ + || strcmp (Fs_type, "devtmpfs") == 0 \ + || strcmp (Fs_type, "fuse.portal") == 0 \ || strcmp (Fs_type, "proc") == 0 \ + || strcmp (Fs_type, "squashfs") == 0 \ ||

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
Hi Julian and Kamil, I tried to notify the gnulib upstream developers of this fix by creating a pull request in the github mirror (https://github.com/coreutils/gnulib/pull/11). I don't know how to create a pull request in the original git repository (git://git.sv.gnu.org/gnulib.git). I'm

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-01-06 Thread Kamil Dudka
Has gnulib upstream been notified about the fix for this bug? ... or about the original treat-devtmpfs-and-squashfs-as-dummy- filesystems.patch that the fix was applied to? https://launchpadlibrarian.net/510003931/coreutils_8.32-4ubuntu1_8.32-4ubuntu2.diff.gz -- You received this bug

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-15 Thread Launchpad Bug Tracker
This bug was fixed in the package coreutils - 8.32-4ubuntu2 --- coreutils (8.32-4ubuntu2) hirsute; urgency=medium * d/p/treat-devtmpfs-and-squashfs-as-dummy-filesystems.patch: - Extend default filesystem exlusion to fuse.portal (LP: #1905623) -- Julian Andres Klode Sat, 05

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-05 Thread Julian Andres Klode
Just to note, a huge number of other file systems don't show: $ grep fuse /proc/mounts fusectl /sys/fs/fuse/connections fusectl rw,nosuid,nodev,noexec,relatime 0 0 https://sd2dav.1und1.de/ /media/jak/smartdrive fuse

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-05 Thread Julian Andres Klode
** Changed in: coreutils (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xdg-desktop-portal in Ubuntu. https://bugs.launchpad.net/bugs/1905623 Title: df: /run/user/1000/doc: Operation not

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-05 Thread Julian Andres Klode
> I probably don't, but have no idea want it actually does. It provides safe access to files on your disk to snaps or flatpaks. > You can silence this with "df -x fuse.portal" Odd, when I tried it didn't work for me, maybe I made a typo. Added a task for coreutils - we should ignore

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-05 Thread Gordon Lack
> If you don't want to this fuse fs to be created I probably don't, but have no idea want it actually does. > then either remove xdg-desktop-portal package or mask xdg-document- portal.service with: Thanks. The masking worked fine. -- You received this bug notification because you are a

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-05 Thread Jalon Funk
I was referring to Julian comment which stated df can't ignore this. If you don't want to this fuse fs to be created then either remove xdg- desktop-portal package or mask xdg-document-portal.service with: systemctl --user mask xdg-document-portal.service -- You received this bug notification

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-04 Thread Gordon Lack
>> You can silence this with "df -x fuse.portal" I can, but that's not the point. Whatever is putting the mountpoint there (it's not my choice) should be putting it there in such a way that this does not happen. I *own* the mountpoint directory and file-system. Why should I get an EPERM error

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-04 Thread Jalon Funk
You can silence this with "df -x fuse.portal" xdg-desktop-portal isn't tied to flatpak. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xdg-desktop-portal in Ubuntu. https://bugs.launchpad.net/bugs/1905623 Title: df:

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-04 Thread Gordon Lack
>> Thanks, that's being discussed upstream on https://github.com/flatpak /xdg-desktop-portal/issues/512 No, it's not, as that issue has been closed. Note that I'm seeing this WITHOUT having flatpak installed. -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-04 Thread Ryan Beisner
See also: https://github.com/flatpak/flatpak/issues/3660 ** Bug watch added: github.com/flatpak/flatpak/issues #3660 https://github.com/flatpak/flatpak/issues/3660 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xdg-desktop-portal

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-12-04 Thread Ryan Beisner
The upstream bug is closed as working-as-designed, but this is impactful to anything that expects ```df``` to exit 0 as a non-root user. ex. me@here:~$ df -h df: /run/user/1000/doc: Operation not permitted Filesystem Size Used Avail Use% Mounted on tmpfs

[Desktop-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2020-11-26 Thread Sebastien Bacher
Thanks, that's being discussed upstream on https://github.com/flatpak /xdg-desktop-portal/issues/512 ** Bug watch added: github.com/flatpak/xdg-desktop-portal/issues #512 https://github.com/flatpak/xdg-desktop-portal/issues/512 ** Changed in: xdg-desktop-portal (Ubuntu) Status: New =>