[GH-ISSUE #3280] Zathura exits on startup #2058

Closed
opened 2026-05-05 08:43:38 -06:00 by gitea-mirror · 6 comments
Owner

Originally created by @diepfote on GitHub (Mar 16, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3280

  • OS: Arch Linux
  • kernel: Linux 5.4.25.a-2-hardened x86_64
  • firejail version: build from source, commit: 25796cc5fa
$ 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
Originally created by @diepfote on GitHub (Mar 16, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3280 * OS: Arch Linux * kernel: Linux 5.4.25.a-2-hardened x86_64 * firejail version: build from source, commit: 25796cc5fac4d9460357d2fd9844ce746b4b7a4f ```shell $ 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 ```
Author
Owner

@diepfote commented on GitHub (Mar 16, 2020):

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

Cheers,
Florian

<!-- gh-comment-id:599714979 --> @diepfote commented on GitHub (Mar 16, 2020): Disabling "disable-common.inc" in zathura's profile solved the issue. I did not look at this any further. Cheers, Florian
Author
Owner

@diepfote commented on GitHub (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)

<!-- gh-comment-id:599723846 --> @diepfote commented on GitHub (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)
Author
Owner

@rusty-snake commented on GitHub (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.

<!-- gh-comment-id:599728405 --> @rusty-snake commented on GitHub (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.
Author
Owner

@smitsohu commented on GitHub (Mar 16, 2020):

@florianbegusch There is a fix in master.

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

<!-- gh-comment-id:599767185 --> @smitsohu commented on GitHub (Mar 16, 2020): @florianbegusch There is a fix in master. Would you mind sharing with us the `Warning: not remounting ...` messages that appear since 0d998240288475d99e5b5bba2320a63bdfc74369?
Author
Owner

@diepfote commented on GitHub (Mar 16, 2020):

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  
<!-- gh-comment-id:599786167 --> @diepfote commented on GitHub (Mar 16, 2020): > 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
Author
Owner

@diepfote commented on GitHub (Mar 16, 2020):

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

<!-- gh-comment-id:599788068 --> @diepfote commented on GitHub (Mar 16, 2020): Wow that was quick! Fixed 0d99824! Thank you @smitsohu.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2058
No description provided.