Hallo,
seit neuestem kommen nach Eingabe von pkg_info oder beim compilen solcherlei Informationen:
/root $ pkg_info
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "de_DE.ISO8859-15"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
...
ich benutze schon seit längerem die bash auf meinem OpenBSD 3.5.
Die .bash_profile sieht so aus:
/root $ cat .bash_profile
PATH=/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin
LANG=de_DE.ISO8859-15
TERM=xterm-color
COLORTERM=vt220
HOME=/root
export PATH LANG TERM COLORTERM HOME
umask 022
FLAVOR="no_x11"
export FLAVOR
# set the prompt
PS1='$PWD $ '
export PS1
# set the aliases
CC=egcc
CFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
CPPFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
export CFLAGS CPPFLAGS CXXFLAGS CC
alias vi=vim
alias ls="colorls -GCFkl"
alias ll="ls -alF"
LSCOLORS="Fxfxcxdxbxegedadagacad"
export LSCOLORS
export IRCSERVERS IRCNICK IRCNAME IRC_HOST
# für farbige man pages
export PAGER="/usr/local/bin/most"
ich habe keine /etc/bashrc oder ~/.bashrc und dasselbe Problemhaben auch normale Benutzer.
Evlt habe ich ja mal in völlig umnachteten Zuständen irgendwas gelöscht denn in /usr/share/locale ist nichts zu finden, allerdings in den *.tgz´s auch nicht.
Weiß jemand Rat ?
Viele Grüsse Frank
seit neuestem kommen nach Eingabe von pkg_info oder beim compilen solcherlei Informationen:
/root $ pkg_info
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LANG = "de_DE.ISO8859-15"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
...
ich benutze schon seit längerem die bash auf meinem OpenBSD 3.5.
Die .bash_profile sieht so aus:
/root $ cat .bash_profile
PATH=/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/usr/local/bin
LANG=de_DE.ISO8859-15
TERM=xterm-color
COLORTERM=vt220
HOME=/root
export PATH LANG TERM COLORTERM HOME
umask 022
FLAVOR="no_x11"
export FLAVOR
# set the prompt
PS1='$PWD $ '
export PS1
# set the aliases
CC=egcc
CFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
CPPFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
export CFLAGS CPPFLAGS CXXFLAGS CC
alias vi=vim
alias ls="colorls -GCFkl"
alias ll="ls -alF"
LSCOLORS="Fxfxcxdxbxegedadagacad"
export LSCOLORS
export IRCSERVERS IRCNICK IRCNAME IRC_HOST
# für farbige man pages
export PAGER="/usr/local/bin/most"
ich habe keine /etc/bashrc oder ~/.bashrc und dasselbe Problemhaben auch normale Benutzer.
Evlt habe ich ja mal in völlig umnachteten Zuständen irgendwas gelöscht denn in /usr/share/locale ist nichts zu finden, allerdings in den *.tgz´s auch nicht.
Weiß jemand Rat ?
Viele Grüsse Frank