Hi!
I plugged in a USB disk to TDE, copied several files and then unplugged it. Then, I rebooted the system. I now see this error message when I type `df -h` (1140 is my user ID):
/home/gianluca> df df: /run/user/1140/doc: Operation not permitted Filesystem 1K-blocks Used Available Use% Mounted on devtmpfs 2824632 0 2824632 0% /dev tmpfs 2835156 0 2835156 0% /dev/shm tmpfs 2835156 17956 2817200 1% /run tmpfs 2835156 0 2835156 0% /sys/fs/cgroup /dev/sda6 20511312 10431312 9015040 54% / /dev/sda1 516040 45044 444784 10% /boot /dev/sda5 5095040 624840 4191672 13% /var /dev/sda4 925802616 120391380 758313244 14% /home tmpfs 567028 12 567016 1% /run/user/1140
It lookes like the filesystem did not get unmounted correctly:
/home/gianluca> cat /etc/mtab tmpfs /run/user/1140 tmpfs rw,nosuid,nodev,relatime,size=567028k,mode=700,uid=1140,gid=100 0 0 gvfsd-fuse /run/user/1140/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1140,group_id=100 0 0 fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0 portal /run/user/1140/doc fuse.portal rw,nosuid,nodev,relatime,user_id=1140,group_id=100 0 0
And also:
If run as root: /home/gianluca> ls -lt /run/user/1140 ls: cannot access '/run/user/1140/doc': Permission denied ls: cannot access '/run/user/1140/gvfs': Permission denied total 0 -rw-r----- 1 gianluca users 0 2021-07-15 18:55 pipewire-0.lock drwx------ 2 gianluca users 60 2021-07-15 18:54 dconf drwx------ 2 gianluca users 80 2021-07-15 18:54 pulse drwx------ 3 gianluca users 60 2021-07-15 18:54 dbus-1 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 pipewire-0 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 bus drwxr-xr-x 3 gianluca users 100 2021-07-15 18:54 systemd d????????? ? ? ? ? ? doc d????????? ? ? ? ? ? gvfs
It run as user: /home/gianluca> ls -lt /run/user/1140 total 0 -rw-r----- 1 gianluca users 0 2021-07-15 18:55 pipewire-0.lock drwx------ 2 gianluca users 60 2021-07-15 18:54 dconf dr-x------ 2 gianluca users 0 2021-07-15 18:54 gvfs drwx------ 2 gianluca users 80 2021-07-15 18:54 pulse drwx------ 3 gianluca users 60 2021-07-15 18:54 dbus-1 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 pipewire-0 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 bus drwxr-xr-x 3 gianluca users 100 2021-07-15 18:54 systemd dr-x------ 2 gianluca users 0 1969-12-31 16:00 doc
Any idea how I can fix this?
Thanks,
Gianluca
----------------------------------------------------- Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A. -----------------------------------------------------
df: /run/user/1140/doc: Operation not permitted
After searching with google I found that the error message is related to the xdg-document-portal service:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1905623
Is this needed by TDE? Would it cause any problems if I mask it as suggested in the thread above with:
systemctl --user mask xdg-document-portal.service ?
Thanks,
Gianluca
On Thu, 15 Jul 2021, Gianluca Interlandi wrote:
Hi!
I plugged in a USB disk to TDE, copied several files and then unplugged it. Then, I rebooted the system. I now see this error message when I type `df -h` (1140 is my user ID):
/home/gianluca> df df: /run/user/1140/doc: Operation not permitted Filesystem 1K-blocks Used Available Use% Mounted on devtmpfs 2824632 0 2824632 0% /dev tmpfs 2835156 0 2835156 0% /dev/shm tmpfs 2835156 17956 2817200 1% /run tmpfs 2835156 0 2835156 0% /sys/fs/cgroup /dev/sda6 20511312 10431312 9015040 54% / /dev/sda1 516040 45044 444784 10% /boot /dev/sda5 5095040 624840 4191672 13% /var /dev/sda4 925802616 120391380 758313244 14% /home tmpfs 567028 12 567016 1% /run/user/1140
It lookes like the filesystem did not get unmounted correctly:
/home/gianluca> cat /etc/mtab tmpfs /run/user/1140 tmpfs rw,nosuid,nodev,relatime,size=567028k,mode=700,uid=1140,gid=100 0 0 gvfsd-fuse /run/user/1140/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1140,group_id=100 0 0 fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0 portal /run/user/1140/doc fuse.portal rw,nosuid,nodev,relatime,user_id=1140,group_id=100 0 0
And also:
If run as root: /home/gianluca> ls -lt /run/user/1140 ls: cannot access '/run/user/1140/doc': Permission denied ls: cannot access '/run/user/1140/gvfs': Permission denied total 0 -rw-r----- 1 gianluca users 0 2021-07-15 18:55 pipewire-0.lock drwx------ 2 gianluca users 60 2021-07-15 18:54 dconf drwx------ 2 gianluca users 80 2021-07-15 18:54 pulse drwx------ 3 gianluca users 60 2021-07-15 18:54 dbus-1 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 pipewire-0 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 bus drwxr-xr-x 3 gianluca users 100 2021-07-15 18:54 systemd d????????? ? ? ? ? ? doc d????????? ? ? ? ? ? gvfs
It run as user: /home/gianluca> ls -lt /run/user/1140 total 0 -rw-r----- 1 gianluca users 0 2021-07-15 18:55 pipewire-0.lock drwx------ 2 gianluca users 60 2021-07-15 18:54 dconf dr-x------ 2 gianluca users 0 2021-07-15 18:54 gvfs drwx------ 2 gianluca users 80 2021-07-15 18:54 pulse drwx------ 3 gianluca users 60 2021-07-15 18:54 dbus-1 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 pipewire-0 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 bus drwxr-xr-x 3 gianluca users 100 2021-07-15 18:54 systemd dr-x------ 2 gianluca users 0 1969-12-31 16:00 doc
Any idea how I can fix this?
Thanks,
Gianluca
Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A.
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
----------------------------------------------------- Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A. -----------------------------------------------------
Anno domini 21:37:38 Thu, 15 Jul 2021 -0700 (PDT) Gianluca Interlandi scripsit:
df: /run/user/1140/doc: Operation not permitted
After searching with google I found that the error message is related to the xdg-document-portal service:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1905623
Is this needed by TDE? Would it cause any problems if I mask it as suggested in the thread above with:
systemctl --user mask xdg-document-portal.service ?
What the heck is xdg-document-portal service?
Nik
Thanks,
Gianluca
On Thu, 15 Jul 2021, Gianluca Interlandi wrote:
Hi!
I plugged in a USB disk to TDE, copied several files and then unplugged it. Then, I rebooted the system. I now see this error message when I type `df -h` (1140 is my user ID):
/home/gianluca> df df: /run/user/1140/doc: Operation not permitted Filesystem 1K-blocks Used Available Use% Mounted on devtmpfs 2824632 0 2824632 0% /dev tmpfs 2835156 0 2835156 0% /dev/shm tmpfs 2835156 17956 2817200 1% /run tmpfs 2835156 0 2835156 0% /sys/fs/cgroup /dev/sda6 20511312 10431312 9015040 54% / /dev/sda1 516040 45044 444784 10% /boot /dev/sda5 5095040 624840 4191672 13% /var /dev/sda4 925802616 120391380 758313244 14% /home tmpfs 567028 12 567016 1% /run/user/1140
It lookes like the filesystem did not get unmounted correctly:
/home/gianluca> cat /etc/mtab tmpfs /run/user/1140 tmpfs rw,nosuid,nodev,relatime,size=567028k,mode=700,uid=1140,gid=100 0 0 gvfsd-fuse /run/user/1140/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1140,group_id=100 0 0 fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0 portal /run/user/1140/doc fuse.portal rw,nosuid,nodev,relatime,user_id=1140,group_id=100 0 0
And also:
If run as root: /home/gianluca> ls -lt /run/user/1140 ls: cannot access '/run/user/1140/doc': Permission denied ls: cannot access '/run/user/1140/gvfs': Permission denied total 0 -rw-r----- 1 gianluca users 0 2021-07-15 18:55 pipewire-0.lock drwx------ 2 gianluca users 60 2021-07-15 18:54 dconf drwx------ 2 gianluca users 80 2021-07-15 18:54 pulse drwx------ 3 gianluca users 60 2021-07-15 18:54 dbus-1 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 pipewire-0 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 bus drwxr-xr-x 3 gianluca users 100 2021-07-15 18:54 systemd d????????? ? ? ? ? ? doc d????????? ? ? ? ? ? gvfs
It run as user: /home/gianluca> ls -lt /run/user/1140 total 0 -rw-r----- 1 gianluca users 0 2021-07-15 18:55 pipewire-0.lock drwx------ 2 gianluca users 60 2021-07-15 18:54 dconf dr-x------ 2 gianluca users 0 2021-07-15 18:54 gvfs drwx------ 2 gianluca users 80 2021-07-15 18:54 pulse drwx------ 3 gianluca users 60 2021-07-15 18:54 dbus-1 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 pipewire-0 srw-rw-rw- 1 gianluca users 0 2021-07-15 18:54 bus drwxr-xr-x 3 gianluca users 100 2021-07-15 18:54 systemd dr-x------ 2 gianluca users 0 1969-12-31 16:00 doc
Any idea how I can fix this?
Thanks,
Gianluca
Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A.
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A.
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
On Fri, 16 Jul 2021 08:09:01 +0200 "Dr. Nikolaus Klepp" office@klepp.biz wrote:
Anno domini 21:37:38 Thu, 15 Jul 2021 -0700 (PDT) Gianluca Interlandi scripsit:
df: /run/user/1140/doc: Operation not permitted
After searching with google I found that the error message is related to the xdg-document-portal service:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1905623
Is this needed by TDE? Would it cause any problems if I mask it as suggested in the thread above with:
systemctl --user mask xdg-document-portal.service ?
What the heck is xdg-document-portal service?
Apparently, it's a poorly-named Flatpak component. It doesn't integrate with TDE. Turning it off shouldn't do any harm unless you actually use Flatpak (and possibly not even then).
https://github.com/flatpak/xdg-desktop-portal
E. Liddell
On Fri, 16 Jul 2021, E. Liddell wrote:
On Fri, 16 Jul 2021 08:09:01 +0200 "Dr. Nikolaus Klepp" office@klepp.biz wrote:
Anno domini 21:37:38 Thu, 15 Jul 2021 -0700 (PDT) Gianluca Interlandi scripsit:
df: /run/user/1140/doc: Operation not permitted
After searching with google I found that the error message is related to the xdg-document-portal service:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1905623
Is this needed by TDE? Would it cause any problems if I mask it as suggested in the thread above with:
systemctl --user mask xdg-document-portal.service ?
What the heck is xdg-document-portal service?
Apparently, it's a poorly-named Flatpak component. It doesn't integrate with TDE. Turning it off shouldn't do any harm unless you actually use Flatpak (and possibly not even then).
Thanks. I disabled xdg-desktop-portal with:
systemctl --user disable xdg-document-portal.service
and the error was gone, even after logging out and back in. Not sure what caused this service to be activated.
Gianluca
E. Liddell ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
----------------------------------------------------- Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A. -----------------------------------------------------
Anno domini 11:59:23 Fri, 16 Jul 2021 -0700 (PDT) Gianluca Interlandi scripsit:
On Fri, 16 Jul 2021, E. Liddell wrote:
On Fri, 16 Jul 2021 08:09:01 +0200 "Dr. Nikolaus Klepp" office@klepp.biz wrote:
Anno domini 21:37:38 Thu, 15 Jul 2021 -0700 (PDT) Gianluca Interlandi scripsit:
df: /run/user/1140/doc: Operation not permitted
After searching with google I found that the error message is related to the xdg-document-portal service:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal/+bug/1905623
Is this needed by TDE? Would it cause any problems if I mask it as suggested in the thread above with:
systemctl --user mask xdg-document-portal.service ?
What the heck is xdg-document-portal service?
Apparently, it's a poorly-named Flatpak component. It doesn't integrate with TDE. Turning it off shouldn't do any harm unless you actually use Flatpak (and possibly not even then).
Thanks. I disabled xdg-desktop-portal with:
systemctl --user disable xdg-document-portal.service
and the error was gone, even after logging out and back in. Not sure what caused this service to be activated.
systemd ;)
Gianluca
E. Liddell ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A.
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
What the heck is xdg-document-portal service?
Apparently, it's a poorly-named Flatpak component. It doesn't integrate with TDE. Turning it off shouldn't do any harm unless you actually use Flatpak (and possibly not even then).
Thanks. I disabled xdg-desktop-portal with:
systemctl --user disable xdg-document-portal.service
and the error was gone, even after logging out and back in. Not sure what caused this service to be activated.
systemd ;)
Sounds like you are not a fan? :)
I actually had to mask it:
systemctl --user mask xdg-document-portal.service
otherwise systemd would enable it at the next reboot.
Gianluca
Gianluca
E. Liddell ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A.
tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
-- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ... ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskto...
----------------------------------------------------- Gianluca Interlandi, PhD gianluca@u.washington.edu +1 (206) 685 4435 http://gianluca.today/
Department of Bioengineering University of Washington, Seattle WA U.S.A. -----------------------------------------------------
Anno domini 16:18:07 Mon, 26 Jul 2021 -0700 (PDT) Gianluca Interlandi scripsit:
What the heck is xdg-document-portal service?
Apparently, it's a poorly-named Flatpak component. It doesn't integrate with TDE. Turning it off shouldn't do any harm unless you actually use Flatpak (and possibly not even then).
Thanks. I disabled xdg-desktop-portal with:
systemctl --user disable xdg-document-portal.service
and the error was gone, even after logging out and back in. Not sure what caused this service to be activated.
systemd ;)
Sounds like you are not a fan? :)
I love all things that break working stuff, introduce new bugs & security nightmares and steal my time otherwise. So yes, I'm a great "fan" of systemd. I like it so much, that it's the first thing I uninstall when I find it on any system .. the second thing is usally pulsaudio ;)
Nik
I actually had to mask it:
systemctl --user mask xdg-document-portal.service
otherwise systemd would enable it at the next reboot.
Gianluca
On Tuesday 27 July 2021 01:00:41 am Dr. Nikolaus Klepp wrote:
Anno domini 16:18:07 Mon, 26 Jul 2021 -0700 (PDT) Gianluca Interlandi scripsit:
systemd ;)
Sounds like you are not a fan? :)
I love all things that break working stuff, introduce new bugs & security nightmares and steal my time otherwise. So yes, I'm a great "fan" of systemd. I like it so much, that it's the first thing I uninstall when I find it on any system .. the second thing is usally pulsaudio ;)
It amazes me how the people who want to force crap down other people’s throats never seem to understand the above sentiment. Nik, you might as well add KDE and Gnome to your list as well...
Best, Michael
systemd: Boots 15% faster, wastes 6,000% more of your time.
Dne út 27. července 2021 Michael napsal(a):
On Tuesday 27 July 2021 01:00:41 am Dr. Nikolaus Klepp wrote:
Anno domini 16:18:07 Mon, 26 Jul 2021 -0700 (PDT)
Gianluca Interlandi scripsit:
systemd ;)
Sounds like you are not a fan? :)
I love all things that break working stuff, introduce new bugs & security nightmares and steal my time otherwise. So yes, I'm a great "fan" of systemd. I like it so much, that it's the first thing I uninstall when I find it on any system .. the second thing is usally pulsaudio ;)
It amazes me how the people who want to force crap down other people’s throats never seem to understand the above sentiment. Nik, you might as well add KDE and Gnome to your list as well...
Best, Michael
systemd: Boots 15% faster, wastes 6,000% more of your time. ____________________________________________________
For example, I don't care if the server boot 15% faster when I boot it only rarely, but I definitely angry when "great" systemd does not start SSH server due to the wrong functioning of systemd and I must solve some emergency way to get to the system or travel physically to the server.
Cheers
On 2021-07-27 08:59:35 Michael wrote:
On Tuesday 27 July 2021 01:00:41 am Dr. Nikolaus Klepp wrote:
Anno domini 16:18:07 Mon, 26 Jul 2021 -0700 (PDT)
Gianluca Interlandi scripsit:
systemd ;)
Sounds like you are not a fan? :)
I love all things that break working stuff, introduce new bugs & security nightmares and steal my time otherwise. So yes, I'm a great "fan" of systemd. I like it so much, that it's the first thing I uninstall when I find it on any system .. the second thing is usally pulsaudio ;)
It amazes me how the people who want to force crap down other people’s throats never seem to understand the above sentiment. Nik, you might as well add KDE and Gnome to your list as well...
Best, Michael
systemd: Boots 15% faster, wastes 6,000% more of your time.
What makes you think he hasn't? :-D
Leslie
On Mon, 26 Jul 2021 16:18:07 -0700 (PDT) Gianluca Interlandi gianluca@u.washington.edu wrote:
Not sure what caused this service to be activated.
systemd ;)
Sounds like you are not a fan? :)
People here tend to be longer-term Linux users who are relatively conservative in their software choices. So we have a lot of list members who prefer SysV init plus some overlayer (usually OpenRC), rather than systemd.
If it ain't broke, don't fix it.
E. Liddell