byobu does not show ip address on status in ja_JP locale
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
byobu (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Lucid |
Won't Fix
|
Low
|
Dustin Kirkland |
Bug Description
In ja_JP locale and on Lucid, byobu does not show ip address on status.
Because ifconfig output is translated in ja_JP locale, byobu cannot parse the output.
On Maverick or higher releases, byobu uses /sbin/ip which is not currently translated instead of ifconfig and sets LC_ALL variable when calling /sbin/ip, So those releases not affected.
==========
$ locale
LANG=ja_JP.UTF-8
LC_CTYPE=
LC_NUMERIC=
LC_TIME=
LC_COLLATE=
LC_MONETARY=
LC_MESSAGES=
LC_PAPER=
LC_NAME=
LC_ADDRESS=
LC_TELEPHONE=
LC_MEASUREMENT=
LC_IDENTIFICATI
LC_ALL=
==========
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: byobu 2.68-0ubuntu1.1
ProcVersionSign
Uname: Linux 2.6.32-33-server x86_64
Architecture: amd64
Date: Sat Sep 17 08:22:33 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Server 10.04.3 LTS "Lucid Lynx" - Release amd64 (20110719.2)
PackageArchitec
ProcEnviron:
LANG=ja_JP.UTF-8
SHELL=/bin/bash
ScreenRC:
SourcePackage: byobu
attached patch will fix this issue.