[GH-ISSUE #3368] Nicotine does not start #2113

Closed
opened 2026-05-05 08:47:39 -06:00 by gitea-mirror · 9 comments
Owner

Originally created by @captaidman on GitHub (Apr 19, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3368

Describe the bug
Nicotine does not run in firejail

Behavior change on disabling firejail
Nicotine runs outside of firejail

To Reproduce
Steps to reproduce the behavior:
Type nicotine in terminal, press enter

Expected behavior
Nicotine run in firejail

Desktop (please complete the following information):
Linux Mint 19.3 Tricia

firejail --version
firejail version 0.9.63

Compile time support:
- AppArmor support is disabled
- AppImage support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled

Additional context
$ nicotine
Reading profile /usr/local/etc/firejail/nicotine.profile
Reading profile /usr/local/etc/firejail/allow-python2.inc
Reading profile /usr/local/etc/firejail/disable-common.inc
Reading profile /usr/local/etc/firejail/disable-devel.inc
Reading profile /usr/local/etc/firejail/disable-exec.inc
Reading profile /usr/local/etc/firejail/disable-interpreters.inc
Reading profile /usr/local/etc/firejail/disable-passwdmgr.inc
Reading profile /usr/local/etc/firejail/disable-programs.inc
Reading profile /usr/local/etc/firejail/disable-xdg.inc
Reading profile /usr/local/etc/firejail/whitelist-common.inc
Reading profile /usr/local/etc/firejail/whitelist-runuser-common.inc
Reading profile /usr/local/etc/firejail/whitelist-usr-share-common.inc
Reading profile /usr/local/etc/firejail/whitelist-var-common.inc
Parent pid 15275, child pid 15276
8 programs installed in 22.20 ms
Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set.
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Blacklist violations are logged to syslog
Child process initialized in 157.77 ms

Parent is shutting down, bye...

Originally created by @captaidman on GitHub (Apr 19, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3368 **Describe the bug** Nicotine does not run in firejail **Behavior change on disabling firejail** Nicotine runs outside of firejail **To Reproduce** Steps to reproduce the behavior: Type nicotine in terminal, press enter **Expected behavior** Nicotine run in firejail **Desktop (please complete the following information):** Linux Mint 19.3 Tricia firejail --version firejail version 0.9.63 Compile time support: - AppArmor support is disabled - AppImage support is enabled - chroot support is enabled - file and directory whitelisting support is enabled - file transfer support is enabled - firetunnel support is enabled - networking support is enabled - overlayfs support is enabled - private-home support is enabled - seccomp-bpf support is enabled - user namespace support is enabled - X11 sandboxing support is enabled **Additional context** $ nicotine Reading profile /usr/local/etc/firejail/nicotine.profile Reading profile /usr/local/etc/firejail/allow-python2.inc Reading profile /usr/local/etc/firejail/disable-common.inc Reading profile /usr/local/etc/firejail/disable-devel.inc Reading profile /usr/local/etc/firejail/disable-exec.inc Reading profile /usr/local/etc/firejail/disable-interpreters.inc Reading profile /usr/local/etc/firejail/disable-passwdmgr.inc Reading profile /usr/local/etc/firejail/disable-programs.inc Reading profile /usr/local/etc/firejail/disable-xdg.inc Reading profile /usr/local/etc/firejail/whitelist-common.inc Reading profile /usr/local/etc/firejail/whitelist-runuser-common.inc Reading profile /usr/local/etc/firejail/whitelist-usr-share-common.inc Reading profile /usr/local/etc/firejail/whitelist-var-common.inc Parent pid 15275, child pid 15276 8 programs installed in 22.20 ms Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set. Warning: cleaning all supplementary groups Warning: cleaning all supplementary groups Warning: cleaning all supplementary groups Blacklist violations are logged to syslog Child process initialized in 157.77 ms Parent is shutting down, bye...
Author
Owner

@rusty-snake commented on GitHub (Apr 19, 2020):

Anything in the syslog/journal?

<!-- gh-comment-id:616226899 --> @rusty-snake commented on GitHub (Apr 19, 2020): Anything in the syslog/journal?
Author
Owner

@captaidman commented on GitHub (Apr 19, 2020):

Anything in the syslog/journal?

No changes at all

<!-- gh-comment-id:616228443 --> @captaidman commented on GitHub (Apr 19, 2020): > Anything in the syslog/journal? No changes at all
Author
Owner

@matu3ba commented on GitHub (Apr 20, 2020):

@captaidman Output of firejail --debug nicotine ?

<!-- gh-comment-id:616508272 --> @matu3ba commented on GitHub (Apr 20, 2020): @captaidman Output of `firejail --debug nicotine` ?
Author
Owner

@captaidman commented on GitHub (Apr 23, 2020):

debug.txt

<!-- gh-comment-id:618283452 --> @captaidman commented on GitHub (Apr 23, 2020): [debug.txt](https://github.com/netblue30/firejail/files/4521450/debug.txt)
Author
Owner

@matu3ba commented on GitHub (May 3, 2020):

Should be related to #3360 with the same workaround. Linux Mint loading of programs or PATH handling seems to be completely different from other distributions.

<!-- gh-comment-id:623088693 --> @matu3ba commented on GitHub (May 3, 2020): Should be related to #3360 with the same workaround. Linux Mint loading of programs or PATH handling seems to be completely different from other distributions.
Author
Owner

@rusty-snake commented on GitHub (May 3, 2020):

@captaidman echo $PATH?

<!-- gh-comment-id:623089836 --> @rusty-snake commented on GitHub (May 3, 2020): @captaidman `echo $PATH`?
Author
Owner

@captaidman commented on GitHub (May 4, 2020):

$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

<!-- gh-comment-id:623632998 --> @captaidman commented on GitHub (May 4, 2020): $ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Author
Owner

@rusty-snake commented on GitHub (May 5, 2020):

Looks normal.

<!-- gh-comment-id:623998386 --> @rusty-snake commented on GitHub (May 5, 2020): Looks normal.
Author
Owner

@rusty-snake commented on GitHub (Jul 16, 2020):

I'm closing here due to inactivity, please fell free to reopen if you still have this issue.

<!-- gh-comment-id:659229309 --> @rusty-snake commented on GitHub (Jul 16, 2020): I'm closing here due to inactivity, please fell free to reopen if you still have this issue.
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#2113
No description provided.