coreos / coreos-xhyve

Container Linux running on xhyve hypervisor
Apache License 2.0
330 stars 42 forks source link

LESSCHARSET is not being set to utf-8 #49

Open c4milo opened 9 years ago

c4milo commented 9 years ago

So, systemctl status output comes out wrong.

It seems to have been fixed in CoreOS but for some reason CoreOS 801.0.0 (PXE) doesn't have the fix. https://github.com/coreos/baselayout/blob/master/baselayout/sudoers#L5

chancez commented 9 years ago

This fix was done a while ago, but wasn't properly included in the image. This should get resolved when a new CoreOS release comes out with the fix. If you want to fix it, you can simply export the proper value in the Core user's .bashrc

emmanuel commented 8 years ago

Still seems to be a problem:

CoreOS stable (962.0.0)
Update Strategy: No Reboots
core@localhost ~ $ systemctl status
<E2><97><8F> localhost
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Thu 2016-02-25 07:52:56 UTC; 7min ago
   CGroup: /
           <E2><94><9C><E2><94><80>1 /usr/lib/systemd/systemd --switched-root --system --deserialize 21
           <E2><94><94><E2><94><80>system.slice
             <E2><94><9C><E2><94><80>dbus.service
             <E2><94><82> <E2><94><94><E2><94><80>598 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
             <E2><94><9C><E2><94><80>system-sshd.slice
             <E2><94><82> <E2><94><94><E2><94><80>sshd@0-192.168.64.9:22-192.168.64.1:51633.service
             <E2><94><82>   <E2><94><9C><E2><94><80>676 sshd: core [priv]
             <E2><94><82>   <E2><94><9C><E2><94><80>680 sshd: core@pts/0
             <E2><94><82>   <E2><94><9C><E2><94><80>681 -bash
             <E2><94><82>   <E2><94><9C><E2><94><80>695 systemctl status
             <E2><94><82>   <E2><94><94><E2><94><80>696 systemctl status
             <E2><94><9C><E2><94><80>system-serial\x2dgetty.slice
             <E2><94><82> <E2><94><94><E2><94><80>serial-getty@ttyS0.service
             <E2><94><82>   <E2><94><94><E2><94><80>595 -bash
             <E2><94><9C><E2><94><80>systemd-journald.service
             <E2><94><82> <E2><94><94><E2><94><80>437 /usr/lib/systemd/systemd-journald
             <E2><94><9C><E2><94><80>systemd-resolved.service
             <E2><94><82> <E2><94><94><E2><94><80>632 /usr/lib/systemd/systemd-resolved
             <E2><94><9C><E2><94><80>systemd-timesyncd.service
             <E2><94><82> <E2><94><94><E2><94><80>554 /usr/lib/systemd/systemd-timesyncd
             <E2><94><9C><E2><94><80>systemd-logind.service
             <E2><94><82> <E2><94><94><E2><94><80>614 /usr/lib/systemd/systemd-logind
             <E2><94><9C><E2><94><80>systemd-networkd.service
             <E2><94><82> <E2><94><94><E2><94><80>613 /usr/lib/systemd/systemd-networkd
             <E2><94><9C><E2><94><80>system-getty.slice
             <E2><94><82> <E2><94><94><E2><94><80>getty@tty1.service
             <E2><94><82>   <E2><94><94><E2><94><80>590 -bash
             <E2><94><94><E2><94><80>systemd-udevd.service
               <E2><94><94><E2><94><80>475 /usr/lib/systemd/systemd-udevd
core@localhost ~ $