| Summary: | some log messages ignore TZ | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Steve Siegfried <u1081> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | CC: | u1081 |
| Priority: | P2 | ||
| Version: | 4.3p2 | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Steve Siegfried
2006-08-06 14:06:50 AEST
Actually the TZ environment variable is there but because the privsep slave is chrooted it does not have access to the /etc/localtime file that tells how to interpret the TZ string.
The workaround is to create /etc/localtime inside the chroot ("mkdir /var/empty/etc && cp -a /etc/localtime /var/empty/etc/" if you have the chroot in the standard place).
Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |