Bug 33573
| Summary: | wu-ftpd messages in /var/log/messages have wrong timestamp. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Ed McKenzie <eem12> |
| Component: | anonftp | Assignee: | Bernhard Rosenkraenzer <bero> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-07-20 13:49:44 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ed McKenzie
2001-03-28 05:07:11 UTC
It's because wu-ftpd chroot()s for anonymous and guest users, and there's no /etc/localtime file in the chroot environments. I had the same problem. To fix it, copy /etc/locatime to the /ftpserverroot/etc/localtime. Presto-chango ... *** This bug has been marked as a duplicate of 30367 *** |