https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Halil Özgür <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Halil Özgür <[email protected]> --- OK. I'm really tired of software (or people?) not caring for the non-Latin languages or the languages that have a Latin alphabet but different rules. Here is a real problem that this bug (or rather, this bad default) has contributed part of it which actually caused production web sites not to respond, more than one time: # From a host with "tr_TR.UTF-8" locale ssh some_host [root@some_host ~]# service php-fpm restart # Website stops to respond (i.e. fatal error/white screen of death/etc) This is because PHP also didn't really care about locales until version 5.5: https://bugs.php.net/bug.php?id=18556 The two bugs combined can mess up things real quick if you don't know where to look. OK, this one is actually a bad default rather than a bug IMO. Programs shouldn't try to change settings on remote hosts that can have side effects. Therefore, the best fix IMO is not sending anything by default. Or should I report this to distribution maintainers? But not having the ability to disable this without editing some system config as root is also a problem. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
