[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 Bug ID: 244226 Summary: [patch] syslogd converts all 8-bit chars to M-x sequences Product: Base System Version: CURRENT Hardware: Any OS: Any

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 --- Comment #1 from J.R. Oldroyd --- A patch to either libexec/rc/rc.d/syslogd specifically or to the rc mechanism in general will also be needed to ensure that LC_CTYPE is set before syslogd is started. -- You are receiving this mail bec

[Bug 237999] rc.d/ntpd cannot fetch NTPD leap-seconds file via a proxy

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237999 m...@rubenvos.com changed: What|Removed |Added CC||m...@rubenvos.com --- Comment #

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 --- Comment #2 from J.R. Oldroyd --- (In reply to J.R. Oldroyd from comment #1) Ah, I remembered that ${name_env} can be set in rc.conf and the rc mechanism already looks for that to set the environment. So, no changes are needed to rc.d/

[Bug 244226] [patch] syslogd converts all 8-bit chars to M-x sequences

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226 --- Comment #3 from J.R. Oldroyd --- If you want to test this code, simplest way is this: 1. Add to /etc/rc.conf: syslogd_env="LC_CTYPE=C.UTF-8" 2. Restart syslogd. 3. Run: echo '\xe0\xb8\xaa\xe0\xb8\xa7\xe0\xb8\xb1\xe

[Bug 183859] [suspend/resume] Suspend fails on Lenovo Thinkpad x220 when RC6 power saving is enabled.

2020-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183859 Ed Maste changed: What|Removed |Added Status|Open|Closed Resolution|---