Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2018 08:15:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230068] ps: processes with non-ASCII characters are hidden from list in "ps auxww"
Message-ID:  <bug-230068-227-y7oQeaSmou@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230068-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230068-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230068

--- Comment #2 from Robert <rol@robert-eckardt.de> ---
My reply for the records:
Hi,

I didn't expect anything from this side, since ls workes fine.
23:16 gluon: admin/src/FreeBSD-Probleme/ps-completeness 0% ls -l
total 923
-rwxrwxr-x  1 admin  work      62 26 Juli 20:23 B=C3=B6serProzess.sh
-rwxrwxr-x  1 admin  work      64 26 Juli 20:22 GuterProzess.sh
-rw-rw-r--  1 admin  work  881577 26 Juli 23:04 lsof.lst
-rw-rw-r--  1 admin  work    1681 26 Juli 20:27 result.txt
-rwxrwxr-x  1 admin  work     164 26 Juli 20:22 StartProzesse.sh

But now I checked to be sure.
First, I had only LANG set to de_DE.ISO8859-15

Next, I tried
LANG=3Dde_DE.ISO8859-15
LC_ALL=3Dde_DE.ISO8859-15
LC_CTYPE=3Dde_DE.ISO8859-15

Then reverted to
LANG=3Dde_DE.ISO8859-1
LC_ALL=3Dde_DE.ISO8859-1
LC_CTYPE=3Dde_DE.ISO8859-1

and finally used
LANG=3Dde_DE.UTF-8
LC_ALL=3Dde_DE.UTF-8
LC_CTYPE=3Dde_DE.UTF-8

All with the same result.
(With the last setting, in lsof the umlaut showed up as B\xf6serProzess.sh =
as I
did not re-create the file.)

So it seems, it got fixed in CURRENT.
I will upgrade in September to 11.2.
I hope, it made it in there too.

Regards,
Robert

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230068-227-y7oQeaSmou>