Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filesystem errors (tempfs) #108

Closed
bedawi opened this issue May 28, 2020 · 2 comments
Closed

Filesystem errors (tempfs) #108

bedawi opened this issue May 28, 2020 · 2 comments

Comments

@bedawi
Copy link

bedawi commented May 28, 2020

Hi there.

I am not certain that this is the right place to report this error. If it's not caused by the flathub-specific version please forward the bug report or let me know where I shall place it.

Environment

Fedora 32, Kerel 5.6.14-300.fc32.x86_64
Gnome Desktop
Flathub / Flatpak

Error

When Riot starts the folder /run/user/1000/doc/ is being created. It seems to have wrong properties.

Details

tree /run/user/1000/doc
/run/user/1000/doc
└── by-app
    └── im.riot.Riot

ls -alZ /run/user/1000/doc/
insgesamt 0
dr-x------.  2 username usergroup system_u:object_r:fusefs_t:s0     0  1. Jan 1970  .
drwx------. 17 username usergroup system_u:object_r:user_tmp_t:s0 440 28. Mai 22:21 ..
dr-x------.  2 username usergroup system_u:object_r:fusefs_t:s0     0  1. Jan 1970  by-app

The folders have some weird properties and other programs (like df) throw error messages:

df -h
df: /run/user/1000/doc: Die Operation ist nicht erlaubt
Dateisystem                             Größe Benutzt Verf. Verw% Eingehängt auf
--lines removed--
tmpfs                                    1,6G     20M  1,6G    2% /run/user/1000

Translation: operation not permitted.

These folders are not removed after the Riot application is being closed. They cannot be modified (not even with root privileges).

Greetings
Ben

@Erick555
Copy link
Contributor

/run/user/1000/doc/ is fuse filesystem not tmpfs. It's used by flatpak for accessing files through portal although riot (electron) doesn't use portals yet. Everything is ok here.

@SISheogorath
Copy link
Collaborator

I think if any further discussion of this is needed, https://github.com/flatpak/flatpak is the better place for it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants