Mir ist aufgefallen, dass die locale nicht gesetzt wird? Siehe:
Spoiler anzeigen
# with newnigma2.to #
# #
# Unauthorized access to this system is prohibited ! #
# #
# This system is actively monitored and all connections may be logged. #
# By accessing this system, you consent to this monitoring. #
# #
##############################################################################
-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
up 2 hours, 44 minutes
newnigma2@dreambox:~$ echo $LC_ALL
en_US.UTF-8
Image ist neu geflasht für die DreamOne von 2022-12-25.
Habe versucht LC_ALL in /etc/environment zu setzen, leider bleibt diese "Warning" bestehen. Siehe:
Spoiler anzeigen
newnigma2@dreambox:~$ cat /etc/environment
#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
Wie kann ich das lösen? Unter Ubuntu z.B. würde ich das locales package installieren und eine generieren, gibts hier aber nicht.
# with newnigma2.to #
# #
# Unauthorized access to this system is prohibited ! #
# #
# This system is actively monitored and all connections may be logged. #
# By accessing this system, you consent to this monitoring. #
# #
##############################################################################
-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
up 2 hours, 44 minutes
newnigma2@dreambox:~$ echo $LC_ALL
en_US.UTF-8
Image ist neu geflasht für die DreamOne von 2022-12-25.
Habe versucht LC_ALL in /etc/environment zu setzen, leider bleibt diese "Warning" bestehen. Siehe:
newnigma2@dreambox:~$ cat /etc/environment
#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
Wie kann ich das lösen? Unter Ubuntu z.B. würde ich das locales package installieren und eine generieren, gibts hier aber nicht.