[4.0.1.48] Messages in journal log

REPRODUCIBILITY (% or how often): 100%
BUILD ID = OS VERSION (Settings > About product): 4.0.1.48
HARDWARE (XA2, Xperia 10…): XA2 Plus dual sim
UI LANGUAGE: French
REGRESSION: (compared to previous public release: Yes, No, ?): ?

DESCRIPTION:

When looking at the journal log (journactl), it is filled with the following messages:
févr. 15 15:08:10 XA2PlusPhK kernel: binder: 7019 RLIMIT_NICE not set
févr. 15 15:08:10 XA2PlusPhK kernel: binder: 6908 RLIMIT_NICE not set
févr. 15 15:08:13 XA2PlusPhK kernel: binder: 7019 RLIMIT_NICE not set
févr. 15 15:08:13 XA2PlusPhK kernel: binder: 6908 RLIMIT_NICE not set
févr. 15 15:08:16 XA2PlusPhK kernel: binder: 7019 RLIMIT_NICE not set
févr. 15 15:08:16 XA2PlusPhK kernel: binder: 6908 RLIMIT_NICE not set
févr. 15 15:08:19 XA2PlusPhK kernel: binder: 7019 RLIMIT_NICE not set
févr. 15 15:08:19 XA2PlusPhK kernel: binder: 6908 RLIMIT_NICE not set
févr. 15 15:08:22 XA2PlusPhK kernel: binder: 7019 RLIMIT_NICE not set
févr. 15 15:08:22 XA2PlusPhK kernel: binder: 6908 RLIMIT_NICE not set

PRECONDITIONS:

N/A

STEPS TO REPRODUCE:

  1. Don’t know

EXPECTED RESULT:

No message

ACTUAL RESULT:

Messages

ADDITIONAL INFORMATION:

(Please ALWAYS attach relevant data such as logs, screenshots, etc…)

2 Likes

Is this causing any issues though?
There may be a workaround here: https://github.com/anbox/anbox/issues/462

1 Like

No it doesn’t seem to.

I wouldn’t consider this a bug then… there is a lot logged in Sailfish OS’s journal, as opposed to Linux running on a PC, but cleaning that up is probably not worth it. There are bigger fish to catch (pun intended).

this wouldn’t be as much of a problem if it was a few messages every once in a while, but there are thousands of those. they obscure legitimate error messages all the way down into dmesg, which makes it very difficult to diagnose other issues.

This.

https://github.com/anbox/anbox/pull/1684/files looks like trivial merge?

ITMW journalctl -f | grep -v RLIMIT_NICE

1 Like