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

Zathura exits on startup #3280

Closed
diepfote opened this issue Mar 16, 2020 · 6 comments
Closed

Zathura exits on startup #3280

diepfote opened this issue Mar 16, 2020 · 6 comments

Comments

@diepfote
Copy link
Contributor

  • OS: Arch Linux
  • kernel: Linux 5.4.25.a-2-hardened x86_64
  • firejail version: build from source, commit: 25796cc
$ zathura
Reading profile /etc/firejail/zathura.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-passwdmgr.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-xdg.inc
Reading profile /etc/firejail/whitelist-usr-share-common.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Parent pid 87255, child pid 87305
1 program installed in 1.58 ms
Standard C library installed in 29.89 ms
Program libraries installed in 454.40 ms
GdkPixbuf installed in 142.65 ms
GTK3 installed in 23.76 ms
Pango installed in 0.00 ms
GIO installed in 8.24 ms
Installed 167 libraries and 6 directories
Warning: skipping alternatives for private /etc
Private /etc installed in 7.33 ms
Warning: skipping alternatives for private /usr/etc
Warning: skipping fonts for private /usr/etc
Warning: skipping ld.so.cache for private /usr/etc
Warning: skipping ld.so.conf for private /usr/etc
Warning: skipping ld.so.conf.d for private /usr/etc
Warning: skipping ld.so.preload for private /usr/etc
Warning: skipping machine-id for private /usr/etc
Private /usr/etc installed in 0.13 ms
Warning: /sbin directory link was not blacklisted
Warning: /usr/sbin directory link was not blacklisted
Error open: fs.c:482 fs_remount_simple: No such file or directory
Error: proc 87255 cannot sync with peer: unexpected EOF
Peer 87305 unexpectedly exited with status
@diepfote
Copy link
Contributor Author

Disabling "disable-common.inc" in zathura's profile solved the issue. I did not look at this any further.

Cheers,
Florian

@diepfote
Copy link
Contributor Author

diepfote commented Mar 16, 2020

Disabling "disable-common.inc" in zathura's profile solved the issue. I did not look at this any further.

Cheers,
Florian

Same issue for "eog" or "Eye of Gnome". (look into "eo-common.inc"; removing disable-common.inc does the trick)

@rusty-snake
Copy link
Collaborator

rusty-snake commented Mar 16, 2020

#3277 @smitsohu

@florianbegusch as a workaround ignore read-only should work.

shows findmnt -R /home any fuse mounts?

EDIT: just saw that here open and not fstat failes.

smitsohu added a commit that referenced this issue Mar 16, 2020
@smitsohu
Copy link
Collaborator

smitsohu commented Mar 16, 2020

@florianbegusch There is a fix in master.

Would you mind sharing with us the Warning: not remounting ... messages that appear since 0d99824?

@diepfote
Copy link
Contributor Author

findmnt -R /home

Sure.

$ findmnt -R /home
 /home                           /dev/mapper/VolGroup00-home               ext4   rw,rela
├─/home/foo/.local/share/containers
│                               /dev/mapper/VolGroup00-local_share_containers
│                                                                         ext4   rw,rela
└─/home/foo/VirtualBox_VMs  

@diepfote
Copy link
Contributor Author

Wow that was quick! Fixed 0d99824!
Thank you @smitsohu.

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