-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 /var/log/warn: <1.4> 2024-04-19T19:35:25.294137+02:00 Isengard tracker-extract 25680 - - Locale 'LANG' is not set, defaulting to C locale <1.4> 2024-04-19T19:35:39.262138+02:00 Isengard tracker-extract 25696 - - Locale 'LANG' is not set, defaulting to C locale Everytime I see what I consider debug messages in the warning log I get some kind of urticaria. So... thinking. What is doing that call? Isengard:~ # locate tracker-extract /usr/lib/tracker-extract-3 /usr/lib/systemd/user/tracker-extract-3.service /usr/lib64/tracker-miners-3.0/libtracker-extract.so Isengard:~ # One of the three could be the culprit. Two of them are binaries. One is a service file. Isengard:~ # cat /usr/lib/systemd/user/tracker-extract-3.service [Unit] Description=Tracker metadata extractor ConditionUser=!root [Service] Type=dbus BusName=org.freedesktop.Tracker3.Miner.Extract ExecStart=/usr/lib/tracker-extract-3 Restart=on-failure # Don't restart after tracker daemon -k (aka tracker-control -k) RestartPreventExitStatus=SIGKILL Slice=background.slice [Install] WantedBy=default.target Isengard:~ # If the problem is in that service file, what could I try to silence the "LANG" warning? - -- Cheers Carlos E. R. (from 15.4 x86_64 at Telcontar) -----BEGIN PGP SIGNATURE----- iHoEARECADoWIQQZEb51mJKK1KpcU/W1MxgcbY1H1QUCZiKtqBwccm9iaW4ubGlz dGFzQHRlbGVmb25pY2EubmV0AAoJELUzGBxtjUfVBPwAnRZLXI1jETPmB/cvLNj2 hWwDIAxEAJ9XDdXqhVsFy9Utu7FyBbcXILO45A== =ySgR -----END PGP SIGNATURE-----
On Fri, 19 Apr 2024 19:45:12 +0200 (CEST) "Carlos E. R." <robin.listas@telefonica.net> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
/var/log/warn:
<1.4> 2024-04-19T19:35:25.294137+02:00 Isengard tracker-extract 25680 - - Locale 'LANG' is not set, defaulting to C locale <1.4> 2024-04-19T19:35:39.262138+02:00 Isengard tracker-extract 25696 - - Locale 'LANG' is not set, defaulting to C locale
Everytime I see what I consider debug messages in the warning log I get some kind of urticaria. So... thinking. What is doing that call?
Isengard:~ # locate tracker-extract /usr/lib/tracker-extract-3 /usr/lib/systemd/user/tracker-extract-3.service /usr/lib64/tracker-miners-3.0/libtracker-extract.so Isengard:~ #
One of the three could be the culprit. Two of them are binaries. One is a service file.
Isengard:~ # cat /usr/lib/systemd/user/tracker-extract-3.service [Unit] Description=Tracker metadata extractor ConditionUser=!root
[Service] Type=dbus BusName=org.freedesktop.Tracker3.Miner.Extract ExecStart=/usr/lib/tracker-extract-3 Restart=on-failure # Don't restart after tracker daemon -k (aka tracker-control -k) RestartPreventExitStatus=SIGKILL Slice=background.slice
[Install] WantedBy=default.target Isengard:~ #
If the problem is in that service file, what could I try to silence the "LANG" warning?
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#En...
- -- Cheers
Carlos E. R. (from 15.4 x86_64 at Telcontar)
On 2024-04-19 20:34, Dave Howorth wrote:
On Fri, 19 Apr 2024 19:45:12 +0200 (CEST) "Carlos E. R." <> wrote:
...
If the problem is in that service file, what could I try to silence the "LANG" warning?
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#En...
Thanks. Bruteforce edited the file and will eventually see if it works or makes it worse :-) -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
participants (2)
-
Carlos E. R.
-
Dave Howorth