[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#380667: marked as done (proftpd: client sees UTC file dates despite "TimesGMT off")



Your message dated Sat, 9 Aug 2008 08:30:23 +0200
with message-id <20080809063023.GA30225@volta.aurel32.net>
and subject line Re: Bug#380667: Fwd: more info
has caused the Debian Bug report #380667,
regarding proftpd: client sees UTC file dates despite "TimesGMT off"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
380667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380667
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: proftpd
Version: 1.3.0-9
Severity: normal


Despite the fact that "TimesGMT off" is included in proftpd.conf, the
FTP clients are seeing UTC file dates instead of the local time zone
(CST/CDT).

I suspect this is likely to be an upstream bug, but I figured that if I didn't
start here, the ProFTPD folks would just refer me back here first.

contents of proftpd.conf:

#
# Includes required DSO modules. This is mandatory in proftpd 1.3
#
Include /etc/proftpd/modules.conf

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use.  It establishes a single server
# and a single anonymous login.  It assumes that you have a user/group
# "nobody/nogroup" and "ftp" for normal operation and anon.

ServerName                      "Debian"
ServerType                      standalone
DeferWelcome                    off

MultilineRFC2228                on
DefaultServer                   on
ShowSymlinks                    on
AllowOverwrite                  on

TimeoutNoTransfer               600
TimeoutStalled                  600
TimeoutIdle                     1200

DisplayLogin                    welcome.msg
DisplayFirstChdir               .message
ListOptions                     "-l"

DenyFilter                      \*.*/

RequireValidShell               off
DefaultRoot                     ~
TimesGMT                        off
IdentLookups                    off
#DebugLevel                     7

# Uncomment this if you are using NIS or LDAP to retrieve passwords:
#PersistentPasswd               off

# Uncomment this if you would use TLS module:
#TLSEngine                      on

# Uncomment this if you would use quota module:
#Quotas                         on

# Uncomment this if you would use ratio module:
#Ratios                         on

# Port 21 is the standard FTP port.
Port                            21

# To prevent DoS attacks, set the maximum number of child processes
# to 30.  If you need to allow more than 30 concurrent connections
# at once, simply increase this value.  Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances                    30

# Set the user and group that the server normally runs at.
User                            nobody
Group                           nogroup

<Directory /*>
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
 Umask                         002  002
# Normally, we want files to be overwriteable.
 AllowOverwrite                on
</Directory>

# A basic anonymous configuration, no upload directories.

# <Anonymous ~ftp>
#   User                                ftp
#   Group                               nogroup
#   # We want clients to be able to login with "anonymous" as well
#   as "ftp"
#   UserAlias                   anonymous ftp
#
#   RequireValidShell           off
#
#   # Limit the maximum number of anonymous logins
#   MaxClients                  10
#
#   # We want 'welcome.msg' displayed at login, and '.message'
#   displayed
#   # in each newly chdired directory.
#   DisplayLogin                        welcome.msg
#   DisplayFirstChdir           .message
#
#   # Limit WRITE everywhere in the anonymous chroot
#   <Directory *>
#     <Limit WRITE>
#       DenyAll
#     </Limit>
#   </Directory>
#
#   # Uncomment this if you're brave.
#   # <Directory incoming>
#   #   # Umask 022 is a good standard umask to prevent new files
#   and dirs
#   #   # (second parm) from being group and world writable.
#   #   Umask                           022  022
#   #            <Limit READ WRITE>
#   #            DenyAll
#   #            </Limit>
#   #            <Limit STOR>
#   #            AllowAll
#   #            </Limit>
#   # </Directory>
#
# </Anonymous>


-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.27-jeff1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages proftpd depends on:
ii  adduser                     3.95         Add and remove users and groups
ii debconf 1.5.2 Debian configuration management sy ii debianutils 2.16.2 Miscellaneous utilities specific t ii libacl1 2.2.39-1 Access control list shared library
ii  libattr1                    2.4.32-1     Extended attribute shared library
ii  libc6                       2.3.6-15     GNU C Library: Shared libraries
ii  libldap2                    2.1.30-13+b1 OpenLDAP libraries
ii  libmysqlclient15off         5.0.22-3     mysql database client library
ii libncurses5 5.5-2 Shared libraries for terminal hand ii libpam-runtime 0.79-3.1 Runtime support for the PAM librar ii libpam0g 0.79-3.1 Pluggable Authentication Modules l
ii  libpq4                      8.1.4-4      PostgreSQL C client library
ii  libssl0.9.8                 0.9.8b-2     SSL shared libraries
ii libwrap0 7.6.dbs-9 Wietse Venema's TCP wrappers libra
ii  netbase                     4.25         Basic TCP/IP networking system
ii  perl                        5.8.8-4      Larry Wall's Practical Extraction
ii ucf 2.0012 Update Configuration File: preserv
ii  zlib1g                      1:1.2.3-13   compression library - runtime

proftpd recommends no packages.

-- debconf information:
* shared/proftpd/warning:
* shared/proftpd/inetd_or_standalone: standalone



--- End Message ---
--- Begin Message ---
Version: 2.5-1

On Wed, Aug 02, 2006 at 06:21:51PM +0200, Francesco Paolo Lovergine wrote:
> reassign 380667 libc6
> thanks
> 
> CST is returned by tzname[0] so basically it is a broken value set for
> some timezones. A nice libc bug, not a proftpd one. There's surely
> some mergeable bug around for other programs ... 
> 

Since version 2.5-1, tzname[0] contains UTC for unexisting timezones
such as CST, so it is now consistent with the returned date.

Closing the bug.

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net


--- End Message ---

Reply to: