[GH-ISSUE #2593] Extra character in error output #1650

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

Originally created by @probonopd on GitHub (Mar 14, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2593

firejail ./BeingTested.AppImage /run/firejail/appimage/.appimage-8400/AppRun: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /run/firejail/appimage/.appimage-8400/AppRun)

THe extra character  is annoying. What is it?

Originally created by @probonopd on GitHub (Mar 14, 2019). Original GitHub issue: https://github.com/netblue30/firejail/issues/2593 ``` firejail ./BeingTested.AppImage /run/firejail/appimage/.appimage-8400/AppRun: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /run/firejail/appimage/.appimage-8400/AppRun) ``` THe extra character ` ` is annoying. What is it?
Author
Owner

@ghost commented on GitHub (Mar 15, 2019):

That might be part of firejail's verbose output. Does it still show when you add --quiet to the command that produced that output (which was?).

<!-- gh-comment-id:473198502 --> @ghost commented on GitHub (Mar 15, 2019): That might be part of firejail's verbose output. Does it still show when you add `--quiet` to the command that produced that output (which was?).
Author
Owner

@chiraag-nataraj commented on GitHub (Apr 29, 2019):

@probonopd Is this still an issue? (I presume it is, but without more info, we can't really dig in at all...)

<!-- gh-comment-id:487671903 --> @chiraag-nataraj commented on GitHub (Apr 29, 2019): @probonopd Is this still an issue? (I presume it is, but without more info, we can't really dig in at all...)
Author
Owner

@probonopd commented on GitHub (Apr 29, 2019):

Yes, this is still an issue.

We are using Firejail as part of an automated test script for testing various AppImages that is running on Travis CI.

I am now adding --quiet to see whether it makes a difference.

<!-- gh-comment-id:487673232 --> @probonopd commented on GitHub (Apr 29, 2019): Yes, this is still an issue. We are using Firejail as part of an [automated test script](https://github.com/AppImage/appimage.github.io/blob/2b4324c74670dccd11a91974d940f8b77a47d433/code/worker.sh#L207-L220) for [testing various AppImages](https://github.com/AppImage/appimage.github.io) that is running on [Travis CI](url). I am now adding `--quiet` to see whether it makes a difference.
Author
Owner

@probonopd commented on GitHub (Apr 29, 2019):

Actually Travis CI might be inserting this for some weird reason as I see similar characters in other places too:

Client:
 Version:           18.06.0-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        0ffa825
 Built:             Wed Jul 18 19:11:02 2018
 OS/Arch:           linux/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.0-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       0ffa825
  Built:            Wed Jul 18 19:09:05 2018
  OS/Arch:          linux/amd64
  Experimental:     false
clang version
clang version 7.0.0 (tags/RELEASE_700/final)
jq version
jq-1.5
bats version
Bats 0.4.0
(...)
===========================================
============= TRYING TO RUN ===============
===========================================
Dropping all Linux capabilities and enforcing default seccomp filter
]0;firejail ./BeingTested.AppImage /run/firejail/appimage/.appimage-8270

Raw log:
https://api.travis-ci.org/v3/job/526070556/log.txt

<!-- gh-comment-id:487678842 --> @probonopd commented on GitHub (Apr 29, 2019): Actually Travis CI might be inserting this for some weird reason as I see similar characters in other places too: ``` Client: Version: 18.06.0-ce API version: 1.38 Go version: go1.10.3 Git commit: 0ffa825 Built: Wed Jul 18 19:11:02 2018 OS/Arch: linux/amd64 Experimental: false Server: Engine: Version: 18.06.0-ce API version: 1.38 (minimum version 1.12) Go version: go1.10.3 Git commit: 0ffa825 Built: Wed Jul 18 19:09:05 2018 OS/Arch: linux/amd64 Experimental: false clang version clang version 7.0.0 (tags/RELEASE_700/final) jq version jq-1.5 bats version Bats 0.4.0 (...) =========================================== ============= TRYING TO RUN =============== =========================================== Dropping all Linux capabilities and enforcing default seccomp filter ]0;firejail ./BeingTested.AppImage /run/firejail/appimage/.appimage-8270 ``` Raw log: https://api.travis-ci.org/v3/job/526070556/log.txt
Author
Owner

@probonopd commented on GitHub (Apr 29, 2019):

With --quiet I don't get the line in question at all, and hence I also don't get the weird characters.

<!-- gh-comment-id:487679110 --> @probonopd commented on GitHub (Apr 29, 2019): With `--quiet` I don't get the line in question at all, and hence I also don't get the weird characters.
Author
Owner

@chiraag-nataraj commented on GitHub (May 21, 2019):

Going to close as the problem was apparently resolved and/or is probably not a firejail bug. @probonopd, please feel free to re-open if you have more questions.

<!-- gh-comment-id:494306607 --> @chiraag-nataraj commented on GitHub (May 21, 2019): Going to close as the problem was apparently resolved and/or is probably not a firejail bug. @probonopd, please feel free to re-open if you have more questions.
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#1650
No description provided.