-
Notifications
You must be signed in to change notification settings - Fork 567
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
lyx: program does not start (private-etc) #3777
Comments
Can you try |
With Reading profile /etc/firejail/lyx.profile Reading profile /etc/firejail/allow-lua.inc Reading profile /etc/firejail/allow-perl.inc Reading profile /etc/firejail/allow-python2.inc Reading profile /etc/firejail/allow-python3.inc Reading profile /etc/firejail/whitelist-usr-share-common.inc Reading profile /etc/firejail/latex-common.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/whitelist-runuser-common.inc Reading profile /etc/firejail/whitelist-var-common.inc Parent pid 163368, child pid 163369 Warning: skipping locale for private /etc Warning: skipping locale.conf for private /etc Warning: skipping lyx for private /etc Private /etc installed in 23.34 ms Blacklist violations are logged to syslog Child process initialized in 166.42 ms (lyx:16): dbind-WARNING **: 11:20:01.219: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-79qfGHVXDX: Connection refused libGL error: MESA-LOADER: failed to retrieve device information libGL error: Version 4 or later of flush extension not found libGL error: failed to load driver: i915 libGL error: failed to open /dev/dri/card0: No such file or directory libGL error: failed to load driver: iris However, lyx starts and seems to work normal. |
That's happens if |
Closed
kmk3
changed the title
lyx profile seems to be broken
lyx: program does not start (private-etc)
Sep 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug and expected behavior
If I want to start lyx in firejail, I get the following error message and lyx does not start:
(lyx:15): dbind-WARNING **: 09:48:51.198: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-79qfGHVXDX: Connection refused dbus[15]: D-Bus library appears to be incorrectly set up: see the manual page for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbus/machine-id": No such file or directory; Failed to open "/etc/machine-id": No such file or directory) D-Bus not built with -rdynamic so unable to print a backtrace
Expected behaviour: Lyx should start.
No profile and disabling firejail
firejail --noprofile /path/to/program
in a terminal?Lyx starts as expected.
which <program>
orfirejail --list
while the sandbox is running)?160274:flo::firejail --noprofile lyx
Reproduce
Steps to reproduce the behavior:
firejail lyx
(lyx:15): dbind-WARNING **: 09:48:51.198: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-79qfGHVXDX: Connection refused dbus[15]: D-Bus library appears to be incorrectly set up: see the manual page for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbus/machine-id": No such file or directory; Failed to open "/etc/machine-id": No such file or directory) D-Bus not built with -rdynamic so unable to print a backtrace
Environment
Additional context
There was no problem with the profile in Ubuntu 18.04 (I can't remember the firejail version)
Checklist
https://github.com/netblue30/firejail/issues/1139
)--profile=PROFILENAME
is used to set the right profile.LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM
to get english error-messages.debug output
The text was updated successfully, but these errors were encountered: