[GH-ISSUE #913] launching non-existing command - should be verbose #620

Closed
opened 2026-05-05 06:17:42 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @vn971 on GitHub (Nov 14, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/913

Easiest way to explain, consider this command:

firejail --noprofile --shell=none abra-cadabra

Expected to see:
command not found, printed by firejail

Actual:

firejail --noprofile --shell=none abracadabra
Parent pid 30929, child pid 30930
Child process initialized

Parent is shutting down, bye...

Sorry for the rough description, I think it's the easiest way to explain what's desired.

Originally created by @vn971 on GitHub (Nov 14, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/913 Easiest way to explain, consider this command: firejail --noprofile --shell=none abra-cadabra Expected to see: `command not found`, printed by firejail Actual: <pre> firejail --noprofile --shell=none abracadabra Parent pid 30929, child pid 30930 Child process initialized Parent is shutting down, bye... </pre> Sorry for the rough description, I think it's the easiest way to explain what's desired.
gitea-mirror 2026-05-05 06:17:42 -06:00
Author
Owner

@Fred-Barclay commented on GitHub (Oct 7, 2017):

Fixed in 680b84b449, compare to the new output:

$ firejail --noprofile --shell=none abracadabra
Parent pid 15897, child pid 15898
Child process initialized in 24.05 ms
Error: no suitable abracadabra executable found

Parent is shutting down, bye...
<!-- gh-comment-id:334953869 --> @Fred-Barclay commented on GitHub (Oct 7, 2017): Fixed in 680b84b4490e88a6ec40c7648e5712eff5385e82, compare to the new output: ``` $ firejail --noprofile --shell=none abracadabra Parent pid 15897, child pid 15898 Child process initialized in 24.05 ms Error: no suitable abracadabra executable found Parent is shutting down, bye... ```
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#620
No description provided.